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.58
Domains :
Cant Read [ /etc/named.conf ]
User : epicgamerzoneco
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
buggenie /
Delete
Unzip
Name
Size
Permission
Date
Action
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.14
KB
-rwxr-xr-x
2021-12-23 06:54
_upgrade.php
5
KB
-rwxr-xr-x
2021-12-23 06:54
_upgrade.xml
460
B
-rwxr-xr-x
2021-12-23 06:54
b2db.yml
172
B
-rwxr-xr-x
2021-12-23 06:54
clone.php
6.16
KB
-rwxr-xr-x
2024-05-02 06:44
edit.php
5.54
KB
-rwxr-xr-x
2024-05-02 06:44
edit.xml
433
B
-rwxr-xr-x
2021-12-23 06:54
fileindex.php
304
B
-rwxr-xr-x
2021-12-23 06:54
import.php
5.27
KB
-rwxr-xr-x
2024-05-02 06:44
info.xml
3.29
KB
-rwxr-xr-x
2024-05-02 06:25
install.js
924
B
-rwxr-xr-x
2021-12-23 06:54
install.php
8.04
KB
-rwxr-xr-x
2024-05-02 06:44
install.xml
942
B
-rwxr-xr-x
2021-12-23 06:54
installed
31
B
-rwxr-xr-x
2021-12-23 06:54
md5
5.19
KB
-rwxr-xr-x
2024-05-02 06:44
notes.txt
665
B
-rwxr-xr-x
2021-12-23 06:54
update_pass.php
114
B
-rwxr-xr-x
2021-12-23 06:54
upgrade
0
B
-rwxr-xr-x
2021-12-23 06:54
Save
Rename
# .htaccess file for The Bug Genie # Follow symlinks. Options +SymlinksIfOwnerMatch # Options +FollowSymlinks # Apply rewrite rules for pretty URLs. <IfModule mod_rewrite.c> RewriteEngine On # If you have a non-typical set-up, you can set the RewriteBase in order to # make sure that base URLs when generating rewritten URLs are set correctly. # # For example: # # Rewrite Base / # # Rewrite Base /dev/thebuggenie # RewriteBase [[relativeurl]]/public/ # Try serving a file (if non-zero size), file or directory pointed to by # symlink, or directory directly. If so, serve that file/directory # unmodified, and do not apply any further rewrite rules. RewriteCond %{REQUEST_FILENAME} -s [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^.*$ - [L] # Redirect any other request to front controller. Use case-insensitive # matching, making sure to append any additional query strings # passed-in. Once the rewrite has been done, do not apply any further # rewrite rules. RewriteRule ^(.*)$ index.php?url=$1 [NC,QSA,L] </IfModule>