PHP 8.2.30
Preview: install.js Size: 1.32 KB
/var/softaculous/drupal9/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;
};


// Update the in dir
function update_drupal8_indir(){
	
	if(drupal8_retries >= 5){
		return;
	}
	
	if(typeof jQuery('#softdirectory').val() == "undefined"){
		drupal8_retries++;
		setTimeout('update_drupal8_indir();', 500);
		return;
	}
	
	var softdirectory = jQuery('#softdirectory').val();
	
	if(softdirectory == 'drupal8'){
		jQuery('#softdirectory').val('drupal');
	}
}

var drupal8_retries = 0;
update_drupal8_indir();

Directory Contents

Dirs: 6 × Files: 17

Name Size Perms Modified Actions
images DIR
- drwxr-xr-x 2025-03-05 22:07:26
Edit Download
php53 DIR
- drwxr-xr-x 2025-03-05 22:07:26
Edit Download
php56 DIR
- drwxr-xr-x 2025-03-05 22:07:26
Edit Download
php71 DIR
- drwxr-xr-x 2025-03-05 22:07:26
Edit Download
php81 DIR
- drwxr-xr-x 2025-03-05 22:07:26
Edit Download
php82 DIR
- drwxr-xr-x 2025-03-05 22:07:26
Edit Download
741 B lrw-r--r-- 2022-12-16 11:29:38
Edit Download
14.32 KB lrw-r--r-- 2025-03-05 11:14:54
Edit Download
4.71 KB lrw-r--r-- 2025-03-05 11:14:54
Edit Download
433 B lrw-r--r-- 2022-12-16 11:29:38
Edit Download
271 B lrw-r--r-- 2022-12-16 11:29:38
Edit Download
5.42 KB lrw-r--r-- 2025-03-05 11:14:54
Edit Download
3.92 KB lrw-r--r-- 2025-03-05 10:08:44
Edit Download
1.32 KB lrw-r--r-- 2022-12-16 11:29:38
Edit Download
15.26 KB lrw-r--r-- 2025-03-05 11:14:54
Edit Download
1.10 KB lrw-r--r-- 2022-12-16 11:29:38
Edit Download
2.11 KB lrw-r--r-- 2025-03-05 11:14:52
Edit Download
1.62 KB lrw-r--r-- 2022-12-16 11:29:38
Edit Download
283 B lrw-r--r-- 2022-12-16 11:29:38
Edit Download
33.91 KB lrw-r--r-- 2023-04-22 04:49:46
Edit Download
4.32 KB lrw-r--r-- 2025-03-05 11:14:54
Edit Download
309 B lrw-r--r-- 2022-12-16 11:29:38
Edit Download
542 B lrw-r--r-- 2022-12-16 11:29:38
Edit Download

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