PHP scripts
In the course of developing this site, I have written a number of generic scripts for displaying tools around the site.
Here I give you the source code to some of them:
- Comment board
- The comment board is dotted around the site, keeping comments for specific pages.
- DCH RSS reader
- I needed to create a reader that would be able to read not only the usual link/title/description trio, but also links from Flickr which have data under namespaced tags and attributes. So this was the effective answer to that.
- sINI0 reader
- For reading sINI0 files. See the sINI spec page
- sINI1 reader
- For reading sINI1 files. See the sINI spec page
- Multi feed!
- Trying to build a "wall"...
- Captcha
- My captcha script. It needs the topmost including page to call session_start() which is a bit annoying, but it works a charm. Customizable so you can write your own captcha challenge :-)