• LOGON.SRC Alterations

    From Weeds@VERT/TALAMASC to All on Sat May 29 06:27:00 1999
    I altered my LOGON.SRC so that when people do a Logons Today listing they get the persons sex and if they are adult or non-adult. I used Flag1 code A to flag for adult.

    ############################################################################### # Replaces the 2.1 Logon stuff
    ##############################
    int i
    # Replace Logon Listing format
    compare_ars $f NOT A
    if_false
    Compare_ars $s=M
    if_false
    replace_text 545 "\r\n+n+h+m%%-2d +n+m%%-6lu +w+h%%-25.25s +mFEMALE Adult %%-7.7s+n+m%%02u:%%02u +h%%-8.8s +n+m%%-3d"
    else
    replace_text 545 "\r\n+n+h+m%%-2d +n+m%%-6lu +w+h%%-25.25s +mMALE Adult
    %%-7.7s+n+m%%02u:%%02u +h%%-8.8s +n+m%%-3d"
    end_if
    ELSE
    Compare_ars $s=M
    if_false
    replace_text 545 "\r\n+n+h+m%%-2d +n+m%%-6lu +w+h%%-25.25s +mFEMALE Non-Adult %%-7.7s+n+m%%02u:%%02u +h%%-8.8s +n+m%%-3d"
    else
    replace_text 545 "\r\n+n+h+m%%-2d +n+m%%-6lu +w+h%%-25.25s +mMALE Non-Adult %%-7.7s+n+m%%02u:%%02u +h%%-8.8s +n+m%%-3d"
    end_if
    end_if
    end_cmd


    Change the + to the ctrl-a

    Weeds (Formerly The Director of After Hours BBS)

    ---
    þ Synchronet þ telnet://talamasca-bbs.com http://www.talamasca-bbs.com
  • From Angus Netfoot@VERT/TALAMASC to Weeds on Sat May 29 06:41:00 1999
    RE: LOGON.SRC Alterations
    BY: Weeds to All on Sat May 29 1999 05:27 pm

    the persons sex and if they are adult or non-adult. I used Flag1 code A to flag for adult.

    compare_ars $f NOT A


    Why not:

    compare_ars AGE 21

    ??? Is it the Y2K Birthday concern?


    ---
    þ Synchronet þ telnet://talamasca-bbs.com http://www.talamasca-bbs.com
  • From TommyKnocker@VERT/TALAMASC to Weeds on Sat May 29 08:03:00 1999
    RE: LOGON.SRC Alterations
    BY: Weeds to All on Sat May 29 1999 05:27 pm

    I altered my LOGON.SRC so that when people do a Logons Today listing they ge

    Nice looking Baja scripts. May I make a suggestion. If you was to zip these up with a file_id.diz, I will add them the sync cd. Everone here watches my newfiles.dat pretty close, and when a new Baja gets added just about every bbs FREQs it the next day.
    °°±±²²ÑímmæKní€kîr²²±±°°


    ---
    þ Synchronet þ telnet://talamasca-bbs.com http://www.talamasca-bbs.com
  • From Weeds@VERT/TALAMASC to Angus Netfoot on Sat May 29 10:37:00 1999
    RE: LOGON.SRC Alterations
    BY: Angus Netfoot to Weeds on Sat May 29 1999 05:41 pm

    ??? Is it the Y2K Birthday concern?
    Actually it is so the users can see who is an adult without knowing each others age. Since my board was an adult type board and kids were running around the board the adult members wanted to know who to ignore. :)

    Weeds

    ---
    þ Synchronet þ telnet://talamasca-bbs.com http://www.talamasca-bbs.com
  • From Angus Netfoot@VERT/TALAMASC to Weeds on Sat May 29 12:35:00 1999
    RE: LOGON.SRC Alterations
    BY: Weeds to Angus Netfoot on Sat May 29 1999 09:37 pm

    ??? Is it the Y2K Birthday concern?
    Actually it is so the users can see who is an adult without knowing each oth age. Since my board was an adult type board and kids were running around th board the adult members wanted to know who to ignore. :)

    Yes, but why did you dedicate a flag to "adult" when Synchronet has a built in 'AGE' feature? There has been plenty of talk about that being Y2K broken but it doesn't apply for another 10 years or so.


    ---
    þ Synchronet þ telnet://talamasca-bbs.com http://www.talamasca-bbs.com
  • From Lord Time@VERT/TALAMASC/TIME to TommyKnocker on Sat May 29 08:34:00 1999
    RE: LOGON.SRC Alterations
    BY: TommyKnocker to Weeds on Sat May 29 1999 07:03 pm

    I altered my LOGON.SRC so that when people do a Logons Today listing they

    Nice looking Baja scripts. May I make a suggestion. If you was to zip these with a file_id.diz, I will add them the sync cd. Everone here watches my newfiles.dat pretty close, and when a new Baja gets added just about every b FREQs it the next day.

    hehehe, over here (Vancouver, Washington) I take all the newfile.dat and put it into a local echo, that is passed around here, if you want, we can port it over to your bbs, and make it so every sync. bbs, knows what your have (there is a program, that does that, I didn't make it, I just found it, and got it to work) if so, i'll clean out the echo here, and start a new one, will all the files on it


    ---
    þ Synchronet þ Time Warp of the Future (360) 891-0969 Vancouver, Wa.
  • From TommyKnocker@VERT/TALAMASC to Angus Netfoot on Sat May 29 20:52:00 1999
    RE: LOGON.SRC Alterations
    BY: Angus Netfoot to Weeds on Sat May 29 1999 11:35 pm

    Yes, but why did you dedicate a flag to "adult" when Synchronet has a built 'AGE' feature? There has been plenty of talk about that being Y2K broken bu

    On my board when I ran adult sections, I required a photo id. They got flag 4a if I had the ID and that was for adult access.
    To many people lie about their age, cannot trust that method for protecting ones self when running adult. A seperate verification that the user himself cannot effect is necessary.
    °°±±²²ÑímmæKní€kîr²²±±°°


    ---
    þ Synchronet þ telnet://talamasca-bbs.com http://www.talamasca-bbs.com
  • From TommyKnocker@VERT/TALAMASC to Lord Time on Sat May 29 20:54:00 1999
    RE: LOGON.SRC Alterations
    BY: Lord Time to TommyKnocker on Sat May 29 1999 07:34 pm

    program, that does that, I didn't make it, I just found it, and got it to wo

    You must be using newfie.bat. When Vert was online I posted his newfiles.dat the same way.
    FYI, Newfie is very useful for other things. I use a modified version of it to post my newsgroup ads every day automatically, and also it posts the Drink Of The Day for us. It is indeed a very hand and well written batch file.
    °°±±²²ÑímmæKní€kîr²²±±°°


    ---
    þ Synchronet þ telnet://talamasca-bbs.com http://www.talamasca-bbs.com
  • From Tinman@VERT/TALAMASC to TommyKnocker on Sat May 29 23:18:00 1999
    RE: LOGON.SRC Alterations
    BY: TommyKnocker to Angus Netfoot on Sun May 30 1999 07:52 am

    RE: LOGON.SRC Alterations
    BY: Angus Netfoot to Weeds on Sat May 29 1999 11:35 pm

    Yes, but why did you dedicate a flag to "adult" when Synchronet has a bui 'AGE' feature? There has been plenty of talk about that being Y2K broken

    On my board when I ran adult sections, I required a photo id. They flag 4a if I had the ID and that was for adult access.
    To many people lie about their age, cannot trust that method for protect ones self when running adult. A seperate verification that the user himself cannot effect is necessary.
    °°±±²²ÑímmæKní€kîr²²±±°°


    A persons DOB is encoded into there drivers licence number.

    I have the doc on where it is and how to put it together.

    But, There have been age verifying DOORS in the past, witch would take a DL number and verify that the person is or is not over 18.

    úùù---/-\Å­¥ Mƒ¥/-\---ùùú

    ---
    þ Synchronet þ telnet://talamasca-bbs.com http://www.talamasca-bbs.com
  • From The Lion@VERT/TALAMASC/IGATENET to Tinman on Sun May 30 05:25:00 1999
    RE: LOGON.SRC Alterations
    BY: Tinman to TommyKnocker on Sun May 30 1999 10:18:00

    A persons DOB is encoded into there drivers licence number.

    In your state, perhaps. If you are assuming this is true of all states,
    you will be wrong. I know for CERTAIN of at least two that do NOT do it
    that way.

    Steve

    ---
    þ Synchronet þ |H|RInter-Gate 501 |Y(501) 985-5093 |G1:3821/100 |BIGATENET
  • From Angus Netfoot@VERT/TALAMASC to Tinman on Sun May 30 06:24:00 1999
    RE: LOGON.SRC Alterations
    BY: Tinman to TommyKnocker on Sun May 30 1999 10:18 am

    A persons DOB is encoded into there drivers licence number.

    My drivers licence number is: 58865

    How old am I?



    ---
    þ Synchronet þ telnet://talamasca-bbs.com http://www.talamasca-bbs.com
  • From Tinman@VERT/TALAMASC to Angus Netfoot on Sun May 30 08:00:00 1999
    RE: LOGON.SRC Alterations
    BY: Angus Netfoot to Tinman on Sun May 30 1999 05:24 pm

    RE: LOGON.SRC Alterations
    BY: Tinman to TommyKnocker on Sun May 30 1999 10:18 am

    A persons DOB is encoded into there drivers licence number.

    My drivers licence number is: 58865

    How old am I?



    Darn, a 5 digit d/l number?, there must not be very many cars in canada!

    Eather that, or you are only the 58,865'th person to get a licence, witch would probly make you over 65 years old...

    Whats your citizen id number / ss number ? 8? 9? 15??? ;-)

    úùù---/-\Å­¥ Mƒ¥/-\---ùùú

    ---
    þ Synchronet þ telnet://talamasca-bbs.com http://www.talamasca-bbs.com
  • From Angus Netfoot@VERT/TALAMASC to Tinman on Sun May 30 09:18:00 1999
    RE: LOGON.SRC Alterations
    BY: Tinman to Angus Netfoot on Sun May 30 1999 07:00 pm

    Darn, a 5 digit d/l number?, there must not be very many cars in canada!

    I dunno. I only been there once, and I didn't take the time to count the cars.

    Whats your citizen id number / ss number ? 8? 9? 15??? ;-)

    Sorry - don't have one of those. Don't know anybody who _does_ either.

    I've got an Inside Leg measurement, if it would help? Usually, only my tailor asks me about it...



    ---
    þ Synchronet þ telnet://talamasca-bbs.com http://www.talamasca-bbs.com
  • From Weeds@VERT/TALAMASC to Angus Netfoot on Sun May 30 11:55:00 1999
    RE: LOGON.SRC Alterations
    BY: Angus Netfoot to Weeds on Sat May 29 1999 11:35 pm

    Yes, but why did you dedicate a flag to "adult" when Synchronet has a built 'AGE' feature? There has been plenty of talk about that being Y2K broken bu it doesn't apply for another 10 years or so.
    I dedicated it because I verified ages by requiring copies of drivers license. Based on the fact that I had 7 gigs of highly questionable material online.
    ;)
    Ineeded to make sure I was legal when the government was cracking down in my area.

    ---
    þ Synchronet þ telnet://talamasca-bbs.com http://www.talamasca-bbs.com
  • From Lord Time@VERT/TALAMASC/TIME to TommyKnocker on Sat May 29 22:58:00 1999
    RE: LOGON.SRC Alterations
    BY: TommyKnocker to Lord Time on Sun May 30 1999 07:54 am

    program, that does that, I didn't make it, I just found it, and got it to

    You must be using newfie.bat. When Vert was online I posted his newfiles.dat the same way.

    yep, the sysop of explorer, couldn't get it running, on his bbs

    \?


    ---
    þ Synchronet þ Time Warp of the Future (360) 891-0969 Vancouver, Wa.
  • From Angus Netfoot@VERT/TALAMASC to Weeds on Sun May 30 21:43:00 1999
    RE: LOGON.SRC Alterations
    BY: Weeds to Angus Netfoot on Sun May 30 1999 10:55 pm

    I dedicated it because I verified ages by requiring copies of drivers licens Based on the fact that I had 7 gigs of highly questionable material online.

    Ok, cool. I was just thinking Y2K....


    ---
    þ Synchronet þ telnet://talamasca-bbs.com http://www.talamasca-bbs.com
  • From Tinman@VERT/TALAMASC to Angus Netfoot on Sun May 30 22:37:00 1999
    RE: LOGON.SRC Alterations
    BY: Angus Netfoot to Tinman on Sun May 30 1999 08:18 pm

    RE: LOGON.SRC Alterations
    BY: Tinman to Angus Netfoot on Sun May 30 1999 07:00 pm

    Darn, a 5 digit d/l number?, there must not be very many cars in canada!

    I dunno. I only been there once, and I didn't take the time to count the ca

    Whats your citizen id number / ss number ? 8? 9? 15??? ;-)

    Sorry - don't have one of those. Don't know anybody who _does_ either.

    I've got an Inside Leg measurement, if it would help? Usually, only my tail asks me about it...



    ROTL!!! . didnt you say you where from canada!?!?

    úùù---/-\Å­¥ Mƒ¥/-\---ùùú

    ---
    þ Synchronet þ telnet://talamasca-bbs.com http://www.talamasca-bbs.com
  • From Hkb@VERT/TALAMASC/EXPLORER to Lord Time on Mon May 31 05:12:00 1999
    RE: LOGON.SRC Alterations
    BY: Lord Time to TommyKnocker on Sun May 30 1999 09:58 am

    yep, the sysop of explorer, couldn't get it running, on his bbs

    Don't ask me why.. I can get FD and other programs to work but ack...
    ¯€×â­$®

    ---
    þ Synchronet þ Dove Net þ p³”âîâ ááS þ Vancouver, Wa þ 360ú574ú5521
  • From Evil Bob@VERT/TALAMASC to TINMAN on Tue Jun 1 01:04:00 1999
    A persons DOB is encoded into there drivers licence number.

    dl#4266533
    how old am i?
    ---
    þ SLMR 2.1a þ If this were an actual tagline, it would be funny.
    þ Synchronet þ telnet://talamasca-bbs.com http://www.talamasca-bbs.com
  • From Bierhunter@VERT/TALAMASC to TINMAN on Wed Jun 2 12:38:00 1999
    Evil Bob wrote to TINMAN <=-

    A persons DOB is encoded into there drivers licence number.

    dl#4266533
    how old am i?

    Or for that matter, my dl# in one state was JONESWS309B3, and in this
    state, it is H12246136. In the army, it was 6779254. What's my DOB (mm/dd/yy)?

    ... I know that she loves me when there's an absence of gunfire and lawsuits.

    --- MultiMail/OS/2 v0.26
    þ Synchronet þ telnet://talamasca-bbs.com http://www.talamasca-bbs.com
  • From Beta@VERT/TALAMASC/ROVER to Angus Netfoot on Tue Jun 8 12:21:00 1999
    RE: LOGON.SRC Alterations
    BY: Angus Netfoot to Tinman on Sun May 30 1999 05:24 pm

    My drivers licence number is: 58865
    ^^

    Lemi geuss, 65?? :)
    Beta

    ---
    þ Synchronet þ TAG! Your it!
  • From Beta@VERT/TALAMASC/ROVER to Tinman on Tue Jun 8 12:21:00 1999
    RE: LOGON.SRC Alterations
    BY: Tinman to Angus Netfoot on Sun May 30 1999 07:00 pm

    Darn, a 5 digit d/l number?, there must not be very many cars in canada!

    He lives in Barbados, much much further south then Canada.
    Beta

    ---
    þ Synchronet þ TAG! Your it!
  • From Beta@VERT/TALAMASC/ROVER to Angus Netfoot on Tue Jun 8 12:23:00 1999
    RE: LOGON.SRC Alterations
    BY: Angus Netfoot to Weeds on Sat May 29 1999 05:41 pm

    compare_ars AGE 21

    ??? Is it the Y2K Birthday concern?


    It's tooo easy to type in a wrong BD.....
    Bet
    a/s

    ---
    þ Synchronet þ TAG! Your it!
  • From Beta@VERT/TALAMASC/ROVER to Tinman on Tue Jun 8 12:27:00 1999
    RE: LOGON.SRC Alterations
    BY: Tinman to TommyKnocker on Sun May 30 1999 10:18 am

    A persons DOB is encoded into there drivers licence number.

    Licence # S8103-38888-20104
    HEhehehe, figure that one out....
    How about my health card?
    # 3318 776 790

    :)
    Bet
    a/s/

    ---
    þ Synchronet þ TAG! Your it!
  • From TommyKnocker@VERT/TALAMASC to Beta on Wed Jun 9 06:33:00 1999
    RE: LOGON.SRC Alterations
    BY: Beta to Tinman on Tue Jun 08 1999 11:27 pm

    Licence # S8103-38888-20104
    HEhehehe, figure that one out....
    How about my health card?
    # 3318 776 790
    01-04-82?


    ---
    þ Synchronet þ telnet://talamasca-bbs.com http://www.talamasca-bbs.com
  • From Angus Netfoot@VERT/TALAMASC to Beta on Wed Jun 9 06:46:00 1999
    RE: LOGON.SRC Alterations
    BY: Beta to Angus Netfoot on Tue Jun 08 1999 11:21 pm

    My drivers licence number is: 58865
    ^^
    Lemi geuss, 65?? :)

    Noah!


    ---
    þ Synchronet þ telnet://talamasca-bbs.com http://www.talamasca-bbs.com
  • From Reaper Man@VERT/TALAMASC/TIME/FLAMINT to TommyKnocker on Wed Jun 9 13:09:00 1999
    RE: LOGON.SRC Alterations
    BY: TommyKnocker to Beta on Wed Jun 09 1999 17:33:00

    Licence # S8103-38888-20104
    HEhehehe, figure that one out....
    How about my health card?
    # 3318 776 790
    01-04-82?

    can you say 'database query'?


    ---
    þ Synchronet þ Flamin' Torch BBS - The Board on Fire
  • From Warp 4@VERT/TALAMASC/WAVEBBS to Tinman on Wed Jun 9 09:54:00 1999
    RE: LOGON.SRC Alterations
    BY: Tinman to TommyKnocker on Sun May 30 1999 10:18 am

    A persons DOB is encoded into there drivers licence number.

    In some places, but not others. Here in Mississippi, our DL numbers are the same as our social security numbers.


    ---
    þ Synchronet þ Warp's Place BBS - warpsplc.darktech.org
  • From Beta@VERT/TALAMASC/ROVER to TommyKnocker on Wed Jun 9 20:45:00 1999
    RE: LOGON.SRC Alterations
    BY: TommyKnocker to Beta on Wed Jun 09 1999 05:33 pm

    Licence # S8103-38888-20104
    HEhehehe, figure that one out....
    How about my health card?
    # 3318 776 790
    01-04-82?

    Damn, how about my last name, part of it's in there too.
    Beta

    ---
    þ Synchronet þ TAG! Your it!
  • From Beta@VERT/TALAMASC/ROVER to Angus Netfoot on Wed Jun 9 20:46:00 1999
    RE: LOGON.SRC Alterations
    BY: Angus Netfoot to Beta on Wed Jun 09 1999 05:46 pm

    My drivers licence number is: 58865
    ^^
    Lemi geuss, 65?? :)

    Noah!

    Oh, so you were born in 58 then?
    Bet
    a/s

    ---
    þ Synchronet þ TAG! Your it!
  • From TommyKnocker@VERT/TALAMASC to All on Thu Jun 10 09:26:00 1999
    RE: LOGON.SRC Alterations
    BY: Beta to TommyKnocker on Thu Jun 10 1999 07:45 am

    How about my health card?
    # 3318 776 790
    01-04-82?
    Damn, how about my last name, part of it's in there too.

    How far should I take him folks?
    °°±±²²ÑímmæKní€kîr²²±±°°


    ---
    þ Synchronet þ telnet://talamasca-bbs.com http://www.talamasca-bbs.com
  • From Angus Netfoot@VERT/TALAMASC to Beta on Thu Jun 10 20:30:00 1999
    RE: LOGON.SRC Alterations
    BY: Beta to Angus Netfoot on Thu Jun 10 1999 07:46 am

    My drivers licence number is: 58865
    ^^
    Lemi geuss, 65?? :)

    Noah!

    Oh, so you were born in 58 then?

    Noah!

    it's the 58,865th drivers licence ever issued in this country since they started requiring motorists to pass a test.


    ---
    þ Synchronet þ telnet://talamasca-bbs.com http://www.talamasca-bbs.com
  • From Hkb@VERT/TALAMASC/EXPLORER to Beta on Thu Jun 10 19:56:00 1999
    RE: LOGON.SRC Alterations
    BY: Beta to TommyKnocker on Thu Jun 10 1999 07:45 am

    Damn, how about my last name, part of it's in there too.

    LOL. But don't you think we could move this to another sub insted of BAJA PROGRAMING? :)

    ---
    þ Synchronet þ Dove Net þ p³”âîâ ááS þ Vancouver, Wa þ 360ú574ú5521
  • From Beta@VERT/TALAMASC/ROVER to Angus Netfoot on Fri Jun 11 13:03:00 1999
    RE: LOGON.SRC Alterations
    BY: Angus Netfoot to Beta on Fri Jun 11 1999 07:30 am

    Oh, so you were born in 58 then?

    Noah!

    it's the 58,865th drivers licence ever issued in this country since they started requiring motorists to pass a test.

    Damn, I battin 1000 today..... :)
    Beta

    ---
    þ Synchronet þ TAG! Your it!
  • From Beta@VERT/TALAMASC/ROVER to Hkb on Fri Jun 11 13:03:00 1999
    RE: LOGON.SRC Alterations
    BY: Hkb to Beta on Fri Jun 11 1999 06:56 am

    Damn, how about my last name, part of it's in there too.

    LOL. But don't you think we could move this to another sub insted of BAJA PROGRAMING? :)

    Nah, more fun here. :)
    Beta

    ---
    þ Synchronet þ TAG! Your it!
  • From Beta@VERT/TALAMASC/ROVER to Reaper Man on Fri Jun 11 13:11:00 1999
    RE: LOGON.SRC Alterations
    BY: Reaper Man to TommyKnocker on Thu Jun 10 1999 12:09 am

    01-04-82?

    can you say 'database query'?

    I was just thinking of that. :)
    Beta

    ---
    þ Synchronet þ TAG! Your it!
  • From Beta@VERT/TALAMASC/ROVER to TommyKnocker on Fri Jun 11 13:12:00 1999
    RE: LOGON.SRC Alterations
    BY: TommyKnocker to All on Thu Jun 10 1999 08:26 pm

    Damn, how about my last name, part of it's in there too.

    How far should I take him folks?

    Just don't take me so far as to throw me out the door. :)
    Beta

    ---
    þ Synchronet þ TAG! Your it!
  • From U. CraZy Diamond@VERT/TALAMASC/SPORT! to Beta on Sat Jun 12 00:09:00 1999
    RE: LOGON.SRC Alterations
    BY: Beta to Tinman on Tue Jun 08 1999 11:27 pm

    Licence # S8103-38888-20104

    You'll be 18 on Jan 4, 00 .... <ERR> Unable to process datefield 00
    A
    A
    A
    A
    A
    A
    A
    .
    .
    .
    .


    .
    .
    *>PLOP<*


    ---
    þ Synchronet þ °±² The Serial Port ²±° ¯807ù547ù2134
  • From Hkb@VERT/TALAMASC/EXPLORER to Beta on Sat Jun 12 07:44:00 1999
    RE: LOGON.SRC Alterations
    BY: Beta to Hkb on Sat Jun 12 1999 12:03 am

    Nah, more fun here. :)

    First it was Beer now liecences... What is this sub going to... :)
    ¯€×â­$®

    ---
    þ Synchronet þ Dove Net þ p³”âîâ ááS þ Vancouver, Wa þ 360ú574ú5521