PHP 8.2.30
Preview: install.js Size: 1.33 KB
/var/softaculous/drupalcms/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_drupalcms_indir(){
	
	if(drupalcms_retries >= 5){
		return;
	}
	
	if(typeof jQuery('#softdirectory').val() == "undefined"){
		drupalcms_retries++;
		setTimeout('update_drupalcms_indir();', 500);
		return;
	}
	
	var softdirectory = jQuery('#softdirectory').val();
	
	if(softdirectory == 'drupalcms'){
		jQuery('#softdirectory').val('drupal');
	}
}

var drupalcms_retries = 0;
update_drupalcms_indir();

Directory Contents

Dirs: 6 × Files: 17

Name Size Perms Modified Actions
images DIR
- drwxr-xr-x 2026-03-23 21:03:56
Edit Download
php53 DIR
- drwxr-xr-x 2026-03-23 21:03:56
Edit Download
php56 DIR
- drwxr-xr-x 2026-03-23 21:03:56
Edit Download
php71 DIR
- drwxr-xr-x 2026-03-23 21:03:56
Edit Download
php81 DIR
- drwxr-xr-x 2026-03-23 21:03:56
Edit Download
php82 DIR
- drwxr-xr-x 2026-03-23 21:03:56
Edit Download
685 B lrw-r--r-- 2025-01-27 07:37:06
Edit Download
3.14 MB lrw-r--r-- 2026-02-23 12:25:50
Edit Download
4.63 MB lrw-r--r-- 2026-03-23 11:50:06
Edit Download
190.07 MB lrw-r--r-- 2026-03-23 11:50:06
Edit Download
14.92 KB lrw-r--r-- 2026-03-23 12:31:38
Edit Download
303 B lrw-r--r-- 2026-03-23 11:50:06
Edit Download
3.52 KB lrw-r--r-- 2026-03-23 12:31:38
Edit Download
3.53 KB lrw-r--r-- 2026-03-23 11:50:06
Edit Download
1.33 KB lrw-r--r-- 2025-01-27 07:37:06
Edit Download
12.68 KB lrw-r--r-- 2026-03-23 12:31:38
Edit Download
1.11 KB lrw-r--r-- 2025-01-28 05:46:54
Edit Download
1.05 KB lrw-r--r-- 2026-03-23 12:31:38
Edit Download
2.02 KB lrw-r--r-- 2026-03-23 11:50:06
Edit Download
278 B lrw-r--r-- 2025-01-27 07:37:06
Edit Download
34.78 KB lrw-r--r-- 2026-01-07 12:28:44
Edit Download
541 B lrw-r--r-- 2025-01-27 07:37:06
Edit Download
486 B lrw-r--r-- 2025-01-27 07:37:06
Edit Download

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