
                     Xim emulation for DayDream BBS V1.xx
                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  Whats this?
  ~~~~~~~~~~~
	Simple XIM (amieXpress Interface Module, i guess) pseude-rexx 
	emulation for DayDream BBS. Should be faster than /X itself. Most
	of the commands are supported but not tested, so i included the
	sourcecode among this, so you can correct if there are bugs. 

  About this version
  ~~~~~~~~~~~~~~~~~~
	This version has been enchanced a lot since last one. About 60 new
	commands added including those that are not documented. Of course
	source code of /X 3.0ßeta helped a lot, but this supports also some
	undocumented 3.0+ commands.

  Usage:
  ~~~~~~
	xim [node] [door to run], eg:

	doors:xim %N doors:sysdl/sysdl


  AIM Doors
  ~~~~~~~~~
	You can use AIM-doors also with this. You need rexxdoor-program
	from AmiExpress distribution for that.

	eg.
	doors:xim %N doors:rexxdoor %N [AIM to load].

  Advanced usage:
  ~~~~~~~~~~~~~~~
	Sometimes installing /X door for DayDream BBS can be a bit
        complicated. You may have to install /X specific icons etc..
	I have managed to install at least following doors:

	- FastWall by Nike.
	- Chat-o-meter by Killraven/Mystic.
	- KillerBaud by Killraven/Mystic.
	- JoinConf 3.6 by Empire/Mystic
	- Bulls 2.2 by Empire/Mystic
	- Tag!Wall by ?
	- Digiclock by Strider/Progress.
	- Couple of comment doors including dRE!cOMMENT and confcomment.
	- dRE!Advertiser by dR.dRE.
	- Numerous AIM-doors.
	- etcetcetcetcetc...

	Installing Chat-o-meter will surely cause problems for regular
	SysOp, so here's instructions how to install it to DayDream usage.

	1) Makedir BBS:Commands/SysCmd and place those chat_start/end.infos
	   there. Configure 'em too..

	2a) If you have 50000 bytes or more stack, put to your 
	    linechaton.gfx/txt following line:

            ÿDRun <>NIL: doors:xim %N doors:chat-o-meter|chat_start|
                                               ^------name of the icon
						      in Syscmd-directory.

	    LinechatOff.GFX/TXT:

	    ÿDRun <>NIL: doors:xim %N doors:chat-o-meter|chat_end|

	    And you're ready to go...

        2b) If you don't have 50000 bytes of stack (I have only 15000)
	    then you need to do little hacking...

	    LineChatOn.TXT/GFX:
	    ÿDRun <>NIL: doors:kickchatometer %N|chat_start|

	    LineChatOff.TXT/GFX:
	    ÿDRun <>NIL: doors:kickchatometer %N|chat_end|

	    doors:kickchatometer looks like this:

----------------------------------------------------
.key NODE
.bra {
.ket }

stack 50000
doors:xim {NODE} doors:chat-o-meter
-----------------------------------------------------

	    Be sure it has kickchatometer has s-flag turned on..
	    To turn it on, just "type protect doors:kickchatometer +s".

	    And you're ready to go...

  Some TIPS for daydream bbs:
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~
        If you want to get even more speed try these:
            resident >NIL: DayDream:DayDream pure
            resident >NIL: DayDream:doors/rexx pure
            resident >NIL: DayDream:doors/xim pure
            resident >NIL: DayDream:doors/NEW pure
            resident >NIL: DayDream:doors/faker pure
            resident >NIL: sys:rexxc/rx pure
            resident >NIL: c:LhA pure
            resident >NIL: c:MAPUS pure
            resident >NIL: DayDream:Utils/txtadd pure
            resident >NIL: DayDream:Utils/dd2ax pure

        ...but never put any C program as an resiedent! 
        (those usually don't work as an resiedent;()

        - try to keep your upload dirrectorys file list <200kb.
        - don't let logfiles crow over 200mb ether...
        - make your logoff.bat looklike this:
            DayDream:utils/DDCallers...
            run <>NIL: DayDream:batch/logofbat
          (^^put all other tools to this file^^)


  Contact the author:
  ~~~~~~~~~~~~~~~~~~~ 
        If you find anykind of bugs please rerport those to me
        (dARKeLf/aCCESs) by calling to my board:
            tHE cHAMElEOn:
                    node1: 358-81-5522597
                    node2: elite!
                    node3: elite!
        ...or leave a message in anyboard i have access.


