• Top Ten

    From Truk Driver@VERT/TALAMASC/U_DARK to All on Tue Nov 3 10:26:00 1998
    There use to be a Top ten program out for SBBS. Does anyone have it? And does it still work with the new version? It created a list of the Top Ten Downloaders, Message posters, and so on.

    Also, can anyone tell me what si wrong with this:
    # Logon screens

    compare_ars LOCAL
    if_true
    goto logon_event
    end_if
    set i 0
    :logon_screens
    add i 1
    compare i 1
    if_equal
    set str "LOGON"
    else
    sprintf str "LOGON%ld" i
    end_if
    chkfile "%zMENU\%s.*"
    if_false
    goto logon_event
    end_if
    menu "%s"
    compare_user_misc UM_WIP
    if_true
    getkey
    end_if
    goto logon_screens

    :logon_event
    cls
    user_event event_logon

    It is suppose to display one of 15 diffrent logon screens randomly.

    Thanks
    TD

    ---
    þ Synchronet þ I've been Leechin' from çh‰ š¤dˆrD†rk Ž¡S
  • From Tommyknocker@VERT/TALAMASC to Truk Driver on Tue Nov 3 09:19:00 1998
    RE: Top Ten
    BY: Truk Driver to All on Tue Nov 03 1998 11:26 pm

    There use to be a Top ten program out for SBBS. Does anyone have it? And doe it still work with the new version? It created a list of the Top Ten

    It is on The Synchronet CD.


    Also, can anyone tell me what si wrong with this:
    ^^
    Spelling error?
    @PAUSE@
    Oh you meant with the code.

    First off I added in sbbsdefs.inc to fix an error I spotted.


    # Logon screens

    !include sbbsdefs.inc



    set i 0
    Before you can set an interger, you must define it.


    int i

    set i 0


    I did nothing more than that it to compile. A quick 30 second hat trick. I will leave you to test it. If it does not do what you want post it again. Now that it compiles, you can test and debug it from here.
    °°±±²²ÑímmæKní€kîr²²±±°°



    ---
    þ Synchronet þ telnet://talamasca-bbs.com http://www.talamasca-bbs.com
  • From Beta@VERT/TALAMASC/ROVER to Truk Driver on Tue Nov 3 19:15:00 1998
    RE: Top Ten
    BY: Truk Driver to All on Tue Nov 03 1998 11:26 pm

    It is suppose to display one of 15 diffrent logon screens randomly.

    I've got a random logon screen thing here, I never used it though, I can send you a copy, or I think I got it off Talamasca so you can get it there.
    Beta

    ---
    þ Synchronet þ Um, no DNS lookup yet, my ICQ is 9833063
  • From Truk Driver@VERT/TALAMASC/U_DARK to Beta on Thu Nov 5 06:01:00 1998
    RE: Top Ten
    BY: Beta to Truk Driver on Wed Nov 04 1998 08:15 am

    I've got a random logon screen thing here, I never used it though, I can sen you a copy, or I think I got it off Talamasca so you can get it there.

    I have the random logon as well. I was just adding another part to it, This randomly picks 1 of 15 diffrent ansio screens to display the System stats.
    TD

    ---
    þ Synchronet þ I've been Leechin' from çh‰ š¤dˆrD†rk Ž¡S
  • From Reaper Man@VERT/TALAMASC/TIME/FLAMINT to Truk Driver on Fri Nov 6 02:17:00 1998
    RE: Top Ten
    BY: Truk Driver to Beta on Thu Nov 05 1998 19:01:00

    I have the random logon as well. I was just adding another part to it, This randomly picks 1 of 15 diffrent ansio screens to display the System stats.

    Hmm, that is kinda what I want to do, however I wanted it to select a screen to display based on the current node.
    how much modifying will the random screen mod require to perform the task?

    ---
    þ Synchronet þ Flamin' Torch BBS - The Board on Fire
  • From Truk Driver@VERT/TALAMASC/U_DARK to Reaper Man on Thu Nov 26 04:02:00 1998
    RE: Top Ten
    BY: Reaper Man to Truk Driver on Fri Nov 06 1998 03:17 pm

    RE: Top Ten
    BY: Truk Driver to Beta on Thu Nov 05 1998 19:01:00

    I have the random logon as well. I was just adding another part to it, Th randomly picks 1 of 15 diffrent ansio screens to display the System stats

    Hmm, that is kinda what I want to do, however I wanted it to select a screen display based on the current node.
    how much modifying will the random screen mod require to perform the task?


    Wouldn't that be comparing your ARS security for node number? %* I think. Couldn't you do that easily?
    TD

    ---
    þ Synchronet þ I've been Leechin' from çh‰ š¤dˆrD†rk Ž¡S
  • From Reaper Man@VERT/TALAMASC/TIME/FLAMINT to Truk Driver on Sun Dec 6 10:11:00 1998
    RE: Top Ten
    BY: Truk Driver to Reaper Man on Thu Nov 26 1998 17:02:00

    Wouldn't that be comparing your ARS security for node number? %* I think. Couldn't you do that easily?

    if I knew much about baja coding, but thanks for the tip.

    ---
    þ Synchronet þ Flamin' Torch BBS - The Board on Fire