Topic: database, what is it?

Okay, I admit it... I no VERY little in this area.  I've managed to get into the instalation... but got stumped at the first question, about database... I know what a database is, but not in this context.  Can anyone give me an idiot proof,  lesson on instalation?...

I learn quick but know little in this area... so, go easy on me!

Re: database, what is it?

My best advice would be to look in whatever control panel your host provides you with and see if there's anything about creating a database. Your host might have some support documents about databases as well.

Also, what appears in the drop-down menu where you select the database type?

Looking for a certain modification for your forum? Please take a look here before posting.

Re: database, what is it?

Yep, check out if you have phpmyadmin or phppgadmin, they are recomended for newbies in order to admin their databases.

Re: database, what is it?

So, I worked out the database bit,..... but then got this request.  how do i install the text into a file called config.php, (where is that file?).   What is the "root directory" of PunBB installation?  If my database is at www.MYDOMAIN/FOLDER/myforum  then where would I put it?

The cache directory is currently not writable!  what do I do with that piece of info?  no idead what chmod is/means.

same with the Avatar issue.

boy oh boy I'm a newbie....


thanks ofr any help!



To finalize the installation all you need to do is to copy and paste the text in the text box below into a file called config.php and then upload this file to the root directory of your PunBB installation. Make sure there are no linebreaks or spaces before <?php. You can later edit config.php if you reconfigure your setup (e.g. change the database password or ).
The cache directory is currently not writable! In order for PunBB to function properly, the directory named cache must be writable by PHP. Use chmod to set the appropriate directory permissions. If in doubt, chmod to 0777.
The avatar directory is currently not writable! If you want users to be able to upload their own avatar images you must see to it that the directory named img/avatars is writable by PHP. You can later choose to save avatar images in a different directory (see Admin/Options). Use chmod to set the appropriate directory permissions. If in doubt, chmod to 0777.

Re: database, what is it?

panther wrote:

how do i install the text into a file called config.php, (where is that file?).   What is the "root directory" of PunBB installation?  If my database is at www.MYDOMAIN/FOLDER/myforum  then where would I put it?

config.php is a new file that you have to create yourself.
Paste the code given by punbb into that file.
You put it at the same place admin_users.php and delete.php are.

chmod 777 = folder properties/settings must be

http://www.ecardmax.com/templates/Main/chmod-777.gif

Re: database, what is it?

Oaky.. got it.  Thanks!


Is there a way of putting my sites header etc in, rather than it saying My PunnBB forum?

cheers

7

Re: database, what is it?

if you mean just text, then go to Administration > Options > first part there smile

if you mean an image follow this link

Re: database, what is it?

If you want even more control over your header, edit include/template/main.tpl.

Looking for a certain modification for your forum? Please take a look here before posting.