Actually what kind of help you need? Are you looking for instruction of this software? Please be more specify .
That doesn't mean it's a bad script, just not well documented. FYI: I doubt many programmers would put a readme file with their work. Just document comments in the code and move on.
Had someone to try installing it but ran into a problem. Go to the site and you can see the problems.
Is the database loaded? Correct username & password for db? Looks to me like it's having issues connecting to the database
A first look shows that you can not connect to the database. Assuming that you installed a database, the login info you submit to it seems to be incorrect. Egomancer
Nail on the head. He is right in what he is saying. Check your database info in your scripts usally config.php or connect.php You have enterd the wrong info in there. Make sure that you put username_database name username_database user name username_databas user password if you require help pm me
After you sent me the scripts,I opend the index.php in my editor. The scripts call for files to be included,config.php should be included. However this file is missing and without it you can not install unless you get a new config file made. Whitout the config file you can not connect the scripts to the database. I tryed to make a new config file with the database info inserted but it would not run as there may be other data missing from the file. Sorry i could not get this installed. Maybe some1 else would like to have a try at this.