So today I google changed their Page rank stuff around and broke the page rank system for nearly all 3rd party apps... including SEOPANEL.
To fix this, here is what I did:
Open the file in /seopanel/controllers/rank.ctrl.php
find the line:
- Code: Select all
$url = "http://www.google.com/search?client=navclient-auto&ch=".$this->CheckHash($this->hashURL($url))."&features=Rank&q=info:".$url."&num=100&filter=0";
and change to
- Code: Select all
$url = "http://toolbarqueries.google.com/tbr?client=navclient-auto&ch=".$this->CheckHash($this->hashURL($url))."&features=Rank&q=info:".$url."&num=100&filter=0";
Then re-run your reports - should be fine after that