This plugin for WordPress allows you to output a image with the Google PageRank of the current page. The colors of the image are configurable, the PageRank values are cached for a user-defined time.
The old versions up to 0.5 were developed and tested on a 32bit system, since version 0.6 it only works correctly on 64bit systems. If you are using WordPress on a 32bit system, please stick with version 0.5! I may split the plugins into a 32bit and a 64bit releases if i add any features in the future.
From version 0.7 upwards it should work on 32bit and 64bit systems again, unfortunately i can’t test it on a 32bit system, so please let me know if it doesn’t work for you!
Example
The output of the plugins looks like this:
Installation
Place the following code in your template where your want the image to show up.
<?php if(function_exists(wp_pagerank)) wp_pagerank(); ?>
Download
- WP PageRank (version 0.9)
- WP PageRank for 64bit systems (version 0.6)
- WP PageRank for 32bit systems (version 0.5)
Troubleshooting
If you get any errors about denied permissions for the folder “wp-pagerank-cache” use a FTP client or SSH to create the folder under “wp-content/plugins” and set the permissions to that the webserver is allowed to write into this folder. The folder should be created with the correct permissions when you activate the plugin, but it seems as if it fails sometimes, please give me feedback on this issue!
ad um 10:46 am 25. Oktober 2006 Permalink
Wie bekomme ich noch gleich raus, auf welcher Hardware mein Hoster meine Seite betreibt?
Jan um 12:27 am 25. Oktober 2006 Permalink
Ich würde entweder ne Mail an den TechSupport schicken und einfach nachfragen, oder die beiden Versionen mal ausprobieren und dann die nehmen, die das exakte Ergebnis liefert.