SILENT KILLERPanel

Current Path: > > var > softaculous > doku


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

NameTypeSizeLast ModifiedActions
images Directory - -
php53 Directory - -
php56 Directory - -
php71 Directory - -
php81 Directory - -
php82 Directory - -
acl.auth.php File 154 bytes December 23 2021 11:54:36.
clone.php File 2410 bytes September 10 2025 12:38:30.
doku.zip File 6179681 bytes September 10 2025 09:31:26.
edit.php File 3630 bytes September 10 2025 12:38:30.
edit.xml File 433 bytes December 23 2021 11:54:36.
fileindex.php File 118 bytes April 05 2023 09:17:00.
import.php File 2588 bytes September 10 2025 12:38:30.
info.xml File 3843 bytes September 10 2025 09:31:26.
install.js File 1165 bytes December 23 2021 11:54:36.
install.php File 12631 bytes September 10 2025 12:38:30.
install.xml File 4064 bytes December 23 2021 11:54:36.
local.php File 300 bytes December 23 2021 11:54:36.
md5 File 3967 bytes September 10 2025 12:38:30.
notes.txt File 974 bytes May 16 2025 08:45:40.
plugins.local.php File 223 bytes December 23 2021 11:54:36.
upgrade.php File 3456 bytes September 10 2025 12:38:30.
upgrade.xml File 283 bytes December 23 2021 11:54:36.
users.auth.php File 289 bytes December 23 2021 11:54:36.

Reading File: //var/softaculous/doku/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 username
	if(!(/^[a-z1-9_]+$/.test($('admin_username').value))){
		alert('{{err_adname}}');
		return false;
	}
	
	//Check the Real Name
	if(/[\:]/.test($('admin_realname').value)){
		alert('{{err_realname}}');
		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;
};

SILENT KILLER Tool