Unrealircd

Main Unrealircd Website
Download Unrealircd
-- or --
Download: Unreal3.2.8.1.tar.gz or Unreal3.2.7.tar.gz

After uploading the Unrealx.x.x.tar.gz file to your shell account follow the instructions below for setup...

1. tar -zxvf Unrealx.x.x.tar.gz (uncompress & unzip file)
2. cd Unrealx.x.x
3. ./Config (let the program compile ... this may take some time)
4. Answer these ?s to the best of your knowledge or select the default by pressing ... Enter
5. make
6. cp doc/example.conf unrealircd.conf
7. edit unrealircd.conf using...

pico -w unrealircd.conf
-- or --
vi unrealircd.conf
-- or cheat and upload/copy --
cp unrealircd.conf Unrealx.x.x

8. ./unreal start (start the unrealircd)

Note: When you have made changes to unrealircd.conf after unrealircd is started ... don't forget to rehash so the changes take effect.. Inside the shell type: ./unreal rehash in a #channel_name type: /rehash


Anope Services

Main Anope Website
Download Anope
User Documentation Anope 1.8 Services Website
-- or --
Download: anope-1.8.2.tar.gz

After uploading the anope-x.x.x.tar.gz file to your shell account follow the instructions below for setup...

1. tar -zxvf anope-x.x.x.tar.gz (uncompress & unzip file)
2. cd anope-x.x.x
3. ./Config (let the program compile ... this may take some time)
4. Answer these ?s to the best of your knowledge or select the default by pressing ... Enter
5. make
6. make install
7. cd ../services
8. cp example.conf services.conf
9. edit services.conf using...

pico -w services.conf
-- or --
vi services.conf
-- or cheat and upload/copy --
cp services.conf services

10. ./services (start services)

Note: Don't forget the link tag in the unrealircd.conf file.


Adding modules to Services

Anope Modules
Here is a usefull module to install --
Download: os_notinchanlist.c

After uploading the module_name.c file to your shell account follow the instructions below for setup...

1. cp module_name.c anope-x.x.x/src/modules
2. cd anope-x.x.x
3. make modules
4. make install
5. on a #chan_name after you've identified and opered type:

/os modload module_name
Make sure the .c has been removed from the above command..

6. to remove the no longer needed module_name.c file in the main directory type:
rm -f module_name.c
after typing: cd ..


Eggdrop Bot

One of the best eggdrop sites: slennox's eggdrop page
Download eggdropx.x.xx~.tar.gz
-- or --
Download: eggdrop1.6.19+ctcpfix.tar.gz

After uploading the eggdropx.x.xx~.tar.gz file to your shell account follow the instructions below for setup...

1. tar -zxvf eggdropx.x.xx~.tar.gz (uncompress & unzip file)
2. cd eggdropx.x.xx
3. ./configure
4. make config (compiles all modules) or make iconfig (select the modules you wish to compile).
5. make
6. make install DEST=/home/user/botdir
7. cd botdir
8. edit eggdrop.conf rename it if you wish(ex. botnick.conf)
9. ./eggdrop -m eggdrop.conf (start eggdrop)

Note: Expanded explanation of this process Installation & Configuration

Note: Command Reference egghelp.org Eggdrop Command Reference

Eggdrop TCL Script Addons

Download the tcl script you want to use:
Here's a site to find some tcl scripts: egghelp.org TCL Archive
... or ...
If you want to try writing your own tcl scripts: Guide to TCL scripting for Eggdrop 1.6
egghelp.org Beginner's Guide

1. gunzip name.tcl.gz Extract the tcl file from the archive file
2. cp name.tcl /home/user/eggdrop/scripts Copy name.tcl to the eggdrop/scripts directory..
3. source scripts/name.tcl Near the bottom of the eggdrop.conf file add this line with the others..
4. .rehash Sign into the command console and rehash the eggdrop..

Note: Expanded explanation of this process egghelp.org Using Tcl Scripts


GameServ

Download these files first:
The main GameServ file gameserv-1.3.5.tar.gz
needs a fix gameservfix.tar.gz

After uploading the gameserv-1.3.5.tar.gz & gameservfix.tar.gz files to your shell account follow the instructions below for setup...

1. tar -zxvf gameserv-1.3.5.tar.gz (uncompress & unzip files)
2. tar -zxvf gameservfix.tar.gz
3. cp do_help.cpp gameserv-1.3.5 (copy the fix files to gameserv folder)
4. cp messages.cpp gameserv-1.3.5
5. rm do_help.cpp (cleanup/remove excess files)
6. rm messages.cpp
7. cd gameserv-1.3.5
8. ./configure (let the program compile ... this may take some time)
9. make
10. cp gameserv.example.conf gameserv.conf
11. edit gameserv.conf using...

pico -w gameserv.conf
-- or --
vi gameserv.conf
-- or cheat and upload/copy --
cp gameserv.conf gameserv-1.3.5

12. ./gameserv (start gameserv)

Note: Don't forget the link tag in the unrealircd.conf file.