<?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>LAMPdocs: Linux, Apache, MySQL, PHP &#187; Web Services</title>
	<atom:link href="http://www.lampdocs.com/blog/category/web-services/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lampdocs.com/blog</link>
	<description>Linux, Apache, MySQL, PHP: Docs, Tricks and Secrets</description>
	<lastBuildDate>Wed, 04 Jan 2012 13:11:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>7 Basic Rules of Working With Online Payment Systems</title>
		<link>http://www.lampdocs.com/blog/2010/09/7-basic-rules-of-working-with-online-payment-systems/</link>
		<comments>http://www.lampdocs.com/blog/2010/09/7-basic-rules-of-working-with-online-payment-systems/#comments</comments>
		<pubDate>Sat, 04 Sep 2010 09:10:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[epassporte visa]]></category>
		<category><![CDATA[withdraw funds frequently]]></category>

		<guid isPermaLink="false">http://www.lampdocs.com/blog/?p=896</guid>
		<description><![CDATA[Basic advices to deal with online payment systems. ]]></description>
			<content:encoded><![CDATA[<p>Yesterday all Epassporte account owners have found a message in their account telling that Epassporte activity was blocked by VISA International and they are no longer able to issue new cards. Al the funds in member accounts have become frozen. Though Epassporte owner encourages us not to worry about this, it is a certain phenomenon in Online Business. </p>
<p>Several years ago a famous Russian payment system named Fethard has faced problems just like these. Funds were frozen for an undefined period of time. I haven&#8217;t seen any changes during last years, and I was happy I had no money there. But most people that had funds there have not received them yet. Since I have been living online for last 7 years, I think I can give some advices to newcomers. </p>
<p>1. <strong>Do not store big amount of funds</strong> on Online Payment Processor accounts. These systems are not as trusty as bank accounts and bank issued credit cards. If your account is blocked, you&#8217;ll have to wait until the situation is resolved. </p>
<p>2. Do <strong>log in to your online accounts frequently</strong>. I have an issue with Moneybookers, that&#8217;s why I already know that it is important. You should log in at least once a week to ensure that there are no problems. </p>
<p>3. Ensure that all the necessary <strong>verification steps are done</strong>. Most online payment systems require to upload documents, recent utility bills, etc. It is a good practice to contact them to find out whether you can do anything to verify your account. If something goes wrong, it is important to have a verified account. </p>
<p>4. <strong>Write down all the contact details</strong> for these payment systems. If their site goes down, you can get in touch with them using these numbers. Some payment providers have even ICQ support (Like Epassporte&#8217;s Michael). </p>
<p>5.<strong> Do not send money to unauthorized</strong> and potentially fraudulent accounts. Even if you&#8217;re planning to deal with some stuff like that, create a separate account and don&#8217;t touch your official one <img src='http://www.lampdocs.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>6. <strong>Do not leave payment memos blank</strong>. If you perform any transfers using your online accounts, make sure that your payments have &#8220;human readable&#8221; destinations. </p>
<p>7. <strong>Withdraw your funds frequently</strong>. This seems to be easy enough, the only thing is you need to have funds to withdraw. This means: receive as many funds as possible <img src='http://www.lampdocs.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Hope this information saves you from potential financial losses. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lampdocs.com/blog/2010/09/7-basic-rules-of-working-with-online-payment-systems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Public DNS From Google: Improve Your Security</title>
		<link>http://www.lampdocs.com/blog/2010/01/public-dns-from-google-improve-your-security/</link>
		<comments>http://www.lampdocs.com/blog/2010/01/public-dns-from-google-improve-your-security/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 14:44:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Services]]></category>
		<category><![CDATA[google dns]]></category>
		<category><![CDATA[google public dns]]></category>
		<category><![CDATA[linux google public dns]]></category>
		<category><![CDATA[set up google dns linux]]></category>

		<guid isPermaLink="false">http://www.lampdocs.com/blog/?p=814</guid>
		<description><![CDATA[Google has launched public dns feature - see how to set it up in linux. ]]></description>
			<content:encoded><![CDATA[<p>Google has lately launched its new service named <a href="http://www.lampdocs.com/blog/tag/google-public-dns/" class="st_tag internal_tag" rel="tag" title="Posts tagged with google public dns">Google Public DNS</a>. What does it mean and how do you use them? Here is a brief excerpt from Google:</p>
<p>Google Public DNS is a free, global <a href="http://en.wikipedia.org/wiki/Domain_name_system">Domain Name System</a> (DNS) resolution service, that you can use as an alternative to your current DNS provider.</p>
<p>To try it out you need to configure your network settings to use the IP addresses 8.8.8.8 and 8.8.4.4 as your DNS servers.</p>
<p>If you decide to try Google Public DNS, your client programs will perform all DNS lookups using Google Public DNS.</p>
<p>How to do this in Linux? If you are a console fun, you should edit the <strong>/etc/resolv.conf </strong>file by entering these values:</p>
<blockquote><p>nameserver 8.8.8.8<br />
nameserver 8.8.4.4</p></blockquote>
<p>Google promises to speed up your browsing experience, and to improve your security. Not sure about the speed, but security is the thing you need to think about. I have recently tried <strong>Comodo DNS</strong> and was very unsatisfied with its speed. Google should release something that should be faster than my ISP&#8217;s DNS, for me to use their service <img src='http://www.lampdocs.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> . In fact, users from small countries will see the difference, like I did.</p>
<p><a title="Google Public DNS" href="http://groups.google.com/group/public-dns-discuss">Google Groups</a> have relatively small amount of user warnings, and this service seems to be stable enough. You&#8217;re welcome to give it a try to decide.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lampdocs.com/blog/2010/01/public-dns-from-google-improve-your-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding a Great Domain Name for Your Online Business</title>
		<link>http://www.lampdocs.com/blog/2010/01/finding-a-great-domain-name-for-your-online-business/</link>
		<comments>http://www.lampdocs.com/blog/2010/01/finding-a-great-domain-name-for-your-online-business/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 10:14:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Services]]></category>
		<category><![CDATA[domain lists from auctions]]></category>
		<category><![CDATA[find good expired domains]]></category>
		<category><![CDATA[seo domains]]></category>

		<guid isPermaLink="false">http://www.lampdocs.com/blog/?p=777</guid>
		<description><![CDATA[an easy way to find a good seo domain for you. ]]></description>
			<content:encoded><![CDATA[<p>Nowadays if you are running an online business, your success depends on the domain name you use. It should be short enough, easy to remember and should express your site idea. But sometimes you might need some other kind of domain names, that could be used for SEO purposes. There are some other criteria for SEO-friendly domain names, and I think that guys from domain4seo.com have explained this.  Let me post here most important ones.</p>
<ul>
<li> Date of domain registration</li>
<li>PR: Domain PageRank.</li>
<li>BL: Total number of links to domain by Yahoo.com.</li>
<li>Number of links from pages with PageRank 0..10.</li>
<li>Number of links from domains in .gov, .mil, .edu, .ru, .de, .fr, .es domain zones.</li>
<li>YahooDir: Presence of the domain in Yahoo Directory.</li>
<li>DMOZ: Presence of the domain in DMOZ.</li>
</ul>
<p>I won&#8217;t try to explain everything about these parameters here, but you are welcome to take a look at a service I found recently. It&#8217;s <a title="http://domain4seo.com/en/" href="http://domain4seo.com/en/" target="_blank">domain4seo.com</a> . These guys process domain lists and offer you the most interesting <a href="http://www.lampdocs.com/blog/tag/seo-domains/" class="st_tag internal_tag" rel="tag" title="Posts tagged with seo domains">SEO domains</a>. The price seems to be affordable for the people who are dealing with domain names, and the price for one days looks good too. It&#8217;s a pity they don&#8217;t have a free test, but when you start processing endless domain lists from registrars and domain auctions, you will consider it a good way to save your time.</p>
<p>I don&#8217;t encourage you to give it a try, but you can add it to your bookmarks to use it when you need a good SEO domain.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lampdocs.com/blog/2010/01/finding-a-great-domain-name-for-your-online-business/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up Gmail with Own Domain Name</title>
		<link>http://www.lampdocs.com/blog/2009/05/setting-up-gmail-with-own-domain-name/</link>
		<comments>http://www.lampdocs.com/blog/2009/05/setting-up-gmail-with-own-domain-name/#comments</comments>
		<pubDate>Thu, 28 May 2009 08:31:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Services]]></category>
		<category><![CDATA[gmail for domain]]></category>
		<category><![CDATA[gmail for your site]]></category>
		<category><![CDATA[google  e-mail on domain]]></category>

		<guid isPermaLink="false">http://www.lampdocs.com/blog/?p=767</guid>
		<description><![CDATA[An instruction how to enable Gmail for your own domain. ]]></description>
			<content:encoded><![CDATA[<p>Nowadays it&#8217;s hardly possible to find someone who doesn&#8217;t like Gmail. It&#8217;s one of the best webmail service currently available; moreover it&#8217;s absolutely free. That&#8217;s why the great majority of us use Gmail for the personal correspondence.</p>
<p>People get accustomed to nice things very quickly. Thus after using Gmail (with its speed, filters, labels, huge disk space and etc.) we don&#8217;t even want to deal with hosting email. Unfortunately almost all the Web hosting providers cannot offer great email service; but that&#8217;s ok because no one is great at everything.</p>
<p>Can you get the power of Gmail using your own domain name? Fortunately, you can! Moreover some web hosts already have such an option built into control panel. Still if your hosting provider doesn&#8217;t have this option, don&#8217;t worry because you can set it up yourself. The only thing you should do is to follow the instructions…</p>
<p><strong>Step 1 </strong>– <strong>Creating an account at Google Apps</strong><br />
Go to <a href="http://www.google.com/a/help/intl/en/admins/editions.html">Google Apps</a> and create a free account (sign up for the Standard Edition). However you can use the Premier Edition instead and get some special features, but it will cost you $50 per user per year. You will need to introduce the domain name and the necessary account information in order to set up the account.</p>
<p><strong>Step 2</strong> – <strong>Verification of your domain name</strong><br />
At this point Google needs to verify your domain name (i.e. if you are the rightful owner of the domain). Click on &#8220;Verify domain ownership&#8221;. Actually there are 2 ways you can do that:</p>
<p>1) uploading an HTML file containing a validation key to the root of your server (if you are not familiar with DNS settings, this would be the simplest and easiest option);<br />
2) changing the CNAME record of your domain name to one specified by Google</p>
<p>You should keep in mind that the validation process may take up to 48 hours. Moreover there is one thing I would like to mention… If you are in the Google Apps Dashboard select Service Settings &#8211;&gt; Email and under Web Address click on &#8220;Change URL&#8221;.  I recommend clicking on the &#8220;Change URLs for all domain services&#8221; because in this way you will be able to use all Google Apps. Here are the examples of custom entries:</p>
<blockquote><p>http://mail.domainname.com</p>
<p>http://docs.domainname.com</p>
<p>http://start.domainname.com  etc&#8230;</p></blockquote>
<p><strong>Step 3</strong> – <strong>Modifying MX records</strong><br />
This step is probably the hardest one… However there is no need to worry because it&#8217;s quite doable.<br />
Your MX records are managed by your domain host or sometimes by domain registrator, if you have “Managed DNS” option enabled. Generally you can set custom DNS setting for your domain name. In order to make Google receive your email you need to replace your MX records with the ones of Google servers.  To do so just access your domain DNS settings (in case you don&#8217;t know how you can do this, contact the customer support service) and change current MX records (or add them if you don&#8217;t have ones) to the ones provided by Google:</p>
<blockquote><p>
ASPMX.L.GOOGLE.COM 10<br />
ALT1.ASPMX.L.GOOGLE.COM 20<br />
ALT2.ASPMX.L.GOOGLE.COM 20<br />
ASPMX2.GOOGLEMAIL.COM 30<br />
ASPMX3.GOOGLEMAIL.COM 30<br />
ASPMX4.GOOGLEMAIL.COM   30<br />
ASPMX5.GOOGLEMAIL.COM 30</p></blockquote>
<p>Please visit <a href="http://www.google.com/support/a/bin/answer.py?answer=33352">Google Docs</a> for additional info.</p>
<p>After that you just need to activate you email and wait. Altogether it may take up to 48 hours for the DNS records to be updated[v2]. As soon as they are changed you will be able to access your new custom Gmail login at mail.yourdomain.com. When logged into Gmail, you can access your domain settings simply by clicking on &#8220;Manage this domain&#8221;. Here you can change whatever you want (add new users, configure your mailboxes, change the Gmail logo to your own logo, etc.).<br />
Hopefully everything is clear. Please let me know if I missed something.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lampdocs.com/blog/2009/05/setting-up-gmail-with-own-domain-name/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Disable Youtube Related Videos on a Page</title>
		<link>http://www.lampdocs.com/blog/2009/05/how-to-disable-youtube-related-videos-on-a-page/</link>
		<comments>http://www.lampdocs.com/blog/2009/05/how-to-disable-youtube-related-videos-on-a-page/#comments</comments>
		<pubDate>Tue, 12 May 2009 18:58:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Services]]></category>
		<category><![CDATA[disable related videos youtube]]></category>
		<category><![CDATA[youtube disable related]]></category>

		<guid isPermaLink="false">http://www.lampdocs.com/blog/?p=760</guid>
		<description><![CDATA[There are some cases when you need to avoid displaying related videos to the youtube object shown on the page. For example, today I was called by an aesthetic clinic manager who was very unsatisfied with related videos that were shown on their site. They were related to plastic surgery, and were quite offensive. So [...]]]></description>
			<content:encoded><![CDATA[<p>There are some cases when you need to avoid displaying related videos to the youtube object shown on the page. For example, today I was called by an aesthetic clinic manager who was very unsatisfied with related videos that were shown on their site. They were related to plastic surgery, and were quite offensive. So I had to disable Youtube related videos in the embedded player. The solution was very simple: you just need to add a short parameter to your Youtube URL. All you need to add is <strong>&amp;rel=0</strong> to the Youtube URL. It will stop displaying related videos, the thing that often takes a lot of time. <img src='http://www.lampdocs.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>So the initial state was:</p>
<blockquote><p>&lt;object width=&#8221;425&#8243; height=&#8221;344&#8243;&gt;&lt;param name=&#8221;movie&#8221; value=&#8221;http://www.youtube.com/v/4HwMzUAbfWg&amp;hl=ru&amp;fs=1&#8243;&gt;&lt;/param&gt;&lt;param name=&#8221;allowFullScreen&#8221; value=&#8221;true&#8221;&gt;&lt;/param&gt;&lt;param name=&#8221;allowscriptaccess&#8221; value=&#8221;always&#8221;&gt;&lt;/param&gt;&lt;embed src=&#8221;http://www.youtube.com/v/4HwMzUAbfWg&amp;hl=ru&amp;fs=1&#8243; type=&#8221;application/x-shockwave-flash&#8221; allowscriptaccess=&#8221;always&#8221; allowfullscreen=&#8221;true&#8221; width=&#8221;425&#8243; height=&#8221;344&#8243;&gt;&lt;/embed&gt;&lt;/object&gt;</p></blockquote>
<p>And after my modification it became:</p>
<blockquote><p>&lt;object width=&#8221;425&#8243; height=&#8221;344&#8243;&gt;&lt;param name=&#8221;movie&#8221; value=&#8221;http://www.youtube.com/v/4HwMzUAbfWg&amp;hl=ru&amp;fs=1<strong>&amp;rel=0</strong>&#8220;&gt;&lt;/param&gt;&lt;param name=&#8221;allowFullScreen&#8221; value=&#8221;true&#8221;&gt;&lt;/param&gt;&lt;param name=&#8221;allowscriptaccess&#8221; value=&#8221;always&#8221;&gt;&lt;/param&gt;&lt;embed src=&#8221;http://www.youtube.com/v/4HwMzUAbfWg&amp;hl=ru&amp;fs=1<strong>&amp;rel=0</strong>&#8221; type=&#8221;application/x-shockwave-flash&#8221; allowscriptaccess=&#8221;always&#8221; allowfullscreen=&#8221;true&#8221; width=&#8221;425&#8243; height=&#8221;344&#8243;&gt;&lt;/embed&gt;&lt;/object&gt;</p></blockquote>
<p>This simple parameter will save you from unwanted videos displayed at your pages.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lampdocs.com/blog/2009/05/how-to-disable-youtube-related-videos-on-a-page/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Online Service To Search For Forum Posts</title>
		<link>http://www.lampdocs.com/blog/2009/03/online-service-to-search-for-forum-posts/</link>
		<comments>http://www.lampdocs.com/blog/2009/03/online-service-to-search-for-forum-posts/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 14:08:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Services]]></category>
		<category><![CDATA[forum marketing]]></category>
		<category><![CDATA[forum posts]]></category>
		<category><![CDATA[forums related to niche]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[message boards]]></category>
		<category><![CDATA[popularity]]></category>
		<category><![CDATA[query syntax]]></category>

		<guid isPermaLink="false">http://www.lampdocs.com/blog/?p=715</guid>
		<description><![CDATA[Today I have discovered a service that allows you to search just message boards for the keywords you need. If you are involved in forum marketing, you might find it useful. So, let me present: Big Boards. What does this service actually do? Big Boards has the database of active forums.  If you would like [...]]]></description>
			<content:encoded><![CDATA[<p>Today I have discovered a service that allows you to search just <a href="http://www.lampdocs.com/blog/tag/message-boards/" class="st_tag internal_tag" rel="tag" title="Posts tagged with message boards">message boards</a> for the keywords you need. If you are involved in forum <a href="http://www.lampdocs.com/blog/tag/marketing/" class="st_tag internal_tag" rel="tag" title="Posts tagged with marketing">marketing</a>, you might find it useful. So, let me present: <a href="http://www.big-boards.com/">Big Boards</a>. What does this service actually do?</p>
<p>Big Boards has the database of active forums.  If you would like to search for forums related to your website, than that&#8217;s just for you. Certainly, there are queries to Google, that do the same, but you don&#8217;t need to know Google <a href="http://www.lampdocs.com/blog/tag/query-syntax/" class="st_tag internal_tag" rel="tag" title="Posts tagged with query syntax">query syntax</a> to locate the forums you really need. There are various options that allow you to see the forum <a href="http://www.lampdocs.com/blog/tag/popularity/" class="st_tag internal_tag" rel="tag" title="Posts tagged with popularity">popularity</a>, you may sort forums by engine, etc. If you&#8217;re planning to do <a href="http://www.lampdocs.com/blog/tag/forum-marketing/" class="st_tag internal_tag" rel="tag" title="Posts tagged with forum marketing">forum marketing</a> for your site, that&#8217;s probably the best idea to use Big Boards.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lampdocs.com/blog/2009/03/online-service-to-search-for-forum-posts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Online Crontab Service: Cheap and Reliable</title>
		<link>http://www.lampdocs.com/blog/2009/03/online-crontab-service-cheap-and-reliable/</link>
		<comments>http://www.lampdocs.com/blog/2009/03/online-crontab-service-cheap-and-reliable/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 10:59:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Services]]></category>
		<category><![CDATA[cron jobs]]></category>
		<category><![CDATA[crontab online]]></category>
		<category><![CDATA[execute cron with php]]></category>
		<category><![CDATA[hosting service provider]]></category>
		<category><![CDATA[task scheduler]]></category>
		<category><![CDATA[web cron]]></category>

		<guid isPermaLink="false">http://www.lampdocs.com/blog/?p=698</guid>
		<description><![CDATA[This post will be useful for beginners, but I think that experienced users will also find out something new. If you&#8217;ve never heard about crontab and your hosting service provider doesn&#8217;t let you to use cron jobs, then this article is for you. Let me tell some words about the service I&#8217;ve discovered. It&#8217;s name [...]]]></description>
			<content:encoded><![CDATA[<p>This post will be useful for beginners, but I think that experienced users will also find out something new. If you&#8217;ve never heard about crontab and your <a href="http://www.lampdocs.com/blog/tag/hosting-service-provider/" class="st_tag internal_tag" rel="tag" title="Posts tagged with hosting service provider">hosting service provider</a> doesn&#8217;t let you to use <a href="http://www.lampdocs.com/blog/tag/cron-jobs/" class="st_tag internal_tag" rel="tag" title="Posts tagged with cron jobs">cron jobs</a>, then this article is for you.</p>
<p>Let me tell some words about the service I&#8217;ve discovered. It&#8217;s name is <a href="http://www.webcron.org/index.php?lang=english">Webcron </a>and it has already 30K+ members. It allows you to launch any script installed on your webserver or shared hosting account at any time. It is a web-based implementation of the Crontab under Unix/Linux and the <a href="http://www.lampdocs.com/blog/tag/task-scheduler/" class="st_tag internal_tag" rel="tag" title="Posts tagged with task scheduler">Task Scheduler</a> under Windows.</p>
<p>If you own a dedicated or run a site on a paid hosting, you should already have cron jobs installed. This service will help you if your site is located on a free hosting and you&#8217;re not allowed to execute cron jobs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lampdocs.com/blog/2009/03/online-crontab-service-cheap-and-reliable/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google Launches SearchWiki: What to Expect</title>
		<link>http://www.lampdocs.com/blog/2008/11/google-launches-searchwiki-what-to-expect/</link>
		<comments>http://www.lampdocs.com/blog/2008/11/google-launches-searchwiki-what-to-expect/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 07:25:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Services]]></category>
		<category><![CDATA[google searchwiki]]></category>

		<guid isPermaLink="false">http://www.lampdocs.com/blog/?p=427</guid>
		<description><![CDATA[Today when I turned on my computer and searched something in Google, I&#8217;ve noticed some strange signs near my search results. My first thought was that my PC has been hacked , but when I clicked the link, I got the idea that it&#8217;s another Google innovation. Let&#8217;s see what&#8217;s written at the Official Google [...]]]></description>
			<content:encoded><![CDATA[<p>Today when I turned on my computer and searched something in Google, I&#8217;ve noticed some strange signs near my search results. My first thought was that my PC has been hacked <img src='http://www.lampdocs.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> , but when I clicked the link, I got the idea that it&#8217;s another Google innovation. Let&#8217;s see what&#8217;s written at the <a href="http://googleblog.blogspot.com/2008/11/searchwiki-make-search-your-own.html">Official Google Blog:</a></p>
<blockquote><p>Today we&#8217;re launching SearchWiki, a way for you to customize search by re-ranking, deleting, adding, and commenting on search results. With just a single click you can move the results you like to the top or add a new site. You can also write notes attached to a particular site and remove results that you don&#8217;t feel belong. These modifications will be shown to you every time you do the same search in the future. SearchWiki is available to signed-in Google users. We store your changes in your Google Account. If you are wondering if you are signed in, you can always check by noting if your username appears in the upper right-hand side of the page.</p>
<p>The changes you make <span style="font-weight: bold;">only</span> affect <span style="font-weight: bold;">your own</span> searches. But SearchWiki also is a great way to share your insights with other searchers. You can see how the community has collectively edited the search results by clicking on the &#8220;See all notes for this SearchWiki&#8221; link.</p></blockquote>
<p>What does this really mean? I don&#8217;t think I input the same queries every day, if I don&#8217;t intent to promote my site for this key phrase. Usually my search terms are different and I can&#8217;t see the reason to delete or manage the search results: if I&#8217;m searching for some information, I get what I need (Thanks, Google) and don&#8217;t come back to the same page anymore.</p>
<p>I&#8217;ve checked what&#8217;s shown for linux terms. Almost nothing at the moment as people don&#8217;t yet know what do these little arrow and &#8220;X&#8221; signs do. But when I checked Searchwiki contents for a competitve keyword, I&#8217;ve found that 53 notes were recorded for &#8220;car insurance&#8221;.</p>
<p>My personal opinion at this time is that this instrument will be widely used by SEO webmasters. Though Google tells that Searchwiki doesn&#8217;t affect general search results, I think that this function will be implemented some time later. But&#8230; if it&#8217;s done, there will be SEO wars, when webmasters will try to pull don concurents&#8217; sites from SERP&#8230;</p>
<p>Let&#8217;s see how it comes. At the moment, I&#8217;ve moved all my sites to the top and I&#8217;m happy <img src='http://www.lampdocs.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lampdocs.com/blog/2008/11/google-launches-searchwiki-what-to-expect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Base64 Encoder and Decoder Available Online</title>
		<link>http://www.lampdocs.com/blog/2008/11/free-base64-encoder-and-decoder-available-online/</link>
		<comments>http://www.lampdocs.com/blog/2008/11/free-base64-encoder-and-decoder-available-online/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 10:07:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[No Answer Yet]]></category>
		<category><![CDATA[PHP Solutions]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[base64 decode]]></category>
		<category><![CDATA[base64 decoder in linux]]></category>
		<category><![CDATA[decode base64 linux]]></category>
		<category><![CDATA[decode php code online]]></category>
		<category><![CDATA[how to protect your php]]></category>
		<category><![CDATA[php protection methods]]></category>
		<category><![CDATA[protect php code]]></category>

		<guid isPermaLink="false">http://www.lampdocs.com/blog/?p=397</guid>
		<description><![CDATA[base64 encoding is often used to protect PHP code. There is an online tool that allows you to encode and decode the code. Here is the link: Base64 Encoding/Decoding Tool by Thomas Horsten. It really works with the code you have. It&#8217;s a common kind of PHP protection and this tool reveals the opinion that [...]]]></description>
			<content:encoded><![CDATA[<p>base64 encoding is often used to <a href="http://www.lampdocs.com/blog/tag/protect-php-code/" class="st_tag internal_tag" rel="tag" title="Posts tagged with protect php code">protect PHP code</a>. There is an online tool that allows you to encode and decode the code. Here is the link: <a href="http://www.rbl.jp/base64.php">Base64 Encoding/Decoding Tool by Thomas Horsten</a>.</p>
<p>It really works with the code you have. It&#8217;s a common kind of PHP protection and this tool reveals the opinion that base64 encoding is secure and it&#8217;s enough for code protection. If you hae any ideas on how to protect the PHP code, you&#8217;re welcome to post them in your comments.</p>
<p>Zend, Ioncube, etc are not enough as there are some paid services that offer &#8220;dezend&#8221; and &#8220;deioncube&#8221;. Code obfuscation&#8230; hmm, it just increases the time used to modify such a code, but doesn&#8217;t really help.</p>
<p>I would like to have my PHP scripts protected, but I don&#8217;t know any good protection method at the moment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lampdocs.com/blog/2008/11/free-base64-encoder-and-decoder-available-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top Google Adsense Keywords for Year 2008</title>
		<link>http://www.lampdocs.com/blog/2008/10/top-google-adsense-keywords-for-year-2008/</link>
		<comments>http://www.lampdocs.com/blog/2008/10/top-google-adsense-keywords-for-year-2008/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 08:26:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Services]]></category>
		<category><![CDATA[best google ads 2008]]></category>
		<category><![CDATA[google adsense auto insurance]]></category>
		<category><![CDATA[google adsense keyword]]></category>
		<category><![CDATA[google adsense top]]></category>
		<category><![CDATA[google adsense top keywords]]></category>
		<category><![CDATA[top automotive keywords for adsense]]></category>
		<category><![CDATA[top cpc categories on google]]></category>
		<category><![CDATA[top google adsense keyword]]></category>
		<category><![CDATA[top google keywords 2008]]></category>
		<category><![CDATA[top highest keywords in adsense for 2008]]></category>
		<category><![CDATA[top keywords 2008]]></category>
		<category><![CDATA[top keywords google]]></category>
		<category><![CDATA[top keywords google month]]></category>
		<category><![CDATA[top keywords usa 2008]]></category>
		<category><![CDATA[top paying google adsense keywords 2008]]></category>
		<category><![CDATA[top paying keywords adsense]]></category>

		<guid isPermaLink="false">http://www.lampdocs.com/blog/?p=266</guid>
		<description><![CDATA[Just found some on the internet. I can&#8217;t find any proof of this information, but I think the data is quite real. So, I will show you keywords with top cpc, and top google cost per month. Google.Adsense TOP by Google Cost Keyword Avg. Google Searches/Month Google CPC Google Cost/Month auto insurance quotes 9,140,000 $34.59 [...]]]></description>
			<content:encoded><![CDATA[<p>Just found some on the internet. I can&#8217;t find any proof of this information, but I think the data is quite real. So, I will show you keywords with top cpc, and top google cost per month.</p>
<h2>Google.Adsense TOP by Google Cost</h2>
<table class="article" border="0">
<tbody>
<tr>
<th>Keyword</th>
<th>Avg. Google Searches/Month</th>
<th>Google CPC</th>
<th>Google Cost/Month</th>
</tr>
<tr>
<td align="left">auto insurance quotes</td>
<td align="right">9,140,000</td>
<td align="right">$34.59</td>
<td align="right">$3,161,526.00</td>
</tr>
<tr>
<td align="left">refinancing</td>
<td align="right">11,100,000</td>
<td align="right">$33.19</td>
<td align="right">$3,684,090.00</td>
</tr>
<tr>
<td align="left">auto quotes</td>
<td align="right">9,140,000</td>
<td align="right">$32.69</td>
<td align="right">$2,987,866.00</td>
</tr>
<tr>
<td align="left">mortgage refinancing</td>
<td align="right">9,140,000</td>
<td align="right">$32.54</td>
<td align="right">$2,974,156.00</td>
</tr>
<tr>
<td align="left">refinancing mortgage</td>
<td align="right">9,140,000</td>
<td align="right">$32.54</td>
<td align="right">$2,974,156.00</td>
</tr>
<tr>
<td align="left">auto insurance</td>
<td align="right">24,900,000</td>
<td align="right">$32.46</td>
<td align="right">$8,082,540.00</td>
</tr>
<tr>
<td align="left">home mortgage refinancing</td>
<td align="right">9,140,000</td>
<td align="right">$31.23</td>
<td align="right">$2,854,422.00</td>
</tr>
<tr>
<td align="left">home refinancing</td>
<td align="right">9,140,000</td>
<td align="right">$31.03</td>
<td align="right">$2,836,142.00</td>
</tr>
<tr>
<td align="left">insurance quotes</td>
<td align="right">20,400,000</td>
<td align="right">$29.79</td>
<td align="right">$6,077,160.00</td>
</tr>
<tr>
<td align="left">quotes</td>
<td align="right">83,100,000</td>
<td align="right">$25.80</td>
<td align="right">$21,439,800.00</td>
</tr>
<tr>
<td align="left">free quotes</td>
<td align="right">9,140,000</td>
<td align="right">$25.13</td>
<td align="right">$2,296,882.00</td>
</tr>
<tr>
<td align="left">free insurance</td>
<td align="right">9,140,000</td>
<td align="right">$24.87</td>
<td align="right">$2,273,118.00</td>
</tr>
<tr>
<td align="left">mortgage home</td>
<td align="right">20,400,000</td>
<td align="right">$20.73</td>
<td align="right">$4,228,920.00</td>
</tr>
<tr>
<td align="left">home mortgage</td>
<td align="right">20,400,000</td>
<td align="right">$20.73</td>
<td align="right">$4,228,920.00</td>
</tr>
<tr>
<td align="left">consolidation</td>
<td align="right">5,000,000</td>
<td align="right">$20.38</td>
<td align="right">$1,019,000.00</td>
</tr>
<tr>
<td align="left">debt consolidation</td>
<td align="right">3,350,000</td>
<td align="right">$20.32</td>
<td align="right">$680,720.00</td>
</tr>
<tr>
<td align="left">car insurance</td>
<td align="right">20,400,000</td>
<td align="right">$16.39</td>
<td align="right">$3,343,560.00</td>
</tr>
<tr>
<td align="left">home loan</td>
<td align="right">3,350,000</td>
<td align="right">$16.07</td>
<td align="right">$538,345.00</td>
</tr>
<tr>
<td align="left">mortgage</td>
<td align="right">101,000,000</td>
<td align="right">$15.42</td>
<td align="right">$15,574,200.00</td>
</tr>
<tr>
<td align="left">insurance</td>
<td align="right">101,000,000</td>
<td align="right">$14.99</td>
<td align="right">$15,139,900.00</td>
</tr>
<tr>
<td align="left">refinance</td>
<td align="right">13,600,000</td>
<td align="right">$14.81</td>
<td align="right">$2,014,160.00</td>
</tr>
<tr>
<td align="left">credit report</td>
<td align="right">4,090,000</td>
<td align="right">$14.72</td>
<td align="right">$602,048.00</td>
</tr>
<tr>
<td align="left">equity loans</td>
<td align="right">9,140,000</td>
<td align="right">$14.70</td>
<td align="right">$1,343,580.00</td>
</tr>
<tr>
<td align="left">equity</td>
<td align="right">13,600,000</td>
<td align="right">$14.60</td>
<td align="right">$1,985,600.00</td>
</tr>
<tr>
<td align="left">equity finance</td>
<td align="right">9,140,000</td>
<td align="right">$14.56</td>
<td align="right">$1,330,784.00</td>
</tr>
<tr>
<td align="left">debt equity</td>
<td align="right">9,140,000</td>
<td align="right">$14.56</td>
<td align="right">$1,330,784.00</td>
</tr>
<tr>
<td align="left">debt loans</td>
<td align="right">9,140,000</td>
<td align="right">$14.41</td>
<td align="right">$1,317,074.00</td>
</tr>
<tr>
<td align="left">life insurance</td>
<td align="right">4,090,000</td>
<td align="right">$14.07</td>
<td align="right">$575,463.00</td>
</tr>
<tr>
<td align="left">quote</td>
<td align="right">20,400,000</td>
<td align="right">$13.93</td>
<td align="right">$2,841,720.00</td>
</tr>
<tr>
<td align="left">debt</td>
<td align="right">20,400,000</td>
<td align="right">$13.86</td>
<td align="right">$2,827,440.00</td>
</tr>
<tr>
<td align="left">debt finance</td>
<td align="right">9,140,000</td>
<td align="right">$13.79</td>
<td align="right">$1,260,406.00</td>
</tr>
<tr>
<td align="left">finance loans</td>
<td align="right">9,140,000</td>
<td align="right">$13.67</td>
<td align="right">$1,249,438.00</td>
</tr>
<tr>
<td align="left">web hosting</td>
<td align="right">6,120,000</td>
<td align="right">$13.63</td>
<td align="right">$834,156.00</td>
</tr>
<tr>
<td align="left">credit debt</td>
<td align="right">11,100,000</td>
<td align="right">$13.32</td>
<td align="right">$1,478,520.00</td>
</tr>
<tr>
<td align="left">hosting web</td>
<td align="right">6,120,000</td>
<td align="right">$13.00</td>
<td align="right">$795,600.00</td>
</tr>
<tr>
<td align="left">injury</td>
<td align="right">4,090,000</td>
<td align="right">$12.57</td>
<td align="right">$514,113.00</td>
</tr>
<tr>
<td align="left">mutual</td>
<td align="right">5,000,000</td>
<td align="right">$12.38</td>
<td align="right">$619,000.00</td>
</tr>
<tr>
<td align="left">credit card</td>
<td align="right">13,600,000</td>
<td align="right">$12.23</td>
<td align="right">$1,663,280.00</td>
</tr>
<tr>
<td align="left">spyware blockers</td>
<td align="right">6,120,000</td>
<td align="right">$11.80</td>
<td align="right">$722,160.00</td>
</tr>
<tr>
<td align="left">card credit</td>
<td align="right">13,600,000</td>
<td align="right">$11.66</td>
<td align="right">$1,585,760.00</td>
</tr>
<tr>
<td align="left">loans</td>
<td align="right">37,200,000</td>
<td align="right">$11.42</td>
<td align="right">$4,248,240.00</td>
</tr>
<tr>
<td align="left">hosting</td>
<td align="right">13,600,000</td>
<td align="right">$10.99</td>
<td align="right">$1,494,640.00</td>
</tr>
<tr>
<td align="left">chase</td>
<td align="right">9,140,000</td>
<td align="right">$10.75</td>
<td align="right">$982,550.00</td>
</tr>
<tr>
<td align="left">credit</td>
<td align="right">55,600,000</td>
<td align="right">$10.22</td>
<td align="right">$5,682,320.00</td>
</tr>
<tr>
<td align="left">mortgage loans</td>
<td align="right">9,140,000</td>
<td align="right">$10.19</td>
<td align="right">$931,366.00</td>
</tr>
<tr>
<td align="left">finance</td>
<td align="right">24,900,000</td>
<td align="right">$10.11</td>
<td align="right">$2,517,390.00</td>
</tr>
<tr>
<td align="left">lawyer</td>
<td align="right">6,120,000</td>
<td align="right">$10.10</td>
<td align="right">$618,120.00</td>
</tr>
<tr>
<td align="left">health insurance</td>
<td align="right">6,120,000</td>
<td align="right">$10.09</td>
<td align="right">$617,508.00</td>
</tr>
<tr>
<td align="left">insurance health</td>
<td align="right">6,120,000</td>
<td align="right">$10.09</td>
<td align="right">$617,508.00</td>
</tr>
<tr>
<td align="left">loan</td>
<td align="right">37,200,000</td>
<td align="right">$10.01</td>
<td align="right">$3,723,720.00</td>
</tr>
<tr>
<td align="left">rehab</td>
<td align="right">5,000,000</td>
<td align="right">$10.01</td>
<td align="right">$500,500.00</td>
</tr>
</tbody>
</table>
<h2><a href="http://www.lampdocs.com/blog/tag/google-adsense-top/" class="st_tag internal_tag" rel="tag" title="Posts tagged with google adsense top">Google Adsense TOP</a> 2008 by CPC</h2>
<table class="article" border="0">
<tbody>
<tr>
<th>Keyword</th>
<th>Avg. Google Searches/Month</th>
<th>Google CPC</th>
<th>Google Cost/Month</th>
</tr>
<tr>
<td align="left">inselkampf account</td>
<td align="right">22</td>
<td align="right">$55.93</td>
<td align="right">$12.30</td>
</tr>
<tr>
<td align="left">buy structured settlements</td>
<td align="right">720</td>
<td align="right">$43.75</td>
<td align="right">$315.00</td>
</tr>
<tr>
<td align="left">raid server data recovery</td>
<td align="right">390</td>
<td align="right">$42.03</td>
<td align="right">$163.91</td>
</tr>
<tr>
<td align="left">eloan home loan</td>
<td align="right">0</td>
<td align="right">$41.86</td>
<td align="right">$0.00</td>
</tr>
<tr>
<td align="left">federal government student loan consolidation</td>
<td align="right">2,400</td>
<td align="right">$39.45</td>
<td align="right">$946.80</td>
</tr>
<tr>
<td align="left">student loan consolidation interest rates</td>
<td align="right">2,900</td>
<td align="right">$39.18</td>
<td align="right">$1,136.22</td>
</tr>
<tr>
<td align="left">sell structured settlements</td>
<td align="right">1,900</td>
<td align="right">$39.14</td>
<td align="right">$743.66</td>
</tr>
<tr>
<td align="left">what is an iva</td>
<td align="right">880</td>
<td align="right">$38.97</td>
<td align="right">$342.93</td>
</tr>
<tr>
<td align="left">mortgages with ccj</td>
<td align="right">320</td>
<td align="right">$38.64</td>
<td align="right">$123.64</td>
</tr>
<tr>
<td align="left">endowment policy sales</td>
<td align="right">590</td>
<td align="right">$38.63</td>
<td align="right">$227.91</td>
</tr>
<tr>
<td align="left">student loan consolidation rates</td>
<td align="right">9,900</td>
<td align="right">$38.01</td>
<td align="right">$3,762.99</td>
</tr>
<tr>
<td align="left">buy settlements</td>
<td align="right">1,000</td>
<td align="right">$37.96</td>
<td align="right">$379.60</td>
</tr>
<tr>
<td align="left">adverse credit remortgages</td>
<td align="right">2,900</td>
<td align="right">$37.96</td>
<td align="right">$1,100.84</td>
</tr>
<tr>
<td align="left">iva specialists</td>
<td align="right">210</td>
<td align="right">$37.85</td>
<td align="right">$79.48</td>
</tr>
<tr>
<td align="left">ms exchange hosting</td>
<td align="right">5,400</td>
<td align="right">$37.78</td>
<td align="right">$2,040.12</td>
</tr>
<tr>
<td align="left">bad credit remortgages</td>
<td align="right">5,400</td>
<td align="right">$37.76</td>
<td align="right">$2,039.04</td>
</tr>
<tr>
<td align="left">mesothelioma patient</td>
<td align="right">1,000</td>
<td align="right">$37.28</td>
<td align="right">$372.80</td>
</tr>
<tr>
<td align="left">arizona dui lawyer</td>
<td align="right">4,400</td>
<td align="right">$37.17</td>
<td align="right">$1,635.48</td>
</tr>
<tr>
<td align="left">donating a used car</td>
<td align="right">390</td>
<td align="right">$37.09</td>
<td align="right">$144.65</td>
</tr>
<tr>
<td align="left">student loans consolidation</td>
<td align="right">49,500</td>
<td align="right">$36.85</td>
<td align="right">$18,240.75</td>
</tr>
<tr>
<td align="left">right to buy remortgage</td>
<td align="right">170</td>
<td align="right">$36.76</td>
<td align="right">$62.49</td>
</tr>
<tr>
<td align="left">student loan consolidation programs</td>
<td align="right">5,400</td>
<td align="right">$36.51</td>
<td align="right">$1,971.54</td>
</tr>
<tr>
<td align="left">structured settlement protection act</td>
<td align="right">320</td>
<td align="right">$36.47</td>
<td align="right">$116.70</td>
</tr>
<tr>
<td align="left">physician answering service</td>
<td align="right">1,300</td>
<td align="right">$36.36</td>
<td align="right">$472.68</td>
</tr>
<tr>
<td align="left">eloan rates</td>
<td align="right">480</td>
<td align="right">$36.15</td>
<td align="right">$173.52</td>
</tr>
<tr>
<td align="left">santa fe auto insurance</td>
<td align="right">6,600</td>
<td align="right">$35.90</td>
<td align="right">$2,369.40</td>
</tr>
<tr>
<td align="left">individual voluntary arrangement iva</td>
<td align="right">260</td>
<td align="right">$35.81</td>
<td align="right">$93.10</td>
</tr>
<tr>
<td align="left">discount remortgage</td>
<td align="right">210</td>
<td align="right">$35.77</td>
<td align="right">$75.11</td>
</tr>
<tr>
<td align="left">student loan consolodation</td>
<td align="right">2,400</td>
<td align="right">$35.70</td>
<td align="right">$856.80</td>
</tr>
<tr>
<td align="left">with mesothelioma</td>
<td align="right">1,300</td>
<td align="right">$35.61</td>
<td align="right">$462.93</td>
</tr>
<tr>
<td align="left">how to consolidate loans</td>
<td align="right">1,300</td>
<td align="right">$35.49</td>
<td align="right">$461.37</td>
</tr>
<tr>
<td align="left">selling your endowment policy</td>
<td align="right">91</td>
<td align="right">$35.43</td>
<td align="right">$32.24</td>
</tr>
<tr>
<td align="left">2nd mortgages</td>
<td align="right">14,800</td>
<td align="right">$35.42</td>
<td align="right">$5,242.16</td>
</tr>
<tr>
<td align="left">criminal justice schools online</td>
<td align="right">880</td>
<td align="right">$35.40</td>
<td align="right">$311.52</td>
</tr>
<tr>
<td align="left">cash for structured settlement payments</td>
<td align="right">480</td>
<td align="right">$35.33</td>
<td align="right">$169.58</td>
</tr>
<tr>
<td align="left">where to donate a car</td>
<td align="right">320</td>
<td align="right">$35.29</td>
<td align="right">$112.92</td>
</tr>
<tr>
<td align="left">estrella car insurance</td>
<td align="right">91</td>
<td align="right">$35.28</td>
<td align="right">$32.10</td>
</tr>
<tr>
<td align="left">remortgage brokers</td>
<td align="right">1,600</td>
<td align="right">$35.22</td>
<td align="right">$563.52</td>
</tr>
<tr>
<td align="left">mesothelioma attorneys</td>
<td align="right">12,100</td>
<td align="right">$35.22</td>
<td align="right">$4,261.62</td>
</tr>
<tr>
<td align="left">student consolidation loans</td>
<td align="right">49,500</td>
<td align="right">$35.20</td>
<td align="right">$17,424.00</td>
</tr>
<tr>
<td align="left">consolidate school loans</td>
<td align="right">2,400</td>
<td align="right">$35.19</td>
<td align="right">$844.56</td>
</tr>
<tr>
<td align="left">solicitors no win no fee</td>
<td align="right">5,400</td>
<td align="right">$35.15</td>
<td align="right">$1,898.10</td>
</tr>
<tr>
<td align="left">iva cost</td>
<td align="right">1,300</td>
<td align="right">$35.15</td>
<td align="right">$456.95</td>
</tr>
<tr>
<td align="left">full service commodity broker</td>
<td align="right">320</td>
<td align="right">$34.94</td>
<td align="right">$111.80</td>
</tr>
<tr>
<td align="left">online student loan consolidation</td>
<td align="right">6,600</td>
<td align="right">$34.90</td>
<td align="right">$2,303.40</td>
</tr>
<tr>
<td align="left">student loan consolidation gov</td>
<td align="right">320</td>
<td align="right">$34.83</td>
<td align="right">$111.45</td>
</tr>
<tr>
<td align="left">student loan consolidaton</td>
<td align="right">73</td>
<td align="right">$34.79</td>
<td align="right">$25.39</td>
</tr>
<tr>
<td align="left">child molestation lawyer</td>
<td align="right">210</td>
<td align="right">$34.72</td>
<td align="right">$72.91</td>
</tr>
<tr>
<td align="left">molestation lawyer</td>
<td align="right">390</td>
<td align="right">$34.68</td>
<td align="right">$135.25</td>
</tr>
<tr>
<td align="left">at t conference calling</td>
<td align="right">170</td>
<td align="right">$34.63</td>
<td align="right">$58.87</td>
</tr>
</tbody>
</table>
<p>This information was copypasted from <a href="http://www.pastukhov.com/articles_top50profit.php">here</a>. Let me repeat that I don&#8217;t know anything about the source of this info. But&#8230; I hope it will be useful for you</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lampdocs.com/blog/2008/10/top-google-adsense-keywords-for-year-2008/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

