[GET] PHP Dof0llow Nof0llow Analyzer.

wkrappen91

Power Member
Joined
Sep 9, 2010
Messages
564
Reaction score
726
PHP:
<?php
set_time_limit ( 0 );
if (isset($_POST['comment']))
{
$dof[]=0;
	$com=explode("\n",$_POST['comment']);
	foreach ($com as $site)
	{
		$html=file_get_contents($site);
		preg_match_all("/<a href(.+?)>/",$html,$matches);
		$links=$matches[0];
		$nof=0;
		foreach ($links as $link)
		{
			if (strpos($link, "nofollow") > 0)
			{
				$nof++;
			}
		}
		echo $site."   ";
		echo "<font color=red>".$nof."</font>";
		echo "/";
		echo "<font color=green>".count($links)."</font>";
		echo "<br>";
		if (count($links)!=0){
		if ($nof/count($links)<$_POST['perc']/100){
		$dof[].=$site;
		}
		}
	}
	
	echo '<textarea cols="100" rows="5" name="comment">';
	for ($x=1;$x<count($dof);$x++)
	{
	echo $dof[$x];
	}
	echo '</textarea>';
}

else
{


?>
Show me the URLs out of this list <br>
<form method="POST"> 
<textarea cols="40" rows="5" name="comment"></textarea><br>
Having less than<br>
<input type="text" name="perc" size="4">% links with a 'nofollow' tag <br>
<input type="submit">
</form>
<?php
}
?>

Pretty self explainatory...
save as .php -> Upload to webserver.
Enter URLs,
enter tollerance in % (For example 10% means if a site as 9 Nof0llow links out of 100 total, it still counts as a dof0llow)
hit submit.
Get a new list containing DoF0llow URLs

It might output some messy Warnings, but in the end at the bottom you will have a textfield with the DoF0llow URLs..
 
Last edited:
Could you please explain "tollerance"??
Tollerance:
Site has 100 link. 20 of those are n0fo0llow.
That is 20%.
If the tollerance is set to 10%, this site will get filtered out.
If the tollerance is set to anything greater than 20% this site is not filtered out and will be shown in the final list...
 
I HAVE THE RIGHT TO GIVE 50% DISCOUNTs ON many Blackhat seo tools

dontstealmymoney.co.cc


Complex SEO tools
Senuke X - new SEnuke wave
Senuke 7 - classic SEnuke
Magic Submitter - Similar to SENuke
Brute Force SEO - Brute Force it is! A good SEO tool
Ignite SEO - Another SEO tool. Known to have issues.

Niche Research
Micro Niche Finder - Simple and efficient niche research

Link Building/Website Promo Tools
Sick Submitter - Build profile baklinks with ease! XRumer's Cousin!
Video Web Wizard - Video promotions? Here you go!
Tweet Attacks - Twitter can generate loads of cash if used wisely...!

Article Marketing Tools
Article Marketing Robot - The best ever article marketing software!
TheBestSpinner - Seriously the best spinner.
Instant Article Wizard - Creates loads of unique articles from various sources.

Wordpress Downloads
Gravity Forms - Need forms for your email opt ins?
WP Robot - Autoblogging at its best
WP Tweet Bomb - Integrate wordpress and twitter for more $$$
Member Speed - Membership management.
Wishlist Member - Membership management

Wordpress Themes
Profits Theme - A complete marketing theme with wonderful features.

Emailing
Mailer King
Atomic Email Studio
Active Campaign E Mail Marketing

Video Marketing
Techsmith Camtasia Studio - Create and edit videos like the pros!
Vid Blaster - Another wonderful editing and "blasting" tool
 
Back
Top