Linux s3.cpanelhost.co.in 5.14.0-611.49.2.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Apr 30 09:05:08 EDT 2026 x86_64
LiteSpeed
: 65.108.44.247 | : 216.73.216.79
Cant Read [ /etc/named.conf ]
7.4.33
teac11783
Bypass.pw
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
Backdoor Scanner
Backdoor Create
Alfa Webshell
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
softaculous /
oscom /
[ 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
admin_configure.php
2.01
KB
-rw-r--r--
edit.php
4.86
KB
-rw-r--r--
edit.xml
447
B
-rw-r--r--
extend.php
9.62
KB
-rw-r--r--
fileindex.php
215
B
-rw-r--r--
import.php
4.06
KB
-rw-r--r--
includes_configure.php
331
B
-rw-r--r--
info.xml
2.59
KB
-rw-r--r--
install.js
942
B
-rw-r--r--
install.php
9.41
KB
-rw-r--r--
install.xml
1.74
KB
-rw-r--r--
md5
3.35
KB
-rw-r--r--
notes.txt
1.96
KB
-rw-r--r--
oscom.sql
40.64
MB
-rw-r--r--
oscom.zip
307.69
MB
-rw-r--r--
params-local.php
152
B
-rw-r--r--
update_pass.php
691
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(!(/^([a-zA-Z0-9])+([a-zA-Z0-9\._-])*@([a-zA-Z0-9_-])+([.])+([a-zA-Z0-9\._-]+)+$/.test($('admin_email').value))){ alert('{{err_ademail}}'); return false; } return true; };
Close