Linux bear.hostingplus.cl 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
LiteSpeed
Server IP : 192.140.57.17 & Your IP : 216.73.216.41
Domains :
Cant Read [ /etc/named.conf ]
User : explo
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
phoenix /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2026-02-25 23:30
php53
[ DIR ]
drwxr-xr-x
2026-02-25 23:30
php56
[ DIR ]
drwxr-xr-x
2026-02-25 23:30
php71
[ DIR ]
drwxr-xr-x
2026-02-25 23:30
php81
[ DIR ]
drwxr-xr-x
2026-02-25 23:30
php82
[ DIR ]
drwxr-xr-x
2026-02-25 23:30
_clone.php
3.95
KB
-rw-r--r--
2024-07-03 08:00
_configure.php
1010
B
-rw-r--r--
2025-09-01 05:35
configure.php
649
B
-rw-r--r--
2021-12-23 06:54
edit.php
5.38
KB
-rw-r--r--
2026-02-25 07:37
edit.xml
433
B
-rw-r--r--
2021-12-23 06:54
fileindex.php
788
B
-rw-r--r--
2025-04-30 08:22
import.php
4.31
KB
-rw-r--r--
2026-02-25 07:37
info.xml
3.24
KB
-rw-r--r--
2026-02-25 07:36
install.js
924
B
-rw-r--r--
2021-12-23 06:54
install.php
6.27
KB
-rw-r--r--
2026-02-25 07:37
install.xml
1.25
KB
-rw-r--r--
2025-09-01 05:35
md5
1014
B
-rw-r--r--
2026-02-25 07:37
notes.txt
478
B
-rw-r--r--
2025-03-03 02:41
update_pass.php
4.65
KB
-rw-r--r--
2021-12-23 06:54
Save
Rename
<?php error_reporting(E_ALL); const HTTP_SERVER = '[[protocol]]://[[domhost]]'; const COOKIE_OPTIONS = [ 'lifetime' => 0, 'domain' => '[[domhost]]', 'path' => '[[relativeurl]]/[[admin_folder]]', 'samesite' => 'Lax', [[secure]] ]; const DIR_WS_ADMIN = '[[relativeurl]]/[[admin_folder]]/'; const HTTP_CATALOG_SERVER = '[[protocol]]://[[domhost]]'; const DIR_WS_CATALOG = '[[relativeurl]]/'; date_default_timezone_set('America/New_York'); const DIR_FS_CATALOG = '[[softpath]]/'; const DIR_FS_DOCUMENT_ROOT = '[[softpath]]/'; const DIR_FS_ADMIN = '[[softpath]]/[[admin_folder]]/'; const DIR_FS_BACKUP = DIR_FS_ADMIN . 'backups/'; // If you are asked to provide configure.php details, // before sharing, please remove the data below and // obfuscate the admin folder and home directory (DIR_FS). const DB_SERVER = '[[softdbhost]]'; const DB_SERVER_USERNAME = '[[softdbuser]]'; const DB_SERVER_PASSWORD = '[[softdbpass]]'; const DB_DATABASE = '[[softdb]]';