<?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>Ranking Checker</title>
		<link>http://seopartner.com/seo-tools/ranking-checker/</link>
		<comments>http://seopartner.com/seo-tools/ranking-checker/#comments</comments>
		<pubDate>Fri, 28 Oct 2005 18:36:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>uncategorized</category>
		<guid>http://seopartner.com/seo-tools/ranking-checker/</guid>
		<description><![CDATA[	
	
  URL:
  
  Keywords(one per line, 4 maximum):
  
  
  

]]></description>
			<content:encoded><![CDATA[	<p><?php<br />
if ($_SERVER['REQUEST_METHOD'] == 'POST') {<br />
    if ((!isset($_SESSION['rc_last'])) || $_SESSION['rc_last']+20 <= time()) {<br />
        $_SESSION['rc_last'] = time();<br />
    	if (strpos($_POST['url'],'.') < 1) {<br />
    		echo "
<p>The URL you supplied is invalid.</p>
";<br />
    	} else {<br />
    		require(&#8217;wp-content/plugins/seo_tools/rank_table.php&#8217;);<br />
    		$keywords = explode("\r\n", $_POST[&#8217;keywords&#8217;]);<br />
    		$php_errormsg = &#8216;&#8217;;<br />
    		foreach ( $keywords as $keyword ) {<br />
                $kwn++;<br />
                if ($kwn > 4) break;<br />
    			$g = @get_google_rank_t($keyword, $_POST[&#8217;url&#8217;]);<br />
    			$y = @get_yahoo_rank_t($keyword, $_POST[&#8217;url&#8217;]);<br />
    			$m = @get_msn_rank_t($keyword, $_POST[&#8217;url&#8217;]);<br />
                usleep(1000000);<br />
    		}<br />
    		if ($php_errormsg == &#8216;&#8217;) {<br />
    			echo &#8216;
<p>The following table illustrates all positions your page was found on in each of Google, Yahoo, and MSN. Hold your mouse over a rank to see which page in particular holds that position.</p>
	<table border="1" width="100%" cellpadding="1" cellspacing="0" style="text-align: center;">
<tr style="font-weight: bold;">
<td>Keyword</td>
	<td>Google</td>
	<td>Yahoo</td>
	<td>MSN</td>
</tr>
&#8216;;<br />
    			foreach ( $keywords as $keyword ) {<br />
    				echo "<br />
<tr>
<td>$keyword</td>
	<td>$g</td>
	<td>$y</td>
	<td>$m</td>
</tr>
";<br />
    			}<br />
    			echo &#8216;</table>
	<p>&#8216;;<br />
    		} else {<br />
    			echo &#8216;
<p>An error has happened during result acquisition. Please, wait a few minutes and try again.</p>
&#8216;;<br />
    		}<br />
    	}<br />
    } else {<br />
    	echo &#8216;
<p>Search flooding control has been enabled. Please, wait at least 20 seconds between searches.</p>
&#8216;;<br />
    }<br />
} else {<br />
	echo "
<p>
	    Enter your site or page name and the desired keywords into the text box below, and this tool will detect all occurences of this page, or subpages of this site for the term in the first 40 results.
	</p>
";<br />
}<br />
?></p>
	<form action="" method="post"><input type="hidden" name="PHPSESSID" value="f42b0b20300d5a9dd167c7c6241ac87b" />
  URL:<br />
  <input name="url" value="http://" /><br />
  Keywords(one per line, 4 maximum):<br />
  <textarea rows="4" name="keywords" cols="50"></textarea><br />
  <br />
  <input type="submit" name="submit" value="Submit" /><br />
</form>
]]></content:encoded>
			<wfw:commentRSS>http://seopartner.com/seo-tools/ranking-checker/feed/</wfw:commentRSS>
	</item>
	</channel>
</rss>
