<?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>Internet Profits Blog</title>
	<atom:link href="http://internetprofituniversity.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://internetprofituniversity.com/blog</link>
	<description></description>
	<lastBuildDate>Fri, 20 Aug 2010 00:29:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Display HTML in Web Pages</title>
		<link>http://internetprofituniversity.com/blog/how-to-display-html-in-web-pages/</link>
		<comments>http://internetprofituniversity.com/blog/how-to-display-html-in-web-pages/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 00:09:27 +0000</pubDate>
		<dc:creator>Brian Kindsvater</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://internetprofituniversity.com/blog/?p=199</guid>
		<description><![CDATA[I am constantly needing to display html code on a web page.  Without actually executing the code.  This is so someone can see what the code looks like.
There is an easy solution:
I use the form on this page:
http://www.felgall.com/htmlt47.htm

To convert regular html code into something that will display but not execute.
]]></description>
			<content:encoded><![CDATA[<p>I am constantly needing to display html code on a web page.  Without actually executing the code.  This is so someone can see what the code looks like.</p>
<p>There is an easy solution:</p>
<p>I use the form on this page:</p>
<p><a href="http://www.felgall.com/htmlt47.htm">http://www.felgall.com/htmlt47.htm<br />
</a></p>
<p>To convert regular html code into something that will display but not execute.</p>
]]></content:encoded>
			<wfw:commentRss>http://internetprofituniversity.com/blog/how-to-display-html-in-web-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Groups</title>
		<link>http://internetprofituniversity.com/blog/google-groups/</link>
		<comments>http://internetprofituniversity.com/blog/google-groups/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 00:10:34 +0000</pubDate>
		<dc:creator>Brian Kindsvater</dc:creator>
				<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://internetprofituniversity.com/blog/?p=197</guid>
		<description><![CDATA[Google Groups has limited possibilities for promotion, at least after an initial once-through.
Links on group pages are no-followed.
Links on discussions use a redirect from Google.  While there is no &#8216;no-follow&#8217;, I would question whether Google follows the link or not.  Although other search robots might, and give it weight.  In other words, [...]]]></description>
			<content:encoded><![CDATA[<p>Google Groups has limited possibilities for promotion, at least after an initial once-through.</p>
<p>Links on group pages are no-followed.</p>
<p>Links on discussions use a redirect from Google.  While there is no &#8216;no-follow&#8217;, I would question whether Google follows the link or not.  Although other search robots might, and give it weight.  In other words, if my site is google.com, and I have a link to yahoo.com using a redirect such as http://google.com/url?sa=D&#038;q=http://yahoo.com, is this a do-follow or a no-follow link?</p>
<p>Perhaps of most concern is the potential email problem.  User profiles, and information listed for discussion posts, includes the email address used to sign up for Google Groups.  While there is some spam control, certainly not enough for my liking.  There is no reason for an actual email address to appear.  Period.  Otherwise, that is inviting trouble.</p>
<p>Especially when a simply captcha &#8211; easily and quickly worked around by spammers &#8211; shows a naked email address.</p>
<p>It may be prudent to use a throw-away email to sign up for Google Groups, which is confirmed, and then discarded.  That may have some negative consequences in getting group communications, but we&#8217;ll see how the spam issue goes.</p>
<p>But it certainly appears that Google does not have a high concern for it&#8217;s user&#8217;s email privacy.</p>
<p>I suppose if someone just wanted a platform to write some pages and have limited discussions, with no monetization, then Google Groups may be enticing.  You may get some group members from other non-techie people, which may be find for your purposes.</p>
<p>But given alternative options, especially having your own website, go with your own site.</p>
]]></content:encoded>
			<wfw:commentRss>http://internetprofituniversity.com/blog/google-groups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RSS Includes Pages WordPress Plugin Not Compatible with 3.0</title>
		<link>http://internetprofituniversity.com/blog/rss-includes-pages-wordpress-plugin-not-compatible-with-3-0/</link>
		<comments>http://internetprofituniversity.com/blog/rss-includes-pages-wordpress-plugin-not-compatible-with-3-0/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 00:26:23 +0000</pubDate>
		<dc:creator>Brian Kindsvater</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://internetprofituniversity.com/blog/?p=195</guid>
		<description><![CDATA[The RSS Includes Pages WordPress plugin has been very useful to make sure pages, not just posts, appear in the RSS feed for a WordPress site.
Testing of the plugin with new WordPress 3.0 (using the Flexibility theme), shows that the plugin is now causing RSS feeds to not validate.  Once the plugin is deactivated, [...]]]></description>
			<content:encoded><![CDATA[<p>The RSS Includes Pages WordPress plugin has been very useful to make sure pages, not just posts, appear in the RSS feed for a WordPress site.</p>
<p>Testing of the plugin with new WordPress 3.0 (using the Flexibility theme), shows that the plugin is now causing RSS feeds to not validate.  Once the plugin is deactivated, the RSS feed validates.   Validation was done with <a href="http://feedvalidator.org">FeedValidator.org</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://internetprofituniversity.com/blog/rss-includes-pages-wordpress-plugin-not-compatible-with-3-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mass Unique Article Submission Options</title>
		<link>http://internetprofituniversity.com/blog/mass-unique-article-submission-options/</link>
		<comments>http://internetprofituniversity.com/blog/mass-unique-article-submission-options/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 04:30:44 +0000</pubDate>
		<dc:creator>Brian Kindsvater</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://internetprofituniversity.com/blog/?p=189</guid>
		<description><![CDATA[If you want to submit unique articles to numerous directories and other content distribution places, you can do it manually.  Which will take years if you do many articles.  Or, use an automated service.  There are several possibilities:
Unique Article Wizard &#8211; $67 per month &#8211; UniqueArticleWizard.com promotes that it has a &#8217;secret [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to submit unique articles to numerous directories and other content distribution places, you can do it manually.  Which will take years if you do many articles.  Or, use an automated service.  There are several possibilities:</p>
<p>Unique Article Wizard &#8211; $67 per month &#8211; UniqueArticleWizard.com promotes that it has a &#8217;secret sauce&#8217; to create unique versions of your article which are then distributed to thousands of websites.  Many article directories can quickly and easily signup to automatically receive articles from Unique Article Wizard.  However, a common theme of late in many comments online is that the quality of sites is poor and Google can quickly identify the UAW attempt to make articles unique.  Overall, I wouldn&#8217;t worry about many new (low PR) article directories picking up your article.  The duplicate content issue is another matter &#8211; assuming you are in the camp that believes there is no duplicate content penalty.  (We&#8217;re not going to get into that debate here!)</p>
<p>Submit Your Article &#8211; $47 per month &#8211; SubmitYourArticle.com is very similar to Unique Article Wizard, except that it has done a better job of managing the quality of articles submitted through its service.  As a result, Submit Your Article is possibly the only mass submission service that lets you submit to the top article directories, such as Ezine Articles.  It has options to try and create unique article versions.  You can also control the rate at which your article is distributed to other sites.  SYA also makes it easy for article directories to automatically accept article submissions.</p>
<p>Article Marketing Automation (&#8221;AMA&#8221;) &#8211; $47 per month &#8211; ArticleMarketingAutomation.com is free if you just want to receive article submissions to display on your website.  There is, however, no option to even try and make your articles unique.</p>
<p>My Article Network &#8211; $47 per month &#8211; MyArticleNetwork.com is the newest service.  It doesn&#8217;t offer the options available elsewhere and only submits to blogs.  No article directories.  The service has a spinning function.</p>
<p>Syndicate Kahuna &#8211; closed &#8211; SyndicateKahuna.com is similar to MyArticleNetwork.  Even though it is currently closed to new members, I mention it here because it is a decent service.  This submits to blogs &#8211; not article directories.</p>
<p>SubmitEaze &#8211; $78.95 one-time fee &#8211; SubmitEaze.com is software you download to your computer that is automatically updated with new directories and article directories to submit to.  It has a quick submission feature which makes article submissions fast, but not hands-off like the prior services.  It allows for unique article titles and anchor texts, but not article text.  (Although from the software it seems like this would work, it is not mentioned in the brief manual and I have not tested the possibility.)</p>
<p>ArticleBot &#8211; $24.95 one-time free &#8211; from Incansoft.com, ArticleBot is also downloadable software that you can use to submit to article directories.  Not as automated as the online services.  It&#8217;s also a lot cheaper.  While many Incansoft products have received rave reviews, to-date this is not one of them.  Supports spinning of article titles and resource boxes, but not the main article text.</p>
<p>Article Post Robot &#8211; $127 &#8211; ArticlePostRobot.com is more downloadable software.  I almost didn&#8217;t include them here (and may not as for some reason this is the 4th time I&#8217;m made this update, but Firefox keeps mysteriously crashing) because Article Post Robot has not been updated since July 2009.  Ouch.  However, if you really want a unique article sent to each directory APR cannot be beat.  Not only can you spin article titles and resource boxes, but if you use another problem (eg, thebestspinner.com) to create many different spun versions of your article, just put the versions in a directory and ArticlePostRobot will randomly pick one to send to each article directory.  Very, very nice.</p>
<p>Overall recommendation &#8211; this partly depends on your budget, and you have a number of options to choose from.  Even if you don&#8217;t think there is a duplicate content &#8216;penalty&#8217; &#8211; it never hurts to have unique content!  If you can afford it, check out SubmitYourArticle.  </p>
<p>Article Post Robot remains a viable choice, if you&#8217;re willing to risk that the software suddenly won&#8217;t stop working.  You have to login to your online account from the software to submit articles.  With the software not being updated, you should not be confident about this.</p>
]]></content:encoded>
			<wfw:commentRss>http://internetprofituniversity.com/blog/mass-unique-article-submission-options/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Bookmarking Demon v. SocialBot</title>
		<link>http://internetprofituniversity.com/blog/bookmarking-demon-v-socialbot/</link>
		<comments>http://internetprofituniversity.com/blog/bookmarking-demon-v-socialbot/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 19:36:25 +0000</pubDate>
		<dc:creator>Brian Kindsvater</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://internetprofituniversity.com/blog/?p=187</guid>
		<description><![CDATA[If you are looking to get backlinks by submitting your pages to bookmarking services (note I didn&#8217;t say you would use a bookmarking service to save useful link you&#8217;re actually going to use &#8211; no one does that), there are two programs: Bookmarking Demon and SocialBot.
Let me just get this out of the way &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>If you are looking to get backlinks by submitting your pages to bookmarking services (note I didn&#8217;t say you would use a bookmarking service to save useful link you&#8217;re actually going to use &#8211; no one does that), there are two programs: Bookmarking Demon and SocialBot.</p>
<p>Let me just get this out of the way &#8211; SocialBot is the clear, hands-down winner.</p>
<p>So let me start with the Bookmarking Demon review.</p>
<p>Bookmarking Demon comes with 100 social bookmarking sites.  The concept is that you can grab all the urls from your domains, add in bogus urls to make your booking appear more &#8216;natural&#8217;, spin the content of your submissions so they are not all the same, and randomly submit to various accounts you create.</p>
<p>All done automatically.</p>
<p>Sounds great.</p>
<p>Used to work.</p>
<p>I&#8217;d say through version 4 Bookmarking Demon was useful. </p>
<p>Now in Version 5.1 it&#8217;s a complete mess.  The interface is near impossible to manage.  It is broken up into different areas ridiculous to decipher and effectively use.  Maybe if this is the only program you used, and you used it every day, you would learn the ins and outs and it would be second nature.  But unless you created this monstrosity, good luck.</p>
<p>Basically, it tries to do much and has a disorganized interface.</p>
<p>The latest upgrade, from 5 to 5.1, now includes a requirement that your license be entered.  That would be fine, unless you bought the original software years ago.  Think that license number would be easy to find? Guess again.  Nowhere to be found in the software.</p>
<p>Ironically, the software appears to have a license number embedded in it, which checks a server to determine that new version is available.  But then it ignores the number and wants it manually entered again &#8211; but it won&#8217;t tell you what it is.  Utterly stupid.</p>
<p>Needless to say, this appears to be the top support request to the support manager &#8211; which is in Singapore.  Type in your purchase email and get your license key.  Except it doesn&#8217;t work.  Simple as that &#8230; does not work.</p>
<p>Bookmarking Demon is basically dead man walking software.</p>
<p>SocialBot, on the other hand, is one of many titles from the well-respected Incansoft software collection.</p>
<p>Easy to use interface. </p>
<p>Not just a hundred bookmarking sites, but try 1200.  Yes 1200.  12x as many as Bookmarking Demon.</p>
<p>You can start using it right away.  Create multiple accounts.  Spider your domains for urls to submit.  Using spinning syntax to create unique submissions to each site.</p>
<p>And it costs less than a quarter of what Bookmarking Demon costs.</p>
<p>The one place I give BMD the edge is the ability to randomly select accounts to post to.</p>
<p>But in every other respect, this is a no-brainer decision.</p>
<p>Go with SocialBot &#8211; available at the Incansoft.com website.</p>
]]></content:encoded>
			<wfw:commentRss>http://internetprofituniversity.com/blog/bookmarking-demon-v-socialbot/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Dynamic Domains with Hostgator</title>
		<link>http://internetprofituniversity.com/blog/dynamic-domains-with-hostgator/</link>
		<comments>http://internetprofituniversity.com/blog/dynamic-domains-with-hostgator/#comments</comments>
		<pubDate>Tue, 25 May 2010 01:05:48 +0000</pubDate>
		<dc:creator>Brian Kindsvater</dc:creator>
				<category><![CDATA[Affiliate Marketing]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://internetprofituniversity.com/blog/?p=185</guid>
		<description><![CDATA[To create dynamic domains, also called wildcard domains, with a Hostgator web hosting account, do the following:
1. Within your cpanel click to add a new subdomain.
2. Call the subdomain * (yes, just an asterisk).
3. For the document root use the root domain (public_html).  If the dynamic subdomains are for an add-on domain, then the [...]]]></description>
			<content:encoded><![CDATA[<p>To create dynamic domains, also called wildcard domains, with a Hostgator web hosting account, do the following:</p>
<p>1. Within your cpanel click to add a new subdomain.</p>
<p>2. Call the subdomain * (yes, just an asterisk).</p>
<p>3. For the document root use the root domain (public_html).  If the dynamic subdomains are for an add-on domain, then the document root will be public_html/youraddondomain.com.</p>
<p>That&#8217;s it.</p>
<p>Now, you can refer to a subdomain and it is automatically created on the fly.  Such as using the WordPress WP subdomains plugin to create subdomains out of pages.</p>
]]></content:encoded>
			<wfw:commentRss>http://internetprofituniversity.com/blog/dynamic-domains-with-hostgator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Outsourceforce.com &#8211; John Reese&#8217;s Latest Failure</title>
		<link>http://internetprofituniversity.com/blog/outsourceforce-com-john-reeses-latest-failure/</link>
		<comments>http://internetprofituniversity.com/blog/outsourceforce-com-john-reeses-latest-failure/#comments</comments>
		<pubDate>Wed, 12 May 2010 21:57:32 +0000</pubDate>
		<dc:creator>Brian Kindsvater</dc:creator>
				<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://internetprofituniversity.com/blog/?p=183</guid>
		<description><![CDATA[Hmmm, a sales page and videos about outsourcing.  Were these the most boring videos ever?  Is John Reese the most boring marketer ever?
Bottom line: you pay someone else to do all your work for you.
So what is Reese offering &#8211; to spend his PERSONAL TIME not doing ANYTHING SPECIFIC, but to be available [...]]]></description>
			<content:encoded><![CDATA[<p>Hmmm, a sales page and videos about outsourcing.  Were these the most boring videos ever?  Is John Reese the most boring marketer ever?</p>
<p>Bottom line: you pay someone else to do all your work for you.</p>
<p>So what is Reese offering &#8211; to spend his PERSONAL TIME not doing ANYTHING SPECIFIC, but to be available to answer your questions.  </p>
<p>A coaching program is simply an amorphous excuse to offer time for money for nothing in particular.  Really?  How many prior products has Reese followed-through with long-term?  Exactly.  None.</p>
<p>About outsourcing?  Maybe.  Maybe John Reese will be outsourcing himself.  Who knows &#8211; but have you ever seen such a contradictory product or service?  </p>
<p>&#8212;&#8212;&#8212;-</p>
<p>Update: Income.com just bit the dust per an email from John.  In it he calls himself the worst guru ever and he never wanted the label.  He just likes doing things and following ideas.</p>
<p>Let&#8217;s be honest.  Reese has made a lot of money.  As he admits, he has also left even more money on the table.  Is there a company, or a project of his, that has not been a one-shot deal which ultimately collapsed?</p>
<p>Perhaps John is finally realizing his strengths &#8211; and weaknesses.  The latter of which are difficult for most people to accept. </p>
<p>Obtaining personal introspection has nothing to do with how much money one has made.</p>
<p>Here is what I would like to see from JR:</p>
<p>- No more emails pimping products just to get an affiliate commission.<br />
- Focus on ideas and projects which John is great at coming up with.<br />
- If Reese wants to market to the IM community and send emails talking about himself as though he were a guru, &#8216;outsource&#8217; it to Andy Jenkins or someone else.<br />
- Get a personal life coach.</p>
<p>But who knows.  The email referenced various projects and interests, but last I heard Reese had sold literally everything he owns and was backpacking in the wilderness.  Seems to me he is still lost in the woods, not knowing exactly what he wants to do.</p>
<p>Here&#8217;s a radical idea: turn off the computer and get a family.  Amazing what that can do for a person.  Responsibility.  Stability.  Focus.  Long-term planning.  IMHO, the sort of things he needs.</p>
]]></content:encoded>
			<wfw:commentRss>http://internetprofituniversity.com/blog/outsourceforce-com-john-reeses-latest-failure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Offline Detox Review</title>
		<link>http://internetprofituniversity.com/blog/offline-detox-review/</link>
		<comments>http://internetprofituniversity.com/blog/offline-detox-review/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 19:33:14 +0000</pubDate>
		<dc:creator>Brian Kindsvater</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://internetprofituniversity.com/blog/?p=181</guid>
		<description><![CDATA[Just had an opportunity to review Offline Detox by Imran Naseem.  Basically, this was to see if Imran Naseem has improved his marketing any (and not ripping someone off) and because it was fairly obvious a week or so ago that he would be quickly coming out with an offline marketing product as a [...]]]></description>
			<content:encoded><![CDATA[<p>Just had an opportunity to review Offline Detox by Imran Naseem.  Basically, this was to see if Imran Naseem has improved his marketing any (and not ripping someone off) and because it was fairly obvious a week or so ago that he would be quickly coming out with an offline marketing product as a result of the Mainstreet Marketing Machines promotion.</p>
<p>Bottom line: Offline Detox will not make you a dime.  I have already deleted it off my hard drive.  Of course, Imran Naseem never says he has actually tried any of this.  He never says he has made a penny doing this.  And the short guide has awesome statements such as &#8220;This is what I would do &#8230;.&#8221; if one were to such tactics.</p>
<p>Don&#8217;t bother wasting your time on Offline Detox.  Your time is worth more than this, even for free.</p>
]]></content:encoded>
			<wfw:commentRss>http://internetprofituniversity.com/blog/offline-detox-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Project Payday &#8211; Spam Alert</title>
		<link>http://internetprofituniversity.com/blog/project-payday-spam-alert/</link>
		<comments>http://internetprofituniversity.com/blog/project-payday-spam-alert/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 14:09:08 +0000</pubDate>
		<dc:creator>Brian Kindsvater</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://internetprofituniversity.com/blog/?p=179</guid>
		<description><![CDATA[A quick note today with Project Payday Review &#8211; avoid this scam like the plague.  It starts with having to complete CPA offers for their benefit, and then you&#8217;re on their email list with no opportunity to opt-out. 
Just another reminder to use throw-away email addresses so when you come across a bad company [...]]]></description>
			<content:encoded><![CDATA[<p>A quick note today with <strong>Project Payday Review</strong> &#8211; avoid this scam like the plague.  It starts with having to complete CPA offers for their benefit, and then you&#8217;re on their email list with no opportunity to opt-out. </p>
<p>Just another reminder to use throw-away email addresses so when you come across a bad company like this you can simply discard the email, or delete a redirect to your real email, so you don&#8217;t have to hear from them again.</p>
]]></content:encoded>
			<wfw:commentRss>http://internetprofituniversity.com/blog/project-payday-spam-alert/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Customize PHPBay</title>
		<link>http://internetprofituniversity.com/blog/how-to-customize-phpbay/</link>
		<comments>http://internetprofituniversity.com/blog/how-to-customize-phpbay/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 00:53:06 +0000</pubDate>
		<dc:creator>Brian Kindsvater</dc:creator>
				<category><![CDATA[Affiliate Marketing]]></category>
		<category><![CDATA[PHPBay]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://internetprofituniversity.com/blog/?p=162</guid>
		<description><![CDATA[Using PHPBay is a great way to quickly create an eBay affiliate site.  Unfortunately, that ease also means anyone can create a ton of &#8216;eBay&#8217; sites and pages which, as you might suspect, Google frowns upon.  Anything mass produced &#8211; you might as well assume Google will not like that.
For that reason &#8216;just [...]]]></description>
			<content:encoded><![CDATA[<p>Using PHPBay is a great way to quickly create an eBay affiliate site.  Unfortunately, that ease also means anyone can create a ton of &#8216;eBay&#8217; sites and pages which, as you might suspect, Google frowns upon.  Anything mass produced &#8211; you might as well assume Google will not like that.</p>
<p>For that reason &#8216;just a PHPBay&#8217; site can be hit or miss in Google.  But there are some code customizations you can do to avoid being quickly fingerprinted as having another thin affiliate site:</p>
<p>1. Change up the default template.  You don&#8217;t need everything created by PHPBay to be a link.  All link and no text?  Change it so only the graphics are linked.  Or maybe just the text.  And change the default text while you&#8217;re at it.</p>
<p>2. Randomize the number of auction listings.  Instead of 10 listings per page, as everyone has, use php to get a random number, say between 5 and 15, then use that variable to control how many listings are shown on a page.  It size of the content and number of links will thus be different each time the Googlebot comes by.</p>
<p>Within your config.php file, do something like this:</p>
<pre>
# MAXIMUM ITEMS PER PAGE
$randomnum = mt_rand (5,15);
$config['paging_num'] = $randomnum;
</pre>
<p>3. Change the default image url used for seo links.  PHPBay by default makes the urls for images to be your domains/images/e/number.jpg.  That &#8216;/images/e/&#8217; is called a footprint.  Within your ebay.php file find this line:</p>
<pre>
var $image_replace = "images/e/";
</pre>
<p>and change it to something else, such as good keyword.</p>
<p>Then, in your .htaccess file change all references to &#8216;^images/e/&#8217; to your new location.</p>
<p>4. Change the default item listing for seo links.  PHP by default makes each product link &#8216;item-&#8217; followed by the product name.  That, again, is a footprint.  Within config.php, under Basic Options, find this line:</p>
<pre>
$config['url_prefix'] = "item-";
</pre>
<p>and change it to some other word, such as keyword, followed by the hyphen.</p>
<p>Then, in your .htaccess file, change the references to &#8216;^item&#8217; to your keyword.</p>
<p>There you have it, 4 easy ways to change your PHPBay footprint so you don&#8217;t automatically scream to Google &#8211; hey, eBay affiliate site here.  There are already enough stories of how Google hates eBay affiliate sites without adding yours to the collection.</p>
]]></content:encoded>
			<wfw:commentRss>http://internetprofituniversity.com/blog/how-to-customize-phpbay/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
