-
Top Ten
From
Truk Driver@VERT/TALAMASC/U_DARK to
All on Tue Nov 3 15: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 14: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 Wed Nov 4 00: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 11: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 07: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 09: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 15: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ã