Server : LiteSpeed
System : Linux server51.dnsbootclub.com 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64
User : nandedex ( 1060)
PHP Version : 8.1.33
Disable Function : NONE
Directory :  /home/nandedex/www/wp-content/plugins/quick-adsense/includes/templates/js/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]


Current File : /home/nandedex/www/wp-content/plugins/quick-adsense/includes/templates/js/script-frontend-stats.php
<?php
/**
 * This file contains the javascript code for stat collection related functions.
 */

?>
jQuery(document).ready(function() {
	jQuery(".<?php echo esc_js( quick_adsense_get_value( $args, 'target' ) ); ?>").click(function() {
		jQuery.post(
			"<?php echo esc_js( quick_adsense_get_value( $args, 'ajax_url' ) ); ?>", {
				"action": "quick_adsense_onpost_ad_click",
				"quick_adsense_onpost_ad_index": jQuery(this).attr("data-index"),
				"quick_adsense_nonce": "<?php echo esc_js( quick_adsense_get_value( $args, 'nonce' ) ); ?>",
			}, function(response) { }
		);
	});
});

F1le Man4ger