PHP Classifieds Manager
I installed a PHP Classifeds Manager called OpenAuto Classifieds. Now for some reason I cannot log into the configurator.php or admin.php.
common.php set up
//mysql database setup
$user = "database_username";
$password = "password";
$db = "database_openautoclassifieds";
$server = "localhost";
I have tried every username I can think of that has to do with my web host and nothing works.
I have two user names that I created in the MySQL database and neither one works.
Here is the link to Open Auto Classifieds.
http://jonroig.com/freecode/openautoclassifieds/
Thanks