PHP 8.3.31
Preview: install.js Size: 1.05 KB
/proc/thread-self/root/var/softaculous/fusion/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 admin password and login passsword are not same
	if($('admin_pass').value == $('login_pass').value){
		alert('{{err_samepwd}}');
		return false;
	}
	
	//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: 15

Name Size Perms Modified Actions
images DIR
- drwxr-xr-x 2025-05-12 13:21:05
Edit Download
php53 DIR
- drwxr-xr-x 2025-05-12 13:21:05
Edit Download
php56 DIR
- drwxr-xr-x 2025-05-12 13:21:05
Edit Download
php71 DIR
- drwxr-xr-x 2025-05-12 13:21:05
Edit Download
php81 DIR
- drwxr-xr-x 2025-05-12 13:21:05
Edit Download
php82 DIR
- drwxr-xr-x 2025-05-12 13:21:05
Edit Download
750 B lrwxr-xr-x 2021-12-23 11:54:36
Edit Download
6.54 KB lrwxr-xr-x 2025-03-26 10:47:10
Edit Download
356 B lrwxr-xr-x 2021-12-23 11:54:36
Edit Download
358 B lrwxr-xr-x 2022-09-02 09:40:14
Edit Download
3.31 KB lrwxr-xr-x 2025-03-26 10:47:10
Edit Download
2.26 KB lrwxr-xr-x 2025-03-26 10:40:24
Edit Download
1.05 KB lrwxr-xr-x 2021-12-23 11:54:36
Edit Download
11.24 KB lrwxr-xr-x 2025-03-26 10:47:10
Edit Download
1.25 KB lrwxr-xr-x 2021-12-23 11:54:36
Edit Download
2.47 KB lrwxr-xr-x 2025-03-26 10:47:10
Edit Download
430 B lrwxr-xr-x 2021-12-23 11:54:36
Edit Download
3.43 KB lrwxr-xr-x 2021-12-23 11:54:36
Edit Download
433 B lrwxr-xr-x 2021-12-23 11:54:36
Edit Download
17.62 KB lrwxr-xr-x 2025-03-26 10:40:24
Edit Download
358 B lrwxr-xr-x 2021-12-23 11:54:36
Edit Download

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