Linux sagir-us1.hostever.us 5.14.0-570.51.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 8 09:41:34 EDT 2025 x86_64
LiteSpeed
Server IP : 104.247.108.91 & Your IP : 216.73.216.105
Domains : 74 Domain
User : georgeto
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
sp /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2026-04-24 05:46
php53
[ DIR ]
drwxr-xr-x
2026-04-24 05:46
php56
[ DIR ]
drwxr-xr-x
2026-04-24 05:46
php71
[ DIR ]
drwxr-xr-x
2026-04-24 05:46
php81
[ DIR ]
drwxr-xr-x
2026-04-24 05:46
php82
[ DIR ]
drwxr-xr-x
2026-04-24 05:46
.htaccess
184
B
-rw-r--r--
2021-12-23 12:54
_index.php
37
B
-rw-r--r--
2021-12-23 12:54
check_charset.php
1.97
KB
-rw-r--r--
2021-12-23 12:54
clone.php
13.22
KB
-rw-r--r--
2026-04-23 04:55
edit.php
3.55
KB
-rw-r--r--
2026-04-23 04:55
edit.xml
269
B
-rw-r--r--
2021-12-23 12:54
extend.php
2.52
KB
-rw-r--r--
2026-04-23 04:55
fileindex.php
32
B
-rw-r--r--
2021-12-23 12:54
import.php
3.11
KB
-rw-r--r--
2026-04-23 04:55
index.php
1.21
KB
-rw-r--r--
2021-12-23 12:54
info.xml
20.37
KB
-rw-r--r--
2026-04-22 16:37
install.js
924
B
-rw-r--r--
2021-12-23 12:54
install.php
25.6
KB
-rw-r--r--
2026-04-23 04:55
install.xml
5.3
KB
-rw-r--r--
2022-05-25 07:35
md5
1.38
KB
-rw-r--r--
2026-04-23 04:55
post_download.json
95
B
-rw-r--r--
2021-12-23 12:54
sign_on_func.php
2.13
KB
-rw-r--r--
2023-09-13 16:18
soft.htaccess
124
B
-rw-r--r--
2021-12-23 12:54
upgrade.php
3.29
KB
-rw-r--r--
2026-04-23 04:55
upgrade.xml
231
B
-rw-r--r--
2021-12-23 12:54
Save
Rename
<?php //print_r($_SERVER);die(); $sitepad['db_name'] = '[[db_name]]'; $sitepad['db_user'] = '[[db_user]]'; $sitepad['db_pass'] = '[[db_pass]]'; $sitepad['db_host'] = '[[db_host]]'; $sitepad['db_table_prefix'] = '[[db_table_prefix]]'; $sitepad['charset'] = '[[utf8]]'; $sitepad['collate'] = '[[collate]]'; $sitepad['serving_url'] = '[[domain]][[relativeurl]]';// URL without protocol but with directory as well $sitepad['url'] = '[[softurl]]'; $sitepad['relativeurl'] = '[[relativeurl]]'; $sitepad['.sitepad'] = '[[softdir]]'; $sitepad['sitepad_plugin_path'] = '[[sitepad_path]]'; $sitepad['editor_path'] = '[[editor_path]]'; $sitepad['path'] = dirname(__FILE__); $sitepad['AUTH_KEY'] = '[[AUTH_KEY]]'; $sitepad['SECURE_AUTH_KEY'] = '[[SECURE_AUTH_KEY]]'; $sitepad['LOGGED_IN_KEY'] = '[[LOGGED_IN_KEY]]'; $sitepad['NONCE_KEY'] = '[[NONCE_KEY]]'; $sitepad['AUTH_SALT'] = '[[AUTH_SALT]]'; $sitepad['SECURE_AUTH_SALT'] = '[[SECURE_AUTH_SALT]]'; $sitepad['LOGGED_IN_SALT'] = '[[LOGGED_IN_SALT]]'; $sitepad['NONCE_SALT'] = '[[NONCE_SALT]]'; if(!include_once($sitepad['editor_path'].'/site-inc/bootstrap.php')){ die('Could not include the bootstrap.php. One of the reasons could be open_basedir restriction !'); }