Hi there, I don't really understand how this works. I got it working once with another classifieds but did not like it. This one however is giving me trouble. It's giving me a 500 internal error. I set the entire folder to be 777 as to make sure it would work. I am sure that I am typing in the database wrong.
Does anyone know how I can fix this 500 internal error? I am using World Wide Classifieds 4.7
Config.php
Everywhere it says MyUsername is supposed to be the vodahost username, mypassword is my db password for the user.
Thank you for all the help.
Does anyone know how I can fix this 500 internal error? I am using World Wide Classifieds 4.7
Config.php
HTML Code:
<?php ### Database Name $dbname = 'MyUsername_DatabaseName'; ### Database Hostname or IP $dbhost = 'localhost'; ### Database Username $dbusername = 'MyUsername_admin'; ### Database Password $dbpassword = 'myPassword'; D ### Database Prefix, so tables dont collide $dbprefix = 'MyUsername_'; ### Cookie Prefix $cookieprefix = "class_"; ### No Further Editing Required.
Thank you for all the help.