Quote:
Originally Posted by NeRilkA
hi,
i installed the hack on my test forum, and it works but i have errors at the top on the page :
... Division by zero ...
i attached a capture of my screen
thanks for your help
|
Try this. Open the vBMicroStats Global Hook and find this code:
Code:
$total_time = vb_number_format($end_time[0]
Replace it with:
Code:
$total_time = number_format($end_time[0]
Let me know if that fixed the problem.