X7ROOT File Manager
Current Path:
/var/softaculous/wp
var
/
softaculous
/
wp
/
ðŸ“
..
📄
.htaccess
(482 B)
📄
_htaccess
(553 B)
📄
_index.php
(59 B)
📄
_wp-config.php
(3.37 KB)
📄
add_user.php
(461 B)
📄
backup.php
(3.03 KB)
📄
check_charset.php
(2.02 KB)
📄
clone.php
(32.25 KB)
📄
clone.xml
(497 B)
📄
edit.php
(9.45 KB)
📄
edit.xml
(1.76 KB)
📄
extend.php
(101.6 KB)
📄
fileindex.php
(291 B)
ðŸ“
images
📄
import.php
(6.51 KB)
📄
info.xml
(15.36 KB)
📄
install.js
(925 B)
📄
install.php
(30.45 KB)
📄
install.xml
(9.71 KB)
ðŸ“
languages
📄
md5
(4.51 KB)
📄
multisite.sql
(37.46 KB)
📄
notes.txt
(6.08 KB)
ðŸ“
php53
ðŸ“
php56
ðŸ“
php71
ðŸ“
php81
ðŸ“
php82
📄
plugin_activate.php
(596 B)
📄
plugin_deactivate.php
(613 B)
ðŸ“
plugins
📄
post_download.json
(72 B)
📄
sign_on.php
(3.28 KB)
📄
soft.htaccess
(127 B)
📄
update_pass.php
(602 B)
📄
upgrade.php
(14.22 KB)
📄
upgrade.xml
(1.62 KB)
📄
wp-cli
(6.19 MB)
📄
wp-config.php
(3.08 KB)
📄
wp.sql
(30.17 KB)
📄
wp.zip
(26.93 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; };
Upload File
Create Folder