QUOTE
]////////////////////
// Database info //
///////////////////
$dbhost = "localhost"; //Database Host
$dbuser = "ilra_clan"; //Database Username
$dbpass = //DON'T POST YOUR PASSWORD
- DAVE
$dbname = "ilra_main"; //Database Name
////////////////
// Admin info //
///////////////
// this info is used for the first login.
// so that some one can configure and add other users later
// this username and password will be remade every time some one access a passworded website.
// so that you will have access to tthe admin section at all times
$adminu = "xxxxxxxxxx"; //admin's username
$adminp = "xxxxxxxxxx"; //Admin's Password
$adminmail = "Iron_lord@btinternet.com"; //admin's e-mail address
///////////////////////
// Front page config //
//////////////////////
$bullet = "::"; //seperating subject, poster, time and date
$limit = "5"; //number of news posts to show on the front page. archive shows all posts.
$theme = "default"; //Enter the name of the theme you would like
$fonts = "2"; //Size of text on the website.
///////////////////
// website info // PLEASE MAKE SURE THAT THESE ARE COMPLETED CORRECTLY OR
////////////////// THE WEBSITE WILL NOT WORK!!!!
$menuimages = "0"; //enable / disable images on the menu
$forums = "0"; //enable forum / disable forum. (comming soon)
$folder = "/"; //Webfolder where phpclansite is installed
$root = "/"; //System root to phpclansite
$Website = "Inter League Racing Association"; //Website name
$logo = "$dir/banner.jpg"; //main banner at the top of each page (leave $dir/)
$url = "ilra.vndv.com/"; //URL to where phpclansite is
// Database info //
///////////////////
$dbhost = "localhost"; //Database Host
$dbuser = "ilra_clan"; //Database Username
$dbpass = //DON'T POST YOUR PASSWORD
$dbname = "ilra_main"; //Database Name
////////////////
// Admin info //
///////////////
// this info is used for the first login.
// so that some one can configure and add other users later
// this username and password will be remade every time some one access a passworded website.
// so that you will have access to tthe admin section at all times
$adminu = "xxxxxxxxxx"; //admin's username
$adminp = "xxxxxxxxxx"; //Admin's Password
$adminmail = "Iron_lord@btinternet.com"; //admin's e-mail address
///////////////////////
// Front page config //
//////////////////////
$bullet = "::"; //seperating subject, poster, time and date
$limit = "5"; //number of news posts to show on the front page. archive shows all posts.
$theme = "default"; //Enter the name of the theme you would like
$fonts = "2"; //Size of text on the website.
///////////////////
// website info // PLEASE MAKE SURE THAT THESE ARE COMPLETED CORRECTLY OR
////////////////// THE WEBSITE WILL NOT WORK!!!!
$menuimages = "0"; //enable / disable images on the menu
$forums = "0"; //enable forum / disable forum. (comming soon)
$folder = "/"; //Webfolder where phpclansite is installed
$root = "/"; //System root to phpclansite
$Website = "Inter League Racing Association"; //Website name
$logo = "$dir/banner.jpg"; //main banner at the top of each page (leave $dir/)
$url = "ilra.vndv.com/"; //URL to where phpclansite is
This is what it outputs, when I go to ilra.vndv.com/index.php
QUOTE
Warning: include() [function.include]: Unable to access //Themes/default/header.php in /www/vndv.com/i/l/r/ilra/htdocs/news.php on line 1
Warning: include(//Themes/default/header.php) [function.include]: failed to open stream: No such file or directory in /www/vndv.com/i/l/r/ilra/htdocs/news.php on line 1
Warning: include() [function.include]: Failed opening '//Themes/default/header.php' for inclusion (include_path='.:/usr/lib/php') in /www/vndv.com/i/l/r/ilra/htdocs/news.php on line 1
Warning: include() [function.include]: Unable to access //Themes/default/footer.php in /www/vndv.com/i/l/r/ilra/htdocs/news.php on line 44
Warning: include(//Themes/default/footer.php) [function.include]: failed to open stream: No such file or directory in /www/vndv.com/i/l/r/ilra/htdocs/news.php on line 44
Warning: include() [function.include]: Failed opening '//Themes/default/footer.php' for inclusion (include_path='.:/usr/lib/php') in /www/vndv.com/i/l/r/ilra/htdocs/news.php on line 44
Warning: include(//Themes/default/header.php) [function.include]: failed to open stream: No such file or directory in /www/vndv.com/i/l/r/ilra/htdocs/news.php on line 1
Warning: include() [function.include]: Failed opening '//Themes/default/header.php' for inclusion (include_path='.:/usr/lib/php') in /www/vndv.com/i/l/r/ilra/htdocs/news.php on line 1
Warning: include() [function.include]: Unable to access //Themes/default/footer.php in /www/vndv.com/i/l/r/ilra/htdocs/news.php on line 44
Warning: include(//Themes/default/footer.php) [function.include]: failed to open stream: No such file or directory in /www/vndv.com/i/l/r/ilra/htdocs/news.php on line 44
Warning: include() [function.include]: Failed opening '//Themes/default/footer.php' for inclusion (include_path='.:/usr/lib/php') in /www/vndv.com/i/l/r/ilra/htdocs/news.php on line 44
I have definitely setup and installed the sql database, for this system. I imagine, that I am just trying to access it improperly, in the config.php file.