X7ROOT File Manager
Current Path:
/var/softaculous/hizup
var
/
softaculous
/
hizup
/
ðŸ“
..
📄
_constants.php
(2.42 KB)
📄
_edit.php
(4.21 KB)
📄
_edit.xml
(433 B)
📄
clone.php
(6.32 KB)
📄
config.ini
(3.98 KB)
📄
extend.php
(10.26 KB)
📄
fileindex.php
(290 B)
📄
hizup.sql
(84.71 KB)
📄
hizup.zip
(189.7 MB)
ðŸ“
images
📄
import.php
(3.46 KB)
📄
info.xml
(4.39 KB)
📄
install.js
(1.28 KB)
📄
install.php
(8.84 KB)
📄
install.xml
(1.9 KB)
📄
md5
(4.11 KB)
📄
notes.txt
(355 B)
ðŸ“
php53
ðŸ“
php56
ðŸ“
php71
ðŸ“
php81
ðŸ“
php82
📄
update_pass.php
(599 B)
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(){ if(window.check_punycode){ //Check the Bug Email if(!check_punycode($('bug_email').value)){ alert('{{err_bugemail}}'); return false; } //Check the No Reply Email if(!check_punycode($('noreply_email').value)){ alert('{{err_noreplyemail}}'); return false; } //Check the Feedback Email if(!check_punycode($('feedback_email').value)){ alert('{{err_feedbackemail}}'); return false; } //Check the Admin Email if(!check_punycode($('admin_email').value)){ alert('{{err_ademail}}'); return false; } return true; } return true; };
Upload File
Create Folder