fuchs1271
07-26-2007, 11:18 PM
Hello
In this time my cron for Pagerank does not go so i test how to get Pagerank manual for all links.
take the edit-links.php in your admin and ad follow at line around 40:
$pagerank = (get_magic_quotes_gpc()) ? stripslashes($_POST['pagerank']) : $_POST['pagerank'];
$temp['pagerank'] = addslashes($pagerank);
than this at line arround 138:
<tr class="tr">
<td><strong>pagerank:</strong></td>
<td><textarea name="pagerank" cols="53" rows="2"><?php echo $link['pagerank']; ?></textarea></td>
</tr>
when you edit your links you can write PR ( 1, 6, ...) by take a look at the url from listing.
So you must check cron only after Pr update and you got minimal Traffic.
I hope its help
Best regards Thomas
In this time my cron for Pagerank does not go so i test how to get Pagerank manual for all links.
take the edit-links.php in your admin and ad follow at line around 40:
$pagerank = (get_magic_quotes_gpc()) ? stripslashes($_POST['pagerank']) : $_POST['pagerank'];
$temp['pagerank'] = addslashes($pagerank);
than this at line arround 138:
<tr class="tr">
<td><strong>pagerank:</strong></td>
<td><textarea name="pagerank" cols="53" rows="2"><?php echo $link['pagerank']; ?></textarea></td>
</tr>
when you edit your links you can write PR ( 1, 6, ...) by take a look at the url from listing.
So you must check cron only after Pr update and you got minimal Traffic.
I hope its help
Best regards Thomas