PHP 8.2.30
Preview: install.js Size: 921 B
/proc/self/root/proc/thread-self/root/proc/thread-self/root/proc/self/root/var/softaculous/qcms/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: 14

Name Size Perms Modified Actions
images DIR
- drwxr-xr-x 2025-05-10 21:03:03
Edit Download
php53 DIR
- drwxr-xr-x 2025-05-10 21:03:04
Edit Download
php56 DIR
- drwxr-xr-x 2025-05-10 21:03:04
Edit Download
php71 DIR
- drwxr-xr-x 2025-05-10 21:03:04
Edit Download
php81 DIR
- drwxr-xr-x 2025-05-10 21:03:04
Edit Download
php82 DIR
- drwxr-xr-x 2025-05-10 21:03:03
Edit Download
2.31 KB lrw-r--r-- 2025-04-29 11:29:32
Edit Download
13.17 KB lrw-r--r-- 2025-04-24 07:38:14
Edit Download
1.63 KB lrw-r--r-- 2021-12-23 11:54:36
Edit Download
3.63 KB lrw-r--r-- 2025-04-29 11:29:32
Edit Download
447 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
88 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
2.53 KB lrw-r--r-- 2025-04-29 11:29:32
Edit Download
1.99 KB lrw-r--r-- 2025-04-24 07:38:14
Edit Download
921 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
3.77 KB lrw-r--r-- 2025-04-29 11:29:32
Edit Download
719 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
1.50 KB lrw-r--r-- 2025-04-29 11:29:30
Edit Download
69 B lrw-r--r-- 2025-04-24 07:38:14
Edit Download
893.41 KB lrw-r--r-- 2025-04-24 07:38:14
Edit Download

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