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 : 3.133.122.6
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
epesi /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2024-05-07 02:06
php53
[ DIR ]
drwxr-xr-x
2024-05-07 02:06
php56
[ DIR ]
drwxr-xr-x
2024-05-07 02:06
php71
[ DIR ]
drwxr-xr-x
2024-05-07 02:06
php81
[ DIR ]
drwxr-xr-x
2024-05-07 02:06
php82
[ DIR ]
drwxr-xr-x
2024-05-07 02:06
.htaccess
101
B
-rw-r--r--
2022-09-07 12:27
changelog.txt
5.84
KB
-rw-r--r--
2021-12-23 11:54
clone.php
5.27
KB
-rw-r--r--
2024-05-02 11:02
config.php
2.11
KB
-rw-r--r--
2021-12-23 11:54
edit.php
4.17
KB
-rw-r--r--
2024-05-02 11:02
edit.xml
433
B
-rw-r--r--
2021-12-23 11:54
fileindex.php
355
B
-rw-r--r--
2022-09-07 12:05
import.php
3.33
KB
-rw-r--r--
2024-05-02 11:02
info.xml
2.41
KB
-rw-r--r--
2024-05-02 10:25
install.js
921
B
-rw-r--r--
2021-12-23 11:54
install.php
5.42
KB
-rw-r--r--
2024-05-02 11:02
install.xml
1.04
KB
-rw-r--r--
2022-09-07 12:05
md5
6.13
KB
-rw-r--r--
2024-05-02 11:02
notes.txt
858
B
-rw-r--r--
2022-09-07 12:27
upgrade.php
3.33
KB
-rw-r--r--
2024-05-02 11:02
upgrade.xml
298
B
-rw-r--r--
2021-12-23 11:54
Save
Rename
<?php /** * Config file. * * All commented out defines are default values as they were * during the installation process. Default values may change after an update, * but your config file will remain as it was. If you want to know * current default values please look at file include/config.php * * This file contains database configuration. */ defined('_VALID_ACCESS') || die('Direct access forbidden'); /** * Address of SQL server. */ define('DATABASE_HOST','[[softdbhost]]'); /** * User to log in to SQL server. */ define('DATABASE_USER','[[softdbuser]]'); /** * User password to authorize SQL server. */ define('DATABASE_PASSWORD','[[softdbpass]]'); /** * Database to use. */ define('DATABASE_NAME','[[softdb]]'); /** * Database driver. */ define('DATABASE_DRIVER','mysqli'); /* * Turns on transfer reduction: not everything is sent to the client */ //define('REDUCING_TRANSFER',1); /* * A lot of debug info, starting with what modules are changed, what module variables are set... etc. */ //define('DEBUG',0); /* * Show module loading time ... = module + all children times */ //define('MODULE_TIMES',0); /* * Show queries execution time. */ //define('SQL_TIMES',0); /* * If you have got good server, but poor connection, turn it on. */ //define('STRIP_OUTPUT',0); /* * Display errors on page. */ //define('DISPLAY_ERRORS',1); /* * Notify all errors, including E_NOTICE, etc. Developer should use it! */ //define('REPORT_ALL_ERRORS',0); /* * Compress history */ //define('GZIP_HISTORY',1); /* * Compress HTTP output */ //define('MINIFY_ENCODE',1); /* * Apply sources minifying algorithms. * * If enabled CPU usage may raise, but amount * of transferred data is smaller. */ //define('MINIFY_SOURCES',0); /* * Show donation links in EPESI */ //define('SUGGEST_DONATION',1); /* * automatically check for new version */ //define('CHECK_VERSION',1); /* * Disable some administrator preferences. */ //define('DEMO_MODE',0); define('FILE_SESSION_DIR','[[FILE_SESSION_DIR]]'); define('INSTALLATION_ID','[[INSTALLATION_ID]]'); define('DIRECTION_RTL','0'); define('EPESI_URL','[[softurl]]'); ?>