Changing register date in phpBB2

I saw that one of the members had a registry date of 1969

How did you do that exactly

thanks for reporting this BUG! ;)
we didnt try to do this ... :P Welcome to PHPnuke BUG-land. :-/
I do see hope for gfxdiary though, some day it will be powered with a better not-buggy engine

Its all in the database ;)
The change of date wasnt intentional, it was a mis calculation cos we got the formula wrong in this engine so its nothing to do with phpBB, because most of the user details/profile data you see on the forum is shared by the entire site!

I know how it is gathered from mySQL i am just wandering what the code is for it so i can put it on my site to freak people out

lol,

mysql_query("UPDATE phpbb_members SET regdate=".rand(9999,9999999)." WHERE userid='3'");

something like this? :P

Better backup your database though just in case otherwise they might get freaked out for sure when you have no forum/site ;)

yeah lol