BEAT the AdWords GAME: A sure-fire method to get *qualified* AdWords clicks for $0.01 Adwords Profits

logo  

A discussion of earning with Affiliate Programs, SEO, Wordpress Blogging and General Motivational Ideas for Internet Publishers


  Blue RSS


Blog Icon Wordpress Exploit - Blogroll Hacking With Spam Links

Posted in Wordpress, Do No Evil by Dave on November 15th, 2007

One of my hosting clients contacted me today about an issue he was having with his install (version 2.1.2) being hacked and over 50 spam links added to his . The links were to a page on the Texas A&M University website :

http://csworkshops.tamu.edu/Templates/_notes/cache/accutane/index.html

The link is a re-direct to a prescription drug peddling site :

http://trustedtablets.com

Which is apparenty a UK owned domain :

blockquote
Administrative Contact:
 RX Partners
 Eagloff, Jessica jessicaeagloff@yahoo.co.uk
 145-157 St John Street
 2nd Floor
 London, GB EC1V 4PY
 GB
 +44-131-516-7104x112
 Fax:+44-131-516-7104

That has an IP (77.91.230.8) which is suspiciously hosted in Russia :

blockquote
person:         Dmitry Lazarev
inetnum:        77.91.230.0 - 77.91.230.63
address:        WEBALTA / Internet Search Company
address:        Andropova pr. 22
address:        Moscow, Russia
address:        115533
phone:          +7 495 234 0000
e-mail:         dlazarev@webalta.ru
nic-hdl:        DL2474-RIPE
mnt-by:         RU-WEBALTA-MNT
source:         RIPE # Filtered

I checked my hosting clients logfiles for entries to “GET /wp-admin/link-add.php” which is what will be logged whenever a Wordpress admin calls the page to add a new link. That is followed by an entry for “POST /wp-admin/link.php” which is the submission form post for a new link, and the end result is an entry for “GET /wp-admin/link-add.php?added=true”. Well, what I found was about 50 calls to “POST /wp-admin/link.php” without any calls in the proper order for a normal transaction through the Wordpress dashboard. Obviously somebody had discovered an bug in the Wordpress software and was using it to use an automate HTTP POST’s to exploit “link.php”.

To exploit this bug in Wordpress, a hacker must have registered as a user with the blog in question and I’ll go no further into how the exploit is carried out in case there are any potential losers who reading this article who would like to know how to carry this out. Anyway, here’s what you can do to prevent this type of attack from happening on your Wordpress blog.

First, disable user registration to your blog by unchecking “Anyone can register” under “Options” in your Wordpress dashboard. If you need to have other users on your blog, you can manually add them in your user managment section of your dashboard.

Second, follow this link Changeset 6256 - WordPress Trac and apply the changes to your “/wp-admin/link.php” file.

If you have any problems figuring out how to apply the changes, feel free to contact me via the contact form and I’ll gladly assist anybody (any small donations or backlinks would be appreciated), additionally, if anybody reading this is looking for a proactive, reliable place to host your Wordpress blog for $5 per month, again, contact me via the contact form. I only host Wordpress blogs and SMF forums, but whenever there is a patch or fix (or when I create a new hack or find a great new plugin), everybody hosting with me gets the updates.

Hopefully this helps prevent anybody from being hacked.

del.icio.us:Wordpress Exploit - Blogroll Hacking With Spam Links newsvine:Wordpress Exploit - Blogroll Hacking With Spam Links furl:Wordpress Exploit - Blogroll Hacking With Spam Links reddit:Wordpress Exploit - Blogroll Hacking With Spam Links blogmarks:Wordpress Exploit - Blogroll Hacking With Spam Links Y!:Wordpress Exploit - Blogroll Hacking With Spam Links smarking:Wordpress Exploit - Blogroll Hacking With Spam Links magnolia:Wordpress Exploit - Blogroll Hacking With Spam Links segnalo:Wordpress Exploit - Blogroll Hacking With Spam Links gifttagging:Wordpress Exploit - Blogroll Hacking With Spam Links

Blog Icon Wordpress Hack : SEO Friendly Titles

Posted in Search Engine Optimization, Wordpress, Wordpress Hacks by Dave on October 7th, 2007

