-
I have the same issue with the Login. It does not work!
Installed the script and got MySQL to work, but the password I created, does not work!
Oh well, guess I'll delete the script and give a low rating!
2009-10-29 20:15:09 UTC by wow123
-
No where can I find the admin login. When I installed the p/w I used does not work for admin login. Please help I would really like to use this script.
2009-05-21 16:40:44 UTC by tylee23
-
Also need to create the following table to get the system running. It's missed in the install.php file
CREATE TABLE `floodlog` (
`flood_id` int(11) NOT NULL AUTO_INCREMENT,
`ip_address` varchar(15) NOT NULL,
`flood_stamp` datetime NOT NULL,
`flooding` tinyint(4) NOT NULL,
PRIMARY KEY (`flood_id`),
KEY `ip_address` (`ip_address`),
KEY `flood_stamp` (`flood_stamp`)
...
2009-03-18 03:40:32 UTC by nobody
-
Anonymous committed patchset 1 of module CVSROOT to the Progress Report Manager CVS repository, changing 11 files.
2004-10-19 13:10:31 UTC by nobody
-
wordcircle registered the Progress Report Manager project.
2004-10-18 22:37:37 UTC by wordcircle