        INSTALL ElementServ
That's quite simple. For installing it, just do the following things:
- edit the file config.inc.php; I'm not going to explain this now. All you should
  know is explained in the config file.
- create the MySQL-db as it's defined in $sql_db and use ircservice.sql in inc for
  creating the table structure. Next, create an auth for you, using the file
  ircservice_auth.sql. For auth, use Admin as username and temPass as password.
- add a C:line to your ircd.conf and /rehash on your IRCd.
- start service.php via php. How you do this is your decision.
If you did all that in the right way, the server will connect and C will join #locNet

Have fun with your new IRC-Services :)
Btw, I don't give support how to get the services running. I tested them with PHP 4.3.5
and bircd 1.5.5. All worked fine.