Monthly Archive: October 2009

Oct 27

De-Brand WordPress Etc.

I’ve written a small php script that allows you to search for all instances of a string recursively through a directory tree and replaces the results with another string, it can be used to debrand a wordpress in the default mode but there are certain files within a WP install that need to retain the …

Continue reading »

Oct 16

Sorting Files In A Directory With PHP

I’ve seen a load of scripts to do this but they all seem overly-complicated imo. In the spirit of KISS I’ve run off a simple php script to do just this. (I don’t know why there’s no built-in function in php listdir($dir,SORT_TYPE) kinda thing, but there isn’t. So here’s my offering… (Downloaded times) | Signature …

Continue reading »

Oct 11

Twossers

Twossers - Logged In Thru Twitter

I’m pretty happy with how the Twossers thing has gone. I’ve opened it up to the public now as the OAuth seems to be mostly behaving itself. I’ve also implemented a way of cleaning out the database of folks who’s accounts are already suspended by twitter, I still have to do it manually but that’s …

Continue reading »