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.29
Domains :
Cant Read [ /etc/named.conf ]
User : celfico1
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
2026-04-28 12:18
php53
[ DIR ]
drwxr-xr-x
2026-04-28 12:18
php56
[ DIR ]
drwxr-xr-x
2026-04-28 12:18
php71
[ DIR ]
drwxr-xr-x
2026-04-28 12:18
php81
[ DIR ]
drwxr-xr-x
2026-04-28 12:18
php82
[ DIR ]
drwxr-xr-x
2026-04-28 12:18
.htaccess
165
B
-rw-r--r--
2021-12-22 22:54
.htpasswd
103
B
-rw-r--r--
2021-12-22 22:54
clone.php
7.51
KB
-rw-r--r--
2026-04-27 01:04
config.php
528
B
-rw-r--r--
2026-04-26 23:43
edit.php
4.68
KB
-rw-r--r--
2026-04-27 01:04
edit.xml
433
B
-rw-r--r--
2021-12-22 22:54
extend.php
10.76
KB
-rw-r--r--
2026-04-27 01:04
fileindex.php
104
B
-rw-r--r--
2024-02-18 21:27
hello-world.php
149
B
-rw-r--r--
2025-03-12 20:02
import.php
3.69
KB
-rw-r--r--
2026-04-27 01:04
index.php
584
B
-rw-r--r--
2024-02-18 21:27
info.xml
2.02
KB
-rw-r--r--
2026-04-26 23:43
install.js
924
B
-rw-r--r--
2021-12-22 22:54
install.php
7.94
KB
-rw-r--r--
2026-04-27 01:04
install.xml
1.44
KB
-rw-r--r--
2023-03-02 22:45
lepton.ini.php
1.59
KB
-rw-r--r--
2026-04-26 23:43
md5
2.02
KB
-rw-r--r--
2026-04-27 01:04
notes.txt
770
B
-rw-r--r--
2022-10-06 20:20
root_.htaccess
366
B
-rw-r--r--
2024-02-18 21:27
update_pass.php
649
B
-rw-r--r--
2021-12-22 22:54
Save
Rename
; ; <?php die(); ?> ; 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-2026 LEPTON Project ; @link https://LEPTON-cms.org ; @license https://gnu.org/licenses/gpl.html ; @license_terms please see LICENSE and COPYING files in your package ; ; ; ini file created by LEPTON 7.5.0 ; DataBase-setup for LEPTON-CMS [database] type = 'mysql' host = '[[softdbhost]]' port = '3306' user = '[[softdbuser]]' pass = '[[softdbpass]]' name = '[[softdb]]' prefix = '[[dbprefix]]' key = '[[db_key]]' cipher = 'AES-256-CBC' iv = '[[iv]]' options = 0 ; Set length for username, password and other constants [system_const] AUTH_MIN_LOGIN_LENGTH = 3 AUTH_MAX_LOGIN_LENGTH = 128 AUTH_MIN_PASS_LENGTH = 6 AUTH_MAX_PASS_LENGTH = 128 SUBVERSION = '' MAX_REGISTRATION_TIME = 3600 MAX_WYSIWYG_HISTORY = 6 CRONJOB = 0 ; @DEPRECATED_TEMP 20251010: this class will be removed in L* > 7.5.0, use external cronjobs instead 0 = disabled, 1 = FE only, 2 = BE only, 3 = BE + FE ; Set allowed additional chars for email,usernames and passwords (details: https://doc.lepton-cms.org/docu/english/core/allowed-chars.php) [custom_vars] additional_email_chars = '' additional_usernames_chars = 'äöüÄÖÜ' additional_password_chars = '@\?' tfa_code_expires = '3600' ; in seconds => 1 hour