PHP 8.2.30
Preview: install.js Size: 924 B
//var/softaculous/ampache/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: 12

Name Size Perms Modified Actions
images DIR
- drwxr-xr-x 2026-03-05 22:02:42
Edit Download
php53 DIR
- drwxr-xr-x 2026-03-05 22:02:42
Edit Download
php56 DIR
- drwxr-xr-x 2026-03-05 22:02:42
Edit Download
php71 DIR
- drwxr-xr-x 2026-03-05 22:02:42
Edit Download
php81 DIR
- drwxr-xr-x 2026-03-05 22:02:42
Edit Download
php82 DIR
- drwxr-xr-x 2026-03-05 22:02:42
Edit Download
73.99 MB lrw-r--r-- 2026-03-05 10:59:58
Edit Download
4.58 KB lrw-r--r-- 2026-03-05 12:54:18
Edit Download
4.08 KB lrw-r--r-- 2026-03-05 12:54:18
Edit Download
433 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
982 B lrw-r--r-- 2025-12-23 12:16:50
Edit Download
3.28 KB lrw-r--r-- 2026-03-05 12:54:18
Edit Download
3.20 KB lrw-r--r-- 2026-03-05 10:59:58
Edit Download
924 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
10.48 KB lrw-r--r-- 2026-03-05 12:54:18
Edit Download
1.87 KB lrw-r--r-- 2021-12-23 11:54:36
Edit Download
2.56 KB lrw-r--r-- 2026-03-05 12:54:18
Edit Download
454 B lrw-r--r-- 2025-04-03 08:02:36
Edit Download

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