PHP 8.2.30
Preview: install.js Size: 1.19 KB
/proc/self/root/proc/thread-self/root/proc/self/root/var/softaculous/eventum/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("#out_host_server").val("smtp."+domain);
	
	jQuery("#softdomain").change(function(){
		var domain = jQuery(this).val();
		jQuery("#out_host_server").val("smtp."+domain);
	});
	
	//alert("imap."+domain);
	
	
});

Directory Contents

Dirs: 5 × Files: 16

Name Size Perms Modified Actions
images DIR
- drwxr-xr-x 2024-03-21 11:32:19
Edit Download
php53 DIR
- drwxr-xr-x 2024-03-21 11:32:19
Edit Download
php56 DIR
- drwxr-xr-x 2024-03-21 11:32:19
Edit Download
php71 DIR
- drwxr-xr-x 2024-03-21 11:32:19
Edit Download
php81 DIR
- drwxr-xr-x 2024-03-21 11:32:19
Edit Download
2.55 KB lrw-r--r-- 2021-12-23 11:54:36
Edit Download
6.07 KB lrw-r--r-- 2022-09-21 09:32:44
Edit Download
447 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
1.85 KB lrw-r--r-- 2022-09-21 09:32:44
Edit Download
205 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
3.96 KB lrw-r--r-- 2022-09-21 09:32:44
Edit Download
4.29 KB lrw-r--r-- 2022-09-21 08:18:40
Edit Download
1.19 KB lrw-r--r-- 2021-12-23 11:54:36
Edit Download
11.44 KB lrw-r--r-- 2022-09-21 09:32:44
Edit Download
922 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
17 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
8.16 KB lrw-r--r-- 2022-09-21 09:32:44
Edit Download
135 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
40 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
1.74 KB lrw-r--r-- 2021-12-23 11:54:36
Edit Download
269 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download

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