Wordpress Logo Wordpress is the greatest blogging software ever created, however there are a few issues with a standard Wordpress install aren’t exactly the most SEO (Search Engine Optimization) friendly if you’re running straight “out of the box”. Particularly the way Wordpress handles page titles for individual post pages. Below is an example of a standard Wordpress installs handling of the html “title” tag. As is common knowledge in the SEO community, beside your domain name, the actual title that appears in the titlebar of the browser is one of the most essential aspects for ranking your posts high in the search engines, especially true with Google who has recently started bumping new articles up in the rankings and gradually fading them as the article becomes less relevant. If you’re a blogger like me, most of my articles are not particualrly time sensitive, so it is essential to have an effective title for each individual post that will sustain higher rankings over along period of time.

To begin with, choosing a short, yet descriptive title is imperative to gaining high rankings for your targeted keyowrds. Stuffing your html title is a definite mistake because in many an SEO’s experience, Google has a knack for singling out the keywords you’re not particularly trying to get ranked for. The old adage K.I.S.S (Keep it Simple Stupid) absolutely applies to standard webpages but it the single most important trick you can use to get your posts ranked high and keep them there as long as your article’s content is relative to your title.

Below is an example of the standard Wordpress install’s code to generate your blog titles :

<title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> &raquo; Blog Archive <?php } ?> <?php wp_title(); ?></title>

With this standard code your individual blog post pages will have a very ugly and SEO unfriendly title as shown below…

Wordpress Title Example 1

A much better title for your individual posts would look like this…

Wordpress Title Example 2

