Abusing monkeys since 2003
Main Navigation
Referrer Karma Stats 1.3
Wednesday, March 2nd 2005
I wrote this small plugin to output the total number of blocked referrers from Referrer Karma. It is a very small and easy plugin and will only require the addition of a small template tag. The plugin will also add a link to the RK setup page within the WordPress admin area.
Referrer Karma Stats 1.3 was tagged with articles, web-applications and wordpress
The opinions expressed in comments are entirely the responsibility of the various contributors. While I will do everything within reason to ensure that they are not defamatory, I accept no liability for them or the content of links included in them.
Leave a Comment
Before leaving a comment, please ensure you have read and understand my comments policy and my privacy policy. Any comment that does not abide by the comment policy will be deleted immediately.
Comment by Bryan
2005-03-03T03:06:28-05:00 EST
For me, true/false thing is the other way around. Otherwise, that's some nifty stuff. Thanks!
Comment by dr Dave
2005-03-03T03:11:30-05:00 EST
Awesome... One major bug, though: Referrer is spelled with two 'r's... Don't be fooled by the illiterate computer people who spell it with only one.
Comment by Bryan
2005-03-03T03:13:38-05:00 EST
I was totally about to say that. I changed the spelling on mine, but I'm sure you'll want to do the same on yours.
Comment by Matt Read
2005-03-03T22:02:36-05:00 EST
Bryan, dr Dave, eventhough it should be one 'r', I have changed it to two 'r's. Referrer Karma.
Comment by Bryan
2005-03-04T01:26:40-05:00 EST
http://dictionary.reference.com/search?q=referrer
Comment by excentral » Referral Karma
2005-03-05T06:08:33-05:00 EST
[...] hew Schick @ 2:07 am
Added Referral Karma to my anti-spam arsenal as well as the stats plugin so everyone can see what’s getting blocked… Here’s hoping it helps [...]
Comment by Ian
2005-03-09T10:49:25-05:00 EST
In my comments form I could only get the stats to display if I put
<?php echo rk_stats(false); ?>before the spank-karma stats call. It doesn't work If I put it on the line below.Comment by Ajay - On the Road called Life! » Blog Archive » WordPress Plugged in
2005-03-14T04:47:40-05:00 EST
[...] eve notifications of new comments that are posted after their own. (Installed since post) Referrer Karma Stats small plugin to output the total number of blocked referrers [...]
Comment by Anonymous
2005-03-20T22:42:20-05:00 EST
It seems that the download link is still for 1.0?
Comment by Matt Read
2005-03-22T01:52:44-05:00 EST
Anonymous, oops. I forgot to change the version in the plugin to 1.2. But the download is the latest version. I'll change it to show 1.2, thanks!
Comment by PaulaO
2005-03-22T18:31:50-05:00 EST
How do I fix the URL problem of the manage>referer karma? It wants to add /wp-admin/ in front whatever address I put in the rk-stats file.
I guess I could just use a bookmark. Then how would I take the tab off the Manage page? Comment out that part of the rk-stats file?
Comment by Matt Read
2005-03-23T00:35:22-05:00 EST
PaulaO, WordPress doesn't really like linking to other pages, but I've only had luck with the path being
../ref-karma/, so try that.To take it out, just comment out the the
rk_management_page()function, and theadd_action('admin_head', 'rk_management_page')function. That should get ride of it.Comment by My Life, My Rules! » Blog Archive » New Theme and Plugins
2005-03-25T06:29:47-05:00 EST
[...] yan has on his website. The ones that you most likely will notice as a reader will be the Referrer Karma Management and [...]
Comment by 40 anni buttati » Blog Archive » Mi hanno trovato…
2005-04-03T16:08:24-04:00 EDT
[...] o seguito le le indicazioni dell’articolo e installato anche Referrer Karma oltre al plugin di Matt Googly per avere le statistiche di Referrer Karma nel piè di pagina. Staremo a ve [...]
Comment by Malaga
2005-04-28T07:27:38-04:00 EDT
Thank you very much for the info I was looking for, and Greetings from Malaga-Spain Antonio
Comment by station
2005-05-21T19:39:59-04:00 EDT
I've just tried to install this plugin, and I get the following error in my admin/plugins page: Warning: file(/home/user/publichtml/wp-content/plugins/rk-stats.php): failed to open stream: Permission denied in /home/user/publichtml/wp-admin/admin-functions.php on line 962
Warning: implode(): Bad arguments. in /home/user/public_html/wp-admin/admin-functions.php on line 962 TIA for any suggestions to help remedy this.
Comment by Fabian
2005-07-05T01:10:57-04:00 EDT
Station -
It sounds like your permissions are set incorrectly. Did you unzip with linux? If so, you will need to set the permissions as they were zipped on a windows box. Folders should be chmod 755 and files should be chmod 644. Hope that helps.
Fabian fabian@famouspeoplesuck.com
Comment by Judith G.
2006-02-21T21:06:15-05:00 EST
Sorry to ask a simple question but it says,
"It is a very small and easy plugin and will only require the addition of a small template tag."
What is the template tag? Thank you!