Quote:
Originally posted by The Realist
Any help on the below chaps?..................Please.
|
Message #482 above:
Quote:
Originally posted by KuraFire
Anyway...
TheRealist: you have to add a line to your phpinclude template. You can find that in your Admin Panel > Styles: Modify > Edit Fonts/colors > first template is the phpinclude template. Add this line to that template:
include("vbs_counter.php");
That should take care of all the Division by zero errors. 
The other problem, I don't know..
|
For your other issue. Put this:
PHP Code:
// vbStats
makenavoption("Config","vbstats_set.php?action=edit","<br>");
makenavoption("View Public Statistics","../vbstats.php?action=stats","<br>");
makenavoption("Exclude URL","vbstats_set.php?action=add");
makenavselect("vbStats","<hr>");
// vbStats
under this:
PHP Code:
// ***
makenavoption("Statistics","stats.php?action=index","<br>");
makenavoption("Admin Log","adminlog.php?action=choose");
makenavselect("Statistics & Logs",$df);
//***
You should be set to go.