<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Earn A Living Online &#187; blog</title>
	<atom:link href="http://keithjameslock.com/tag/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://keithjameslock.com</link>
	<description>Learn to make money online</description>
	<lastBuildDate>Thu, 15 Sep 2011 18:46:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>phpBay Pro: The Extended Manual &#8211; Inserting phpBay Code Into Theme Files</title>
		<link>http://keithjameslock.com/phpbay-pro-extended-manual-inserting-phpbay-code-theme-files/</link>
		<comments>http://keithjameslock.com/phpbay-pro-extended-manual-inserting-phpbay-code-theme-files/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 05:05:16 +0000</pubDate>
		<dc:creator>Keith Lock</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[auction listings]]></category>
		<category><![CDATA[auctions]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[parameters]]></category>
		<category><![CDATA[php code]]></category>
		<category><![CDATA[phpbay]]></category>
		<category><![CDATA[table of contents]]></category>
		<category><![CDATA[theme files]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://keithjameslock.com/?p=1042</guid>
		<description><![CDATA[<p>It&#8217;s been about a week since my last addition to the phpBay extended manual. My intention was to post a new piece of the manual each day until completion, but you know how things go. I&#8217;ve been quite busy. And, well, I&#8217;m going a bit out of order as well. I was going to write [...]</p><p>More info: <a href="http://keithjameslock.com/phpbay-pro-extended-manual-inserting-phpbay-code-theme-files/">phpBay Pro: The Extended Manual &#8211; Inserting phpBay Code Into Theme Files</a></p>]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been about a week since my last addition to the <a href="http://keithjameslock.com/phpbay-pro-extended-manual-introduction/"><u>phpBay extended manual</u></a>. My intention was to post a new piece of the manual each day until completion, but you know how things go. I&#8217;ve been quite busy. And, well, I&#8217;m going a bit out of order as well. I was going to write about phpBay keyword tracking, and I still will, just not today. I&#8217;ll get to it soon enough.</p>
<p>This post covers inserting phpBay code into theme files. I came up with a cool idea for using it and thought I&#8217;d share it. I have a couple blogs that are 99% hands off, and have automated content, and I wanted a way to insert some auctions to the end of the posts without having to do it manually. Doing it this way you will end up with exactly the same auctions at the end of each post, which won&#8217;t be as targeted, but it&#8217;s still proven to work.</p>
<p>You could add some extra php code to show different auctions based on the current category, but I won&#8217;t get into that here. If I get enough requests in the comments I&#8217;ll edit this post.</p>
<p>This will be handy if you have an auto-blog on one main topic. I&#8217;m sure you can think of some other applications for it, this is just one purpose.</p>
<p>Look through the table of contents below if you want to jump to a different section first. Below the TOC are the quick steps to add phpBay code to your theme files.</p>
<p><strong>Table Of Contents</strong>

<ul>
<li><a href="http://keithjameslock.com/phpbay-pro-extended-manual-introduction/"><u>Introduction</u></a></li>
<li><a href="http://keithjameslock.com/phpbay-pro-extended-manual-installation-activation/"><u>Installation/Activation</u></a></li>
<li><a href="http://keithjameslock.com/phpbay-pro-extended-manual-configuration/"><u>Configuration</u></a></li>
<li><a href="http://keithjameslock.com/phpbay-pro-extended-manual-testing/"><u>Testing</u></a></li>
<li><a href="http://keithjameslock.com/phpbay-pro-extended-manual-parameter-settings/"><u>Per-Post/Per-Page Settings</u></a></li>
<li><a href="http://keithjameslock.com/phpbay-pro-extended-manual-geotargeting/"><u>Geo-Targeting</u></a></li>
<li><a href="http://keithjameslock.com/phpbay-pro-extended-manual-making-images-clickable/"><u>Making The Images Clickable</u></a></li>
<li><a href="http://keithjameslock.com/phpbay-pro-extended-manual-replacing-wordpress-search/"><u>Replacing WordPress Search With eBay Search</u></a></li>
<li><a href="http://keithjameslock.com/phpbay-pro-extended-manual-inserting-phpbay-code-theme-files/"><u>Inserting phpBay Code Into Theme Files</u></a></li>
<li><a href="http://keithjameslock.com/go/phpbay.php" target="_blank" rel="nofollow"><u>Buy phpBay Pro (20% off coupon: DA9CD69F42)</u></a></li>
<li><a href="http://keithjameslock.com/go/9stepz5" target="_blank" rel="nofollow"><u>From Picking A Market To Building/Managing Your phpBay (Or BANS) Site</u></a></li>
</ul></p>
<p>Remember, phpBay has a sidebar widget you can use, but if you want more control, and want to add auction listings to the bottom of all posts, follow these steps&#8230;</p>
<ol>
<li>In your WordPress admin panel, go to Appearance -> Editor.</li>
<li>On the right side you should see a file called Single Post (single.php), click it to open up the file in the editor on the left.</li>
<li>In this file there should be a command to show the post content. Look for <em>the_content()</em>. Just below that you can insert the phpBay code.</li>
<li>You can use any and all parameters here just like you would in a post or page, the example below shows just the keyword and the number of posts.
<p><img src="http://keithjameslock.com/images/pcode13.jpg" alt="" width="345" height="109" border="0" />
</li>
</ol>
<p><strong>EDIT (June 9th, 2010)</strong>: Use the code below if you want to show different auctions based on Category ID or Post/Page ID&#8230;</p>
<p>First.. you want to get the ID, to do that for the catgeory, under the &#8216;Posts&#8217; menu click &#8216;Categories&#8217;, hover over the category name and in the status bar (bottom of browser) you will see a URL. The URL links to a page that allows you to edit the category. Don&#8217;t click it, instead just look at the end of the URL&#8230; the catgeory ID is after the &#8216;cat_ID=&#8217; part.</p>
<p>It&#8217;s a similar process for posts/pages. Go to &#8216;Edit&#8217; under &#8216;Posts&#8217; or &#8216;Pages&#8217;. Hover over the post or page name and in the status bar at the end of the URL you&#8217;ll find the ID just after the &#8216;post=&#8217; portion.</p>
<p>Now.. for most themes you can use the Category ID and/or Post ID values in single.php. For pages, use page.php.</p>
<p>The code for showing phpBay ads for a specific category&#8230; (replace {ID} with the actual Category ID that you found using the steps above)</p>
<p>NOTE: I just remembered&#8230; you can also use the category name rather than the ID if you prefer.</p>
<p><a href="http://keithjameslock.com/txt/codephpbay1.txt" target="_blank"><u>Text File With Code</u></a></p>
<p>For displaying ads for a specific post you usually just add proper phpBay code to the post add/edit screen. However if you want to show ads for a specific post but have more control of where it goes (instead of just the body of the post) then you can do that by editing the theme. Just use the code above but instead of the &#8216;in_category&#8217; command use &#8216;is_single&#8217;.</p>
<p>More info: <a href="http://keithjameslock.com/phpbay-pro-extended-manual-inserting-phpbay-code-theme-files/">phpBay Pro: The Extended Manual &#8211; Inserting phpBay Code Into Theme Files</a></p>]]></content:encoded>
			<wfw:commentRss>http://keithjameslock.com/phpbay-pro-extended-manual-inserting-phpbay-code-theme-files/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>phpBay Pro: The Extended Manual &#8211; Replacing WordPress Search</title>
		<link>http://keithjameslock.com/phpbay-pro-extended-manual-replacing-wordpress-search/</link>
		<comments>http://keithjameslock.com/phpbay-pro-extended-manual-replacing-wordpress-search/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 15:30:16 +0000</pubDate>
		<dc:creator>Keith Lock</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[auctions]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[ebay]]></category>
		<category><![CDATA[ebay listings]]></category>
		<category><![CDATA[ftp program]]></category>
		<category><![CDATA[psp tubes]]></category>

		<guid isPermaLink="false">http://keithjameslock.com/?p=973</guid>
		<description><![CDATA[<p>We&#8217;ve come a long way in the extended manual for phpBay, but there&#8217;s still a lot of good stuff coming up. We&#8217;ve already covered what I think are the basics, features that I believe should be part of the core. We got into phpBay geo ip targeting and of course making the images link over [...]</p><p>More info: <a href="http://keithjameslock.com/phpbay-pro-extended-manual-replacing-wordpress-search/">phpBay Pro: The Extended Manual &#8211; Replacing WordPress Search</a></p>]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve come a long way in the <a href="http://keithjameslock.com/phpbay-pro-extended-manual-introduction/"><u>extended manual for phpBay</u></a>, but there&#8217;s still a lot of good stuff coming up. We&#8217;ve already covered what I think are the basics, features that I believe should be part of the core. We got into <a href="http://keithjameslock.com/phpbay-pro-extended-manual-geotargeting/"><u>phpBay geo ip targeting</u></a> and of course making the images link over to the auctions as well.</p>
<p>Today I want to cover converting the WordPress search to a search which shows eBay results using phpBay instead. It&#8217;s not something you would want to do on all of your sites though. For example, on this blog, I still want people to find post content when doing a search, although I still use phpBay on some of the pages of this blog. This change is more for sites that are strictly designed as eBay stores. Also if you use the Search2Post plugin from psp-tubes.net, then you will already have a plugin that performs this task, and then some. In addition to showing eBay results, Search2Post also creates a post on-the-fly with the search results. That way, new content is created over time. Anyway, let&#8217;s get into it&#8230;</p>
<p><strong>Table Of Contents</strong>

<ul>
<li><a href="http://keithjameslock.com/phpbay-pro-extended-manual-introduction/"><u>Introduction</u></a></li>
<li><a href="http://keithjameslock.com/phpbay-pro-extended-manual-installation-activation/"><u>Installation/Activation</u></a></li>
<li><a href="http://keithjameslock.com/phpbay-pro-extended-manual-configuration/"><u>Configuration</u></a></li>
<li><a href="http://keithjameslock.com/phpbay-pro-extended-manual-testing/"><u>Testing</u></a></li>
<li><a href="http://keithjameslock.com/phpbay-pro-extended-manual-parameter-settings/"><u>Per-Post/Per-Page Settings</u></a></li>
<li><a href="http://keithjameslock.com/phpbay-pro-extended-manual-geotargeting/"><u>Geo-Targeting</u></a></li>
<li><a href="http://keithjameslock.com/phpbay-pro-extended-manual-making-images-clickable/"><u>Making The Images Clickable</u></a></li>
<li><a href="http://keithjameslock.com/phpbay-pro-extended-manual-replacing-wordpress-search/"><u>Replacing WordPress Search With eBay Search</u></a></li>
<li><a href="http://keithjameslock.com/phpbay-pro-extended-manual-inserting-phpbay-code-theme-files/"><u>Inserting phpBay Code Into Theme Files</u></a></li>
<li><a href="http://keithjameslock.com/go/phpbay.php" target="_blank" rel="nofollow"><u>Buy phpBay Pro (20% off coupon: DA9CD69F42)</u></a></li>
<li><a href="http://keithjameslock.com/go/9stepz5" target="_blank" rel="nofollow"><u>From Picking A Market To Building/Managing Your phpBay (Or BANS) Site</u></a></li>
</ul></p>
<p><strong>Replacing WordPress Search With eBay Search</strong></p>
<p>You may want to replace the WordPress search function to show eBay listings rather than regular search results for the sites existing content. To do this you just have to replace some text in your theme&#8217;s search.php file. Note: This doesn&#8217;t work for all themes, so be sure to do a backup in case it doesn&#8217;t work for you. Here are the steps&#8230;</p>
<ol>
<li>Go to your theme folder with your FTP program (FileZilla). The theme folder will be located here: &#8216;/wp-content/themes/{theme name}/&#8217; where {theme name} is the name of your theme of course :)</li>
<li>We want to edit the search.php file but we should make a quick backup first. One way is to download the file to your computer. Rename it. Upload it again. Now you have a backup on the server in case you need to fall back to it.</li>
<li>Go to your Theme Editor (Appearance > Editor) in your WordPress Control Panel.</li>
<li>Open the file &#8216;Search Results &#8211; search.php&#8217; from the right side.</li>
<li>Locate the line:
<p><img src="http://keithjameslock.com/images/pcode10.jpg" alt="" width="238" height="33" border="0" /></p>
<p>and then scroll down near the bottom and look for:</p>
<p><img src="http://keithjameslock.com/images/pcode11.jpg" alt="" width="138" height="31" border="0" /></p>
<p>You will need to remove all the code between (and including) those 2 lines and replace it with:</p>
<p><img src="http://keithjameslock.com/images/pcode12.jpg" alt="" width="508" height="196" border="0" /></p>
<p>Click <a href="http://keithjameslock.com/txt/search-code.txt" target="_blank" rel="nofollow"><u>here</u></a> to get this code in a text file.</p>
</li>
<li>Click &#8216;Update File&#8217;.</li>
<li>Go test the search function on your site. You should see a list of auctions as the result of a search. If not, and you get errors, check back through the code. Worse case scenario you can just restore your backup search file. To do that, go to your theme folder in your FTP software. Delete the file search.php. Locate your backup file (the one you renamed earlier) and rename it back to search.php. You can rename it right on the server. Just right-click and click &#8216;Rename&#8217;.</li>
</ol>
<p>That should do it. The next step is going to cover keyword tracking for SEO. In other words, you could see which keywords are used in the search engines to find your auctions, and that ultimately end in a sale. This upgrade is also FREE!</p>
<p>Any questions, please post below.</p>
<p>More info: <a href="http://keithjameslock.com/phpbay-pro-extended-manual-replacing-wordpress-search/">phpBay Pro: The Extended Manual &#8211; Replacing WordPress Search</a></p>]]></content:encoded>
			<wfw:commentRss>http://keithjameslock.com/phpbay-pro-extended-manual-replacing-wordpress-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>phpBay Pro: The Extended Manual &#8211; Geo-Targeting</title>
		<link>http://keithjameslock.com/phpbay-pro-extended-manual-geotargeting/</link>
		<comments>http://keithjameslock.com/phpbay-pro-extended-manual-geotargeting/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 04:01:14 +0000</pubDate>
		<dc:creator>Keith Lock</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[auctions]]></category>
		<category><![CDATA[binary format]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[donation ware]]></category>
		<category><![CDATA[geoip]]></category>
		<category><![CDATA[geolite]]></category>

		<guid isPermaLink="false">http://keithjameslock.com/?p=953</guid>
		<description><![CDATA[<p>This post is a continuation of the phpBay Pro Extended Manual. You can use Table of Contents below if you want to start from the beginning or jump to a different section. Table Of Contents Introduction Installation/Activation Configuration Testing Per-Post/Per-Page Settings Geo-Targeting Making The Images Clickable Replacing WordPress Search With eBay Search Inserting phpBay Code [...]</p><p>More info: <a href="http://keithjameslock.com/phpbay-pro-extended-manual-geotargeting/">phpBay Pro: The Extended Manual &#8211; Geo-Targeting</a></p>]]></description>
			<content:encoded><![CDATA[<p>This post is a continuation of the phpBay Pro Extended Manual. You can use Table of Contents below if you want to start from the beginning or jump to a different section.</p>
<p><strong>Table Of Contents</strong>

<ul>
<li><a href="http://keithjameslock.com/phpbay-pro-extended-manual-introduction/"><u>Introduction</u></a></li>
<li><a href="http://keithjameslock.com/phpbay-pro-extended-manual-installation-activation/"><u>Installation/Activation</u></a></li>
<li><a href="http://keithjameslock.com/phpbay-pro-extended-manual-configuration/"><u>Configuration</u></a></li>
<li><a href="http://keithjameslock.com/phpbay-pro-extended-manual-testing/"><u>Testing</u></a></li>
<li><a href="http://keithjameslock.com/phpbay-pro-extended-manual-parameter-settings/"><u>Per-Post/Per-Page Settings</u></a></li>
<li><a href="http://keithjameslock.com/phpbay-pro-extended-manual-geotargeting/"><u>Geo-Targeting</u></a></li>
<li><a href="http://keithjameslock.com/phpbay-pro-extended-manual-making-images-clickable/"><u>Making The Images Clickable</u></a></li>
<li><a href="http://keithjameslock.com/phpbay-pro-extended-manual-replacing-wordpress-search/"><u>Replacing WordPress Search With eBay Search</u></a></li>
<li><a href="http://keithjameslock.com/phpbay-pro-extended-manual-inserting-phpbay-code-theme-files/"><u>Inserting phpBay Code Into Theme Files</u></a></li>
<li><a href="http://keithjameslock.com/go/phpbay.php" target="_blank" rel="nofollow"><u>Buy phpBay Pro (20% off coupon: DA9CD69F42)</u></a></li>
<li><a href="http://keithjameslock.com/go/9stepz5" target="_blank" rel="nofollow"><u>From Picking A Market To Building/Managing Your phpBay (Or BANS) Site</u></a></li>
</ul></p>
<p>There is a free plugin available that will automatically display auctions for the country of your visitor when they arrive on your site. Note: This is different than the <a href="http://keithjameslock.com/wordpress-geo-targeting-script/"><u>WordPress Geo-Targeting Script</u></a> that can be used for displaying any type of content to visitors from other countries. This one is specific to phpBay.</p>
<p>The plugin was created by Alan (a phpBay Pro user) and is available free (donation-ware) from his blog after opting-in to his newsletter. Let&#8217;s get the plugin now&#8230;</p>
<ol>
<li>Visit <a href="http://www.psp-tubes.net/wordpress/phpbay-plugin" target="_blank" rel="nofollow"><u>http://www.psp-tubes.net/wordpress/phpbay-plugin</u></a></li>
<li>Scroll to the very bottom because it is mostly an out-dated post.</li>
<li>Enter your name and email and click &#8216;Send me the plugin&#8217;. You may be brought to a page that says &#8216;Whoops! That Page Isn&#8217;t Here&#8217;. Don&#8217;t worry, there is just something funky going on with his subscription pages. Perhaps he should switch to <a href="http://keithjameslock.com/go/aweber.php" target="_blank" rel="nofollow"><u>Aweber</u></a> ;) At any rate, you should quickly get an email with the Subject: &#8216;ACTION REQUIRED: Confirm your subscription.&#8217;. Click the link in the email to confirm your subscription. You will again probably be brought to a page that says &#8216;Whoops! That Page Isn&#8217;t Here&#8217;. Again, don&#8217;t worry. You should be receiving another email shortly with the link for the plugin.</li>
<li>Open the email with the Subject: &#8216;phpBay plugin download details&#8217;.</li>
<li>Click the 2nd link in the email to download the plugin.</li>
</ol>
<p>Now that we have the plugin, let&#8217;s get it installed&#8230;</p>
<ol>
<li>Unzip the file</li>
<li>Upload &#8216;geo.php&#8217;, &#8216;combo.php&#8217;, &#8216;country.php&#8217; and &#8216;geoip.inc&#8217; to &#8216;/wp-content/plugins/phpBay/includes/&#8217; on your server. Note: You will be overwriting 2 files, &#8216;geo.php&#8217; and &#8216;combo.php&#8217;, so you may want to backup the ones on the server first. Renaming them on the sever before uploading the new ones will work.</li>
<li>Download the free database file from maxmind.com. Click <a href="http://www.maxmind.com/app/geolitecountry" target="_blank" rel="nofollow"><u>here</u></a>. Under the &#8216;Binary Format&#8217; section, click the link &#8216;Download the latest GeoLite Country Binary Format&#8217; to save the database to your computer. It will be compressed in .gz format. The free tool <a href="http://download.cnet.com/WinRAR/3000-2250_4-10007677.html" target="_blank" rel="nofollow"><u>WinRAR</u></a> can decompress the file, much like unzipping a file.</li>
<li>You will be left with a file called &#8216;GeoIP.dat&#8217;. It needs to be uploaded to &#8216;/wp-content/plugins/phpBay/includes/&#8217; in Binary mode. If using <a href="http://download.cnet.com/FileZilla/3000-2160_4-10308966.html" target="_blank" rel="nofollow"><u>FileZilla</u></a> to upload, go to Transfer > Transfer type > Binary. You can check maxmind.com for a new version each month. I, myself, just update it every 6 months. When updating, just overwrite the existing file on the server.</li>
</ol>
<p>That should do it! To be certain it works, switch the default country in the phpBay settings to one other than your own temporarily. Make sure the sorting options or the eBay logo is displayed (discussed earlier) because having one or both of those turned on will also turn on the country dropdown box. Now visit the test page that you created earlier. You should be now viewing auctions in your own country rather than the default country. If you still see the default country it might be because the page is cached. If using Firefox you can usually press Ctrl+F5 to fix that.</p>
<p>Notice something about the auctions? The darn images aren&#8217;t clickable. We&#8217;ll get to that <a href="http://keithjameslock.com/phpbay-pro-extended-manual-making-images-clickable/"><u>next</u></a>.</p>
<p>More info: <a href="http://keithjameslock.com/phpbay-pro-extended-manual-geotargeting/">phpBay Pro: The Extended Manual &#8211; Geo-Targeting</a></p>]]></content:encoded>
			<wfw:commentRss>http://keithjameslock.com/phpbay-pro-extended-manual-geotargeting/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>What Keyword Are You Targeting? Want Some Help?</title>
		<link>http://keithjameslock.com/keyword-targeting/</link>
		<comments>http://keithjameslock.com/keyword-targeting/#comments</comments>
		<pubDate>Sun, 19 Jul 2009 23:08:11 +0000</pubDate>
		<dc:creator>Keith Lock</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[anchor text]]></category>
		<category><![CDATA[backlink]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[domain name]]></category>
		<category><![CDATA[h1 tag]]></category>
		<category><![CDATA[keyphrase]]></category>
		<category><![CDATA[niche website]]></category>
		<category><![CDATA[niche websites]]></category>
		<category><![CDATA[search engines]]></category>
		<category><![CDATA[site submission]]></category>
		<category><![CDATA[title tag]]></category>

		<guid isPermaLink="false">http://keithjameslock.com/?p=926</guid>
		<description><![CDATA[<p>Most of the information and instruction on building niche websites that I have come across talks about targeting one particular keyword or keyphrase. Ideally, the keyword would be highly searched and with little/weak competition. It is suggested to use the keyword in your domain name, the H1 tag, the title tag, etc. for on-site SEO. [...]</p><p>More info: <a href="http://keithjameslock.com/keyword-targeting/">What Keyword Are You Targeting? Want Some Help?</a></p>]]></description>
			<content:encoded><![CDATA[<p>Most of the information and instruction on building niche websites that I have come across talks about targeting one particular keyword or keyphrase. Ideally, the keyword would be highly searched and with little/weak competition.</p>
<p>It is suggested to use the keyword in your domain name, the H1 tag, the title tag, etc. for on-site SEO. That way, search engines get a clear picture of what your site is about.</p>
<p>One big off-site SEO factor, of course, is backlinks. A highly valuable backlink is one that uses the anchor text of the keyword that you are targeting. Also, if the backlink is one-way and do-follow, it is much more valuable.</p>
<p>Today I launched a <a href="http://keithjameslock.com/niche-website-directory/"><u>niche website directory</u></a> that is hosted here on this blog. It covers a broad range of categories. I will be manually approving all submissions and won&#8217;t allow any junk to come through.</p>
<p>I&#8217;m only going to allow a keyword to be used just one time in the directory. In other words, if you and a competitor are targeting the exact same keyword/keyphrase, the listing will be given to the first one to submit their site.</p>
<p>You can submit as many sites as you like, but you cannot submit the same site more than once trying to target more than one keyword. Pick your best one and go with that. Feel free to submit an internal page of your site, but I am only going to accept one site submission per domain. <a href="http://keithjameslock.com/niche-website-directory/" rel="nofollow"><u>Check it out</u></a>.</p>
<p>More info: <a href="http://keithjameslock.com/keyword-targeting/">What Keyword Are You Targeting? Want Some Help?</a></p>]]></content:encoded>
			<wfw:commentRss>http://keithjameslock.com/keyword-targeting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>phpBay Pro: The Extended Manual &#8211; Installation and Activation</title>
		<link>http://keithjameslock.com/phpbay-pro-extended-manual-installation-activation/</link>
		<comments>http://keithjameslock.com/phpbay-pro-extended-manual-installation-activation/#comments</comments>
		<pubDate>Sun, 19 Jul 2009 15:37:11 +0000</pubDate>
		<dc:creator>Keith Lock</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[auction]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[php bay]]></category>
		<category><![CDATA[phpbay]]></category>
		<category><![CDATA[phpBay Pro]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://keithjameslock.com/?p=892</guid>
		<description><![CDATA[<p>Continuing on from phpBay Pro: The Extended Manual &#8211; Introduction&#8230; Table Of Contents Introduction Installation/Activation Configuration Testing Per-Post/Per-Page Settings Geo-Targeting Making The Images Clickable Replacing WordPress Search With eBay Search Inserting phpBay Code Into Theme Files Buy phpBay Pro (20% off coupon: DA9CD69F42) From Picking A Market To Building/Managing Your phpBay (Or BANS) Site phpBay [...]</p><p>More info: <a href="http://keithjameslock.com/phpbay-pro-extended-manual-installation-activation/">phpBay Pro: The Extended Manual &#8211; Installation and Activation</a></p>]]></description>
			<content:encoded><![CDATA[<p>Continuing on from <a href="http://keithjameslock.com/phpbay-pro-extended-manual-introduction/"><u>phpBay Pro: The Extended Manual &#8211; Introduction</u></a>&#8230;</p>
<p><strong>Table Of Contents</strong>

<ul>
<li><a href="http://keithjameslock.com/phpbay-pro-extended-manual-introduction/"><u>Introduction</u></a></li>
<li><a href="http://keithjameslock.com/phpbay-pro-extended-manual-installation-activation/"><u>Installation/Activation</u></a></li>
<li><a href="http://keithjameslock.com/phpbay-pro-extended-manual-configuration/"><u>Configuration</u></a></li>
<li><a href="http://keithjameslock.com/phpbay-pro-extended-manual-testing/"><u>Testing</u></a></li>
<li><a href="http://keithjameslock.com/phpbay-pro-extended-manual-parameter-settings/"><u>Per-Post/Per-Page Settings</u></a></li>
<li><a href="http://keithjameslock.com/phpbay-pro-extended-manual-geotargeting/"><u>Geo-Targeting</u></a></li>
<li><a href="http://keithjameslock.com/phpbay-pro-extended-manual-making-images-clickable/"><u>Making The Images Clickable</u></a></li>
<li><a href="http://keithjameslock.com/phpbay-pro-extended-manual-replacing-wordpress-search/"><u>Replacing WordPress Search With eBay Search</u></a></li>
<li><a href="http://keithjameslock.com/phpbay-pro-extended-manual-inserting-phpbay-code-theme-files/"><u>Inserting phpBay Code Into Theme Files</u></a></li>
<li><a href="http://keithjameslock.com/go/phpbay.php" target="_blank" rel="nofollow"><u>Buy phpBay Pro (20% off coupon: DA9CD69F42)</u></a></li>
<li><a href="http://keithjameslock.com/go/9stepz5" target="_blank" rel="nofollow"><u>From Picking A Market To Building/Managing Your phpBay (Or BANS) Site</u></a></li>
</ul></p>
<p>phpBay installs just about like any other plugin for WordPress, but there are a few extra files.</p>
<p><strong>Firstly&#8230;</strong></p>
<ol>
<li>Download the plugin to your desktop</li>
<li>Unzip it (free unzipper: <a href="http://download.cnet.com/WinRAR/3000-2250_4-10007677.html" target="_blank" rel="nofollow"><u>WinRAR</u></a>)</li>
</ol>
<p>After unzipping the package you will see&#8230;</p>
<p>An &#8216;images&#8217; folder, a &#8216;wp-content&#8217; folder, an &#8216;auction.php&#8217; file, the instruction manual and a troubleshooting text file.</p>
<p><strong>Upload/FTP Steps</strong> (free FTP&#8217;er: <a href="http://download.cnet.com/FileZilla/3000-2160_4-10308966.html" target="_blank" rel="nofollow"><u>FileZilla</u></a>)</p>
<ol>
<li>Upload all the images from the &#8216;images&#8217; folder to the &#8216;images&#8217; folder in the root of your blog. If you don&#8217;t have an &#8216;images&#8217; folder in the root, just upload the entire folder.</li>
<li>Upload the &#8216;auction.php&#8217; file to the root of your blog.</li>
<li>Upload the entire &#8216;phpBay&#8217; folder that is inside of the &#8216;wp-content/plugins/&#8217; folder, to the &#8216;/wp-content/plugins/&#8217; folder of your blog.</li>
</ol>
<p>Now, login to your WordPress Control Panel, click &#8216;Plugins&#8217; from the left menu, and Activate &#8216;phpBay Pro Plugin for WordPress&#8217;.</p>
<p>Now, phpBay is installed and activated! Good job! Move on to: <a href="http://keithjameslock.com/phpbay-pro-extended-manual-configuration/"><u>phpBay Pro Configuration</u></a></p>
<p>More info: <a href="http://keithjameslock.com/phpbay-pro-extended-manual-installation-activation/">phpBay Pro: The Extended Manual &#8211; Installation and Activation</a></p>]]></content:encoded>
			<wfw:commentRss>http://keithjameslock.com/phpbay-pro-extended-manual-installation-activation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Converting 2 Articles Into 90 Unique Versions And Getting Auto-Backlink Love</title>
		<link>http://keithjameslock.com/converting-2-articles-into-90-unique-versions-and-getting-auto-backlink-love/</link>
		<comments>http://keithjameslock.com/converting-2-articles-into-90-unique-versions-and-getting-auto-backlink-love/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 05:12:49 +0000</pubDate>
		<dc:creator>Keith Lock</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[anchor text]]></category>
		<category><![CDATA[article marketing]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[content syndication]]></category>
		<category><![CDATA[digitalpoint forum]]></category>
		<category><![CDATA[ghost writer]]></category>
		<category><![CDATA[marketing techniques]]></category>
		<category><![CDATA[niche]]></category>
		<category><![CDATA[search engines]]></category>
		<category><![CDATA[serps]]></category>
		<category><![CDATA[time and money]]></category>
		<category><![CDATA[traffic]]></category>

		<guid isPermaLink="false">http://keithjameslock.com/?p=833</guid>
		<description><![CDATA[<p>If you have a niche blog or site, or even a Squidoo lens, etc. that you want to rank for a certain keyword, keep reading&#8230; I have discovered an amazing strategy that will save you lots of time and money. You understand that having links back to your site can improve your rankings in search [...]</p><p>More info: <a href="http://keithjameslock.com/converting-2-articles-into-90-unique-versions-and-getting-auto-backlink-love/">Converting 2 Articles Into 90 Unique Versions And Getting Auto-Backlink Love</a></p>]]></description>
			<content:encoded><![CDATA[<p>If you have a niche blog or site, or even a Squidoo lens, etc. that you want to rank for a certain keyword, keep reading&#8230; I have discovered an amazing strategy that will save you lots of time and money.</p>
<p>You understand that having links back to your site can improve your rankings in search engines right? You also understand that using varied related keywords as the anchor text surrounded by related information helps a great deal right? You probably have heard of and may even use article marketing techniques to help with your SEO efforts. It has been said that submitting UNIQUE content to niche related web sites with links back to your site will help your rankings climb in the SERPS. Well, let me tell you about a way that has been helping me rank for some high traffic keywords. I pay a lot less than I used to for content and it&#8217;s also less manual effort saving me a ton of time.</p>
<p><strong>The Process In A Nutshell&#8230;</strong></p>
<p>I basically have 2 articles written from a ghost writer, merge them with some special formatting, submit them to a content syndication network and then rinse and repeat for other sites, pages, hubs, lenses etc. that I want to rank for my chosen keywords.</p>
<p>There are several ways that you can prepare your articles for submission but here I will describe the method that I have been using and that has been working well for me. I have someone write a 100% unique article for me on a particular topic. How many links it can contain depends on the number of words it is. 300 words or more will allow 2 links. You can go as high as 3 links. I usually pay a writer from the DigitalPoint forum around $1.50 to $2.00 per 100 words.</p>
<p>Then I have someone &#8220;spin&#8221; the article. Spinning the article involves rewriting each sentence and heading of the original article. The sentences should be around the same length and mean EXACTLY the same thing as the original, just using different words. Then I create a text file merging the 2 articles with special formatting. It&#8217;s simple, you wrap the original and rewritten sentence in [spin] tags and separate them with the pipe &#8220;|&#8221; symbol like this: [spin]Original 1st sentence.|Rewritten 1st sentence.[/spin] [spin]Original 2nd sentence.|Rewritten 2nd sentence.[/spin]</p>
<p>I then submit the specially formatted file to the content syndication network and it does the rest. You will have to provide the list of keywords that you want to be linked and where they are to be linked to and then replace the keyword in your article with a special code. The system will replace that special code with a random keyword and make it a link. The system will also randomly grab a sentence, either the original or a rewrite, for each sentence, generating several unique versions of the article. You are left with 90+ unique versions of your original article ready to be gradually and automatically submitted to niche related blogs, with dofollow links back to your content! It&#8217;s a gradual process making it more natural.</p>
<p>This is just a simple example, and really it is all I often ever do. But you could write several alternate sentences if you wish, it doesn&#8217;t have to be just 1. Just separate them all with pipes. You can also show a random YouTube video and random lists in your articles among other things. There are clear instructions on how to do accomplish all of this in the support files of the network.</p>
<p>Picture it&#8230;you could have a 250 word article written and &#8220;spun&#8221; for around 5 or 6 dollars. Spend about 1/2 hour setting up the submission and you can have over 90 backlinks to your blog on auto-pilot over the next few months. Do that once a week and you have a crap load of backlinks coming in.. including deeplinks if you choose! With your <a href="http://keithjameslock.com/go/syndicate-kahuna.php" rel="nofollow" target="_blank">paid subscription to Syndicate Kahuna</a> you can submit as many articles as you want! No limits. Promote all of your sites and content pages. Some say it&#8217;s ALL you need for SEO.</p>
<p>Stay tuned because I will be introducing a tool that I had written that makes the &#8220;spinning&#8221; process extremely simple and less prone to formatting errors (because it&#8217;s done by the program rather than a human). It works like a charm.</p>
<p>Keep your receipt if you <a href="http://keithjameslock.com/go/syndicate-kahuna.php" rel="nofollow" target="_blank"><strong>subscribe through my Syndicate Kahuna link</strong></a>, because I have a special offer coming up! Also, make sure you <a href="http://feedburner.google.com/fb/a/mailverify?uri=Keithjameslock" rel="nofollow" target="_blank">subscribe to get my posts by email</a> so you don&#8217;t miss it.</p>
<p>More info: <a href="http://keithjameslock.com/converting-2-articles-into-90-unique-versions-and-getting-auto-backlink-love/">Converting 2 Articles Into 90 Unique Versions And Getting Auto-Backlink Love</a></p>]]></content:encoded>
			<wfw:commentRss>http://keithjameslock.com/converting-2-articles-into-90-unique-versions-and-getting-auto-backlink-love/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2 Great Ways To Increase The Value Of A New Blog That You Want To Flip</title>
		<link>http://keithjameslock.com/2-great-ways-to-increase-the-value-of-a-new-blog-that-you-want-to-flip/</link>
		<comments>http://keithjameslock.com/2-great-ways-to-increase-the-value-of-a-new-blog-that-you-want-to-flip/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 22:25:20 +0000</pubDate>
		<dc:creator>Keith Lock</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[adsense]]></category>
		<category><![CDATA[article marketing]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[ebay]]></category>
		<category><![CDATA[marketing automation]]></category>
		<category><![CDATA[monetization]]></category>
		<category><![CDATA[niche]]></category>
		<category><![CDATA[sitepoint]]></category>
		<category><![CDATA[text banners]]></category>
		<category><![CDATA[wp]]></category>

		<guid isPermaLink="false">http://keithjameslock.com/?p=791</guid>
		<description><![CDATA[<p>Just last month I sold a new WP blog on SitePoint and my profit after the sale was just over $800.00. The blog that I sold I would normally get around $100-$150 but I did a couple extra things to make it much more valuable. I&#8217;ll explain in detail below. Create Some Quick Feeder Blogs [...]</p><p>More info: <a href="http://keithjameslock.com/2-great-ways-to-increase-the-value-of-a-new-blog-that-you-want-to-flip/">2 Great Ways To Increase The Value Of A New Blog That You Want To Flip</a></p>]]></description>
			<content:encoded><![CDATA[<p>Just last month I sold a new WP blog on SitePoint and my profit after the sale was just over $800.00. The blog that I sold I would normally get around $100-$150 but I did a couple extra things to make it much more valuable. I&#8217;ll explain in detail below.</p>
<p><strong>Create Some Quick Feeder Blogs</strong></p>
<p>First what I did, which might change the way you look at it, is I created 2 extra blogs to add to the sale. But, truthfully, I put both of the extra blogs together in just a couple of hours. I didn&#8217;t do any extras to them like I do on the main blog. They were used solely as feeder blogs to the main money blog. I dressed them up with a nice theme from <a href="http://keithjameslock.com/go/woo-themes.php" target="_blank" rel="nofollow">WooThemes</a>&#8230;and why not? It takes just as much time to add a premium theme as it does a free one. Actually, it&#8217;s usually much quicker to configure a WooTheme using the built-in administration area, but you would only know what I mean if you ever used one.</p>
<p>Anyway&#8230; I added a block of AdSense to the feeder blogs although I&#8217;m thinking now it might have best to leave it out. Also, I added the RSS feed of the main blog to a widget in the sidebar of the feeder blogs. Other than that I just created some basic red, white, black and blue text banners and linked them to the main money blog. I added one to the sidebar, 1 floating to the right of each post and one below the featured post. Really, using a <a href="http://keithjameslock.com/go/woo-themes.php" target="_blank" rel="nofollow">WooTheme</a> can dictate the placement of the banners, I just fill in the gaps. It&#8217;s very simple. Oh, and for content, I used <a href="http://keithjameslock.com/how-does-syndicate-kahuna-work/">Syndicate Kahuna</a> (or <a href="http://keithjameslock.com/go/ama.php" target="_blank" rel="nofollow">Article Marketing Automation</a>) to get free, unique, niche specific content. Get the max allowed articles per day until you reach 10 or 15, then change it to 1 a day and your blogs are ready to go.</p>
<p><strong>Install Geo Targeting So That Your Money Blog Is Monetized For Practically Any Country</strong></p>
<p>The first thing I do to maximize the monetization to as many countries as possible is add a one page eBay store to the main blog using the <a href="http://keithjameslock.com/phpbay-pro-example-site-and-phpbay-pro-coupon/">phpBay pro WP plugin</a>. Almost every niche has products being sold on eBay. Typically when I build a blog using phpBay, I break things down into categories and create one &#8220;post&#8221; per category. I use posts so that when I submit my RSS feed to the RSS directories, the auctions may be included in the listings. But for the niche blogs that I intend to sell, I simply add a one page listing using one generic keyword. Sometimes I have to add some negative keywords to filter my results. For the most part, this &#8220;upgrade&#8221; takes about 10 minutes.</p>
<p><strong>Geo Targeting For CPA Offer Ad Placement</strong></p>
<p>Ok, this simple addition to the blog is very powerful and adds quite a bit of value.</p>
<p>As an example of how I used this in the past&#8230; I was promoting a certain offer on my main blog which paid $35 but was only for U.S. traffic. The same product, but on a different CPA network paid $30 but catered to both U.S. and Canadian traffic. Then I found another similar offer paying $29 which catered to U.S., Canada and the U.K.</p>
<p>I could have simply chose the $29 offer which allowed me to promote to all 3 countries but instead I chose all 3 offers and used a custom geo targeting script so I knew which offer to show based on the customers country.</p>
<p>Here&#8217;s how it works in a nutshell. I added one line of code to the very top of the &#8220;header&#8221; file in my theme. This line of code triggered a script (and since it is in the header, it is triggered on ALL pages) that looked at the IP Address of the visitor, compared it to a database of IP Addresses to determine the visitors country. The script stores the 2 letter country code in a variable. Now, if I want to place an ad in the sidebar for example, I run a simple if-test to say something like&#8230; if the country is &#8220;US&#8221; show the HTML for the US ad, if it is &#8220;CA&#8221; then show the HTML for the Canadian ad&#8230;and so on. It&#8217;s actually very very simple to implement. I will be giving away my custom script (with instructions) later today or tomorrow to the readers of my newsletter, but you can get everything that you need for it to create your own from the MaxMind web site, specifically this page <a href="http://www.maxmind.com/app/geolitecountry" target="_blank" rel="nofollow">here</a>.</p>
<p><strong>MaxMind GeoLite Country Free IP Address to Country DB</strong></p>
<p>Regardless of whether you use my script or create your own, if you use the MaxMind approach, you may want to keep your IP address DB up-to-date. It gets updated monthly. Personally, I don&#8217;t sweat it too much. I might update it every few months if that. There is a DB that they offer for sale, as well as a free one. The free open source database that MaxMind provides offers 99.5% accuracy which is good enough for me :) I guess it returns &#8220;US&#8221; for all AOL users, but for my purposes that&#8217;s fine.</p>
<p><strong>Customizing The Ad For Each Country</strong></p>
<p>A cool easy thing to do for your ads is to customize them for each country. For example, you might put something like &#8220;Now available in Canada&#8230;&#8221; and/or display a small Canadian flag on the ad for Canadian users.</p>
<p><strong>What To Do When You Don&#8217;t Have An Offer For A Specific Country</strong></p>
<p>Obviously with the example above I am only able to present my offer to 3 different countries. What do I do with the rest of the traffic to squeeze out the money making potential? I do one of two things. Sometimes I display an ad promoting the auctions. Since the auctions are on a page and generally there is just one small link in the navigation bar pointing to it, it doesn&#8217;t hurt to display an ad promoting the auctions to all of the &#8220;extra&#8221; countries. eBay allows you to promote to several major countries and with the geo-trageting in place in your phpBay plugin it will automatically show auctions specific to the country of the visitor. Incidentally, the free geo-trageting upgrade to phpBay uses the same MaxMind database discussed above.</p>
<p>Now, if you don&#8217;t want to promote the auctions for whatever reason or your niche doesn&#8217;t have any products available on eBay you can just display AdSense ads to all of the extra countries.</p>
<p>There you have it&#8230;those 2 things, I believe, increased the value of the blog(s) to the point where I could command a much higher amount. Hope this post helps you and gives you a bit of interest in blog flipping. Best of luck.</p>
<p>More info: <a href="http://keithjameslock.com/2-great-ways-to-increase-the-value-of-a-new-blog-that-you-want-to-flip/">2 Great Ways To Increase The Value Of A New Blog That You Want To Flip</a></p>]]></content:encoded>
			<wfw:commentRss>http://keithjameslock.com/2-great-ways-to-increase-the-value-of-a-new-blog-that-you-want-to-flip/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

