<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">

<channel>
	<title>Off-White Hat</title>
	
	<link>http://offwhitehat.com</link>
	<description>Earth's Most Trusted Off-White-Hat Affiliate Marketing Resource</description>
	<pubDate>Tue, 10 Nov 2009 21:03:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/offwhitehat" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>How To Stop Bots From Ruining Your EPN EPC</title>
		<link>http://offwhitehat.com/how-to-stop-bots-from-ruining-your-epn-epc/</link>
		<comments>http://offwhitehat.com/how-to-stop-bots-from-ruining-your-epn-epc/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 23:15:16 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
		
		<category><![CDATA[Guest Posts]]></category>

		<guid isPermaLink="false">http://offwhitehat.com/?p=169</guid>
		<description><![CDATA[Jack has been kind enough to let me post this on his blog, and I thank him for being a gracious host for my obnoxious writing.
Yesterday, I found myself excited as I saw my EPN clicks shoot past 50, then past 100, then less excited after 200, and absolutely livid after 400. I was getting [...]]]></description>
			<content:encoded><![CDATA[<p>Jack has been kind enough to let me post this on his blog, and I thank him for being a gracious host for my obnoxious writing.</p>
<p>Yesterday, I found myself excited as I saw my EPN clicks shoot past 50, then past 100, then less excited after 200, and absolutely livid after 400. I was getting scraped and they were following all of my EPN links driving my once very respectable EPC right through the floor. I made a hearty $4.00US yesterday because some stupid idiot wanted to scrape my scraped content. Here is the solution I came up with if you use Auction2Post: Javascript. We&#8217;re going to use a sneaky little piece of script to keep bots from finding our EPN links.</p>
<p style="center;">Step 1: Log into your Wordpress Admin, and go to your Auction2Post settings and hit &#8220;Templates&#8221;<a href="http://offwhitehat.com/wp-content/uploads/2009/11/picture-2.png"><img class="size-medium wp-image-170 aligncenter" src="http://offwhitehat.com/wp-content/uploads/2009/11/picture-2.png" alt="" width="186" height="193" /></a></p>
<p>Step 2: Make a copy of your A2PDefaultTemplate to edit.</p>
<p>Step 3: Go to your EPN panel and go to the link generator and make a link for a specific Item in your specific campaign. I like to break everything up into campaigns so I know when one of my sites is tanking.</p>
<p><a href="http://offwhitehat.com/wp-content/uploads/2009/11/picture-3.png"><img class="aligncenter size-medium wp-image-171" src="http://offwhitehat.com/wp-content/uploads/2009/11/picture-3-300x192.png" alt="" width="300" height="192" /></a></p>
<p>You&#8217;ll end up with a link that looks like</p>
<div class="aruba_field_input_area">http://rover.ebay.com/rover/1/xxx-xxxxxx-xxxxxx-0/1?icep_ff3=2&amp;pub=5837811825&amp;toolid=10001&amp;campid=5336402342&amp;customid=&amp;icep_item=300350920861&amp;ipn=psmain&amp;icep_vectorid=2293432&amp;kwid=902099&amp;mtid=824&amp;kw=lg</div>
<p>Step 4: Now, back in your template you&#8217;re going to want to use the template tag to get the Item number. Throw in a little javascript magic and you have:</p>
<pre>

&lt;script type="text/javascript"&gt;
var item = "[itemID]";
var first = "http://rover.ebay.com/rover/1/711-xxxxx-xxxxx-0/1?icep_ff3=2&amp;pub=xxxxxxxxxx&amp;toolid=10001&amp;campid=xxxxxxxxxxx&amp;customid=&amp;icep_item=";
var last = "&amp;ipn=psmain&amp;icep_vectorid=xxxxxxxx&amp;kwid=xxxxxxx&amp;mtid=824&amp;kw=lg";
var url = first+item+last;
document.write("&lt;a href=\"",decodeURI(url),"\"&gt;Click HERE TO BUY&lt;/a&gt;");
&lt;/script&gt;
</pre>
<p>Add this to your template where you&#8217;d otherwise have regular links.</p>
<p>So what kind of protection does this afford us? Let&#8217;s see.</p>
<ul>
<li>The url is never in complete form, so we don&#8217;t have to worry about regex matches.</li>
<li>The URL doesn&#8217;t live in the &lt;A&gt; tag, so we don&#8217;t have to worry about scraping there.</li>
<li>The url isn&#8217;t put together until the user clicks. Bonus.</li>
</ul>
<p>Hopefully this will help against the most common bots running around ruining our days.</p>
<p>Joshua Ziering is owner of FullSpeedSEO and loves to talk about all kinds of nerdy stuff. You can see his personal blog @ <a href="http://myauntishot.com">myauntishot.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://offwhitehat.com/how-to-stop-bots-from-ruining-your-epn-epc/feed/</wfw:commentRss>
		</item>
		<item>
		<title>While Label Dating Magic</title>
		<link>http://offwhitehat.com/while-label-dating-magic/</link>
		<comments>http://offwhitehat.com/while-label-dating-magic/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 22:32:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Affiliate Marketing]]></category>

		<category><![CDATA[Tips]]></category>

		<category><![CDATA[dating offers]]></category>

		<category><![CDATA[white label]]></category>

		<guid isPermaLink="false">http://offwhitehat.com/?p=165</guid>
		<description><![CDATA[Okay so I&#8217;ll try to make this brief. This is basically a very simple (and cheap) way to get a white label dating site up and running and earning you a few bucks on the side. I&#8217;ve got a couple set up that bring in about $50-$60 a month each that I&#8217;ve been meaning to [...]]]></description>
			<content:encoded><![CDATA[<p>Okay so I&#8217;ll try to make this brief. This is basically a very simple (and cheap) way to get a white label dating site up and running and earning you a few bucks on the side. I&#8217;ve got a couple set up that bring in about $50-$60 a month each that I&#8217;ve been meaning to promote off-line&#8230;just haven&#8217;t got around to it. Another $60 a month won&#8217;t make you rich, but it might cover your phone bill, you ungrateful bastard. And of course it&#8217;s very scalable. Check it out&#8230;</p>
<p>If you are unfamiliar with how white labels work, basically you set up a site that instead of directing to affiliate offers actually facilitates the sale of a product or service. It can help increase conversions dramatically since you aren&#8217;t bouncing your visitors all over the dang internet.</p>
<p><a href="http://offwhitehat.com/networks/dating-gold" rel="nofollow"><u>Dating Gold</u></a> makes this process painless. If you&#8217;re not familiar with their network, they are the ones behind Amateur Match. Using their white label system, all you have to do is register a domain, point the nameservers to the ones <a href="http://offwhitehat.com/networks/dating-gold" rel="nofollow">Dating Gold</a> provides you with, enter Title/Description/Keyword info, upload a logo, and boom, the site is live.</p>
<p>Once you&#8217;ve got it up and running, you will be paid based on a 50% rev share system. Every time someone new signs up, you get 50% (currently about $15). Even better, you get 50% for the lifetime of that new member. So each month that person renews their membership, you get another $15. Of course, some cancel in the first month, but then some stick around for a year or more.</p>
<p>Currently, there are two types of white labels available. The first is the standard geo-targeted local dating site, and the second is a cam site. There are a few theme options available and you can also customize the color scheme. Here is an example of one:</p>
<p><center><a href="http://offwhitehat.com/images/whitelabel.jpg"><img src="http://offwhitehat.com/images/whitelabel-thumb.jpg"></center></a></p>
<p><strong>Getting Traffic</strong><br />
Originally, my plan with my sites were to do a bunch of off-line promotion and see how it does. The domains I used are somewhat &#8220;local&#8221; themselves. However, after being up for just a few months, they started getting traffic. The downside is, there is currently no way to track traffic stats. I can only assume the traffic is from organic search since I haven&#8217;t promoted the site anywhere and only dropped a handful of links to them. For whatever reason, some search engines seem to like these geo-targeted white label sites.</p>
<p>Obviously, the title and keywords you use will have a great impact on whether or not your white label sites pull any organic traffic. I&#8217;m not going to divulge what keywords I used, but they were somewhat broad dating terms that have a reasonable (but not super high) amount of competition.</p>
<p><strong>Off-Line Promotion</strong><br />
Considering I haven&#8217;t even conducted this test yet, I can&#8217;t really encourage you to try it, but it&#8217;s something I&#8217;m definitely planning on getting around to. Flyer drops at sex shops/strip clubs, ads in the back of shady magazines, etc. Hopefully I&#8217;ll actually get to this in Jan/Feb when dating is hot and have some interesting data to share with all of you.</p>
<p>Goddammit, I was supposed to keep this brief!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://offwhitehat.com/while-label-dating-magic/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Using PhpBay to Cure 404′d A2P Posts</title>
		<link>http://offwhitehat.com/using-phpbay-to-cure-404d-a2p-posts/</link>
		<comments>http://offwhitehat.com/using-phpbay-to-cure-404d-a2p-posts/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 06:24:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Tips]]></category>

		<category><![CDATA[404]]></category>

		<category><![CDATA[a2p]]></category>

		<category><![CDATA[epn]]></category>

		<category><![CDATA[phpbay]]></category>

		<guid isPermaLink="false">http://offwhitehat.com/?p=160</guid>
		<description><![CDATA[If you don&#8217;t use Phpbay or Auction 2 Post, you probably aren&#8217;t very interested in this post. Why are you still reading? What the heck is the matter with you?
To be perfectly honest, I&#8217;m a little bit buzzed right now, but I will try to stay on topic.
If you&#8217;re not already familiar, Auction 2 Post [...]]]></description>
			<content:encoded><![CDATA[<p>If you don&#8217;t use <a href="http://offwhitehat.com/phpbay" rel="nofollow"><u>Phpbay</u></a> or <a href="http://offwhitehat.com/go/a2p" rel="nofollow"><u>Auction 2 Post</u></a>, you probably aren&#8217;t very interested in this post. Why are you still reading? What the heck is the matter with you?</p>
<p>To be perfectly honest, I&#8217;m a little bit buzzed right now, but I will try to stay on topic.</p>
<p>If you&#8217;re not already familiar, Auction 2 Post is a very handy Wordpress plugin that feeds ebay auctions into your wordpress blogs as posts to provide you with all sorts of fresh content. However, once those auctions end, you don&#8217;t really want a bunch of posts linking to dead auctions. Ebay doesn&#8217;t want you doing that, either. Luckily, A2P has the ability to automatically delete posts for you once those items expire.</p>
<p>But what about the pages on your site that are indexed by Google and other search engines that get automatically deleted by A2P? Unless you do something about it, those precious visitors trying to access those pages will arrive on your site&#8217;s default 404 page. How you handle these 404 visitors is up to you. One plugin you might want to check out to handle your 404&#8217;s is called <a href="http://michael.tyson.id.au/wordpress/plugins/smart-404/">Smart 404</a>. That&#8217;s one idea. But in my opinion, this is a better one&#8230;</p>
<p>If you&#8217;re a member of EPN and you are using <a href="http://offwhitehat.com/go/a2p" rel="nofollow">Auction 2 Post</a>, chances are you also own PhpBay. If not, well, you should probably take care of that. <a href="http://offwhitehat.com/phpbay" rel="nofollow"><strong><u>Click here</u></strong></a> to buy it so I can get my $19 or whatever and we can move on.</p>
<p><strong>The Method</strong><br />
First of all, I just want to say that I suck complete ass at php and pretty much anything that takes any real coding know-how. Fortunately, <a href="http://myauntishot.com">Joshua Ziering</a> aka Enigmabomb was kind enough to help me put this code together (based on some code I stole and his own magic) to get this thing to work. Please buy (or give) him a lap dance at <a href="http://affiliatesummit.com" rel="nofollow">ASW</a> to show your appreciation.</p>
<p>The idea of this trick is to take the keyword your visitor used to find your site to begin with and show relevant ebay auctions based on their search query in the place of a useless 404 page. It will work with Google, Bing, Yahoo, and any search engine that uses &#8220;q=&#8221; to pass the variable.</p>
<p>You&#8217;re going to need to edit your theme&#8217;s 404.php file to do this. Since it is apparently impossible for a mortal man to get certain code to display properly as code in this post with the theme I am using on this blog, I am going to have to give you text files.</p>
<p><a href="http://offwhitehat.com/404.txt"><strong><u>Here</u></strong></a> is your basic Wordpress 404.php file (will likely be slightly different depending on your theme)</p>
<p>And <a href="http://offwhitehat.com/magic-404"><u><strong>here</strong></u></a> is the 404.php I use with all the magic code added to it. Obviously it will not work if you don&#8217;t have PhpBay installed on your site.</p>
<p>Of course you might want to tweak that a little bit in order to suit your theme, every case is different. But that should at least get you headed in the right direction.</p>
<p>Booyah. Big ups to Enigmabomb. Peace.</p>
]]></content:encoded>
			<wfw:commentRss>http://offwhitehat.com/using-phpbay-to-cure-404d-a2p-posts/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Domaining Cameroon Style</title>
		<link>http://offwhitehat.com/domaining-cameroon-style/</link>
		<comments>http://offwhitehat.com/domaining-cameroon-style/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 14:37:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[cameroon]]></category>

		<category><![CDATA[cm tld]]></category>

		<category><![CDATA[domaining]]></category>

		<guid isPermaLink="false">http://offwhitehat.com/?p=158</guid>
		<description><![CDATA[Sometimes I like to title my posts so illogically that you will question whether or not I know the first thing about SEO.
Anyhoo, today I&#8217;m going to talk about .CM domains. You may remember a famous domainer by the name of Kevin Ham who traveled to the distant land of Cameroon to basically swoon the [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes I like to title my posts so illogically that you will question whether or not I know the first thing about SEO.</p>
<p>Anyhoo, today I&#8217;m going to talk about <strong>.CM domains</strong>. You may remember a famous domainer by the name of <a href="http://webhosting.devshed.com/c/a/Web-Hosting-News/Kevin-Ham-Cameroon-and-the-Domain-Name-Industry/">Kevin Ham</a> who traveled to the distant land of Cameroon to basically swoon the Cameroonian government and monopolize the .CM TLD. Well, as of just recently, .CM domains are now up for grabs for everyone.</p>
<p>In case you haven&#8217;t already figured out the appeal of this TLD, it gets a ton of typo traffic due to hasty web surfers that miss the &#8220;o&#8221; key when typing in .COM addresses. It&#8217;s safe to say that Google.cm, Yahoo.cm, Facebook.cm, etc, get a hefty amount of erroneous hits per day. There are also non-trademarked typo domains you could snag if you put your brainstorming cap on and do a little research.</p>
<p><strong>The Catch</strong><br />
These exotic domains don&#8217;t come cheap. I just registered a .CM domain (that I&#8217;m quite happy about) with <a href="http://namecheap.com">Namecheap</a>, and it cost me $104/year. I&#8217;ve already started to accumulate a text file filled with other .CM prospects that I may or may not register. This could get dangerous.</p>
<p>Namecheap offers free privacy with .CM registrations, so that&#8217;s nice. Especially for those of you planning to snag some trademark domains.</p>
<p><strong>Before You Register a .CM Domain with Namecheap!</strong><br />
Check out this important info I got from a Namecheap representative:</p>
<blockquote><p>If you register new .CM domains during open enrollment (starting Wed, August 26, 2009 at 5:00:01 PM PT) be sure to pre-configure the domain to use custom nameservers at the time you register the domain. You cannot change DNS after it is registered. Please see the CM FAQ page<https://www.enom.com/tlds/dot-cm.asp> for more details. The Registry will eventually allow DNS changes in future (estimated to be early in 2010), although the Registry will charge for DNS updates. The use of eNom nameservers is a free service for our direct clients. You can make any changes to your host records, such as URL or email forwarding, by going into the domain control panel (Domains > My domains).</p></blockquote>
<p>As far as other registrars, I have no idea what the policy is. I remain loyal to Namecheap.</p>
<p>Last night on the Wickedfire Ventrilo server, myself, <a href="http://bluehatseo.com">Eli</a>, <a href="http://myauntishot.com">Enigmabomb</a>, and a couple others (who do not have blogs to the best of my knowledge) did some intense .CM gold-panning. We found some pretty interesting available domains.</p>
<p>Eli found and snagged the best one. That jerk.</p>
<p>Have fun.</p>
]]></content:encoded>
			<wfw:commentRss>http://offwhitehat.com/domaining-cameroon-style/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Four New EPN Programs, Including Germany</title>
		<link>http://offwhitehat.com/four-new-epn-programs-including-germany/</link>
		<comments>http://offwhitehat.com/four-new-epn-programs-including-germany/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 08:11:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Affiliate Marketing]]></category>

		<category><![CDATA[Nonsense]]></category>

		<category><![CDATA[Reviews]]></category>

		<category><![CDATA[Social Hour]]></category>

		<category><![CDATA[Tips]]></category>

		<category><![CDATA[DE domains]]></category>

		<category><![CDATA[domain registrars]]></category>

		<category><![CDATA[ebay partner network]]></category>

		<category><![CDATA[epn]]></category>

		<category><![CDATA[germany program]]></category>

		<guid isPermaLink="false">http://offwhitehat.com/?p=148</guid>
		<description><![CDATA[Well, finally some good news from the Ebay Partner Network. I don&#8217;t want to even talk about the upcoming shift to &#8220;Quality Click Pricing&#8221; because it&#8217;s just going to upset me. Perhaps I&#8217;ll have a future post all about optimizing your phpBay sites for the new system, but first I&#8217;m going to have to figure [...]]]></description>
			<content:encoded><![CDATA[<p>Well, finally some good news from the Ebay Partner Network. I don&#8217;t want to even talk about the upcoming shift to &#8220;Quality Click Pricing&#8221; because it&#8217;s just going to upset me. Perhaps I&#8217;ll have a future post all about optimizing your <a href="http://offwhitehat.com/phpbay" rel="nofollow"><span style="text-decoration: underline;">phpBay sites</span></a> for the new system, but first I&#8217;m going to have to figure that out for myself!</p>
<p>In any event, EPN recently introduced four new programs: Ireland, Austria, Switzerland, and <strong>Germany</strong>.</p>
<p>Why is Germany in bold!? Well, because Germany is Ebay&#8217;s second largest market after of course the United States. This means that all sorts of untapped niches and microniches can potentially be exploited over in good old Deutschland.</p>
<p>Pic (sorta) related:<br />
<center><a href="http://offwhitehat.com/wp-content/uploads/2009/09/german_chicks.jpg"><img src="http://offwhitehat.com/wp-content/uploads/2009/09/german_chicks-300x216.jpg" alt="German Chicks" title="german_chicks" width="300" height="216" class="alignnone size-medium wp-image-149" /></a></center></p>
<p>It also opens up some domaining opportunities if you&#8217;re thinking about registering .de domains. Although there is definitely competition in the .de domaining game, it&#8217;s nowhere near that of the .com industry. However, keep in mind that .de is the second most popular TLD in the world with an estimated six million .de domains already registered.</p>
<p>If you&#8217;re interested in searching for a good .de domain in any particular niche, here is what I recommend you do:</p>
<ol>
<li>Determine the main keyword related to your niche</li>
<li>Use <a href="http://www.google.com/language_tools?hl=en">Google Language Tools</a> to translate that word into German</li>
<li>Use <a href="https://adwords.google.com/select/KeywordTool" target="_blank">Google Adwords Keyword Tool</a> to check out how many searches that keyword and related keywords are pulling in [use exact match]</li>
<li>Snag a .de domain</li>
</ol>
<p>Unfortunately, my most favorite registrar, Namecheap, does not offer .de registration at this time. Here are some alternatives (prices/currency conversions obviously reflect the time of this writing, don&#8217;t expect me to update this shit all the time!):</p>
<ol>
<li><a href="http://offwhitehat.com/godaddy" target="_blank" rel="nofollow">GoDaddy</a>* - $17.99/yr (PayPal accepted)</li>
<li><a href="http://iwantmyname.com" target="_blank">iWantMyName.com</a>* - $29.00/yr</li>
<li><a href="http://www.eurodns.com" target="_blank">EuroDNS</a><span>* </span>- apprx. $26.23/year (<span>€16/yr plus </span><span>€2 setup fee)</span></li>
<li><a href="http://www.idotz.net">iDotz</a>**- $19.95/yr</li>
<li><a href="http://domaindiscount24.com" target="_blank">DomainDiscount24.com</a> - $10.39 (<span>€</span>7.14)/yr</li>
<li><span><a href="http://joker.com"><span style="text-decoration: underline;">Joker.com</span></a> - $9.16/yr</span></li>
<li><span><a href="http://www.europeregistry.com">Europe Registry</a> - $13.11 (</span><span>€9)/yr</span></li>
</ol>
<p><strong>But I Heard You Have to Live in Germany to Register a .DE domain!?</strong></p>
<p>Not the case, not the case. That myth is derived from the fact that the administrative contact on each .de domain registered must be located in Germany. Some registrars offer to act as the administrative contact on your behalf, thus circumventing this little bump in the road. However, some registrars will charge an additional fee for this (and some may not offer this service at all).</p>
<p><strong>The registrars with the * listed above are the ones that include an administrative contact in Germany with your registration.</strong></p>
<p>**Idotz.net will provide a German administrative contact for an additional fee.</p>
<p>The others either don&#8217;t offer this service or charge an additional fee (you&#8217;ll have to do your own research you bastard). Or you could just use your long lost cousin that lives in Germany as your administrative contact.</p>
<p>Only one I&#8217;ve used myself is <a href="http://offwhitehat.com/godaddy" rel="nofollow">GoDaddy</a> (I know, I know). They might not be my favorite registrar but when it comes to international domains, I&#8217;d rather deal with their spammy site/terrible support and hopefully not have any further problems. Coincidentally, they&#8217;re also the only registrar listed above that I have an active affiliate relationship with. Weird.</p>
<p><strong>EDIT:</strong> I forgot to mention that if you plan on building and optimizing sites for German traffic, it&#8217;s imperative that you have the site(s) HOSTED over there. Having your international sites hosted on IPs in the countries they are targeting helps a ton for ranking on search engines specific to that country. As far as which host to use, do your dang homework. As of now I use a UK host called <a href="http://offwhitehat.com/go/nativespace" rel="nofollow"><u>Nativespace</u></a> for all my European e-pillaging. That&#8217;s pretty close to Germany, right!?</p>
]]></content:encoded>
			<wfw:commentRss>http://offwhitehat.com/four-new-epn-programs-including-germany/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Guide Site Builder (Pluggity plug!)</title>
		<link>http://offwhitehat.com/guide-site-builder/</link>
		<comments>http://offwhitehat.com/guide-site-builder/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 00:20:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Reviews]]></category>

		<category><![CDATA[guide site builder]]></category>

		<category><![CDATA[list building]]></category>

		<guid isPermaLink="false">http://offwhitehat.com/?p=146</guid>
		<description><![CDATA[I want to start this off by saying that if it wasn&#8217;t for Matt Gibson, most of my shit would fall apart. I have never purported to be tech savvy. In fact, I think I know just about enough to get by. You should see the caveman process I use to create new sites. But [...]]]></description>
			<content:encoded><![CDATA[<p>I want to start this off by saying that if it wasn&#8217;t for Matt Gibson, most of my shit would fall apart. I have never purported to be tech savvy. In fact, I think I know just about enough to get by. You should see the caveman process I use to create new sites. But alas, I digress&#8230;</p>
<p>Recently Matt released a nifty program called <a href="http://guidesitebuilder.com/">Guide Site Builder</a> and was kind enough to give me a copy for review. If you&#8217;re anything like me (and if not, you should aspire to be), you&#8217;re probably wondering &#8220;what the fuck does it do?&#8221;&#8230;</p>
<p>Basically Guide Site Builder (herein referred to simply as GSB) is a very convenient way to churn out simple sites for the purposes of list building. Once you&#8217;ve got the thing installed (which is pretty painless), you upload one of the templates and bam, your mini site is live.</p>
<p><center><img src="http://guidesitebuilder.com/images/ss/gsb7.jpg"></center></p>
<p>The two-page template allows your visitors to learn about whatever it is you&#8217;re offering them, and then lets them sign up (by providing their email) and then download whatever the hell it is you&#8217;re giving them. Most people I would imagine would use this for ebooks, but you can use your imagination.</p>
<p>Now, once you drive some traffic to the GSB powered site and collect a slew of targeted emails, GSB allows you to download all of that data in a nicely compiled little .CSV file. Pop that thing into Excel (or another program if you&#8217;re a weirdo), and then admire all of that marketable data you have collected.</p>
<p>Hopefully I don&#8217;t need to explain to you why collecting emails from your targeted visitors is important.</p>
<p>If this sounds like something that will help you grow your business more efficiently, you can pick up a copy of GSB <a href="http://guidesitebuilder.com/buynow.php">here</a> for only $60.</p>
<p>Have fun.</p>
]]></content:encoded>
			<wfw:commentRss>http://offwhitehat.com/guide-site-builder/feed/</wfw:commentRss>
		</item>
		<item>
		<title>EPN Gets Smaller, Traffic Gets Bigger</title>
		<link>http://offwhitehat.com/epn-gets-smaller-traffic-gets-bigger/</link>
		<comments>http://offwhitehat.com/epn-gets-smaller-traffic-gets-bigger/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 21:49:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Affiliate Marketing]]></category>

		<category><![CDATA[Tips]]></category>

		<category><![CDATA[ebay partner network]]></category>

		<category><![CDATA[epn]]></category>

		<category><![CDATA[phpbay]]></category>

		<guid isPermaLink="false">http://offwhitehat.com/?p=142</guid>
		<description><![CDATA[It has now been several months since the first wave of Ebay Partner Network slaps. Since then I&#8217;ve heard many stories of accounts being disabled, both from strangers as well as from friends of mine. Those of us who still have accounts in good standing can&#8217;t help but feel a little bit paranoid, especially with [...]]]></description>
			<content:encoded><![CDATA[<p>It has now been several months since the first wave of Ebay Partner Network slaps. Since then I&#8217;ve heard many stories of accounts being disabled, both from strangers as well as from friends of mine. Those of us who still have accounts in good standing can&#8217;t help but feel a little bit paranoid, especially with the new terms.</p>
<p>If you aren&#8217;t up to speed with the new changes to the EPN program, some adjustments have been made that further restrict the types of promotion allowed. One major change is that it is no longer acceptable to drop your EPN links on <strong>ANY</strong> site that you do not own and have complete control over. This includes social networking sites like Twitter as well as free blogging platforms such as Blogger and Wordpress.com. The only exception is if you obtain permission in writing from Ebay Partner Network prior to using these promotional methods.</p>
<p>As a precaution I&#8217;ve spent some time the past couple days disabling old links (the ones that I can) that were dropped on sites like those listed above. It&#8217;s a bit unnerving to think that although maybe only a handful of clicks are coming from these now illegitimate sites, it is still technically enough for EPN to show me the door. However&#8230;</p>
<p><strong>The Bright Side</strong></p>
<p>I&#8217;m not sure how exactly this works out, or if it just mere coincidence, but Google traffic on my <a href="http://offwhitehat.com/phpbay" rel="nofollow"><u><b>PhpBay</u></b></a> sites is way up. Like 110% up. Of course this is just the past week, so I&#8217;m not exactly counting on this being consistent. But I&#8217;ve talked to other phpbay site admins and I&#8217;m not the only one experiencing this phenomenon.</p>
<p>I&#8217;m only speculating, of course, but could it be that the high (and getting higher) barrier for entry to the EPN program as well as the harsh promotion restrictions has caused Google to attribute a little more credibility to phpbay/BANS type sites? It would make sense, since autoblogs and black hat type sites monetized via EPN are now few and far between.</p>
<p>After all, Steve Hartman and the folks at EPN have made it very clear that they are shifting their business model away from quantity and now trying to focus on quality. Wouldn&#8217;t it make sense that Google would make a slight algorithm tweak in response to these recent changes?</p>
<p>Maybe it&#8217;s just wishful thinking. But&#8230;maybe not.</p>
<p><strong>Wisdom Nugget</strong></p>
<p>Also, I&#8217;ve gotten some questions from folks asking about how I set up my <a href="http://offwhitehat.com/phpbay" rel="nofollow"><u><b>phpbay sites</u></b></a> in order to get a favorable Google ranking. That is a whole different post in itself, but I will say that I&#8217;ve seen a ton of them making the same mistake: A ton of phpbay results on the homepage. </p>
<p>When I first started building them, I wanted to of course get as many EPN clicks as possible, so it made sense that I should put clickable auction results on the home page to minimize the time visistors spent on my site and get them clicking through to Ebay as soon as possible. </p>
<p>I learned pretty quickly that that is a very short-sighted mentality, and in the long run you will do much better to have unique content on a pleasant looking site with user-friendly navigation. There is a lot you can do with <a href="http://offwhitehat.com/phpbay" rel="nofollow"><u><b>phpbay</u></b></a> to narrow down categories and provide a lot of value to your visitors. I know it sounds corny, but my EPN dashboard makes me feel a lot better about it.</p>
<p>So, keep the results off the front page. Yes, that is a protip.</p>
]]></content:encoded>
			<wfw:commentRss>http://offwhitehat.com/epn-gets-smaller-traffic-gets-bigger/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Get a Bazillion YouTube Views</title>
		<link>http://offwhitehat.com/get-a-bazillion-youtube-views/</link>
		<comments>http://offwhitehat.com/get-a-bazillion-youtube-views/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 06:01:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Incredible Advice]]></category>

		<category><![CDATA[Tips]]></category>

		<category><![CDATA[youtube views]]></category>

		<guid isPermaLink="false">http://offwhitehat.com/?p=133</guid>
		<description><![CDATA[Edit: It has recently come to my attention that YouTube may no longer be counting autoplay views at all, rendering this entire technique useless. It has been quite some time since I&#8217;ve used it myself, so I can&#8217;t say for sure. Feel free to test it anyway. In any event, I will leave this post [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Edit: It has recently come to my attention that YouTube may no longer be counting autoplay views at all, rendering this entire technique useless. It has been quite some time since I&#8217;ve used it myself, so I can&#8217;t say for sure. Feel free to test it anyway. In any event, I will leave this post here for historic purposes (and because frankly, I don&#8217;t have much content on this blog!)</strong></p>
<p>Recently someone on <a href="http://wickedfire.com">Wickedfire</a> asked how they could get more views to a YouTube video. I figured I might as well put my response on this here bloggity blog as well.</p>
<p>This will help you get a significant amount of NON-HUMAN views if you do it correctly. Why would you want those? Well, basically the idea is to get so many views that your video starts appearing in the &#8220;most viewed&#8221; areas and what not, resulting in a ton of real views. A large amount of total plays also adds legitimacy to your video.</p>
<p><strong>The Method</strong></p>
<p>Upload your video to YouTube. Now go create a MySpace account. Proceed to hunt down popular MySpace Music profiles that have a ton of views/fans and that also ALLOW HTML in comments. These aren&#8217;t exactly easy to find but they are out there. I&#8217;m not going to give you a master list of them, but with a little research you should be able to find some. Just scroll down and check out the comments on any particular profile, and if you see a ton of retarded glittery images embedded then you&#8217;ll know you&#8217;ve found a winner.</p>
<p>Add all of these bands. Many of the more popular ones have their accounts set up to auto approve incoming friend requests (because it would take forever to do it manually).</p>
<p>Once you&#8217;ve got a friends list full of bands, you may now proceed to comment spam. In your comment, you will be embedding your video. However, the regular old embed code simply will not do. You need the AUTOPLAY embed code. Your typical YouTube embed code will look like this (forgive the screenshots, my code plugin thingy is being a jerk right now):</p>
<p><a href="http://offwhitehat.com/wp-content/uploads/2009/07/youtube_embed_code.jpg"><img src="http://offwhitehat.com/wp-content/uploads/2009/07/youtube_embed_code.jpg" alt="" title="youtube_embed_code" width="607" height="95" class="alignnone size-medium wp-image-134" /></a></p>
<p>In order to make the video autoplay, you&#8217;ll want to add &#8220;autoplay=1&#8243; to the end of both the URL&#8217;s in the code. The resulting code will now look like this:</p>
<p><a href="http://offwhitehat.com/wp-content/uploads/2009/07/youtube_embed_code2.jpg"><img src="http://offwhitehat.com/wp-content/uploads/2009/07/youtube_embed_code2.jpg" alt="" title="youtube_embed_code2" width="603" height="99" class="alignnone size-medium wp-image-135" /></a></p>
<p>And then you simply embed the crap out of it in MySpace comments. If you feel like being extra abusive, feel free to embed the video 2-3 times in a comment. Or even post multiple comments. Every time someone loads that MySpace page, you get a view (or more).</p>
<p>Okay, fine, to get you started I&#8217;ll give you one profile: <a href="http://www.myspace.com/mcfly" rel="nofollow">McFly</a>. Only because I don&#8217;t like them. If they stop allowing HTML in their comments in the near future, perhaps you&#8217;ll know why.</p>
<p>Have fun.</p>
]]></content:encoded>
			<wfw:commentRss>http://offwhitehat.com/get-a-bazillion-youtube-views/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Automating Twitter</title>
		<link>http://offwhitehat.com/automating-twitter/</link>
		<comments>http://offwhitehat.com/automating-twitter/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 23:14:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Tips]]></category>

		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://offwhitehat.com/?p=131</guid>
		<description><![CDATA[I&#8217;ve been messing around with Twitterfeed recently. It&#8217;s pretty cool. It&#8217;s not the most dependable tool I&#8217;ve used (sometimes shit just doesn&#8217;t update), but for a free utility that lets you set and forget your Twitter accounts, it&#8217;s not bad.
Here is an example of an account i set up like a week ago with Twitterfeed: [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been messing around with <a href="http://twitterfeed.com" target="_blank">Twitterfeed</a> recently. It&#8217;s pretty cool. It&#8217;s not the most dependable tool I&#8217;ve used (sometimes shit just doesn&#8217;t update), but for a free utility that lets you set and forget your Twitter accounts, it&#8217;s not bad.</p>
<p>Here is an example of an account i set up like a week ago with Twitterfeed: <a href="http://twitter.com/GoogleNewsTweet">GoogleNewsTweet</a></p>
<p>That&#8217;s a very broad and general example of what you can do with a Twitter account + related RSS Feed + Twitterfeed. I just followed a few random people, set up the Twitterfeed and let it go. At the time there are only over 200 followers or so, but that&#8217;s not bad for 10 minutes of work.</p>
<p>Now go make a thousand accounts.</p>
]]></content:encoded>
			<wfw:commentRss>http://offwhitehat.com/automating-twitter/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Linkshare Check (Proof)</title>
		<link>http://offwhitehat.com/linkshare-check/</link>
		<comments>http://offwhitehat.com/linkshare-check/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 23:31:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Super Affiliation]]></category>

		<category><![CDATA[Affiliate Marketing]]></category>

		<category><![CDATA[check]]></category>

		<category><![CDATA[linkshare]]></category>

		<category><![CDATA[make money online]]></category>

		<category><![CDATA[proof]]></category>

		<guid isPermaLink="false">http://offwhitehat.com/?p=124</guid>
		<description><![CDATA[A thought occurred to me today: How the heck am I ever supposed to secure my place among the super affiliates if I don&#8217;t provide any pics of my fat checks? I was reminded of this when Linkshare was kind enough to send me this rather impressive payment in the form of a paper check. [...]]]></description>
			<content:encoded><![CDATA[<p>A thought occurred to me today: How the heck am I ever supposed to secure my place among the super affiliates if I don&#8217;t provide any pics of my fat checks? I was reminded of this when Linkshare was kind enough to send me this rather impressive payment in the form of a paper check. I&#8217;m surprised it wasn&#8217;t sent certified. They might want to consider using a more secure form of delivery in the future. In any event, here is the proof:</p>
<p style="text-align: center;"><a href="http://offwhitehat.com/wp-content/uploads/2009/06/linkshare-check.jpg"><img class="size-medium wp-image-125 aligncenter" title="Linkshare Check" src="http://offwhitehat.com/wp-content/uploads/2009/06/linkshare-check-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p style="text-align: left;">If you would like to know how I did it, please PayPal $97 to offwhitehat (at) gmail. Good luck bros.</p>
]]></content:encoded>
			<wfw:commentRss>http://offwhitehat.com/linkshare-check/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
