After playing around a bit, I installed this in VB3... it wasn't a full hack though. I just added the miserable code to global.php and then added the miserable column to the user table.
To make it work you have to run the query manually for each user that you want as miserable.
Here's my implementation:
Open miserable.txt and run the query
Apply the first modification to global.php ONLY and upload it
For each username you want miserable, run this query
update user SET miserable="1" WHERE username="xxx";
replace xxx with username
Not the cleanest hack in the world but we were desperate for it, :P
|