View Full Version : Google PR Display
whatcomweb
11-14-2006, 07:34 PM
How do I get my pageranks and thumbs to display?
Thanks!
Michael Hill
11-15-2006, 08:17 AM
Hi,
Did you enable it via
AdminPanel->Configuration->LinkDetails-> ??
John Turner
11-15-2006, 08:49 AM
How do I get my pageranks and thumbs to display?
Thanks!
Hi,
About efficiency PageRank in version 2.0 PRO eSyndiCat on hosts in which PHP hasn't calculate right checksum.
for example your site is www.domain.com
eSyndiCat installed to www.domain.com/directory/
directory which supported Perl script execution is www.domain.com/cgi-bin/
1. So , you need to place 'checksum.cgi' from www.domain.com/directory/cgi-bin/ to www.domain.com/cgi-bin/
2. chmod 755 checksum.cgi
3. For test try in your browser www.domain.com/cgi-bin/checksum.cgi?url=www.esyndicat.com
Should been displayed number, such 65461354654
4. Setup CRON Jobs settings via
Admin Panel » Configuration » Cronjob Configuration
'Cron for links pagerank update' enabled it
'Number of links to check in one run' should be 100 for first time
'Check interval (in days)' indicate for 1
5. Open your '../cron/header.inc.php'
*** find following code
require_once(dirname(__FILE__).'/../../includes/config.inc.php');
require_once(dirname(__FILE__).'/../../classes/DirDb.php');
*** replace with following code
require_once(dirname(__FILE__).'/../includes/config.inc.php');
require_once(dirname(__FILE__).'/../classes/DirDb.php');
*** save and close it
6. Try via your browser
www.domain.com/directory/cron/check.php
7. Setup your cron jobs in your Control Panel.
Hope it helps.
vBulletin® v3.7.0, Copyright ©2000-2009, Jelsoft Enterprises Ltd.