Topic: Content of Config.

Can anyone tell me the basic content of the config file please?

Stupidly deleted mine, and cant remember what goes in it. If i get a blank outline of what goes in i can fill my information in from there...

Thanks

Jon

2

Re: Content of Config.

<?php

$db_type = 'mysql';
$db_host = 'localhost';
$db_name = 'forum';
$db_username = 'root';
$db_password = '';
$db_prefix = '';
$p_connect = false;

$cookie_name = 'punbb_cookie';
$cookie_domain = '';
$cookie_path = '/';
$cookie_secure = 0;
$cookie_seed = '8c2192a2';

define('PUN', 1);

Thats mine on my localhost

Re: Content of Config.

Thanks! smile

Re: Content of Config.

You can find one in the extras-folder of the download.

"Programming is like sex: one mistake and you have to support it for the rest of your life."

Re: Content of Config.

Ah thanks!!

Never thought to look in there.... Cheers.... All new to this system!! Tis good i like it, easy to admin, and also easy to mod...all good big_smile