GRAYBYTE WORDPRESS FILE MANAGER5176

Server IP : 149.255.58.128 / Your IP : 216.73.216.119
System : Linux cloud516.thundercloud.uk 5.14.0-427.26.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 17 15:51:13 EDT 2024 x86_64
PHP Version : 8.2.28
Disable Function : allow_url_include, apache_child_terminate, apache_setenv, exec, passthru, pcntl_exec, posix_kill, posix_mkfifo, posix_getpwuid, posix_setpgid, posix_setsid, posix_setuid, posix_setgid, posix_seteuid, posix_setegid, posix_uname, proc_close, proc_get_status, proc_open, proc_terminate, shell_exec, show_source, system
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Directory : /var/softaculous/magento24/
Upload Files :
Current_dir [ Not Writeable ] Document_root [ Writeable ]

Command :


Current File : /var/softaculous/magento24//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;
		 }
		
	});
	
});

	

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
May 23 2025 09:37:16
0 / root
0755
images
--
April 24 2025 09:37:10
0 / root
0755
php53
--
April 24 2025 09:37:10
0 / root
0755
php56
--
April 24 2025 09:37:10
0 / root
0755
php71
--
April 24 2025 09:37:10
0 / root
0755
php81
--
April 24 2025 09:37:10
0 / root
0755
php82
--
April 24 2025 09:37:10
0 / root
0755
Notes.txt
3.879 KB
April 21 2025 02:43:14
0 / root
0644
_config.php
15.926 KB
April 21 2025 02:43:14
0 / root
0644
clone.php
6.834 KB
April 24 2025 00:12:46
0 / root
0644
config.php
15.126 KB
April 21 2025 02:43:14
0 / root
0644
di.xml
134.752 KB
April 21 2025 02:43:14
0 / root
0644
edit.php
4.372 KB
April 24 2025 00:12:46
0 / root
0644
edit.xml
0.423 KB
December 23 2021 06:54:36
0 / root
0644
env.php
2.135 KB
August 29 2024 06:19:04
0 / root
0644
fileindex.php
0.315 KB
March 20 2023 07:06:36
0 / root
0644
import.php
7.027 KB
April 24 2025 00:12:46
0 / root
0644
info.xml
4.985 KB
April 22 2025 04:58:38
0 / root
0644
install.js
2.02 KB
December 23 2021 06:54:36
0 / root
0644
install.php
21.983 KB
April 24 2025 00:12:46
0 / root
0644
install.xml
1.555 KB
April 21 2025 04:53:38
0 / root
0644
md5
1.73 KB
April 24 2025 00:12:46
0 / root
0644
pubstatic_.htaccess
4.287 KB
April 19 2022 02:44:20
0 / root
0644
remove.php
2.531 KB
April 24 2025 00:12:46
0 / root
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF