PHP 8.3.31
Preview: install.js Size: 921 B
/proc/self/root/var/softaculous/extplorer/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: 13

Name Size Perms Modified Actions
images DIR
- drwxr-xr-x 2025-05-12 13:22:54
Edit Download
php53 DIR
- drwxr-xr-x 2025-05-12 13:22:54
Edit Download
php56 DIR
- drwxr-xr-x 2025-05-12 13:22:54
Edit Download
php71 DIR
- drwxr-xr-x 2025-05-12 13:22:54
Edit Download
php81 DIR
- drwxr-xr-x 2025-05-12 13:22:54
Edit Download
php82 DIR
- drwxr-xr-x 2025-05-12 13:22:54
Edit Download
284 B lrwxr-xr-x 2021-12-23 11:54:36
Edit Download
861 B lrwxr-xr-x 2022-01-08 10:43:48
Edit Download
3.55 KB lrwxr-xr-x 2024-05-02 11:02:52
Edit Download
433 B lrwxr-xr-x 2021-12-23 11:54:36
Edit Download
459 B lrwxr-xr-x 2021-12-23 11:54:36
Edit Download
2.46 KB lrwxr-xr-x 2024-05-02 11:02:52
Edit Download
2.28 KB lrwxr-xr-x 2024-05-02 10:25:50
Edit Download
921 B lrwxr-xr-x 2021-12-23 11:54:36
Edit Download
4.75 KB lrwxr-xr-x 2024-05-02 11:02:52
Edit Download
418 B lrwxr-xr-x 2021-12-23 11:54:36
Edit Download
6.96 KB lrwxr-xr-x 2024-05-02 11:02:52
Edit Download
102 B lrwxr-xr-x 2021-12-23 11:54:36
Edit Download
6.65 KB lrwxr-xr-x 2023-12-28 11:43:56
Edit Download

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