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.188.48.106
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
weberp /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2024-03-06 00:23
php53
[ DIR ]
drwxr-xr-x
2024-03-06 00:23
php56
[ DIR ]
drwxr-xr-x
2024-03-06 00:23
php71
[ DIR ]
drwxr-xr-x
2024-03-06 00:23
php81
[ DIR ]
drwxr-xr-x
2024-03-06 00:23
changelog.txt
26.52
KB
-rw-r--r--
2021-12-23 11:54
clone.php
3.4
KB
-rw-r--r--
2022-09-21 09:16
config.php
1.7
KB
-rw-r--r--
2021-12-23 11:54
edit.php
4.57
KB
-rw-r--r--
2022-09-21 09:16
edit.xml
433
B
-rw-r--r--
2021-12-23 11:54
extend.php
1.85
KB
-rw-r--r--
2022-09-21 09:16
fileindex.php
8.97
KB
-rw-r--r--
2021-12-23 11:54
import.php
3.11
KB
-rw-r--r--
2022-09-21 09:16
info.xml
2.04
KB
-rw-r--r--
2022-09-21 08:18
install.js
924
B
-rw-r--r--
2021-12-23 11:54
install.php
5.12
KB
-rw-r--r--
2022-09-21 09:16
install.xml
2.17
KB
-rw-r--r--
2021-12-23 11:54
md5
13.93
KB
-rw-r--r--
2022-09-21 09:16
notes.txt
499
B
-rw-r--r--
2021-12-23 11:54
upgrade.php
3.35
KB
-rw-r--r--
2022-09-21 09:16
upgrade.xml
544
B
-rw-r--r--
2021-12-23 11:54
Save
Rename
<?php // User configurable variables //--------------------------------------------------- // Default language to use for the login screen and the setup of new users. $DefaultLanguage = 'en_US.utf8'; // Default theme to use for the login screen and the setup of new users. $DefaultTheme = 'xenos'; // Whether to display the demo login and password or not on the login screen $AllowDemoMode = FALSE; // Connection information for the database // $host is the computer ip address or name where the database is located // assuming that the webserver is also the sql server $host = '[[softdbhost]]'; // assuming that the web server is also the sql server $DBType = 'mysqli'; //assuming that the web server is also the sql server $DBUser = '[[softdbuser]]'; $DBPassword = '[[softdbpass]]'; // The timezone of the business - this allows the possibility of having; date_default_timezone_set('America/New_York'); putenv('TZ=America/New_York'); $AllowCompanySelectionBox = 'ShowSelectionBox'; //The system administrator name use the user input mail; $SysAdminEmail = ''; $DefaultDatabase = '[[softdb]]'; $SessionLifeTime = 3600; $MaximumExecutionTime = 120; $DefaultClock = 12; $RootPath = dirname(htmlspecialchars($_SERVER['PHP_SELF'],ENT_QUOTES,'UTF-8')); if (isset($DirectoryLevelsDeep)){ for ($i=0;$i<$DirectoryLevelsDeep;$i++){ $RootPath = mb_substr($RootPath,0, strrpos($RootPath,'/')); } } if ($RootPath == '/' OR $RootPath == '\\') { $RootPath = ''; } error_reporting(E_ALL & ~E_NOTICE & ~E_WARNING); //Installed companies $CompanyList[0] = array('database'=>'[[softdb]]' ,'company'=>'[[site_name]]' ); //End Installed companies-do not change this line /* Make sure there is nothing - not even spaces after this last ?> */ ?>