Finally, Mass PageRank Checker tool!
This entry was posted on Friday, April 18, 2008 at 2:44 pm and is filed under Free downloads, SEO tools. Both comments and pings are currently closed.Related posts
« How to check Google PageRank in PHP
Curl library 1.1 for CodeIgniter »
13 Responses to “Finally, Mass PageRank Checker tool!”
Posted on April 21st, 2008 at 2:15 pm
Q-Zma: It looks like you modified the default controller in system/application/config/routes.php file.
Look http://q-zma.com/mass_pagerank/mass_pagerank/index please, it shows home page if you provide the direct route.
Be sure you have the following row in routes.php:
$route['default_controller'] = “mass_pagerank”;
Posted on April 22nd, 2008 at 2:55 am
it is from my routes.php:
$route['default_controller'] = “mass_pagerank”;
$route['scaffolding_trigger'] = “”;
have you other ideas? :)
Posted on April 22nd, 2008 at 6:23 am
Installation instructions were updated because of default page loading problem. This problem can take place when your PHP works via FastCGI. Thanks to Q-Zma for help in testing.
Posted on June 11th, 2008 at 10:34 pm
Hi,
I’ve a txt file of a list of domain names. How do I run this script from a unix command line to process the text file ?
Thanks for the great script !!
Posted on June 12th, 2008 at 5:20 am
noob, Mass PageRank Checker was developed primarily as a web-application and it can not be runned from the command line without modifications.
Posted on August 12th, 2008 at 2:17 pm
wow…this is a great tool. I will definitely try it out.
Thanks
Posted on November 28th, 2008 at 11:39 am
Awesome! I’m gonna check this out soon! Cheers ;)
Posted on February 27th, 2009 at 4:15 pm
I love this tool. I just started checking around 5000 pages and noticed it seems to get slower as it goes along.
Does Google ever ban IP addresses due to too many PR checks?
Should there be a way to mimic human behavior, or switch between proxies might be nice too.
Posted on March 1st, 2009 at 9:30 pm
Deaar Alex,
I can’t setup mass_pagerank on localhost(xammp).
with .htaccess its folder became not fount. and whithout .htaccess file, not found error appears with mass_pagerank style
“404 Page Not Found
The page you requested was not found.”
Thanks for your support
Posted on March 2nd, 2009 at 4:53 am
2arash: seems xampp uses fastcgi. please try to edit system/application/config/config.php file, line 44. change it to:
$config['uri_protocol'] = “REQUEST_URI”;
Posted on March 2nd, 2009 at 3:02 pm
I used all options for $config['uri_protocol']. but in all methods, “not found” appears.
I used this usefull script on my website without any problems, but my website ip was banned from alexa.I have two choise now:
1. use it on localhost with dynamic ip
2. use on other webhost with some proxy changing ability or delay between two checks
Thanks
























Posted on April 21st, 2008 at 12:54 pm
installed, instructions from INSTALL used, don’t works: http://q-zma.com/mass_pagerank/
at website root wordpress installed, it have own .htaccess with own mod_rewrite rules, where I wrong you think?