PHP 5.6.40
Preview: install.js Size: 1.07 KB
//var/softaculous/smf20/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($('board_email').value)){
			alert('{{err_boardemail}}');
			return false;
		}
		
		return true;
	}
	
	//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: 7 × Files: 14

Name Size Perms Modified Actions
images DIR
- drwxr-xr-x 2025-02-01 10:25:40
Edit Download
languages DIR
- drwxr-xr-x 2025-02-01 10:25:40
Edit Download
php53 DIR
- drwxr-xr-x 2025-02-01 10:25:40
Edit Download
php56 DIR
- drwxr-xr-x 2025-02-01 10:25:40
Edit Download
php71 DIR
- drwxr-xr-x 2025-02-01 10:25:40
Edit Download
php81 DIR
- drwxr-xr-x 2025-02-01 10:25:40
Edit Download
php82 DIR
- drwxr-xr-x 2025-02-01 10:25:40
Edit Download
8.39 KB lrw-r--r-- 2024-05-02 08:37:56
Edit Download
4.40 KB lrw-r--r-- 2024-05-02 08:37:56
Edit Download
433 B lrw-r--r-- 2022-04-06 02:00:30
Edit Download
424 B lrw-r--r-- 2022-04-06 02:00:30
Edit Download
3.60 KB lrw-r--r-- 2024-05-02 08:37:56
Edit Download
3.01 KB lrw-r--r-- 2024-05-02 06:25:50
Edit Download
1.07 KB lrw-r--r-- 2022-04-06 02:00:30
Edit Download
6.55 KB lrw-r--r-- 2024-05-02 08:37:56
Edit Download
3.92 KB lrw-r--r-- 2022-04-06 02:00:30
Edit Download
7.00 KB lrw-r--r-- 2024-05-02 08:37:56
Edit Download
701 B lrw-r--r-- 2022-04-06 02:00:30
Edit Download
2.43 KB lrw-r--r-- 2022-04-06 02:00:30
Edit Download
3.81 KB lrw-r--r-- 2024-05-02 08:37:56
Edit Download
380 B lrw-r--r-- 2022-04-06 02:00:30
Edit Download

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