Quote:
Originally posted by Sweet Cheeks
Anyone planning anything evil? 
Im going to put up a page on the main forumhome that has a skeleton on it that says the site has been hacked and owned rofl and leave it up there for a few hours first thing in the morning
|
You could do something like this and have it do it automatically. I set this up for the member of the day a while back. Let me know what you think.
PHP Code:
if (vbdate("m-d",$ourtimenow)=="04-01") {
$memberoftheday[userid] = $bbuserinfo[userid] ;
$memberoftheday[username] = $bbuserinfo[username];
} else {
$memberoftheday[userid] = $memberoftheday[userid];
$memberoftheday[username] = $memberoftheday[username];
}