Very simple: If needed, change the #!/usr/bin/perl line in address to match your location. 1) Copy the addressbook.conf to /etc/httpd/conf, or wherever suites you. 1a) Edit the address script to reflect the location: $config_file = "/path/to/file"; 2) Copy the index.html file to wherever you like, probably into your document root/address, ala /home/httpd/htdocs/address or /usr/local/apache/htdocs/address Or wherever. 3) If you like put the .jpg in your icon directory. This version assumes your icon root is /icons, because I am too lazy to make it check in a more elaborate way. 4) Copy address to your cgi-bin location, make sure address is executable. 5) Create your mySQL database, and call it whatever you like, but change the variable within the addressbook config file. Use the supplied .sql script, ala: mysqladmin create address mysql address < address.sql After you have done this, you should be able to access it via: http://yourhost/address 6) Make the colors pretty :) ------- Brad Doctor bdoctor@ps-ax.com http://ps-ax.com