Just found out about Get Satisfaction’s brand new Help Center and tried to install it? No doubt you’ll run into a few bugs along the way. However, follow this guide and you should be fine.
Install Smarty into an include directory
This is most easily done by extracting the lib/ directory from the Smarty package into a [...]
Sunday, December 30th, 2007
As a developer of an aggregator, I test against different types of exploits that users may experience. Up until now, I’ve been adding singular feeds by themselves. However, it’s always irritated me that there was never an OPML file to import them all at once.
Et viola. I wrote myself a simple PHP program to convert [...]
Tuesday, December 11th, 2007
The WordPress Codex site’s MediaWiki installation is currently on 1.4.8. I was listening to some discussion on the wp-hackers list, so I thought I’d present my guide to upgrading. I must warn you first though, I personally use DokuWiki when I need a wiki, as it’s simpler. Without further adieu…
Extract everything in mediawiki-1.11.0/ into your [...]
I have recently been using a 404 notifier plugin, however the links to mark a comment as spam don’t work. So, I resorted to doing it the PHP and Apache way.
All the spam was coming from bots trying to access a YaBB script. This was located (or so they thought) at /cgi-bin/yabb2/YaBB.pl
I decided that I’d [...]