View Single Post
 
Old Feb 12, 2004, 08:52 AM
DocJohn's Avatar
DocJohn DocJohn is online now
Founder & Your Host
Community Support Team
Chat Leader
 
Member Since: May 2001
Location: Greater Boston, MA
Posts: 13,794
Sorry, I thought I had tested it thoroughly enough but of course I didn't....

The latest version is fixed. Basically, just replace this line near the top of oj.cgi:

if ($db_uid !~ /^[\w .!?-]/) { &error("Hacker attempt logged."); }

with:

if ((!($db_uid == "")) && ($db_uid !~ /^[\w .!?-]/)) { &error("Hacker attempt logged."); }

Sorry about that.

__________________
Don't throw away your shot.