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.
by Bryan (#1707)
For me, true/false thing is the other way around. Otherwise, that's some nifty stuff. Thanks!
by dr Dave (#1727)
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.
by Bryan (#1688)
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.
by Matt Read (#1692)
Bryan, dr Dave, eventhough it should be one 'r', I have changed it to two 'r's. Referrer Karma.
by Bryan (#1693)
http://dictionary.reference.com/search?q=referrer
by excentral » Referral Karma (#1729)
[...] 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 [...]
by Ian (#1735)
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.by Ajay - On the Road called Life! » Blog Archive » WordPress Plugged in (#1748)
[...] 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 [...]
by (#1754)
It seems that the download link is still for 1.0?
by Matt Read (#1761)
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!
by PaulaO (#1766)
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?
by Matt Read (#1767)
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 the `add_action('admin_head', 'rk_management_page')` function. That should get ride of it.
by My Life, My Rules! » Blog Archive » New Theme and Plugins (#1772)
[...] yan has on his website. The ones that you most likely will notice as a reader will be the Referrer Karma Management and [...]
by 40 anni buttati » Blog Archive » Mi hanno trovato… (#1784)
[...] 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 [...]
by Malaga (#1905)
Thank you very much for the info I was looking for, and Greetings from Malaga-Spain Antonio
by station (#1952)
I've just tried to install this plugin, and I get the following error in my admin/plugins page:
Warning: file(/home/user/public_html/wp-content/plugins/rk-stats.php): failed to open stream: Permission denied in /home/user/public_html/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.
by Fabian (#2045)
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
by Judith G. (#2272)
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!