home *** CD-ROM | disk | FTP | other *** search
/ The Equalizer BBS / equalizer-bbs-collection_2004.zip / equalizer-bbs-collection / DEMOSCENE-STUFF / UORA51.ZIP / FAKEON.DOC next >
Text File  |  1996-02-07  |  2KB  |  96 lines

  1. FakeOn.Doc
  2.  
  3.   FakeOn is an utility which alowes the sysop to put fake information into
  4.   the UserOn.BBS file. The reason for this is beont me, but since there is
  5.   a market for these programs and since UserOn already works with the
  6.   UserOn.BBS file anyhow, I added such an utility to this package.
  7.  
  8. Parameters:
  9.  
  10.  -#<Node>      Nodenumber between 1 and 255.
  11.  
  12.    This parameter is obligatory. It defines the node to act on. Only the
  13.    -Wait command can be given without a node.
  14.  
  15.  -Q             Quiet mode. No screenoutput.
  16.  
  17.    Mostly for batchfiles. Keep it quiet. Errormessages are always send
  18.    to the screen anyhow.
  19.  
  20.  -N=<Name>      Fake username.
  21.  
  22.    Fill the namefield with the value <name>
  23.  
  24.  -A=<Alias>     Fake useralias.
  25.  
  26.    Fill the handle field with the value <Alias>
  27.  
  28.  -B=<Bps>       Baudrate. 0 = Local
  29.  
  30.    Fill the baudrate. Every value up to 65535 will do.
  31.  
  32.  -C=<City>      Name of location.
  33.  
  34.    Set the fakeuser's location.
  35.  
  36.  -D=<Desc>      Statusdescription.
  37.  
  38.    Put a description (up to 10 characters) into the descriptionfield.
  39.    This also sets the status value to 255.
  40.  
  41.  -NC=<Calls>    No calls. Between 0 and 65535
  42.  
  43.    Fill the No. calls field.
  44.  
  45.  -S=<Status>    0-Browsing   1-Filetransfer
  46.                 2-Messages   3-Door/external
  47.                 4-Chatting   5-Questionair
  48.                 6-RTC        7-New user
  49.    Fill the status field. Determine what the user is doing.
  50.  
  51.  
  52.  -Hid  -!Hid    Hidden on/off
  53.  -Chat -!Chat   Chat indicator On/off
  54.  -Dist -!Dist   Do not disturb on/off
  55.  
  56.    Turn the usertoggles on/off.
  57.  
  58.  
  59.  -LogOn           User loging on.
  60.  
  61.    Fake a userlogon by creating a rabusy.<node> file.
  62.  
  63.  -LogOff          LogOff user.
  64.  
  65.    Clear the useron fields and delete the rabusy.<node> file.
  66.  
  67.  -Wait=<seconds>
  68.  
  69.    Wait for <seconds> seconds. Give back multitasker timeslices.
  70.  
  71.  
  72.  -Sys=<Text>      Write a SysDoes.<node>
  73.  -Does=<Text>     Write a UserDoes.<node>
  74.  
  75.    Create a UserDoes or SysDoes file.
  76.  
  77.  
  78. General:
  79.  
  80.   Spaces in names, locations and other strings should be replaced with
  81.   underscores. FakeOn is full multitasker awear and will return timeslices
  82.   when nessecary.
  83.  
  84. Example:
  85.  
  86. Log in a user on node 4
  87.  
  88.  FakeOn -#4 -LogOn
  89.  FakeOn -Wait=5
  90.  FakeOn -#4
  91.  FakeOn -#4 -N=Joe_Doe -A=Toedeloe -B=14401 -C=Hobboken -Chat -NC=102
  92.  FakeOn -Wait=10
  93.  FakeOn -#4 -S=3 -does=is_hacking_the_System
  94.  FakeOn -wait=20
  95.  FakeOn -#4 -LogOff
  96.