1
ok i put the following code in a custom block as tried it both as HTML and PHP
[size=xx-small]require("http://www.thatgamingsite.ath.cx/webstats/include/functions.php");
echo "Number of people today: " . stat_value("todayunique") . "
";
echo "Number of people this week: " . stat_value("weekhits") . "
";
echo "Record of people in one day: " . stat_value("record_day") . "
";
echo "Total Hits: " . stat_value("totalhits") . "
";
echo 'View the 5 day trend
here.
';
echo 'Powered by
Elite Stats ';[/size]
Ive also tried it with and it still doesnt work.
I even tried it in a seperate file, and it works there.
Anyone know what im doing wrong?