Linux yavrix.internet-webhosting.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64
LiteSpeed
Server IP : 103.8.25.136 & Your IP : 216.73.216.189
Domains :
Cant Read [ /etc/named.conf ]
User : klinikpe
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
2026-06-23 12:18
php53
[ DIR ]
drwxr-xr-x
2026-06-23 12:18
php56
[ DIR ]
drwxr-xr-x
2026-06-23 12:18
php71
[ DIR ]
drwxr-xr-x
2026-06-23 12:18
php81
[ DIR ]
drwxr-xr-x
2026-06-23 12:18
php82
[ DIR ]
drwxr-xr-x
2026-06-23 12:18
.htaccess
1.14
KB
-rw-r--r--
2021-12-22 22:54
_upgrade.php
5
KB
-rw-r--r--
2021-12-22 22:54
_upgrade.xml
460
B
-rw-r--r--
2021-12-22 22:54
b2db.yml
172
B
-rw-r--r--
2021-12-22 22:54
clone.php
6.18
KB
-rw-r--r--
2026-06-22 18:03
edit.php
5.52
KB
-rw-r--r--
2026-06-22 18:03
edit.xml
433
B
-rw-r--r--
2021-12-22 22:54
fileindex.php
304
B
-rw-r--r--
2021-12-22 22:54
import.php
5.28
KB
-rw-r--r--
2026-06-22 18:03
info.xml
3.28
KB
-rw-r--r--
2026-06-22 18:03
install.js
924
B
-rw-r--r--
2021-12-22 22:54
install.php
8.06
KB
-rw-r--r--
2026-06-22 18:03
install.xml
942
B
-rw-r--r--
2021-12-22 22:54
installed
31
B
-rw-r--r--
2021-12-22 22:54
md5
2.26
KB
-rw-r--r--
2026-06-22 18:03
notes.txt
665
B
-rw-r--r--
2021-12-22 22:54
update_pass.php
114
B
-rw-r--r--
2021-12-22 22:54
upgrade
0
B
-rw-r--r--
2021-12-22 22: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>