Results 1 to 3 of 3

Thread: Incorporating SRL Stats

  1. #1
    Join Date
    Nov 2007
    Posts
    437
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Incorporating SRL Stats

    I thought I did everything right but my custom variables do not increase when I want them to. Here are the portions of my script that matter. Please help .

    - Under constants I have:
    SCAR Code:
    YourSRLStatsID   =  '3835';     // ID From SRL Stats, Sign Up If You Don't Have One
    YourSRLStatsPass =  'tailneec'; // Password for the SRL Stats

    - Later in my main function I have:
    SCAR Code:
    ScriptID := '548'
    SRLId := YourSRLStatsID;
    SRLPassword:= YourSRLStatsPass;

    - Then when I want my first variable to increase in stats I have this:
    SCAR Code:
    ReportVars[0] := 1;
    SendSRLReport;

  2. #2
    Join Date
    Mar 2007
    Posts
    3,042
    Mentioned
    1 Post(s)
    Quoted
    14 Post(s)

    Default

    I believe there's a 5 minute script run-time limit before you are able to send a report. Try waiting 5 minutes (or a bit more, just to be sure you get past 5), then call ReportVars[0] := 1; and SendSRLReport;.
    :-)

  3. #3
    Join Date
    Nov 2007
    Posts
    437
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ok thank you . I'll try it out.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Srl Stats?
    By Pierre14 in forum News and General
    Replies: 2
    Last Post: 03-17-2008, 10:57 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •