To install webberbot: ~~~~~~~~~~~~~~~~~~~~~ Requirements: * Python >=2.0 - http://www.python.org/ * jabber.py >=0.4 - http://jabberpy.sf.net/ and all it's requirements like expat, etc * MySQL - http://www.mysql.com/ * MySQLdb python module - http://sf.net/projects/mysql-python * A jabber server - can be any public server or your own server Steps: 1) Create a MySQL database with the command: mysqladmin -u root -p create ( should be substituted with a suitable database name - possibly webber) 2) Grant privileges to the database with the commands: mysql -u root -p mysql> grant all privileges on .* to identified by ''; 3) Create the MySQL tables using the command: mysql -u -p < webberbot.sql 4) Edit the configuration file webberbot.ini, and edit the jabber server details and the mysql server details. The jabber username and password should not be your jabber account, it should be another one specially for the webberbot, and should be created first using another jabber client. 5) The bot should be all set to go, just run ./webberbot.py, and it should connect to the jabber and mysql servers successfully. (You might have to change the path to your python interpreter in the first line of the script) To install the webber.php script ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Requirements: * PHP >=4.0 with MySQL support Just copy the webber.php script and the iconset "webbericons/" to the place where you serve your html files. Edit the script and change the variables at the beginning to match your mysql setup. Read MANUAL to find out how to use webber.