PHP 8.2.30
Preview: install.js Size: 924 B
/proc/thread-self/root/proc/self/root/proc/thread-self/root/var/softaculous/tiki/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;
};

Directory Contents

Dirs: 6 × Files: 16

Name Size Perms Modified Actions
images DIR
- drwxr-xr-x 2024-05-30 22:44:32
Edit Download
php53 DIR
- drwxr-xr-x 2024-05-30 22:44:32
Edit Download
php56 DIR
- drwxr-xr-x 2024-05-30 22:44:32
Edit Download
php71 DIR
- drwxr-xr-x 2024-05-30 22:44:32
Edit Download
php81 DIR
- drwxr-xr-x 2024-05-30 22:44:32
Edit Download
php82 DIR
- drwxr-xr-x 2024-05-30 22:44:32
Edit Download
6.74 KB lrw-r--r-- 2024-05-30 10:44:20
Edit Download
4.43 KB lrw-r--r-- 2024-05-30 10:44:20
Edit Download
433 B lrw-r--r-- 2024-05-30 09:42:00
Edit Download
10.09 KB lrw-r--r-- 2024-05-30 10:44:20
Edit Download
9.84 KB lrw-r--r-- 2021-12-23 11:54:36
Edit Download
4.21 KB lrw-r--r-- 2024-05-30 10:44:20
Edit Download
2.64 KB lrw-r--r-- 2024-05-30 09:42:00
Edit Download
924 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
5.85 KB lrw-r--r-- 2024-05-30 10:44:20
Edit Download
949 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
824 B lrw-r--r-- 2023-10-30 09:41:18
Edit Download
2.11 KB lrw-r--r-- 2024-05-30 10:44:20
Edit Download
415 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
534 B lrw-r--r-- 2023-03-27 13:48:28
Edit Download
10.03 KB lrw-r--r-- 2024-05-30 10:44:20
Edit Download
333 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).