<?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>Apache, Linux ,Seo tricks and many more &#187; Scripts</title>
	<atom:link href="http://www.gossiplime.com/category/scripts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gossiplime.com</link>
	<description>This blog is just for all persons to know more about php, apache , linux , seo etc</description>
	<lastBuildDate>Wed, 08 Jul 2009 16:40:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Get an email When Google Crawls Your Site</title>
		<link>http://www.gossiplime.com/2009/02/get-an-email-when-google-crawls-your-site/</link>
		<comments>http://www.gossiplime.com/2009/02/get-an-email-when-google-crawls-your-site/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 04:15:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.gossiplime.com/?p=271</guid>
		<description><![CDATA[Hi friends here is the php code to know whenever google crawl your website. it automatically sends you an email on your email id. &#60; ?php if ( strpos( $_SERVER['HTTP_USER_AGENT'], &#8216;Googlebot&#8217; ) !== false ) { // Your email address $email_address = &#8216;you@yourdomain.com&#8217;; // Send yourself an email mail($email_address,&#8217;Googlebot Alert&#8217;, &#8216;The Googlebot has visited your [...]]]></description>
			<content:encoded><![CDATA[<p>Hi friends here is the php code to know whenever google crawl your website.<br />
it automatically sends you an email on your email id.</p>
<p>&lt; ?php<br />
if ( strpos( $_SERVER['HTTP_USER_AGENT'], &#8216;Googlebot&#8217; ) !== false )<br />
{<br />
// Your email address<br />
$email_address = &#8216;you@yourdomain.com&#8217;;<br />
// Send yourself an email<br />
mail($email_address,&#8217;Googlebot Alert&#8217;, &#8216;The Googlebot has visited your page: &#8216;.$_SERVER['REQUEST_URI']);<br />
}<br />
?&gt;</p>
<p>If you have any query feel free to contact me</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gossiplime.com/2009/02/get-an-email-when-google-crawls-your-site/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>IP script php</title>
		<link>http://www.gossiplime.com/2009/02/ip-script-php/</link>
		<comments>http://www.gossiplime.com/2009/02/ip-script-php/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 15:17:36 +0000</pubDate>
		<dc:creator>sps</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://www.gossiplime.com/?p=230</guid>
		<description><![CDATA[Hi this is a script to show your ip address &#60;?php $ip = getenv(&#8220;REMOTE_ADDR&#8221;) ; Echo &#8220;Your IP is &#8221; . $ip; ?&#62; and save it with any name like file.php]]></description>
			<content:encoded><![CDATA[<p>Hi this is a script to show your ip address</p>
<p>&lt;?php<br />
$ip = getenv(&#8220;REMOTE_ADDR&#8221;) ;<br />
Echo &#8220;Your IP is &#8221; . $ip;<br />
?&gt;</p>
<p>and save it with any name like file.php</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gossiplime.com/2009/02/ip-script-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

