Referrer Karma Stats 1.3
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.
Comment by Bryan
2005-03-03 08:06:28
For me, true/false thing is the other way around. Otherwise, that's some nifty stuff. Thanks!
Comment by dr Dave
2005-03-03 08:11:30
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-03 08:13:38
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-04 03:02:36
Bryan, dr Dave, eventhough it should be one 'r', I have changed it to two 'r's. Referrer Karma.
Comment by Bryan
2005-03-04 06:26:40
http://dictionary.reference.com/search?q=referrer
Comment by excentral » Referral Karma
2005-03-05 11:08:33
[...] 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-09 15:49:25
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-14 09:47:40
[...] 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-21 03:42:20
It seems that the download link is still for 1.0?
Comment by Matt Read
2005-03-22 06:52:44
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-22 23:31:50
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-23 05:35:22
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-25 11:29:47
[...] 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-03 20:08:24
[...] 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-28 11:27:38
Thank you very much for the info I was looking for, and Greetings from Malaga-Spain Antonio
Comment by station
2005-05-21 23:39:59
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-05 05:10:57
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-22 02:06:15
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!