Quote:
Originally Posted by RaZor Edge
here's the result:
Today = d/m/Y : Now = 1100290578
|
Then the calls to vbdate are failing.
I have no idea why - but I notice you are using vB 3.0.1 - so maybe it's something to do with that.
There are two choices ;
1. Try and find out why the vbdate calls are failing.
or
2. Do this quick hack ;
Replace the $cutoff line with this;
PHP Code:
$cutoff = $now - 86400;
This will show the visitors in the last 24 hours rather than since midnight.