UPDATE: You can create a personalized plugin template by using my WordPress Plugin Template Creator When I rewrote my WP-DenyHost plugin, I wanted to do it as fast as possible. Instead of reinventing the wheel (again), I googled after a plugin template and found a very good one at Pressography. It had most of what [...]
Category Archives: wp-plugins
WordPress plugin template
04-Mar-10Fighting spam
10-Feb-10I have reduced the number of splog attacks on my site I use the Akismet and WP-DenyHost anti-spam plugins for WordPress. Akismet is a must-have and has, since I installed it, caught 304,056 spams (!!). When Akismet catch a spammer, it logs the spammers IP address. WP-DenyHost, written by me, prevents spammers from getting access to my site a second [...]
delicious tagroll for WordPress
18-Nov-09The Delicious tagroll for WordPress plugin adds a new shortcode to WordPress, the shortcode. The shortcode creates a tag cloud or a list of tags (see parameters below).
CSS Editor for WP and WPMU
23-Oct-09Still work in progress, but here’s a teaser:
AHP Sitewide Recent Posts Widget for WPMU makes it easy to add and configure the AHP Sitewide Recent Posts plugin.
toksta* chat plugin for BuddyPress
27-Feb-09The toksta* chat plugin for BuddyPress makes it easy to add toksta* chat and webcam to your BuddyPress site.
WP-DenyHost
18-Apr-08This is a plugin that will block a spammer if he already has been tagged as a spammer. I use it together with the Akismet plugin. Akismet tags the spammer, and wp-denyhost prevents him from adding more comment spam. Core functionality : define(‘PS_DENYHOST_THRESHOLD’, 5); function ps_denyhost() { global $wpdb; $suspect = $this->get_IP(); $count = (int) [...]
Sandbox Skin Editor
07-Jan-07Note: This is work in progress, when the editor is done, it will be announced here. I’m coding a skin editor for the sandbox theme. The code will be gpl, so you can adjust it to other themes, but I will only support the sandbox theme. Here’s a demo of the prototype: http://soderlind.no/demo/skineditor.php v1.0 will: [...]
ImageManager 2.0
03-Jan-06R.I.P. ImageManager As of today (13.11.08), ImageManager is e.o.l. If you need image editing functionality in WordPress, head over to Scissors Current Version: 2.5.3 (supporting WordPress 2.5, WPMU 1.3.3 and WordPress 2.3.3) The ImageManager plugin integrates the stand alone PHP ImageManager + Editor with WordPress. The ImageManager provides an interface for browsing and uploading image [...]
Scott Mitchell wrote an article on how to use MSN Search to search your own site. The article triggered me, and using the aggrss plugin I wrote a “snippet” you can use to search your WordPress blog. Note, this is just a proof of concept and not supported.