Crackmaster
29.04.2002, 01:30
Hi Leute suchen den Heute Gestern Hack wer kann mir helfen ?
Afterburner
29.04.2002, 08:45
//
Start show_nopermission
#function vbdatenoty($format,$timestamp) {
global $bbuserinfo,$timeoffset;
return date($format,$timestamp+($bbuserinfo['timezoneoffset']-$timeoffset)*3600);
}
function vbdate($format,$timestamp) {
global $bbuserinfo,$timeoffset, $dateformat, $timeformat;
if ($dateformat==$format) {
$todaystamp=mktime();
$todaydate=date($format,$todaystamp+($bbuserinfo['timezoneoffset']-$timeoffset)*3600);
$yestdate=date($format,(($todaystamp-86400)+($bbuserinfo['timezoneoffset']-$timeoffset)*3600));
$date = date($format,$timestamp+($bbuserinfo['timezoneoffset']-$timeoffset)*3600);
if ($date==$todaydate) {
$date="<font color=crimson>Heute</font>";
}
if ($date==$yestdate) {
$date="<font color=#008080>Gestern</font>";
}
} else {
$date = date($format,$timestamp+($bbuserinfo['timezoneoffset']-$timeoffset)*3600);
}
return $date;
}
http://www.vbulletin-germany.com/forum/showthread.php?s=&threadid=427&highlight=%2Aeute
vBulletin® v3.7.2, Copyright ©2000-2008, Jelsoft Enterprises Ltd.