??
]]>When i click in active plugin, i get Internal Server Error,
How can i solve this problem?
]]>Hi
As a result of a server and other tweaks taking place this plugin shows ‘Zero’ for page rank – on any page or site
Thanks to https://www.seomoves.org/blog/google/update-google-pagerank-server-change-2530/
It looks like a simple alteration can fix the plugin
(I am no coder – but this seems to work – feel free to better advise if you know more)
Tweak –
out = "GET /search?client=navclient-auto&ch=$ch&features=Rank&q=info:$url HTTP/1.1\r\n";
to
$out = "GET /tbr?client=navclient-auto&ch=$ch&features=Rank&q=info:$url HTTP/1.1\r\n";
and it seems to work again.
It would be great if the author could issue an update to this plugin
]]>