X7ROOT File Manager
Current Path:
/var/softaculous/presta8
var
/
softaculous
/
presta8
/
📁
..
📄
.htaccess
(3.15 KB)
📄
_bootstrap.php
(6.11 KB)
📄
bootstrap.php
(6.03 KB)
📄
changelog.txt
(6.35 KB)
📄
clone.php
(22.89 KB)
📄
clone_bootstrap.php
(6.16 KB)
📄
edit.php
(4.94 KB)
📄
edit.xml
(447 B)
📄
extend.php
(9.02 KB)
📄
fileindex.php
(383 B)
📁
images
📄
import.php
(6.61 KB)
📄
info.xml
(4.58 KB)
📄
install.js
(1.12 KB)
📄
install.php
(19.21 KB)
📄
install.xml
(1.51 KB)
📄
md5
(1.83 KB)
📄
new_order.html
(49.64 KB)
📄
notes.txt
(2.4 KB)
📄
order_conf.html
(49.3 KB)
📄
parameters.php
(826 B)
📄
parameters.yml
(11 B)
📁
php53
📁
php56
📁
php71
📁
php81
📁
php82
📄
presta8.sql
(635.37 KB)
📄
presta8.zip
(93.09 MB)
📄
return_slip.html
(38.15 KB)
📄
robots.txt
(3.23 KB)
📄
settings.inc.php
(23 B)
📄
shop1.json
(3.01 KB)
📄
soft_delete.php
(3.08 KB)
📄
update_appkey.php
(544 B)
📄
update_pass.php
(497 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(){ //Check the Admin Folder if($('admin_folder').value == 'admin'){ alert('{{err_admin_folder}}'); return false; } //Check the Admin pass if($('admin_pass').value.length < 8){ alert('{{err_pass}}'); return false; } //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