403Webshell
Server IP : 192.64.118.117  /  Your IP : 3.15.164.218
Web Server : LiteSpeed
System : Linux premium56.web-hosting.com 4.18.0-513.24.1.lve.1.el8.x86_64 #1 SMP Thu May 9 15:10:09 UTC 2024 x86_64
User : thecgapy ( 1160)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/thecgapy/www/wp-content/plugins/e-signature/assets/js/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/thecgapy/www/wp-content/plugins/e-signature/assets/js/esig_system_js.js
/*

	@var i string default

	@var l how many repeat s

	@var s string to repeat

	@var w where s should indent

	*/

	jQuery.esig_strPad = function(i,l,s,w) {

		var o = i.toString();

		if (!s) { s = '0'; }

		while (o.length < l) {

			// empty

			if(w == 'undefined'){

				o = s + o;

			}else{

				o = o + s;

			}

		}

		return o;

	};





	jQuery('a.esig-debug-report').click(function(){

		

		var report = "";



		jQuery('.esign_status_table thead, .esign_status_table tbody').each(function(){



			if ( jQuery( this ).is('thead') ) {



				report = report + "\n### " + jQuery.trim( jQuery( this ).text() ) + " ###\n\n";



			} else {



				jQuery('tr', jQuery( this )).each(function(){



					var the_name    = jQuery.esig_strPad( jQuery.trim( jQuery( this ).find('td:eq(0)').text() ), 25, ' ' );

					var the_value   = jQuery.trim( jQuery( this ).find('td:eq(1)').text() );

					var value_array = the_value.split( ', ' );



					if ( value_array.length > 1 ){



						// if value have a list of plugins ','

						// split to add new line

						var output = '';

						var temp_line ='';

						jQuery.each( value_array, function(key, line){

							var tab = ( key == 0 )?0:25;

							temp_line = temp_line + jQuery.esig_strPad( '', tab, ' ', 'f' ) + line +'\n';

						});



						the_value = temp_line;

					}



					report = report +''+ the_name + the_value + "\n";

				});



			}

		} );



		try {

		    jQuery("#debug-report").show();

			jQuery("#debug-report").slideDown();

			jQuery("#debug-report textarea").val( report ).focus().select();

			jQuery(this).fadeOut();

			return false;

		} catch(e){ console.log( e ); }



		return false;

	});

Youez - 2016 - github.com/yon3zu
LinuXploit