mmorning16
New Member
- Messages
- 3
- Reaction score
- 0
- Points
- 0
I am setting up a football pool and i am using a prebuilt php site. The only insturctions I got were to edited a config.php. I created a database in mysql and created the user account and I uploaded all the files to my public_html folder but I am not sure what I should be changed or what to change it to. Any ideas?
below is what is in the config.php
below is what is in the config.php
PHP:
<?php
//modify vars below
$db_host = 'localhost';
$db_user = 'root';
$db_password = 'connect';
$database = 'nflpickem';
$db_prefix = 'nflp_';
$siteUrl = 'http://localhost/personal/phppickem.com/application/';
$allow_signup = true;
$show_signup_link = true;
$user_names_display = 3; // 1 = real names, 2 = usernames, 3 = usernames w/ real names on hover
//set timezone offset, hours difference between your server's timezone and eastern
define('SERVER_TIMEZONE_OFFSET', 1);