John
09-13-2007, 02:55 PM
Hi All
I have had an issue reported to me from a Mod on my forum via PM - I use AuctionAds, and this is the content of the PM...
John - I have a problem - and it's doing my head in!
Every time I open a page in tMP, another tab gets open in Firefox with the contents of the AuctionAds in it as pure text. eg:
* Francis Ho * Kevin Hinds * * Copyright (c) 2007 Auction Ads, LLC. * */ require_once("/home/websites/auctionads/html/ad_init.inc"); require_once("/home/websites/auctionads/html/pagead/errors.php"); require_once("/home/websites/auctionads/html/pagead/common.inc"); /** * Use GeoIP security only if in production */ if (!$inTesting) { require_once("/home/websites/auctionads/html/geoip/geoip.inc"); } $debug_speed = 0; $cache_debug = 0; if (!isset($_COOKIE['aatid']) || empty($_COOKIE['aatid'])) { $cookie_id = rand(1111, 9999) . time() . rand(111, 999); setcookie("aatid", $cookie_id, time() + (86400*30), "/", ".auctionads.com"); } $requester_ip = $_SERVER['REMOTE_ADDR']; /** * Use GeoIP security only if in production * else default to US */ if (!$inTesting) { $gi = geoip_open("/usr/local/share/GeoIP/GeoIP.dat", GEOIP_STANDARD); $country = geoip_country_code_by_addr($gi, "$requester_ip"); geoip_close($gi); } else { $country = "US"; } if(!empty($_REQUEST['geo'])) { $country = $_REQUEST['geo']; } $request_rand = rand(1000,9999); list($width, $height) = explode("x", $_REQUEST['format']); global $border_color, $width, $height, $format, $ad_kw, $kw, $bg_color, $heading_color, $desc_color, $link_color, $client_id, $ad_campaign, $cHowever, on the Portal, the AuctionAds appear ok.
HELP!
Anyone else experiencing similar issues?
I am on a Mac using firefox and haven't experienced any issues, neither has this been reported by any other users on tMP.
Any advice?
I have had an issue reported to me from a Mod on my forum via PM - I use AuctionAds, and this is the content of the PM...
John - I have a problem - and it's doing my head in!
Every time I open a page in tMP, another tab gets open in Firefox with the contents of the AuctionAds in it as pure text. eg:
* Francis Ho * Kevin Hinds * * Copyright (c) 2007 Auction Ads, LLC. * */ require_once("/home/websites/auctionads/html/ad_init.inc"); require_once("/home/websites/auctionads/html/pagead/errors.php"); require_once("/home/websites/auctionads/html/pagead/common.inc"); /** * Use GeoIP security only if in production */ if (!$inTesting) { require_once("/home/websites/auctionads/html/geoip/geoip.inc"); } $debug_speed = 0; $cache_debug = 0; if (!isset($_COOKIE['aatid']) || empty($_COOKIE['aatid'])) { $cookie_id = rand(1111, 9999) . time() . rand(111, 999); setcookie("aatid", $cookie_id, time() + (86400*30), "/", ".auctionads.com"); } $requester_ip = $_SERVER['REMOTE_ADDR']; /** * Use GeoIP security only if in production * else default to US */ if (!$inTesting) { $gi = geoip_open("/usr/local/share/GeoIP/GeoIP.dat", GEOIP_STANDARD); $country = geoip_country_code_by_addr($gi, "$requester_ip"); geoip_close($gi); } else { $country = "US"; } if(!empty($_REQUEST['geo'])) { $country = $_REQUEST['geo']; } $request_rand = rand(1000,9999); list($width, $height) = explode("x", $_REQUEST['format']); global $border_color, $width, $height, $format, $ad_kw, $kw, $bg_color, $heading_color, $desc_color, $link_color, $client_id, $ad_campaign, $cHowever, on the Portal, the AuctionAds appear ok.
HELP!
Anyone else experiencing similar issues?
I am on a Mac using firefox and haven't experienced any issues, neither has this been reported by any other users on tMP.
Any advice?

