Good.
New bug: You can't access the resource sections, it asks for a password, you can only access the main resource section.
EDIT: I tried logging on as Admin, when I do that I can access Vex's subforum, resource section subforums and of course the usercp.
IGNORE NEXT PART, JUST A LITTLE TESTING:

JASS:
function LameTest takes nothing returns nothing
local unit u = GetTriggerUnit()
call SetUnitExploded(u, true)
call TriggerSleepAction(GetRandomInt(0,10))
call KillUnit(u)
call TriggerSleepAction(GetRandomInt(0,10))
call RemoveUnit(u)
call BJDebugMsg("What a stupid function.")
set u = null
endfunction
JASS tag looks good.