<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/1.5.2" -->
<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/"
>

<channel>
	<title>seo partner</title>
	<link>http://seopartner.com</link>
	<description>Your one stop blog for seo tips, seo software and web optimization in general</description>
	<pubDate>Mon, 30 Jun 2008 13:17:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.2</generator>
	<language>en</language>

		<item>
		<title>IP Checker</title>
		<link>http://seopartner.com/seo-tools/ip-checker/</link>
		<comments>http://seopartner.com/seo-tools/ip-checker/#comments</comments>
		<pubDate>Fri, 28 Oct 2005 19:47:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>uncategorized</category>
		<guid>http://seopartner.com/seo-tools/ip-checker/</guid>
		<description><![CDATA[	]]></description>
			<content:encoded><![CDATA[	<p><?php</p>
	<p>if ($_SERVER['REQUEST_METHOD'] == 'POST') {<br />
	$url = str_replace('www.', '', str_replace('http://', '', $_POST['url']));<br />
	if ( strpos($url, '/') != false ) {<br />
		$url = substr($url, 0,strpos($url, '/'));<br />
	}<br />
	if (strpos($url,".") < 1) {<br />
		echo "
<p>The URL you supplied is invalid.</p>
";<br />
	} else {<br />
		echo &#8216;
<p>The current IP address of your site is: &#8216;;<br />
		echo &#8216;<a href="http://' . gethostbyname($url) . '">&#8216; . gethostbyname($url) . &#8216;</a></p>
&#8216;;<br />
		//echo gethostbyaddr(gethostbyname($url));<br />
		if ( strpos($_POST[&#8217;url&#8217;],  gethostbyaddr(gethostbyname($url))) !== false ) {<br />
			echo &#8216;
<p>Your site\&#8217;s IP appears to be <b>dedicated</b>.</p>
&#8216;;<br />
		} else {<br />
			echo &#8216;
<p>Your site\&#8217;s IP appears to be <b>shared</b>.</p>
&#8216;;<br />
		}<br />
	}<br />
} else {<br />
	echo "
<p>
	    Here&#8217;s a quick and easy tool to check whether the IP of your site is dedicated. Most hosting firms will not bind a single static IP to your site, but assign the IP and domain name combo instead. The same IP with a different host name may result in a differnt site. If you try to type this shared IP into your browser, you will be directed to the hosting company&#8217;s server, or some other generic page, while a static one will lead you right to your site.
	</p>
";<br />
	echo "
<p>
	    By now you may be wondering what this tool is doing on a SEO site. Well, while this is still unproven, as most of SEO info, quite a few reputable SEO specialists say that a static IP is better for SEO. Many claim that Google, for example, bans severe violators by IP. So if a spammer happens to have a site on the same IP as yours, when Google bans it, your site will also be banned for no fault of yours. It may be true, and may be not, but I think being on the safe site won&#8217;t hurt.
	</p>
";<br />
	echo "
<p>Enter your site&#8217;s address in the text box below, and press submit to detect if your site&#8217;s IP is dedicated or shared.</p>
	<p>&nbsp;</p>
";<br />
} ?></p>
	<form action="" method="post"><input type="hidden" name="PHPSESSID" value="745c21576d527922767cdcd385bd65ce" />
  URL: <input name="url" value="" /> <input type="submit" name="submit" value="Submit" /><br />
</form>
]]></content:encoded>
			<wfw:commentRSS>http://seopartner.com/seo-tools/ip-checker/feed/</wfw:commentRSS>
	</item>
	</channel>
</rss>
