PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/trave494/islandpc.ca/wp-content/plugins/obox-mobile/admin/ajax/
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
IP: 209.182.202.254
Choose File :

Url:
Dir : /home/trave494/islandpc.ca/wp-content/plugins/obox-mobile/admin/ajax/ads-refresh.php

<?php function mobile_ads_refresh(){
	require_once(TEMPLATEPATH."/ocmx/theme-setup/theme-options.php");
	$ad_count = get_option($_GET["option"]);
	ocmx_ad_form($_GET["prefix"], $_GET["count"], $_GET["width"]);
	die("");
}

function mobile_ads_remove(){
	require_once(TEMPLATEPATH."/ocmx/theme-setup/theme-options.php");
	$ad_count = get_option($_GET["option"]);
	
	$ad_number = $_GET["ad_number"];
	/*
	for($i = 1; $i <= $ad_count; $i++) :
		if($i > $ad_number) :
			update_option(get_option($_GET["prefix"]."_title_".$i), get_option($_GET["prefix"]."_title_".($i-1)));
			update_option(get_option($_GET["prefix"]."_link_".$i), get_option($_GET["prefix"]."_link_".($i-1)));
			update_option(get_option($_GET["prefix"]."_img_".$i), get_option($_GET["prefix"]."_img_".($i-1)));
			update_option(get_option($_GET["prefix"]."_href_".$i), get_option($_GET["prefix"]."_href_".($i-1)));
			update_option(get_option($_GET["prefix"]."_script_".$i), get_option($_GET["prefix"]."_script_".($i-1)));
		endif;
	endfor;
	update_option($_GET["option"], ($ad_count-1));
	*/
	die("");
}
?>