phpii - A php based web frontend for the irc client ii Version 0.3 (2006-02-26) Written by Frank "yogan" Blendinger (fb@intoxicatedmind.net) http://yogan.meinungsverstaerker.de/phpii/ -------------------------------------------------------------------------------- INSTALLATION - Just put all *.php files and the *.css file in a directory accessible by your webserver. - Edit the config.php to your needs. - Make sure that the in and out files of ii have the correct permissions. The in file needs write permission and the out file read permission. It would be a good idea to chgrp these files to the group of your webserver (i.e. www-data) and then do: # chmod g+r ~/ii/some.server.com/#channel/in # chmod g+w ~/ii/some.server.com/#channel/out Please note that phpii only supports one single channel at a time. If you want to have more channels available, simply copy all the files to a different directory and modify the config.php. -------------------------------------------------------------------------------- Feel free to contact the author at fb@intoxicatedmind.net if have any problems or suggestions.