Linux srv25.usacloudserver.us 5.14.0-570.39.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 4 05:08:52 EDT 2025 x86_64
LiteSpeed
Server IP : 23.137.84.82 & Your IP : 216.73.216.127
Domains :
Cant Read [ /etc/named.conf ]
User : epicgamerzoneco
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
fud /
Delete
Unzip
Name
Size
Permission
Date
Action
default
[ DIR ]
drwxr-xr-x
2025-08-15 20:00
images
[ DIR ]
drwxr-xr-x
2025-08-15 20:00
php53
[ DIR ]
drwxr-xr-x
2025-08-15 20:00
php56
[ DIR ]
drwxr-xr-x
2025-08-15 20:00
php71
[ DIR ]
drwxr-xr-x
2025-08-15 20:00
php81
[ DIR ]
drwxr-xr-x
2025-08-15 20:00
php82
[ DIR ]
drwxr-xr-x
2025-08-15 20:00
.htaccess
1.95
KB
-rwxr-xr-x
2021-12-23 06:54
GLOBALS.php
4.51
KB
-rwxr-xr-x
2025-01-20 07:26
_upgrade.php
3.15
KB
-rwxr-xr-x
2021-12-23 06:54
_upgrade.xml
382
B
-rwxr-xr-x
2021-12-23 06:54
edit.php
4.44
KB
-rwxr-xr-x
2025-01-20 07:30
edit.xml
433
B
-rwxr-xr-x
2021-12-23 06:54
feed.php
32.99
KB
-rwxr-xr-x
2025-01-20 07:26
fileindex.php
183
B
-rwxr-xr-x
2025-01-20 07:26
import.php
4.32
KB
-rwxr-xr-x
2025-01-20 07:30
index.php
38.59
KB
-rwxr-xr-x
2025-01-20 07:26
info.xml
5.05
KB
-rwxr-xr-x
2025-01-20 07:26
install.js
921
B
-rwxr-xr-x
2021-12-23 06:54
install.php
9.11
KB
-rwxr-xr-x
2025-01-20 07:30
install.xml
1.01
KB
-rwxr-xr-x
2021-12-23 06:54
md5
4.19
KB
-rwxr-xr-x
2025-01-20 07:30
notes.txt
4.44
KB
-rwxr-xr-x
2025-01-20 07:26
pdf.php
50.78
KB
-rwxr-xr-x
2025-01-20 07:26
rdf.php
562
B
-rwxr-xr-x
2021-12-23 06:54
Save
Rename
AddDefaultCharset utf-8 RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*) index.php/$1 [L] <IfModule mod_php5.c> #php_value output_buffering 64000 #php_value variables_order GPCS #php_flag implicit_flush 0 #php_flag register_argc_argv 0 #php_flag session.use_trans_sid 0 #php_flag expose_php 0 #php_flag display_errors 0 </IfModule> # Below code is from http://gist.github.com/427761 # An .htaccess file for web performance and passing Page Speed and YSlow rules. # Enable GZIP <ifmodule mod_deflate.c> AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript BrowserMatch ^Mozilla/4 gzip-only-text/html BrowserMatch ^Mozilla/4\.0[678] no-gzip BrowserMatch \bMSIE !no-gzip !gzip-only-text/html </ifmodule> # Expires Headers - 2678400s = 31 days <ifmodule mod_expires.c> ExpiresActive On ExpiresDefault "access plus 1 seconds" ExpiresByType text/html "access plus 7200 seconds" ExpiresByType image/gif "access plus 2678400 seconds" ExpiresByType image/jpeg "access plus 2678400 seconds" ExpiresByType image/png "access plus 2678400 seconds" ExpiresByType text/css "access plus 518400 seconds" ExpiresByType text/javascript "access plus 2678400 seconds" ExpiresByType application/x-javascript "access plus 2678400 seconds" </ifmodule> # Cache Headers <ifmodule mod_headers.c> # Cache specified files for 31 days <filesmatch "\.(ico|flv|jpg|jpeg|png|gif|css|swf)$"> Header set Cache-Control "max-age=2678400, public" </filesmatch> # Cache HTML files for a couple hours <filesmatch "\.(html|htm)$"> Header set Cache-Control "max-age=7200, private, must-revalidate" </filesmatch> # Cache PDFs for a day <filesmatch "\.(pdf)$"> Header set Cache-Control "max-age=86400, public" </filesmatch> # Cache Javascripts for 31 days <filesmatch "\.(js)$"> Header set Cache-Control "max-age=2678400, private" </filesmatch> </ifmodule>