Adfu Installations Instructions 1) Create a user named adfu on your system 2) Unzip the Adfu tarball into /home 3) Create a database called adfu in mysql 4) Import the file /home/adfu/adfudump into the adfu database (cat /home/adfu/adfudump | mysql -u root adfu -B) 5) Make sure Apache is set up correctly, so that .pl files are run using mod perl 6) Get the necessary perl modules from CPAN: DBI Msql-Mysql drivers Data::Dumper LibWWW HTTP::Request URI::Escape MIME::base64 HTML::Parser Mail::Sender Digest::MD5 7) set up a crontab file for adfu with the following lines: SHELL=/bin/sh MAILTO= 0-59/10 * * * * /home/adfu/daemonfu.pl 0 0 * * * /home/adfu/reportfu.pl 8) go into reportfu.pl and users.pl and change their SETTINGS hash tables. You may want to perl -c it as well, to make sure you have the proper mail perl modules. Make sure email is set up on your machine. 9) go to http:///~adfu/adfu.pl?op=login. There are 2 example users already created for you. The example administrator is 'admin' with a password of 'imsuper'. Log in and have fun. Check out FILES.txt on the specific role of all the files If you have any problems, email Jeff at hemos@blockstackers.com.