SILENT KILLERPanel

Current Path: > > var > softaculous > drupal10


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/drupal10

NameTypeSizeLast ModifiedActions
images Directory - -
php53 Directory - -
php56 Directory - -
php71 Directory - -
php81 Directory - -
php82 Directory - -
.htaccess File 685 bytes July 12 2023 09:07:36.
NOTES.txt File 2078 bytes August 05 2024 12:36:36.
README.txt File 278 bytes August 05 2024 12:36:36.
_htaccess File 486 bytes July 12 2023 09:07:36.
clone.php File 14694 bytes September 08 2025 12:37:40.
drupal10.sql File 2190823 bytes September 08 2025 07:35:42.
drupal10.zip File 33502872 bytes September 08 2025 07:35:42.
edit.php File 5166 bytes September 08 2025 12:37:40.
edit.xml File 433 bytes July 12 2023 09:07:36.
extend.php File 15241 bytes September 08 2025 12:37:40.
fileindex.php File 271 bytes September 22 2023 07:12:52.
import.php File 5814 bytes September 08 2025 12:37:40.
info.xml File 4010 bytes September 08 2025 07:35:42.
install.js File 1354 bytes August 05 2024 12:36:36.
install.php File 9612 bytes September 08 2025 12:37:40.
install.xml File 1126 bytes July 12 2023 09:07:36.
md5 File 1482 bytes September 08 2025 12:37:40.
settings.php File 37000 bytes November 13 2024 10:42:50.
update_pass.php File 541 bytes August 05 2024 12:36:36.
upgrade.php File 4542 bytes September 08 2025 12:37:40.
upgrade.xml File 309 bytes July 12 2023 09:07:36.

Reading File: //var/softaculous/drupal10/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_drupal10_indir(){
	
	if(drupal10_retries >= 5){
		return;
	}
	
	if(typeof jQuery('#softdirectory').val() == "undefined"){
		drupal10_retries++;
		setTimeout('update_drupal10_indir();', 500);
		return;
	}
	
	var softdirectory = jQuery('#softdirectory').val();
	
	if(softdirectory == 'drupal10'){
		jQuery('#softdirectory').val('drupal');
	}
}

var drupal10_retries = 0;
update_drupal10_indir();

SILENT KILLER Tool