<?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>Samay Bhavsar</title>
	<atom:link href="http://www.samay.info/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.samay.info/blog</link>
	<description>Find me...</description>
	<lastBuildDate>Thu, 19 Apr 2012 09:00:51 +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>Problem with permissions which when using Linux commands with PHP in functions like exec, system</title>
		<link>http://www.samay.info/blog/2011/12/problem-with-permissions-which-when-using-linux-commands-with-php-in-functions-like-exec-system/</link>
		<comments>http://www.samay.info/blog/2011/12/problem-with-permissions-which-when-using-linux-commands-with-php-in-functions-like-exec-system/#comments</comments>
		<pubDate>Thu, 15 Dec 2011 04:22:15 +0000</pubDate>
		<dc:creator>samay</dc:creator>
				<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://www.samay.info/blog/?p=220</guid>
		<description><![CDATA[When you execute linux command in PHP functions like exec(), system() or shell_exec() there might be a problem in accessing certain files. Here the commands are executed by Apache and the user which executes it is www-data. This user does not have root access and if you use sudo, it will ask for password. This [...]]]></description>
		<wfw:commentRss>http://www.samay.info/blog/2011/12/problem-with-permissions-which-when-using-linux-commands-with-php-in-functions-like-exec-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding multiple domains to your Web Server ( Apache 2 )</title>
		<link>http://www.samay.info/blog/2011/07/adding-multiple-domains-to-your-web-server-apache-2/</link>
		<comments>http://www.samay.info/blog/2011/07/adding-multiple-domains-to-your-web-server-apache-2/#comments</comments>
		<pubDate>Sat, 09 Jul 2011 09:49:06 +0000</pubDate>
		<dc:creator>samay</dc:creator>
				<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://www.samay.info/blog/?p=214</guid>
		<description><![CDATA[1) Create a root directory in your file system. Say for example, I want the root directory to be inside my home directory mkdir /home/samay/site1.com 2) Apache configuration for adding website. Go to /etc/apache2/sites-available/ Create a file called site1.com and add these lines &#60;VirtualHost *:80&#62; ServerName         www.site1.com ServerAlias       [...]]]></description>
		<wfw:commentRss>http://www.samay.info/blog/2011/07/adding-multiple-domains-to-your-web-server-apache-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scraping Google using the Google Scraper Class</title>
		<link>http://www.samay.info/blog/2011/05/scraping-google-using-the-google-scraper-class/</link>
		<comments>http://www.samay.info/blog/2011/05/scraping-google-using-the-google-scraper-class/#comments</comments>
		<pubDate>Sat, 28 May 2011 02:54:38 +0000</pubDate>
		<dc:creator>samay</dc:creator>
				<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://www.samay.info/blog/?p=207</guid>
		<description><![CDATA[A number of people involved with Internet Marketing and SEO find a need to scrap Google. I am not sure how, but it is useful to them in many ways. After doing some search on internet, I did found some script, but none of them solved my purpose. There were many certain constrains which are [...]]]></description>
		<wfw:commentRss>http://www.samay.info/blog/2011/05/scraping-google-using-the-google-scraper-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aaj kal to education bhi road pe bikta hai</title>
		<link>http://www.samay.info/blog/2011/05/aaj-kal-to-education-bhi-road-pe-bikta-hai/</link>
		<comments>http://www.samay.info/blog/2011/05/aaj-kal-to-education-bhi-road-pe-bikta-hai/#comments</comments>
		<pubDate>Sat, 21 May 2011 02:59:40 +0000</pubDate>
		<dc:creator>samay</dc:creator>
				<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://www.samay.info/blog/?p=204</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://www.samay.info/blog/2011/05/aaj-kal-to-education-bhi-road-pe-bikta-hai/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Script to identify shopping cart (e-commerce) system or the CMS used to build a website</title>
		<link>http://www.samay.info/blog/2011/05/script-to-identify-shopping-cart-e-commerce-system-or-the-cms-used-to-build-the-same/</link>
		<comments>http://www.samay.info/blog/2011/05/script-to-identify-shopping-cart-e-commerce-system-or-the-cms-used-to-build-the-same/#comments</comments>
		<pubDate>Fri, 20 May 2011 12:50:05 +0000</pubDate>
		<dc:creator>samay</dc:creator>
				<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://www.samay.info/blog/?p=200</guid>
		<description><![CDATA[As a part of my summer internship I was involved with scraping a large number of website and identifying the e-commerce system or CMS behind it. Spending a couple of hours I wrote a script which checked the website for the following shopping cart systems. osCommerce Magento Volusion VirtueMart Prestashop Zen Cart OpenCart xTCommerce Ubercart JLT Shop [...]]]></description>
		<wfw:commentRss>http://www.samay.info/blog/2011/05/script-to-identify-shopping-cart-e-commerce-system-or-the-cms-used-to-build-the-same/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;m just tired</title>
		<link>http://www.samay.info/blog/2011/04/im-just-tired/</link>
		<comments>http://www.samay.info/blog/2011/04/im-just-tired/#comments</comments>
		<pubDate>Fri, 08 Apr 2011 05:14:29 +0000</pubDate>
		<dc:creator>samay</dc:creator>
				<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://www.samay.info/blog/?p=197</guid>
		<description><![CDATA[I&#8217;m just tired. Tired of every dream and expectation I had when I was a kid falling to pieces before my eyes. I wish people had been honest with me. I wish they´d tell me to prepare myself for a lifetime of disappointment and heartbreak. I wish they&#8217;d tell me that I&#8217;m never going to [...]]]></description>
		<wfw:commentRss>http://www.samay.info/blog/2011/04/im-just-tired/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Removing the text &#8220;This email was sent using the CakePHP Framework&#8221; from the CakePHP mail.</title>
		<link>http://www.samay.info/blog/2010/06/removing-the-text-this-email-was-sent-using-the-cakephp-framework-from-the-cakephp-mail/</link>
		<comments>http://www.samay.info/blog/2010/06/removing-the-text-this-email-was-sent-using-the-cakephp-framework-from-the-cakephp-mail/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 12:22:22 +0000</pubDate>
		<dc:creator>samay</dc:creator>
				<category><![CDATA[]]></category>
		<category><![CDATA[cakephp]]></category>
		<category><![CDATA[email]]></category>

		<guid isPermaLink="false">http://www.samay.info/blog/?p=182</guid>
		<description><![CDATA[This text is attached to the bottom of the emails sent via CakePHP Email Component. To remove this edit the following files cake/libs/view/layouts/email/html/default.ctp and cake/libs/view/layouts/email/html/default.ctp Just to be more specific, I am using Cakephp version 1.3.2.]]></description>
		<wfw:commentRss>http://www.samay.info/blog/2010/06/removing-the-text-this-email-was-sent-using-the-cakephp-framework-from-the-cakephp-mail/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>It happens only in India</title>
		<link>http://www.samay.info/blog/2010/03/it-happens-only-in-india/</link>
		<comments>http://www.samay.info/blog/2010/03/it-happens-only-in-india/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 11:52:12 +0000</pubDate>
		<dc:creator>samay</dc:creator>
				<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://www.samay.info/blog/?p=170</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://www.samay.info/blog/2010/03/it-happens-only-in-india/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recover, Reveal your password saved in the Browser</title>
		<link>http://www.samay.info/blog/2010/03/recover-reveal-your-password-saved-in-the-browser/</link>
		<comments>http://www.samay.info/blog/2010/03/recover-reveal-your-password-saved-in-the-browser/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 19:48:54 +0000</pubDate>
		<dc:creator>samay</dc:creator>
				<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://www.samay.info/blog/?p=121</guid>
		<description><![CDATA[A small Javascript snippet which I found on the internet does this job for you. Copy this script and store it as bookmark or paste it in the address bar to reveal password. javascript:(function(){var s,F,j,f,i; s = ""; F = document.forms; for(j=0; j&#60;F.length; ++j) { f = F[j]; for (i=0; i&#60;f.length; ++i) { if (f[i].type.toLowerCase() [...]]]></description>
		<wfw:commentRss>http://www.samay.info/blog/2010/03/recover-reveal-your-password-saved-in-the-browser/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Paypal Issue (Problem) in India &#8211; Suspension of personal payment &#8211; A nightmare</title>
		<link>http://www.samay.info/blog/2010/02/paypal-issue-problem-in-india-suspension-of-personal-payment-a-nightmare/</link>
		<comments>http://www.samay.info/blog/2010/02/paypal-issue-problem-in-india-suspension-of-personal-payment-a-nightmare/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 16:30:00 +0000</pubDate>
		<dc:creator>samay</dc:creator>
				<category><![CDATA[]]></category>

		<guid isPermaLink="false">http://blog.samay.info/?p=118</guid>
		<description><![CDATA[Paypal has been a trusted company and has been used by a number of small companies and freelancers across India as its allows them to bypass the tedious and expensive international bank transactions. It was on 6th Feb, that is five days from now that paypal has stopped all the services in India. You are [...]]]></description>
		<wfw:commentRss>http://www.samay.info/blog/2010/02/paypal-issue-problem-in-india-suspension-of-personal-payment-a-nightmare/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

