Uname:Linux Sandbox-A 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64

Base Dir : /var/www/html

User : gavin


403WebShell
403Webshell
Server IP : 68.183.124.220  /  Your IP : 216.73.217.137
Web Server : Apache/2.4.18 (Ubuntu)
System : Linux Sandbox-A 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
User : gavin ( 1000)
PHP Version : 7.0.33-0ubuntu0.16.04.16
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_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/html/wp-content/plugins/usp-helper/assets/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/wp-content/plugins/usp-helper/assets/settings.js
jQuery(document).ready(function($) { 
	
	$('#sortable').sortable();
	
	$('.remove-set').on('click', function() {
		
		var r = confirm('Delete this row?');
		if (r == true){
			return true;
		} else {
			return false;
		}
		
	});
	
	//
	
	var id = $('.set:last').data('set');
	
	$('.wrap').on('click', '.clone-input a', function(e) {
		
		e.preventDefault();
		
		id++;
		
		var setting = 'usp_helper_settings';
		
		var name_field  = 'custom_field_names';
		var name_before = 'custom_field_before';
		var name_after  = 'custom_field_after';
		
		var place_field  = 'Custom Field Name';
		var place_before = 'Before Custom Field';
		var place_after  = 'After Custom Field';
		
		var link_title = 'Remove Custom Field';
		var link_text  = 'Remove';
		
		var sort_title = 'Drag/drop row order';
		var sort_text  = 'Drag/drop row order';
		
		var atts = 'class="code" rows="3" cols="30"';
		
		var html = '<p class="set ui-state-default" data-set="' + id + '">' + 
					'<label>' + 
					'<textarea ' + atts + ' placeholder="' + place_before + '" name="' + setting + '[' + name_before + '][' + id + ']"></textarea>' + 
					'</label>' + 
					'<label>' + 
					'<textarea ' + atts + ' placeholder="' + place_field + '" name="' + setting + '[' + name_field + '][' + id + ']"></textarea>' + 
					'</label>' + 
					'<label>' + 
					'<textarea ' + atts + ' placeholder="' + place_after + '" name="' + setting + '[' + name_after + '][' + id + ']"></textarea>' + 
					'</label>' + 
					'<span class="set-tools">' +
					'<span class="set-tool sort-handle" title="' + sort_title + '">' + sort_text + '</span>' +
					'<span class="set-tool remove-set"><a href="#remove-' + id + '" data-set="' + id + '" title="' + link_title + '">' + link_text + '</a></span>' +
					'</span>' +
					'</p>';
					
		$('.custom-fields').append(html);
		
		usp_helper_button_props();
		
	});
	
	usp_helper_button_props();
	
	$('.wrap').on('click', '.remove-set a', function(e) {
		
		e.preventDefault();
		
		var set = $(this).data('set');
		
		$('.set[data-set="' + set + '"]').remove();
		
	});
	
	function usp_helper_button_props() {
		$('.remove-set a').html('&times;').css('display', 'inline-block');
		$('.sort-handle').html('&uarr;&darr;').css('display', 'inline-block');
	}
	
});

Youez - 2016 - github.com/yon3zu
LinuXploit