I am trying to do this can anyone help.
Installation is relatively straightforward.
First unzip or untar the package in your own directory. This will yield the following files:
-rwxr-xr-x 1 1604 Aug 31 13:43 adsl.sql*
-rwxr-xr-x 1 4815 Aug 31 13:45 adsllog.php*
-rw-r--r-- 1 9975 Aug 31 13:42 adslstats.php
-rw-r--r-- 1 1232 Aug 31 13:43 adslstats.sql
Now ensure that you have created a user with a password with MySQL who is allowed to create databases. See the MySQL documentation if you are not sure how to create such a user.
Create the database using the command (changing username to your name)
mysqladmin --user=username -p adsl
You will be prompted for the password. Then create the tables in the database using the command:
mysql --user=username -p adsl
Now the database is all set-up. Now edit the php scripts so that they contain the correct username and password at the top of these files.