To accomplish this, all you have to do is replace the standard code shown above with this much more SEO friendly code:
</p> <table width="580" cellpadding="2" cellspacing="0" style="border:#444444 1px solid;"> <tr> <td> <title><br /> <?php if ( is_single() ) {<br /> wp_title('', true);<br /> }else{<br /> bloginfo('name');<br /> wp_title();<br /> }?><br /> </title> </td> </tr> </table> <p>Depending on what theme you’re using, the file to edit will be in your /wp-content/themes/yourtheme directory and if there isn’t a file named header.php (which is the usual edit spot), you will be editing the file index.php.</p> <p>Happy <a href="http://technorati.com/tag/Wordpress+Hack" style="font-weight: normal; color:#000000; text-decoration: none" rel="tag">Wordpress Hack</a>ing</p> <div class="comments"><div style="float:right;"><span id="wp-notable-line" class="wp-notable-line"><span class="wp-notable" id="wp-notable-delicious" ><a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.affiliatebestprograms.com%2Fwordpress-hack-seo-friendly-titles%2F&title=Wordpress+Hack+%3A+SEO+Friendly+Titles" title="del.icio.us:Wordpress Hack : SEO Friendly Titles" rel="nofollow"><img src="/wp-content/plugins/blogbling/images/delicious.png" border="0" class="wp-notable_image" alt="del.icio.us:Wordpress Hack : SEO Friendly Titles" /></a></span > <span class="wp-notable" id="wp-notable-newsvine" ><a href="http://www.newsvine.com/_tools/seed&save?u=http%3A%2F%2Fwww.affiliatebestprograms.com%2Fwordpress-hack-seo-friendly-titles%2F&h=Wordpress+Hack+%3A+SEO+Friendly+Titles" title="newsvine:Wordpress Hack : SEO Friendly Titles" rel="nofollow"><img src="/wp-content/plugins/blogbling/images/newsvine.png" border="0" class="wp-notable_image" alt="newsvine:Wordpress Hack : SEO Friendly Titles" /></a></span > <span class="wp-notable" id="wp-notable-furl" ><a href="http://www.furl.net/storeIt.jsp?u=http%3A%2F%2Fwww.affiliatebestprograms.com%2Fwordpress-hack-seo-friendly-titles%2F&t=Wordpress+Hack+%3A+SEO+Friendly+Titles" title="furl:Wordpress Hack : SEO Friendly Titles" rel="nofollow"><img src="/wp-content/plugins/blogbling/images/furl.png" border="0" class="wp-notable_image" alt="furl:Wordpress Hack : SEO Friendly Titles" /></a></span > <span class="wp-notable" id="wp-notable-reddit" ><a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.affiliatebestprograms.com%2Fwordpress-hack-seo-friendly-titles%2F&title=Wordpress+Hack+%3A+SEO+Friendly+Titles" title="reddit:Wordpress Hack : SEO Friendly Titles" rel="nofollow"><img src="/wp-content/plugins/blogbling/images/reddit.png" border="0" class="wp-notable_image" alt="reddit:Wordpress Hack : SEO Friendly Titles" /></a></span > <span class="wp-notable" id="wp-notable-blogmarks" ><a href="http://blogmarks.net/my/new.php?mini=1&simple=1&url=http%3A%2F%2Fwww.affiliatebestprograms.com%2Fwordpress-hack-seo-friendly-titles%2F&title=Wordpress+Hack+%3A+SEO+Friendly+Titles" title="blogmarks:Wordpress Hack : SEO Friendly Titles" rel="nofollow"><img src="/wp-content/plugins/blogbling/images/blogmarks.png" border="0" class="wp-notable_image" alt="blogmarks:Wordpress Hack : SEO Friendly Titles" /></a></span > <span class="wp-notable" id="wp-notable-yahoo" ><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.affiliatebestprograms.com%2Fwordpress-hack-seo-friendly-titles%2F&t=Wordpress+Hack+%3A+SEO+Friendly+Titles" title="Y!:Wordpress Hack : SEO Friendly Titles" rel="nofollow"><img src="/wp-content/plugins/blogbling/images/yahoo.png" border="0" class="wp-notable_image" alt="Y!:Wordpress Hack : SEO Friendly Titles" /></a></span > <span class="wp-notable" id="wp-notable-smarking" ><a href="http://smarking.com/editbookmark/?url=http%3A%2F%2Fwww.affiliatebestprograms.com%2Fwordpress-hack-seo-friendly-titles%2F" title="smarking:Wordpress Hack : SEO Friendly Titles" rel="nofollow"><img src="/wp-content/plugins/blogbling/images/smarking.png" border="0" class="wp-notable_image" alt="smarking:Wordpress Hack : SEO Friendly Titles" /></a></span > <span class="wp-notable" id="wp-notable-magnolia" ><a href="http://ma.gnolia.com/bookmarklet/add?url=http%3A%2F%2Fwww.affiliatebestprograms.com%2Fwordpress-hack-seo-friendly-titles%2F&title=Wordpress+Hack+%3A+SEO+Friendly+Titles" title="magnolia:Wordpress Hack : SEO Friendly Titles" rel="nofollow"><img src="/wp-content/plugins/blogbling/images/magnolia.png" border="0" class="wp-notable_image" alt="magnolia:Wordpress Hack : SEO Friendly Titles" /></a></span > <span class="wp-notable" id="wp-notable-segnalo" ><a href="http://segnalo.com/post.html.php?url=http%3A%2F%2Fwww.affiliatebestprograms.com%2Fwordpress-hack-seo-friendly-titles%2F&title=Wordpress+Hack+%3A+SEO+Friendly+Titles" title="segnalo:Wordpress Hack : SEO Friendly Titles" rel="nofollow"><img src="/wp-content/plugins/blogbling/images/segnalo.png" border="0" class="wp-notable_image" alt="segnalo:Wordpress Hack : SEO Friendly Titles" /></a></span > <span class="wp-notable" id="wp-notable-gifttagging" ><a href="http://www.gifttagging.com/gift/add?url=http%3A%2F%2Fwww.affiliatebestprograms.com%2Fwordpress-hack-seo-friendly-titles%2F&title=Wordpress+Hack+%3A+SEO+Friendly+Titles" title="gifttagging:Wordpress Hack : SEO Friendly Titles" rel="nofollow"><img src="/wp-content/plugins/blogbling/images/gifttagging.png" border="0" class="wp-notable_image" alt="gifttagging:Wordpress Hack : SEO Friendly Titles" /></a></span ></span></div><div style="float:left;"><a href="http://www.affiliatebestprograms.com/wordpress-hack-seo-friendly-titles/#comments" title="Comment on Wordpress Hack : SEO Friendly Titles"><strong>1</strong> Comment</a> <a href="http://www.affiliatebestprograms.com/wordpress-hack-seo-friendly-titles/" class="Permalink" title="Permalink to Wordpress Hack : SEO Friendly Titles">Permalink</a><br /> <br /></div></div> <script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype="square">http://www.affiliatebestprograms.com/wordpress-hack-seo-friendly-titles/</script> </div> </div> <h2 id="post-44" style="padding-left:7px;"><img src="/images/tools_com.gif" alt="Blog Icon" title="Blog Icon" /> <a href="http://www.affiliatebestprograms.com/wordpress-plugin-digg-it/" rel="bookmark">Wordpress Plugin - Digg IT</a></h2> <div class="meta"> Posted in <a href="http://www.affiliatebestprograms.com/category/wordpress/" title="View all posts in Wordpress" rel="category tag">Wordpress</a> by Dave on July 12th, 2007 </div> <div class="main"> <div class="storycontent"> <p>I’ve been searching around for a while for a really good <a href="http://technorati.com/tag/digg" style="font-weight: normal; color:#444444; text-decoration: none" rel="tag">Digg</a> <a href="http://technorati.com/tag/wordpress+plugin" style="font-weight: normal; color:#444444; text-decoration: none" rel="tag">Wordpress Plugin</a> and haven’t been having much luck finding one that works well and is easily configurable. The other day I just happened upon a nifty little plugin called "digg IT" from the design company Tuggo (http://www.tuggo.org). The plugin allows visitors to your blog to submit posts to Digg.com or to digg them if they have already been submitted and it also displays the number of times a post has been dugg. Below you’ll find a link to download the plugin…</p> <p><a href="http://tuggo.org/projects/diggit/" title="digg IT - The Digg Wordpress Plugin" style="color:#7DA721;" target="_blank">digg IT - The Digg Wordpress Plugin</a></p> <p><i>Quoted from the site:</i></p> <table width="600"> <tr> <td style="border: 1px solid #000000; padding: 7px; background-color: #eeeedd"> By installing this plugin, it allows your visitors to easily submit your stories to digg, the popular social news networking website, or vote for your articles by “digging” them if they have already been submitted by someone else. Installing and customizing is easy. </td> </tr> </table> <p>The plugin installation is extremely simple. Just unzip it in your Wordpress /plugins directory and activate it in the plugins section of your Wordpress dashboard. Customization is a snap as the plugin allows the user to supply background colors as well as CSS values for the plugin. The plugin aligns itself using a “float:right” value for the DIV the plugin shows in but it’s simple to edit the source code to change the value to float the plugin to the left hand side of posts as I’ve done here.</p> <p>My only complaint with this plugin is it breaks XHTML validation rules because it uses a javascript to call an iFrame with the Digg details in it. This is easily remedied by adding a CDATA section before and after calling the plugin.</p> <p>While this Digg plugin for Wordpress is far easier to use and more customizable than others I’ve tried using, it is still lacking some basic necessities and extensibility. I’m going to hack a more complete version of this seeing as the license is open source GPL (GNU General Public License). I’ll update here when the completed, upgraded version of this plugin is finished.</p> <div class="comments"><div style="float:right;"><span id="wp-notable-line" class="wp-notable-line"><span class="wp-notable" id="wp-notable-delicious" ><a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.affiliatebestprograms.com%2Fwordpress-plugin-digg-it%2F&title=Wordpress+Plugin+-+Digg+IT" title="del.icio.us:Wordpress Plugin - Digg IT" rel="nofollow"><img src="/wp-content/plugins/blogbling/images/delicious.png" border="0" class="wp-notable_image" alt="del.icio.us:Wordpress Plugin - Digg IT" /></a></span > <span class="wp-notable" id="wp-notable-newsvine" ><a href="http://www.newsvine.com/_tools/seed&save?u=http%3A%2F%2Fwww.affiliatebestprograms.com%2Fwordpress-plugin-digg-it%2F&h=Wordpress+Plugin+-+Digg+IT" title="newsvine:Wordpress Plugin - Digg IT" rel="nofollow"><img src="/wp-content/plugins/blogbling/images/newsvine.png" border="0" class="wp-notable_image" alt="newsvine:Wordpress Plugin - Digg IT" /></a></span > <span class="wp-notable" id="wp-notable-furl" ><a href="http://www.furl.net/storeIt.jsp?u=http%3A%2F%2Fwww.affiliatebestprograms.com%2Fwordpress-plugin-digg-it%2F&t=Wordpress+Plugin+-+Digg+IT" title="furl:Wordpress Plugin - Digg IT" rel="nofollow"><img src="/wp-content/plugins/blogbling/images/furl.png" border="0" class="wp-notable_image" alt="furl:Wordpress Plugin - Digg IT" /></a></span > <span class="wp-notable" id="wp-notable-reddit" ><a href="http://reddit.com/submit?url=http%3A%2F%2Fwww.affiliatebestprograms.com%2Fwordpress-plugin-digg-it%2F&title=Wordpress+Plugin+-+Digg+IT" title="reddit:Wordpress Plugin - Digg IT" rel="nofollow"><img src="/wp-content/plugins/blogbling/images/reddit.png" border="0" class="wp-notable_image" alt="reddit:Wordpress Plugin - Digg IT" /></a></span > <span class="wp-notable" id="wp-notable-blogmarks" ><a href="http://blogmarks.net/my/new.php?mini=1&simple=1&url=http%3A%2F%2Fwww.affiliatebestprograms.com%2Fwordpress-plugin-digg-it%2F&title=Wordpress+Plugin+-+Digg+IT" title="blogmarks:Wordpress Plugin - Digg IT" rel="nofollow"><img src="/wp-content/plugins/blogbling/images/blogmarks.png" border="0" class="wp-notable_image" alt="blogmarks:Wordpress Plugin - Digg IT" /></a></span > <span class="wp-notable" id="wp-notable-yahoo" ><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fwww.affiliatebestprograms.com%2Fwordpress-plugin-digg-it%2F&t=Wordpress+Plugin+-+Digg+IT" title="Y!:Wordpress Plugin - Digg IT" rel="nofollow"><img src="/wp-content/plugins/blogbling/images/yahoo.png" border="0" class="wp-notable_image" alt="Y!:Wordpress Plugin - Digg IT" /></a></span > <span class="wp-notable" id="wp-notable-smarking" ><a href="http://smarking.com/editbookmark/?url=http%3A%2F%2Fwww.affiliatebestprograms.com%2Fwordpress-plugin-digg-it%2F" title="smarking:Wordpress Plugin - Digg IT" rel="nofollow"><img src="/wp-content/plugins/blogbling/images/smarking.png" border="0" class="wp-notable_image" alt="smarking:Wordpress Plugin - Digg IT" /></a></span > <span class="wp-notable" id="wp-notable-magnolia" ><a href="http://ma.gnolia.com/bookmarklet/add?url=http%3A%2F%2Fwww.affiliatebestprograms.com%2Fwordpress-plugin-digg-it%2F&title=Wordpress+Plugin+-+Digg+IT" title="magnolia:Wordpress Plugin - Digg IT" rel="nofollow"><img src="/wp-content/plugins/blogbling/images/magnolia.png" border="0" class="wp-notable_image" alt="magnolia:Wordpress Plugin - Digg IT" /></a></span > <span class="wp-notable" id="wp-notable-segnalo" ><a href="http://segnalo.com/post.html.php?url=http%3A%2F%2Fwww.affiliatebestprograms.com%2Fwordpress-plugin-digg-it%2F&title=Wordpress+Plugin+-+Digg+IT" title="segnalo:Wordpress Plugin - Digg IT" rel="nofollow"><img src="/wp-content/plugins/blogbling/images/segnalo.png" border="0" class="wp-notable_image" alt="segnalo:Wordpress Plugin - Digg IT" /></a></span > <span class="wp-notable" id="wp-notable-gifttagging" ><a href="http://www.gifttagging.com/gift/add?url=http%3A%2F%2Fwww.affiliatebestprograms.com%2Fwordpress-plugin-digg-it%2F&title=Wordpress+Plugin+-+Digg+IT" title="gifttagging:Wordpress Plugin - Digg IT" rel="nofollow"><img src="/wp-content/plugins/blogbling/images/gifttagging.png" border="0" class="wp-notable_image" alt="gifttagging:Wordpress Plugin - Digg IT" /></a></span ></span></div><div style="float:left;"><a href="http://www.affiliatebestprograms.com/wordpress-plugin-digg-it/#comments" title="Comment on Wordpress Plugin - Digg IT"><strong>2</strong> Comments</a> <a href="http://www.affiliatebestprograms.com/wordpress-plugin-digg-it/" class="Permalink" title="Permalink to Wordpress Plugin - Digg IT">Permalink</a><br /> <br /></div></div> <script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype="square">http://www.affiliatebestprograms.com/wordpress-plugin-digg-it/</script> </div> </div> <br /> <span style="margin-left:16px;"><a href="http://www.affiliatebestprograms.com/category/wordpress/">« Previous Page</a> — <a href="http://www.affiliatebestprograms.com/category/wordpress/page/3/">Next Page »</a></span> </div> <br /> <div id="botbar"> <form action="http://www.affiliatebestprograms.com" method="get" style="display:inline;"> <b style="margin-left:10px; margin-right:6px;">Categories</b> <select name='cat' id='cat' class='postform'> <option value="4">AdBrite(3)</option> <option value="55">ADSDAQ(2)</option> <option value="70">Advertising(1)</option> <option value="65">Affiliate Marketing(3)</option> <option value="52">Affiliate Programs(22)</option> <option value="26">Agloco(1)</option> <option value="6">Amazon Associates(2)</option> <option value="23">Auction Ads(1)</option> <option value="16">AzoogleAds(1)</option> <option value="10">Bidvertiser(2)</option> <option value="32">Blog Promotion(3)</option> <option value="21">Chitika eMiniMalls(1)</option> <option value="69">Chitika Premium(1)</option> <option value="5">ClickBank(3)</option> <option value="49">Comment Spam(2)</option> <option value="7">Commission Junction(3)</option> <option value="58">CPA Networks(8)</option> <option value="59">CPC Networks(1)</option> <option value="57">CPM Networks(3)</option> <option value="67">Dangerous People(1)</option> <option value="63">Direct Advertising(1)</option> <option value="53">Do No Evil(19)</option> <option value="66">Domains(1)</option> <option value="22">Fun Stuff(14)</option> <option value="56">General Internet(1)</option> <option value="28">Google(2)</option> <option value="3">Google Adsense(16)</option> <option value="31">Google AdWords(2)</option> <option value="24">Google Search(13)</option> <option value="60">Hybrid Networks(1)</option> <option value="44">Internet Meme(1)</option> <option value="71">Microsoft(1)</option> <option value="68">Monetize Blog(1)</option> <option value="25">Motivational(4)</option> <option value="64">NeverblueAds(1)</option> <option value="1">News and Views(11)</option> <option value="8">PayDotCom(1)</option> <option value="62">PepperJam Network(5)</option> <option value="61">PPC Programs(1)</option> <option value="46">Promotion(8)</option> <option value="17">Search Engine Optimization(25)</option> <option value="41">Soapbox Rants(9)</option> <option value="33">Social Networking(8)</option> <option value="51">Social News(3)</option> <option value="35">Tech Gadgets(4)</option> <option value="30">Text-Link-Ads(2)</option> <option value="27">Things to Avoid(9)</option> <option value="11">Tips & Tricks(16)</option> <option value="54">Web Hosting Reviews(2)</option> <option value="18" selected="selected">Wordpress(9)</option> <option value="36">Wordpress Hacks(4)</option> <option value="37">Wordpress Plugins(3)</option> <option value="45">Worst Website Ever(2)</option> <option value="20">Yahoo Search(1)</option> </select> <input type="submit" name="submit" value="view" /> </form> <form action="http://www.affiliatebestprograms.com" method="get" style="display:inline;"> <b style="margin-left:10px; margin-right:6px;">Archives</b> <select name=\"archive-dropdown\" onChange='document.location.href=this.options[this.selectedIndex].value;'> <option value=\"\">Select Month</option> <option value='http://www.affiliatebestprograms.com/2008/09/'> September 2008  (2)</option> <option value='http://www.affiliatebestprograms.com/2008/08/'> August 2008  (13)</option> <option value='http://www.affiliatebestprograms.com/2008/07/'> July 2008  (12)</option> <option value='http://www.affiliatebestprograms.com/2008/06/'> June 2008  (4)</option> <option value='http://www.affiliatebestprograms.com/2008/05/'> May 2008  (1)</option> <option value='http://www.affiliatebestprograms.com/2008/04/'> April 2008  (2)</option> <option value='http://www.affiliatebestprograms.com/2008/03/'> March 2008  (8)</option> <option value='http://www.affiliatebestprograms.com/2008/02/'> February 2008  (6)</option> <option value='http://www.affiliatebestprograms.com/2008/01/'> January 2008  (11)</option> <option value='http://www.affiliatebestprograms.com/2007/12/'> December 2007  (4)</option> <option value='http://www.affiliatebestprograms.com/2007/11/'> November 2007  (16)</option> <option value='http://www.affiliatebestprograms.com/2007/10/'> October 2007  (12)</option> <option value='http://www.affiliatebestprograms.com/2007/09/'> September 2007  (6)</option> <option value='http://www.affiliatebestprograms.com/2007/08/'> August 2007  (11)</option> <option value='http://www.affiliatebestprograms.com/2007/07/'> July 2007  (16)</option> <option value='http://www.affiliatebestprograms.com/2007/06/'> June 2007  (4)</option> <option value='http://www.affiliatebestprograms.com/2007/05/'> May 2007  (15)</option> <option value='http://www.affiliatebestprograms.com/2007/04/'> April 2007  (19)</option> </select> </form> </div> <div id="footer"> <div style="clear:both;"> <p align="center"> <script type="text/javascript"><!-- ch_client = "cnxmedia"; ch_type = "mpu"; ch_width = 728; ch_height = 90; ch_color_border = "ffffff"; ch_color_bg = "ffffff"; ch_color_title = "225522"; ch_non_contextual = 4; ch_vertical ="premium"; ch_default_category = "200001"; ch_font_title = "Tahoma"; ch_font_text = "Tahoma"; ch_sid = "AFFBEST"; ch_alternate_ad_url = "http://www.affiliatebestprograms.com/alt_chitika.php"; var ch_queries = new Array( ); var ch_selected=Math.floor((Math.random()*ch_queries.length)); if ( ch_selected < ch_queries.length ) { ch_query = ch_queries[ch_selected]; } //--></script> <script src="http://scripts.chitika.net/eminimalls/amm.js" type="text/javascript"> </script> </p> </div> </div> <br /> <div id="footnotes"> <table border="0" width="940" cellpadding="10" cellspacing="4" align="center"> <tr><td style="border-right:#999999 1px dotted;" width="320" valign="top"> <img src="/images/resdaz_media.gif" title="Resdaz Media" alt="Resdaz Media" /><br /> AffiliateBestPrograms © 2007-08 <a href="http://www.resdaz.com" title="Resdaz Media" style="color:#1D6A0B;" target="_blank">Resdaz Media LLC.</a><br /> <i>All Rights Reserved</i><br /> </td><td style="border-right:#999999 1px dotted; text-align:left; padding-left:20px;" width="300" valign="top"> <b style="color:#555555;">Other Resdaz Media Network Sites:</b> <br /> <ul style="list-style-type: square;"> <li><a href="http://www.code4gold.com" title="Code4gold Webmaster Resources" target="_blank">Code4gold - Webmaster Resources</a></li> <li><a href="http://www.chronicseo.com" title="Chronic SEO - SEO Marketing" target="_blank">ChronicSEO - SEO Marketing</a></li> <li><a href="http://www.myblogbusiness.com" title="MyBlogBusiness - Business Blogging" target="_blank">MyBlogBusiness - Business Blogging</a></li> <li><a href="http://www.blogratedirectory.com" title="BlogRateDirectory - Blog Ratings" target="_blank">BlogRateDirectory - Blog Ratings</a></li> <li><a href="http://www.recd.us" title="Recommend Us - Social News" target="_blank">Recommend Us - Social News</a></li> </ul> </td><td valign="top" width="260"> <a href="http://technorati.com/faves?add=http://www.affiliatebestprograms.com"><img src="http://static.technorati.com/pix/fave/tech-fav-1.png" alt="Add to Technorati Favorites" /></a> <br /><br /> <a href="http://www.blogratedirectory.com/Dir/Opportunities.php" title="Opportunities Blogs"><img src="http://www.blogratedirectory.com/?act=in&id=9" alt="BRDTracker" border="0" style="margin-right:4px;"></a> <a href="http://blogsbycategory.com/" title="Blogs By Category" target="_blank"><img src="http://blogsbycategory.com/wp-content/images/blogsbycategory.png" alt="BlogsByCategory.com" title="BlogsByCategory.com Submit Your Blog" border="0" /></a> <br /> <a href="http://feeds.feedburner.com/AffiliateBestPrograms"><img src="http://feeds.feedburner.com/~fc/AffiliateBestPrograms?bg=7DA721&fg=444444&anim=0" height="26" width="88" style="border:0" alt="" /></a> <br /> <a href="http://www.top100educationsites.com/in.php?site=51" target="_blank"><img src="http://www.top100educationsites.com/button.php?site=51" border="0"></a> </td></tr></table> </div> <br /> </div> </body> </html>