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.

unfixed

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..

fixed

  • Share/Bookmark
www.googlepagerankchecker.info

Related posts brought to you by Yet Another Related Posts Plugin.

2 Responses to “Fix Pagerank Display in PHPLinkBid”

  1. Thanks for the update, the site looks better with the PR display working.

  2. Ops, okey, I just know it. Tanks yeah.

Leave a Reply