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
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 troubleshooting → 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
<?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
You can find one in the extras-folder of the download.
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
PunBB Forums → PunBB 1.2 troubleshooting → Content of Config.
Powered by PunBB, supported by Informer Technologies, Inc.