PHP 8.2.30
Preview: install.js Size: 1.75 KB
/proc/thread-self/root/proc/thread-self/root/var/softaculous/joomla54/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_joomla54_indir(){
	
	if(joomla54_retries >= 5){
		return;
	}
	
	if(typeof jQuery('#softdirectory').val() == "undefined"){
		joomla54_retries++;
		setTimeout('update_joomla54_indir();', 500);
		return;
	}
	
	var softdirectory = jQuery('#softdirectory').val();
	
	if(softdirectory == 'joomla54'){
		jQuery('#softdirectory').val('joomla');
	}
}

var joomla54_retries = 0;
update_joomla54_indir();

jQuery(document).ready(function(){
	
	// Joomla requires password to be minimum 12 chars so generate random accordingly
	if(globals_rand_pass > 0){
		setTimeout('joomla54_rand_pass();', 500);
	}

	jQuery( ".generate-password" ).on( "click", function(){
		joomla54_rand_pass();
	});
	
});

function joomla54_rand_pass(){
	
	try{
		jQuery("#admin_pass").val(randstr(12, 1, globals_pass_strength));
		check_pass_strength();
	}
	catch(e){}
}

Directory Contents

Dirs: 7 × Files: 20

Name Size Perms Modified Actions
images DIR
- drwxr-xr-x 2026-04-15 21:03:11
Edit Download
languages DIR
- drwxr-xr-x 2026-04-15 21:03:10
Edit Download
php53 DIR
- drwxr-xr-x 2026-04-15 21:03:11
Edit Download
php56 DIR
- drwxr-xr-x 2026-04-15 21:03:11
Edit Download
php71 DIR
- drwxr-xr-x 2026-04-15 21:03:11
Edit Download
php81 DIR
- drwxr-xr-x 2026-04-15 21:03:11
Edit Download
php82 DIR
- drwxr-xr-x 2026-04-15 21:03:11
Edit Download
3.99 KB lrw-r--r-- 2026-04-15 12:37:28
Edit Download
2.16 KB lrw-r--r-- 2025-10-16 11:23:46
Edit Download
5.83 KB lrw-r--r-- 2026-04-15 12:37:28
Edit Download
629 B lrw-r--r-- 2025-10-16 11:23:46
Edit Download
8.79 KB lrw-r--r-- 2026-04-15 12:37:28
Edit Download
242 B lrw-r--r-- 2025-10-16 11:23:46
Edit Download
8.87 KB lrw-r--r-- 2026-04-15 12:37:28
Edit Download
6.95 KB lrw-r--r-- 2026-04-15 08:47:28
Edit Download
1.75 KB lrw-r--r-- 2025-10-16 11:23:46
Edit Download
21.37 KB lrw-r--r-- 2026-04-15 12:37:28
Edit Download
3.06 KB lrw-r--r-- 2025-10-16 11:23:46
Edit Download
322.42 KB lrw-r--r-- 2026-04-15 08:47:28
Edit Download
30.69 MB lrw-r--r-- 2026-04-15 08:47:28
Edit Download
11.15 KB lrw-r--r-- 2026-04-15 12:37:28
Edit Download
3.70 KB lrw-r--r-- 2026-04-15 08:47:28
Edit Download
2.25 KB lrw-r--r-- 2026-04-15 12:37:28
Edit Download
2.35 KB lrw-r--r-- 2025-10-16 11:23:46
Edit Download
497 B lrw-r--r-- 2025-10-16 11:23:46
Edit Download
55.26 KB lrw-r--r-- 2026-04-15 12:37:28
Edit Download
630 B lrw-r--r-- 2025-10-16 11:23:46
Edit Download

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