Monthly Archive for "December 2007"



NZ's Finest on 16 Dec 2007

Fixed AnonShout 1.1

My apologies for not catching this bug sooner.

The latest version of AnonShout (1.1) was displaying dates wrong, I have now uploaded a fixed version.

To get your dates displaying right all you need to do is download the latest AnonShout and overwrite your “anonshout.php” file.
Or you can fix it manually by changing line 137 from

$moddate = date($date, strtotime($key['date']) + $timeadd); // Add time modifier to date

to

$moddate = date($date, $key['date'] + $timeadd); // Add time modifier to date

NZ's Finest on 01 Dec 2007

Administration notepad 1.1

I’ve updated the administration notepad to 1.1.
This update adds MD5 hashing as well as a “salt” for extra security.

You can get it from the scripts page.