PHP 8.3.31
Preview: install.js Size: 942 B
/proc/self/root/var/softaculous/shopsite/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(!(/^([a-zA-Z0-9])+([a-zA-Z0-9\._-])*@([a-zA-Z0-9_-])+([.])+([a-zA-Z0-9\._-]+)+$/.test($('admin_email').value))){
		alert('{{err_ademail}}');
		return false;
	}
	
	return true;
};

Directory Contents

Dirs: 6 × Files: 11

Name Size Perms Modified Actions
images DIR
- drwxr-xr-x 2025-05-12 13:27:20
Edit Download
php53 DIR
- drwxr-xr-x 2025-05-12 13:27:20
Edit Download
php56 DIR
- drwxr-xr-x 2025-05-12 13:27:20
Edit Download
php71 DIR
- drwxr-xr-x 2025-05-12 13:27:20
Edit Download
php81 DIR
- drwxr-xr-x 2025-05-12 13:27:20
Edit Download
php82 DIR
- drwxr-xr-x 2025-05-12 13:27:20
Edit Download
82 B lrwxr-xr-x 2021-12-23 11:54:36
Edit Download
251 B lrwxr-xr-x 2021-12-23 11:54:36
Edit Download
15 B lrwxr-xr-x 2021-12-23 11:54:36
Edit Download
3.23 KB lrwxr-xr-x 2024-05-02 12:35:24
Edit Download
3.05 KB lrwxr-xr-x 2024-05-02 10:25:50
Edit Download
942 B lrwxr-xr-x 2021-12-23 11:54:36
Edit Download
10.86 KB lrwxr-xr-x 2024-05-02 12:35:24
Edit Download
638 B lrwxr-xr-x 2021-12-23 11:54:36
Edit Download
8.50 KB lrwxr-xr-x 2024-05-02 12:35:24
Edit Download
356 B lrwxr-xr-x 2021-12-23 11:54:36
Edit Download
86 B lrwxr-xr-x 2021-12-23 11:54:36
Edit Download

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