SILENT KILLERPanel

Current Path: > > var > softaculous > magento246


Operation   : Linux premium88.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
Software     : Apache
Server IP    : 185.61.154.216 | Your IP: 216.73.216.44
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //var/softaculous/magento246

NameTypeSizeLast ModifiedActions
images Directory - -
php53 Directory - -
php56 Directory - -
php71 Directory - -
php81 Directory - -
php82 Directory - -
Notes.txt File 3568 bytes June 20 2025 12:32:06.
_config.php File 14807 bytes February 14 2025 12:47:38.
clone.php File 6998 bytes August 22 2025 11:59:26.
config.php File 13988 bytes February 14 2025 12:47:38.
di.xml File 134349 bytes June 20 2025 12:32:06.
edit.php File 4509 bytes August 22 2025 11:59:26.
edit.xml File 433 bytes August 29 2024 11:56:30.
env.php File 2094 bytes August 29 2024 11:56:30.
fileindex.php File 323 bytes August 29 2024 11:56:30.
import.php File 6977 bytes August 22 2025 11:59:26.
info.xml File 4699 bytes August 22 2025 11:06:36.
install.js File 2068 bytes August 29 2024 11:56:30.
install.php File 16679 bytes August 22 2025 11:59:26.
install.xml File 1592 bytes April 29 2025 11:50:26.
magento246.sql File 782028 bytes August 22 2025 11:06:36.
magento246.zip File 39386923 bytes August 22 2025 11:06:36.
md5 File 1775 bytes August 22 2025 11:59:26.
pubstatic_.htaccess File 4390 bytes August 29 2024 11:56:30.
remove.php File 2597 bytes August 22 2025 11:59:26.
sample_data.sql File 11461947 bytes August 22 2025 11:06:36.
sampledata.zip File 204453197 bytes August 22 2025 11:06:36.
vendor.zip File 55153752 bytes August 22 2025 11:06:36.
vendor_magento1.zip File 76231875 bytes August 22 2025 11:06:36.
vendor_magento2.zip File 3562658 bytes August 22 2025 11:06:36.
vendor_magento3.zip File 20948648 bytes August 22 2025 11:06:36.
vendorsd_magento1.zip File 76593478 bytes August 22 2025 11:06:36.
vendorsd_magento2.zip File 84352190 bytes August 22 2025 11:06:36.
vendorsd_magento3.zip File 20869960 bytes August 22 2025 11:06:36.

Reading File: //var/softaculous/magento246/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.
//////////////////////////////////////////////////////////////

// Check if there is a number in random generated password
function update_admin_pass(){
	
	if(typeof jQuery('#admin_pass').val() == "undefined"){
		setTimeout('update_admin_pass();', 500);
		return;
	}
	
	var admin_pass = jQuery('#admin_pass').val();
	var isnum = /\d+/.test(admin_pass);
	
	if(!isnum){
		admin_pass = admin_pass+Math.floor((Math.random() * 10) + 1);
		jQuery('#admin_pass').val(admin_pass);
	}
}

update_admin_pass();

// Check if dbprefix is less than 6 chars
function update_dbprefix(){
	
	if(typeof jQuery('#dbprefix').val() == "undefined"){
		setTimeout('update_dbprefix();', 500);
		return;
	}
	
	var dbprefix = jQuery('#dbprefix').val();
	var length = dbprefix.length;
	
	if(length > 5){
		newdbprefix = dbprefix.substring(0, 4);
		jQuery('#dbprefix').val(newdbprefix+"_");
	}
}

setTimeout('update_dbprefix();', 1000);

function formcheck(){
	
	if($('dbprefix').value.length > 5){
		alert('{{err_dbprefixlen}}');
		return false;
	}
	
	//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(){
	
	jQuery('#softsubmitbut').click(function(){
		var r = confirm('{{err_confirm_email}}');
		if (r == true) {
			return true;
		 } else {
			return false;
		 }
		
	});
	
});

	

SILENT KILLER Tool