Log in

View Full Version : Help With SRL Stats.



YoHoJo
10-26-2011, 01:42 AM
Says here that my account (YoHoJo) has committed to my script (YoHoJos PMS):
http://stats.villavu.com/commit/1577662

Yet on the script page for YoHoJos PMS it has nothing committed/no stats?
http://stats.villavu.com/script/3

Is this just lag? Or Improper setup on my part?

I've got code like

SRLStats_Username = 'yohojo'; // Your SRL Stats Username
SRLStats_Password = '****'; // Your SRL Stats Password stats_IncVariable('Loads Done', 1);
stats_IncVariable('Copper Ore (Mined)', J);
stats_IncVariable('Tin Ore (Mined)', J);
stats_IncVariable('Iron Ore (Mined)', J); if (SRLStats_Username = '') then
SetupSRLStats(3, 'Anonymous', 'anon1337')
else
SetupSRLStats(3, SRLStats_Username, SRLStats_Password);

So obviously it's communicating with the site properly and committing something somewhere, but why not to my script page?

Also when you click "Commits to this script " at my script page it shows my commit, I'm assuming it's just lag and I need to wait a bit?

YoHoJo
10-26-2011, 01:47 AM
It's fine now, guess there is a bit of lag involved.
:D Thanks anyways.