you have missunderstood something boofo: the don't use 1.4 was for SirSteve because he just wanted to add the datetime functions and nothing else
th only thing you have to change as an american user are these lines:
PHP Code:
$datzeit=vbdate("d.m.Y H:i",$postinfo[dateline]);
PHP Code:
$datzeit=mktime(substr($datzeit,11,2), substr($datzeit,14,2), 0, substr($datzeit,3,2), substr($datzeit,0,2), substr($datzeit,6,4));
it's because you use other date/time formats as we do in german