Linux premium71.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 216.73.216.206
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
wp64 /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2025-05-08 14:35
languages
[ DIR ]
drwxr-xr-x
2025-05-08 14:35
php53
[ DIR ]
drwxr-xr-x
2025-05-08 14:35
php56
[ DIR ]
drwxr-xr-x
2025-05-08 14:35
php71
[ DIR ]
drwxr-xr-x
2025-05-08 14:35
php81
[ DIR ]
drwxr-xr-x
2025-05-08 14:35
php82
[ DIR ]
drwxr-xr-x
2025-05-08 14:35
plugins
[ DIR ]
drwxr-xr-x
2025-05-08 14:35
.htaccess
482
B
-rw-r--r--
2024-04-03 05:37
_htaccess
553
B
-rw-r--r--
2024-04-03 05:37
_index.php
59
B
-rw-r--r--
2024-04-03 05:37
_wp-config.php
3.08
KB
-rw-r--r--
2024-04-03 05:37
add_user.php
461
B
-rw-r--r--
2024-04-03 05:37
backup.php
3.03
KB
-rw-r--r--
2025-05-08 12:25
check_charset.php
2.02
KB
-rw-r--r--
2024-04-03 05:37
clone.php
31.04
KB
-rw-r--r--
2025-05-08 12:25
clone.xml
497
B
-rw-r--r--
2024-04-03 05:37
edit.php
9.46
KB
-rw-r--r--
2025-05-08 12:25
edit.xml
1.76
KB
-rw-r--r--
2024-04-03 05:37
extend.php
82.91
KB
-rw-r--r--
2025-05-08 12:25
fileindex.php
291
B
-rw-r--r--
2024-04-03 05:37
import.php
6.52
KB
-rw-r--r--
2025-05-08 12:25
info.xml
14.93
KB
-rw-r--r--
2025-05-08 11:40
install.js
1.46
KB
-rw-r--r--
2025-01-03 13:25
install.php
31.79
KB
-rw-r--r--
2025-05-08 12:25
install.xml
5.63
KB
-rw-r--r--
2025-02-24 07:15
md5
6.87
KB
-rw-r--r--
2025-05-08 12:25
multisite.sql
36.89
KB
-rw-r--r--
2025-05-08 14:35
notes.txt
6.01
KB
-rw-r--r--
2024-06-26 05:33
plugin_activate.php
596
B
-rw-r--r--
2024-04-03 05:37
plugin_deactivate.php
613
B
-rw-r--r--
2024-04-03 05:37
sign_on.php
3.28
KB
-rw-r--r--
2025-01-28 09:21
soft.htaccess
127
B
-rw-r--r--
2024-04-03 05:37
upgrade.php
14.03
KB
-rw-r--r--
2025-05-08 12:25
upgrade.xml
1.63
KB
-rw-r--r--
2024-04-03 05:37
wp-config.php
2.8
KB
-rw-r--r--
2024-04-03 05:37
wp64.sql
29.85
KB
-rw-r--r--
2025-05-08 14:35
wp64.zip
24.32
MB
-rw-r--r--
2025-05-08 14:35
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); } }); } });