View Full Version : Srl stats !
P1nky
09-23-2010, 07:51 PM
I just found out we have the SMS utility!
i was wondering how do i add it in my script , i totally forgot how I use to do it with the old SRL stats system!
Cheerz! <3
look in this thread here (http://villavu.com/forum/showthread.php?t=53844) ;)
~BraK
Shuttleu
09-23-2010, 07:55 PM
simplest and easiest way
include
{$i srl/srl/misc\stats.scar}
and use
Stats_SendReport;
to send
~shut
P1nky
09-28-2010, 08:53 PM
im getting this error:
[Error] (610:12): Internal error (20) at line 609
LINE:
Stats_Link := 'http://scriptmanager.freehostia.com/submit.php';
Shuttleu
09-28-2010, 09:04 PM
im getting this error:
[Error] (610:12): Internal error (20) at line 609
LINE:
Stats_Link := 'http://scriptmanager.freehostia.com/submit.php';
is that in your script or in SRL?
~shut
P1nky
09-28-2010, 09:14 PM
My Script, i used icefire's tut, he said use:
SetUpSRL;
Stats_Link := 'http://scriptmanager.freehostia.com/submit.php';
Stats_ScriptID := '0'; //SCRIPT ID # HERE!
Stats_UserID := YourStatsUserID;
Stats_Password := YourStatsPass;
SRLRandomsReport;
Stats_SendReport;
Stats_ManageAccounts;
my script:
begin
ClearDebug;
ClearReport;
Smart_Server := 17;
Smart_Members := false;
Smart_Signed := true;
Smart_SuperDetail := false;
SetupSRL;
Stats_Link := 'http://scriptmanager.freehostia.com/submit.php';
Stats_ScriptID := '73'; //SCRIPT ID # HERE!
Stats_UserID := YourStatsUserID;
Stats_Password := YourStatsPass;
SRLRandomsReport;
Stats_SendReport;
Stats_ManageAccounts;
Shuttleu
09-28-2010, 09:59 PM
try this
begin
ClearDebug;
ClearReport;
Smart_Server := 17;
Smart_Members := false;
Smart_Signed := true;
Smart_SuperDetail := false;
SetupSRL;
Stats_ScriptID := '73'; //SCRIPT ID # HERE!
Stats_UserID := YourStatsUserID;
Stats_Password := YourStatsPass;
SRLRandomsReport;
Stats_SendReport;
Stats_ManageAccounts;
~shut
Powered by vBulletin® Version 4.2.1 Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.