Sh4z0n
11-14-2002, 11:34 AM
Each time I go into a page with search functions I get this error:
Warning: unexpected error in date() in c:\program files\easyphp\www\admin\functions.php on line 1694
I've installed Afterburner's newstatistik.php, Last 10 Searches hack and some other hack. I think the line where I get this error is:
// ###################### Start show_nopermission #######################
function vbdate($format,$timestamp) {
global $bbuserinfo,$timeoffset;
return date($format,$timestamp+($bbuserinfo['timezoneoffset']-$timeoffset)*3600);
}
In the return string. What could be the cause of that error?
Thanks in advance.
Warning: unexpected error in date() in c:\program files\easyphp\www\admin\functions.php on line 1694
I've installed Afterburner's newstatistik.php, Last 10 Searches hack and some other hack. I think the line where I get this error is:
// ###################### Start show_nopermission #######################
function vbdate($format,$timestamp) {
global $bbuserinfo,$timeoffset;
return date($format,$timestamp+($bbuserinfo['timezoneoffset']-$timeoffset)*3600);
}
In the return string. What could be the cause of that error?
Thanks in advance.