Archive for January, 2006
dodos threaded comments for wp 2.0
January 31st, 2006
as you see, i’ve reinstalled dodos threaded comments hack for wp 2.0. feel free to test it out here.
i’ve released the new version here. i can not provide much support due to my busy schedule. however for the next few days, if you try it and find obvious errors in the steps, i will take a look.
good luck!
moving pure-essence.net
January 29th, 2006
moving pe is a big project. right now i’m only 30% of the way there. it was a pain moving all the database due to their sizes but i finally finished it.
i’m taking my time to check out all the wonderful new features & looks that comes with
wp 2.0. while browsing for potential plugins, i found these quite interesting:
fight comment spam plugin (wordpress hashcash)
- i probably will not install this right a way. the fact it uses ajax concerns me. nonetheless this is one of the best comment spamming projects i’ve seen out there. i will keep my eyes on it. during the move, when i was reviewing my comments data, i had to manually delete around 2mb of comments spam that somehow got logged into my table. most of them remind me a lot of
header injection
. so i added a few lines of codes to my post file to hopefully help reduce spams.
// to prevent header injection
if (eregi("\r",$_POST['email']) || eregi("\n",$_POST['email'])) { exit; }
// names must be alpha only
if(eregi("[^a-zA-Z]+", $_POST['author'])) die("Name must not contain characters other than a-z.");
the second part enforces user to enter only alphabetical inputs for the commenter name.
the awesome flickr & wordpress plugin
- now this looks extremely interesting. i will probably install it. i spent a lot of time writing a php gallery script but it might be hard integrating it with wordpress. i love the flexibility of flickr. i think it is a much better choice.
court hearing…..
January 3rd, 2006
today i went to be a character witness for my mom vs. my dad court case. i’m sure that is not something everyone experiences in their lives.
(more…)












