//REQUIREMENTS //PHP 4.* or higher //curl must be enabled to use this script. (locate php.ini; uncomment the curl extension) //COMMENTS //This code was written in 14 min. It isn't pretty, exhaustive, efficient or any where near it's potential power but it works. It is designed to allow advertisers and affiliate managers to quickly develop custom solutions to fight against trademark bidding. If you don't use (lots) of proxies and flood google they'll block your IP. But if you are monitoring a handful of key terms every hour or so it will work fine without proxies. //DISCLAIMER //As with all open source software: This code is provided as-is, with NO warranty. I cannot promise that it will even compile for you, let alone give correct answers. //FAIR USE //Provided under the GNU Public License. Please keep your work Copyleft. //FAQ? //Why don't you provide iTrademarkBidding.com's proxy list? //Sorry I can't have them flooded with other projects. I pay for all of them. //Won't this stop working? //Well yes, it's hard coded so if one of the search engines changed their ad formats (rare) the rules will stop working. But I'll watch for this and update our rule sets. //Why didn't you include Windows Live search? //That's an alias for Bing (so I did). //INSTALLATION //Save this as whateveruwant.php and then upload it to a public folder on a server with PHP and CURL enabled and then call it (via the browser). //CONTRIBUTE //Want to contribute? msg me on facebook (so my email doesn't get spammed) and then I'll give you my email http://www.facebook.com/profile.php?id=1061574700 itb_examplebatch(); //itb_examplebatch function itb_examplebatch() { ?>
![]() |
| Google $bidder_font_pre" . count($google) . " bidder(s)$bidder_font_post"; echo " | ";
echo "Yahoo $bidder_font_pre" . count($yahoo) . " bidder(s)$bidder_font_post"; echo " | ";
echo "Bing $bidder_font_pre" . count($bing) . " bidder(s)$bidder_font_post"; echo " | ||||
| $name | "; if(In_Array($name,$google)) echo "x | "; else echo ""; if(In_Array($name,$yahoo)) echo " | x | "; else echo ""; if(In_Array($name,$bing)) echo " | x | "; else echo ""; echo " |
Monitor Trademark BiddingOur goal is to help clean up affiliate marketing by providing a free, simple, open source solution for monitoring trademark bidding. We use proxies in most US states to monitor trademark bidding on google, yahoo and bing. The information is recorded every hour allowing you to know who was bidding on your keywords. TipsIf your store is MyStore.com, I'd recommend setting up an account and monitoring at least "MyStore.com Coupon", "MyStore.com Dicount", "MyStore Coupon", "MyStore Coupon Code", "MyStore.com Coupon Code", "MyStore Discount", "Mystore","Mystore.com" as well as plurals. Open SourceGot some PHP skills and want to create a custom inhouse solution or contribute to the project? Download the php source code. Available under the GNU general public license. Comments / ContributeThis is a free contribution to the affiliate community. Not a business so don't expect speedy technical support. If you abuse the system I'll close your account(s). That being said here's my facebook account. If your interested in contributing, contact me. Disclaimers / Full DisclosureAs with all open source software: This code is provided as-is, with no warranty. I cannot promise that it will even compile for you, let alone give correct answers. I own Spadout.com which promotes outdoor retailers by providing a price comparison / product review engine. Our bottom line is directly effected by grey / black hat affiliates making our industry look bad. Therefore it is in my interest to take them down. I believe providing advertisers the tools at no cost will aid in this goal. Mark Silliman |