Linux premium180.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
LiteSpeed
: 162.0.209.168 | : 216.73.216.187
Cant Read [ /etc/named.conf ]
8.3.30
nortrmdp
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
var /
softaculous /
zen /
[ HOME SHELL ]
Name
Size
Permission
Action
images
[ DIR ]
drwxr-xr-x
php53
[ DIR ]
drwxr-xr-x
php56
[ DIR ]
drwxr-xr-x
php71
[ DIR ]
drwxr-xr-x
php81
[ DIR ]
drwxr-xr-x
php82
[ DIR ]
drwxr-xr-x
upgrade
[ DIR ]
drwxr-xr-x
.htaccess
630
B
-rw-r--r--
NOTES.TXT
2.03
KB
-rw-r--r--
_.htaccess
195
B
-rw-r--r--
_index.php
5.16
KB
-rw-r--r--
check_utf8.php
2.36
KB
-rw-r--r--
clone.php
6.76
KB
-rw-r--r--
edit.php
4.81
KB
-rw-r--r--
edit.xml
433
B
-rw-r--r--
favicon.ico
1.37
KB
-rw-r--r--
fileindex.php
204
B
-rw-r--r--
import.php
3.41
KB
-rw-r--r--
index.php
5.01
KB
-rw-r--r--
info.xml
4.61
KB
-rw-r--r--
install.js
924
B
-rw-r--r--
install.php
10.77
KB
-rw-r--r--
install.xml
1.61
KB
-rw-r--r--
md5
11.71
KB
-rw-r--r--
robots.txt
560
B
-rw-r--r--
upgrade.php
9.26
KB
-rw-r--r--
upgrade.xml
277
B
-rw-r--r--
zen.sql
98.3
KB
-rw-r--r--
zen.zip
14.15
MB
-rw-r--r--
zenphoto.cfg.php
4.41
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : .htaccess
# htaccess file version 1.4.12; # Rewrite rules are now handled by PHP code # See the file "zenphoto-rewrite.txt" for the actual rules # # These rules redirect everything not directly accessing a file to the Zenphoto index.php script # <IfModule mod_autoindex.c> IndexIgnore * </IfModule> <IfModule mod_rewrite.c> RewriteEngine On RewriteBase [[relativeurl]]/ RewriteCond %{REQUEST_URI} !(/$|\.) RewriteRule (.*) %{REQUEST_URI}/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^.*$ - [L] RewriteRule ^.*/?$ index.php [L,QSA] </IfModule>
Close