__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?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 ?> */
?>| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| images | Folder | 0755 |
|
|
| php53 | Folder | 0755 |
|
|
| php56 | Folder | 0755 |
|
|
| php71 | Folder | 0755 |
|
|
| php81 | Folder | 0755 |
|
|
| php82 | Folder | 0755 |
|
|
| changelog.txt | File | 26.52 KB | 0644 |
|
| clone.php | File | 3.37 KB | 0644 |
|
| config.php | File | 1.7 KB | 0644 |
|
| edit.php | File | 4.57 KB | 0644 |
|
| edit.xml | File | 433 B | 0644 |
|
| extend.php | File | 1.85 KB | 0644 |
|
| fileindex.php | File | 8.97 KB | 0644 |
|
| import.php | File | 3.11 KB | 0644 |
|
| info.xml | File | 2.04 KB | 0644 |
|
| install.js | File | 924 B | 0644 |
|
| install.php | File | 5.11 KB | 0644 |
|
| install.xml | File | 2.17 KB | 0644 |
|
| md5 | File | 2.51 KB | 0644 |
|
| notes.txt | File | 499 B | 0644 |
|
| upgrade.php | File | 3.35 KB | 0644 |
|
| upgrade.xml | File | 544 B | 0644 |
|