HEX
Server: Apache
System: Linux server2.voipitup.com.au 4.18.0-553.104.1.lve.el8.x86_64 #1 SMP Tue Feb 10 20:07:30 UTC 2026 x86_64
User: posscale (1027)
PHP: 8.2.29
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/posscale/public_html/epygi/.htaccess
##
# Created By Jason Loeken - Pos scales & Surveillance

# ErrorDocument 403 /specific_page.html

# ALLOW USER BY IP
 <Limit GET POST>
 order deny,allow
# deny from all
 allow from 120.29.8.206
 allow from 223.252.16.250
 allow from 115.30.36.66
# allow from 123.123.123.123
 </Limit>

# PREVENT VIEWING OF .HTACCESS
<Files .htaccess>
 order allow,deny
 deny from all
</Files>

# protect phpinfo
<Files rcci.php>
	Order Deny,Allow
	Deny from all
	allow from 120.29.8.206
        allow from 223.252.16.250
        allow from 115.30.36.66
</Files>