X7ROOT File Manager
Current Path:
/var/softaculous/wp51
var
/
softaculous
/
wp51
/
ðŸ“
..
📄
.htaccess
(420 B)
📄
_htaccess
(266 B)
📄
_index.php
(59 B)
📄
_wp-config.php
(2.94 KB)
📄
add_user.php
(461 B)
📄
backup.php
(3.02 KB)
📄
check_charset.php
(2.02 KB)
📄
clone.php
(30.87 KB)
📄
clone.xml
(497 B)
📄
edit.php
(9.48 KB)
📄
edit.xml
(1.76 KB)
📄
extend.php
(82.92 KB)
📄
fileindex.php
(291 B)
ðŸ“
images
📄
import.php
(6.51 KB)
📄
info.xml
(14.94 KB)
📄
install.js
(1.46 KB)
📄
install.php
(31.26 KB)
📄
install.xml
(5.66 KB)
ðŸ“
languages
📄
md5
(4.67 KB)
📄
multisite.sql
(35.95 KB)
📄
notes.txt
(5.26 KB)
ðŸ“
php53
ðŸ“
php56
ðŸ“
php71
ðŸ“
php81
ðŸ“
php82
📄
plugin_activate.php
(596 B)
📄
plugin_deactivate.php
(613 B)
ðŸ“
plugins
📄
sign_on.php
(3.28 KB)
📄
soft.htaccess
(127 B)
📄
upgrade.php
(13.29 KB)
📄
upgrade.xml
(1.6 KB)
📄
wp-config.php
(2.67 KB)
📄
wp51.sql
(28.64 KB)
📄
wp51.zip
(13.63 MB)
Editing: 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; }; //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); } }); } });
Upload File
Create Folder