SILENT KILLERPanel

Current Path: > > > var > softaculous > drupal9


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

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

NameTypeSizeLast ModifiedActions
images Directory - -
php53 Directory - -
php56 Directory - -
php71 Directory - -
php81 Directory - -
php82 Directory - -
.htaccess File 741 bytes December 16 2022 11:29:38.
NOTES.txt File 1656 bytes December 16 2022 11:29:38.
README.txt File 283 bytes December 16 2022 11:29:38.
_htaccess File 542 bytes December 16 2022 11:29:38.
clone.php File 14665 bytes March 05 2025 11:14:54.
edit.php File 4825 bytes March 05 2025 11:14:54.
edit.xml File 433 bytes December 16 2022 11:29:38.
fileindex.php File 271 bytes December 16 2022 11:29:38.
import.php File 5551 bytes March 05 2025 11:14:54.
info.xml File 4016 bytes March 05 2025 10:08:44.
install.js File 1347 bytes December 16 2022 11:29:38.
install.php File 15622 bytes March 05 2025 11:14:54.
install.xml File 1126 bytes December 16 2022 11:29:38.
md5 File 2162 bytes March 05 2025 11:14:52.
settings.php File 34721 bytes April 22 2023 04:49:46.
upgrade.php File 4420 bytes March 05 2025 11:14:54.
upgrade.xml File 309 bytes December 16 2022 11:29:38.

Reading File: ///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();

SILENT KILLER Tool