Here's what I'll be doing!!!



EVERY post and thread says it's from the same member.
Changing every avatar to a picture of me.
Changing the logo to contain pictures of me.
Make the index page look like it's hacked.
Make the post count look like an extremely high number. $post[userid]$post[postid]$threadid$forum[forumid]$post[posts]
Changing every ones signiture to a lot of different Grin images.
Put up a sound of me armpit farting, on the index!!



Do some MAJOR censoring (censor Nintendo, Pokemon, video games for example to show up as other words.)
http://www.vgchat.com/hacked.html shows what the index will look like!!



You can easily get the HTML code for your site at
http://www.rinkworks.com/dialect/dia...orum/&inside=1
Just make sure you get rid of
<!-- no cache headers -->
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="no-cache">
<meta http-equiv="Expires" content="-1">
<meta http-equiv="Cache-Control" content="no-cache">
<!-- end no cache headers -->
at the top of your index page so you can get the HTML code.
With this code
if (vbdate("m-d",$ourtimenow)=="04-01") {
$forums=$DB_site->query('SELECT * FROM forum WHERE displayorder<>0 AND showonhome=1 AND active=1 ORDER BY parentid,RAND(NOW())');
} else {
$forums=$DB_site->query('SELECT * FROM forum WHERE displayorder<>0 AND showonhome=1 AND active=1 ORDER BY parentid,displayorder');
}
It LOOKS like it works, BUT I changed the date to 03-29 and it gave out a MySQL error. So yes, if you want a dead index on April Fools Day, use it.