• Help

    From Dribble@VERT/LUNATIC to All on Sun Apr 26 21:21:32 2015
    So I have a logon script I coded for my bbs some time ago... Today I decidedãto add a quick logon feature but no matter what the user chooses, it doesntãwork. can someone help me figure out why?ãã# logon.srcãã# Synchronet v2.20 Logon Moduleãã# $Id: logon.src,v 1.7 2001/07/29 19:15:17 rswindell Exp $ãã# @format.tab-size 8, @format.use-tabs trueãã!include sbbsdefs.incããor _node_misc NM_NOPAUSESPIN# Disable spinning cursor at pause promptsããcompare_ars rest Gãif_trueã:get_nameãprint "\1y\1hFor our records, please enter your full name: \1w"ãgetname 25ãcompare_str ""ãif_trueãgoto get_nameãend_ifãlog "Guest: "ãlogstrãset_user_string user_string_realnameãã:get_locãprint "\1y\1hPlease enter your location (City, State): \1w"ãgetname 30ãcompare_str ""ãif_trueãgoto get_locãend_ifãlog " "ãlogstrãset_user_string user_string_locationãã#:get_phoneã#print "\1y\1hPlease enter your voice telephone number: "ã#get_template nnn-nnn-nnnnã#compare_str ""ã#if_trueã#goto get_phoneã#end_ifã#log " "ã#logstrã#set_user_string user_string_phoneãlog "\r\n"ã:get_magãprint "eãã:logon_eventãclsãuser_event event_logonãend_cmdããmenu quickãno_yes quick logon?ãif_false goto endãend_ifãend_cmdãã:nextã#ãclsãmenu nrkãend_cmdããclsãmenu acidicãend_cmdãã#sysop noticesãclsãPRINTFILE "c:\sbbs\text\sysnews.ans"ãprint "|07loading sysop notices|03.eSETSTR "Sysop"ãMSG_SET_AREAãMSG_NEW_SCAN_SUBãEnd_Cmdãã#exec_bin bionewsãã# Last few callersãclsãexec_xtrn "lastcall"ãend_cmdãã#auto messageãclsãPRINTFILE "c:\sbbs\text\autom.ans"ãPRINTFILE "c:\sbbs\data\msgs\auto.msg"ãcrlfãcrlfãpauseãend_cmdãã# OnelinersãclsãPRINTFILE "c:\sbbs\text\onel.ans"ãprint "|07loading the local onelinerz|03.eclsãexec_bin onelinerãend_cmdãã#exec_xtrn syncwallãã#exec_xtrn oneããexec_bin bullseyeãend_cmdãã:nomoreãã:endãclsã# Automatically set shell to WIPSHELLãcompare_user_misc UM_WIPãif_trueãsetstr "WIPSHELL"ãset_shellãend_ifãmenu mailrããthanks!ãDribbleãã---ã þ Synchronet þ Lunatic Fringe - lunatic.zapto.orgã
  • From Mro@VERT/BBSESINF to Dribble on Mon Apr 27 18:43:52 2015
    Re: Helpã By: Dribble to All on Sun Apr 26 2015 09:21 pmãã > So I have a logon script I coded for my bbs some time ago... Today Iã > decided to add a quick logon feature but no matter what the user chooses,ã > it doesnt work. can someone help me figure out why?ãããwhat does doesnt work mean? does it barf out an error msg.ããdoes the .js file run instead?ã---ã þ Synchronet þ ::: BBSES.info - free BBS services :::ã
  • From Dribble@VERT/LUNATIC to Mro on Mon Apr 27 22:25:06 2015
    Re: Helpã By: Mro to Dribble on Mon Apr 27 2015 06:43 pmãã Mr> what does doesnt work mean? does it barf out an error msg.ããthere is no error message, the yes_no bar does nothing, however i found a fixãthat works instead of having a goto command, i just call another exec_bin fileãfor normal logon and have it skip that command for quick logon.ããstill not sure why the goto command didn't work.ã|08% |15Dribble|08 [|15ACiDiC/nRk|08]|07ãã---ã þ Synchronet þ Lunatic Fringe - lunatic.zapto.orgã
  • From Mro@VERT/BBSESINF to Dribble on Tue Apr 28 16:51:37 2015
    Re: Helpã By: Dribble to All on Sun Apr 26 2015 09:21 pmãã > So I have a logon script I coded for my bbs some time ago... Today Iãããyou should probably do include nodedefs.incããalso you are missing an end_if or two in the script i believe.ããalso i dont like the menu mailrãat the bottomããtake out the wipshell stuff.ããtake out that end_cmd in the #sysop notices sectionãand other areas.ãyou use end_cmd with input commadnsããcmdkey kãexec *ballsãend_cmdãããanyways, delete it all and start over :Dã---ã þ Synchronet þ ::: BBSES.info - free BBS services :::ã