My Pagerank is not showing up in my site. I Have phpld 2.2 Installation. Following is the Content of my "pagerank.tpl" file. <div class="pr"> {if $pr ge 0} PR: {$pr} {else} N/A {/if} <div class="prg"> <div class="prb" style="width: {if $pr gt -1}{math equation="x*4" x=$pr}{else}0{/if}px"></div> </div> </div> PHP: And Following is the Command I execute to show up the PageRank on the links page. {if $smarty.const.SHOW_PAGERANK} {include file="pagerank.tpl" pr=$link.PAGERANK} PHP: But still for all the sites even which are Higher PR, i get "N/A" Always. I shall be greatful, if somebody helps me Fix This. Thanks.
Many hosting does not support the script to show pagerank, there is 2 way you can go 1) pay for v3.2+ 2) update it manually
This might be related to your host running PHP 5.3. We "may" have a new release of 2.2 to address this in the coming days. If we do that, it will appear here.
I Just realized this problem exists with All Phpld 2 Versions. I hope Its Fixed. Though, i have purchased phpld versions for three of my sites, but two of them still do not show PR. They are v 3.2.
It works fine on most servers on recent version, but just keep in mind it is technically not allowed automatically grab pagerank in google, and google frowns on it, so don't put too much into pagerank, at least in terms of what you display.
I Have Customized the PHPLD Free Version to a Directory Script site. I will launch it once done with it.
Just following up... Here is the fix for 2.2 pagerank http://www.phplinkdirectory.com/forum/showthread.php?t=41830 We'll be including this in the 2.2 download shortly, but if you want to patch an existing 2.2, this is the solution! Let us know in the phpLD forum thread if you run into any difficulties.