PHP 8.2.30
Preview: install.js Size: 1.25 KB
/proc/thread-self/root/proc/self/root/proc/thread-self/root/var/softaculous/egroup/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;
};


jQuery(document).ready(function(){
	
	var domain = jQuery("#softdomain").val();
	jQuery("#imap").val("imap."+domain);
	jQuery("#smtp").val("smtp."+domain);
	
	jQuery("#softdomain").change(function(){
		var domain = jQuery(this).val();
		jQuery("#imap").val("imap."+domain);
		jQuery("#smtp").val("smtp."+domain);
	});
	
	//alert("imap."+domain);
	
	
});

Directory Contents

Dirs: 6 × Files: 19

Name Size Perms Modified Actions
images DIR
- drwxr-xr-x 2026-04-09 21:02:38
Edit Download
php53 DIR
- drwxr-xr-x 2026-04-09 21:02:38
Edit Download
php56 DIR
- drwxr-xr-x 2026-04-09 21:02:38
Edit Download
php71 DIR
- drwxr-xr-x 2026-04-09 21:02:38
Edit Download
php81 DIR
- drwxr-xr-x 2026-04-09 21:02:38
Edit Download
php82 DIR
- drwxr-xr-x 2026-04-09 21:02:38
Edit Download
1.07 KB lrw-r--r-- 2021-12-23 11:54:36
Edit Download
6.20 KB lrw-r--r-- 2026-04-09 12:54:24
Edit Download
320 B lrw-r--r-- 2026-04-09 12:47:04
Edit Download
4.23 KB lrw-r--r-- 2026-04-09 12:54:24
Edit Download
433 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
272.78 KB lrw-r--r-- 2026-04-09 12:47:04
Edit Download
158.98 MB lrw-r--r-- 2026-04-09 12:47:04
Edit Download
853 B lrw-r--r-- 2026-02-18 10:09:14
Edit Download
3.36 KB lrw-r--r-- 2025-04-17 11:40:36
Edit Download
3.78 KB lrw-r--r-- 2026-04-09 12:54:24
Edit Download
3.09 KB lrw-r--r-- 2026-04-09 12:47:04
Edit Download
1.25 KB lrw-r--r-- 2021-12-23 11:54:36
Edit Download
5.97 KB lrw-r--r-- 2026-04-09 12:54:24
Edit Download
2.69 KB lrw-r--r-- 2023-05-05 08:38:42
Edit Download
6.33 KB lrw-r--r-- 2026-04-09 12:54:24
Edit Download
1.63 KB lrw-r--r-- 2026-02-18 10:09:14
Edit Download
6.50 KB lrw-r--r-- 2026-04-09 12:54:24
Edit Download
292 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
13.68 MB lrw-r--r-- 2026-04-09 12:47:04
Edit Download

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