PATH:
var
/
softaculous
/
presta8
////////////////////////////////////////////////////////////// // 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; };
[+]
php56
[-] robots.txt
[edit]
[+]
php81
[+]
php53
[-] update_pass.php
[edit]
[-] parameters.yml
[edit]
[+]
..
[-] edit.xml
[edit]
[-] import.php
[edit]
[-] parameters.php
[edit]
[-] notes.txt
[edit]
[-] update_appkey.php
[edit]
[-] extend.php
[edit]
[-] new_order.html
[edit]
[-] md5
[edit]
[-] clone.php
[edit]
[-] _bootstrap.php
[edit]
[-] changelog.txt
[edit]
[-] install.js
[edit]
[-] return_slip.html
[edit]
[+]
php71
[-] install.php
[edit]
[-] fileindex.php
[edit]
[-] edit.php
[edit]
[-] soft_delete.php
[edit]
[-] clone_bootstrap.php
[edit]
[-] .htaccess
[edit]
[-] info.xml
[edit]
[-] install.xml
[edit]
[-] order_conf.html
[edit]
[-] settings.inc.php
[edit]
[+]
images
[-] bootstrap.php
[edit]
[-] shop1.json
[edit]
[+]
php82