Results 1 to 3 of 3

Thread: make this work please

  1. #1
    Join Date
    Apr 2008
    Location
    Northwest england
    Posts
    1,179
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default make this work please

    SCAR Code:
    program srlstatstest;
    {.include srl/srl.scar}
    {.include srl/srl/misc/users.scar}


    procedure setup;
    begin
      setupsrl;
      ScriptID := '845';
      SRLID:='1111';
      SRLPassword:='pass';
    end;

    begin
        setup;
        reportVars[0] := 10;
        srlrandomsreport;
        sendsrlstats;
    end.

    stats page here

    please
    please please make this work if you do i will love you for ever

    (check it wokrs and see if it turns from 0 to 10 tyvm)
    Blank!

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

    Default

    I'm pretty sure you need to have your script running for at least 5 minutes before you can send a report to the server (it's a method to prevent mass increasing of statistics). Try putting a Wait(300000); or something in your script to make sure you wait the required 5 minutes, then submit your var(s) by calling SendSRLReport; or SRLRandomsReport; (but not both!).
    :-)

  3. #3
    Join Date
    Apr 2008
    Location
    Northwest england
    Posts
    1,179
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    no that is not my data thats just debug data

    but kk ill try ty
    Blank!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Challenge make a intermediate program, Tell me something to make.
    By ShowerThoughts in forum News and General
    Replies: 9
    Last Post: 09-22-2008, 08:04 PM
  2. Where do you work?
    By Zigon in forum News and General
    Replies: 26
    Last Post: 07-12-2008, 07:34 PM
  3. Replies: 5
    Last Post: 08-18-2007, 07:12 PM

Posting Permissions

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