Fix Pagerank Display in PHPLinkBid
If you familiar with PHPLinkBid, you can see there is a pagerank display image in every detail link view and it’s not working correctly.
So, here is how you fix it.
1. Open link.tpl in your tpl folder / [your template folder]
2. find code below and if you using default template this code can be found on line 34 :
<td valign="middle" nowrap><a href="http://www.prtool.info/" title="PageRank Checker"><img src="http://www.prtool.info/free-pagerank-display.php?u={link_url}&a=getCode&s=Technical" title="Free PageRank Display Code" border="0px" alt="PageRank" /></a></td>
and replace with code below:
<td valign="middle" nowrap><a href="http://www.googlepagerankchecker.info/" title="PageRank Checker"><img src="http://www.googlepagerankchecker.info/pagerank-display.php?u={link_url}&a=getCode&s=Technical" title="Free PageRank Display Code" border="0px" alt="PageRank" /></a></td>
now it’s working..
Related posts brought to you by Yet Another Related Posts Plugin.


Thanks for the update, the site looks better with the PR display working.
Ops, okey, I just know it. Tanks yeah.