I have 2 issues so far. (I say so far because I'm a SUPER NOOB and Im sure there will be more later.

)
1) I downloaded the zip file and I have unzipped it into my htdocs file. (LOCALHOST). Now, I read the installation manual (which I do believe is alittle vague.) and after I read "downloading and setting up database," I read
"Now you are ready to run the web based installation script that will check your server for PhotoPost Classifieds requirements and set up your PhotoPost Classifieds database."
I am so lost here. Do I need to modify a file to set my database username (that I have created) and my database password into the classified script. And if so, what file or files do I need to modify to set up the script. Is it my install.php file? or the config-inc.php file or the config-intc.php???
Since the instructions didnt mention which file or even if you have to modify any .php files at all, I just loaded up my internet browser and I went to my localhost. And I got this...
"Database not properly setup - unable to read pp_settings table. Contact administrator."
So thinking that I needed to make some changes to a file, I then took a chance and dove into config-inc.php. (btw what is config-intc? ) I saw some places where I saw some scripts that I thought I should modify but even after I changed some information, I still got...
"Database not properly setup - unable to read pp_settings table. Contact administrator."
This is what I did to the config-inc.php file.
$VERSION = "2.5";
$PP_PATH = "."; (I dont know what exactly what Im suppose to put here, can you please give me a example so I can understand.)
$host="localhost";
$database="ppclassifieds";
$mysql_user="root";
$mysql_password="";
$host_bb="localhost";
$pp_db_prefix = "pp_";
$database_bb="ppclassifieds";
$user_bb="root";
$password_bb="";
(BTW I have no forum up yet.)
I saved a untouched copy of the file just incase I wasnt suppose to touch it.
PLEASE ENLIGHTEN ME
Im really sorry for being a SUPER NOOB.
2) I took a look at the install.php and saw some similar settings that look very tempting to change but they were all "blocked" with a "/" in front of them.
example:
// PhotoPost Classifieds database host address, or leave as localhost
\$host="$newhost";
// PhotoPost Classifieds's database name
\$database="$newdatabase";
Am I suppose to change these and remove the "/" in the beginning??
or should I just leave these untouched.