__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
php71/edit.php 0000644 00000000000 15105735466 0007143 0 ustar 00 php71/import.php 0000644 00000000000 15105735466 0007530 0 ustar 00 php71/install.php 0000644 00000000000 15105735466 0007664 0 ustar 00 php71/clone.php 0000644 00000000000 15105735466 0007316 0 ustar 00 edit.php 0000644 00000000000 15105735466 0006204 0 ustar 00 import.php 0000644 00000000000 15105735466 0006571 0 ustar 00 sofawiki.zip 0000644 00000000000 15105735466 0007106 0 ustar 00 edit.xml 0000644 00000000000 15105735466 0006215 0 ustar 00 images/sofawiki.png 0000644 00000000000 15105735466 0010335 0 ustar 00 images/logo.png 0000644 00000000000 15105735466 0007461 0 ustar 00 install.php 0000644 00000000000 15105735466 0006725 0 ustar 00 fileindex.php 0000644 00000000000 15105735466 0007226 0 ustar 00 clone.php 0000644 00000000000 15105735466 0006357 0 ustar 00 md5 0000644 00000000000 15105735466 0005156 0 ustar 00 info.xml 0000644 00000000000 15105735466 0006223 0 ustar 00 configuration.php 0000644 00000000000 15105735466 0010126 0 ustar 00 php81/edit.php 0000644 00000000000 15105735466 0007144 0 ustar 00 php81/import.php 0000644 00000000000 15105735466 0007531 0 ustar 00 php81/install.php 0000644 00000000000 15105735466 0007665 0 ustar 00 php81/clone.php 0000644 00000000000 15105735466 0007317 0 ustar 00 install.xml 0000644 00000000000 15105735466 0006736 0 ustar 00 php82/edit.php 0000644 00000000000 15105735466 0007145 0 ustar 00 php82/import.php 0000644 00000000000 15105735466 0007532 0 ustar 00 php82/install.php 0000644 00000000000 15105735466 0007666 0 ustar 00 php82/clone.php 0000644 00000000000 15105735466 0007320 0 ustar 00 php53/edit.php 0000644 00000000000 15105735466 0007143 0 ustar 00 php53/import.php 0000644 00000000000 15105735466 0007530 0 ustar 00 php53/install.php 0000644 00000000000 15105735466 0007664 0 ustar 00 php53/clone.php 0000644 00000000000 15105735466 0007316 0 ustar 00 php56/edit.php 0000644 00000000000 15105735466 0007146 0 ustar 00 php56/import.php 0000644 00000000000 15105735466 0007533 0 ustar 00 php56/install.php 0000644 00000000000 15105735466 0007667 0 ustar 00 php56/clone.php 0000644 00000000000 15105735466 0007321 0 ustar 00 notes.txt 0000644 00000000000 15105735466 0006437 0 ustar 00 install.js 0000644 00000001631 15105735466 0006565 0 ustar 00 //////////////////////////////////////////////////////////////
// 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;
};