i get this error when i try to view my activate.php page through my address bar - Parse error: parse error, unexpected T_STRING in /home/chicken/public_html/vars.php on line 14.
<?php
//===========Your Sites Main Settings===========//
//Purchase confirmation and site contact email address (this is never shown to members!):
$private_sys_email = 'admin@yoursite.com';
//Database host (localhost is your own domain):
$db_host = 'localhost';
//Database username:
$db_user = 'chicken_chicken;
//Database password:
$db_pwd = 'xxxxx';
//Database name:
$db_name = 'chicken_chicken';
//Site e-gold number - This is your site e-gold for receive upgrade money, change 1234567 to your e-gold
$site_egold = '2419094';
//Moneybookers email ID for receive Moneybookers payment. Replace admin@xxxxx.com with your moneybookers email
$site_moneybookers = 'admin@xxxxx.com';
//Stormpay email ID for receive StormPay payment. Replace xxxxx.com with your site name
$site_stormpay = 'admin@chickensurf.com';
//Admin panel - your admin control panel link, this for send email to yourself, no any member can get this info
$admin_url = 'http://chickensurf.com/control/';
//Main header root loaction:
$m_header = $_SERVER['DOCUMENT_ROOT'] . '/autosurf/header.php';
//Main footer root loaction:
$m_footer = $_SERVER['DOCUMENT_ROOT'] . '/autosurf/footer.php';
//Members header root loaction:
$mem_header = $_SERVER['DOCUMENT_ROOT'] . '/autosurf/header.php';
//Members footer root loaction:
$mem_footer = $_SERVER['DOCUMENT_ROOT'] . '/autosurf/footer.php';
//Members Menu:
$mem_menu = 'memlinks.html';
//Site URL:
$self_url = 'http://www.chickensurf.com';
//Site name for security checks:
$self_name = 'http://www.chickensurf.com';
//Default site to show when no valid user sites:
$default_site = 'http://www.chickensurf.com';
//Admin Control Panel URL
$control_url = 'http://chickensurf.com/control/';
//Site Title:
$title = 'Chickensurf.com - Paid Auto Surf';
//Name the Upgrade Credits (Do not include the " s " - Program will do this for you - i.e. Upgrade Credit or Upgrade Unit etc...):
$upgrade_title = 'Upgrade Unit';
//Site URL to Index.php - Leave out http:// and do not add a / at the end of the url:
$siteurl = 'chickensurf.com';
//==========Site Settings============//
//Font Type
$fontface = 'Verdana';
//Admin Panel BG Color
$admincolor = '#CCCCCC';
//Button BG
$adminbutton = '#CCCCCC';
//Members Area Cell BG 1
$cellbg1 = "#CCCCCC";
//Members Area Cell Bg 2
$cellbg2 = "#FFFFFF";
//Surf bar timer text color:
$timer_txt = "#000000";
//Surf bar timer background color:
$timer_bg = "#d3d3d3";
//PTC bar timer text color:
$ptctimertxtcolor = "#000000";
//PTC bar timer background color:
$ptctimerbg = "#FFFFFF";
//Pages to surf before signup bonus credits given:
$activation_pages = 5;
//Surf bar height
$bar_height = 90;
//Allow random referrals for Paid members? yes = yes or no = no
$allow_rand_refs = 'no';
//Allow minimized viewing (0 = NO 1 = YES) ??
$allow_mmax = 0;
//Allow user validation of sites (0 = NO 1 = YES) ??
$allow_site_validation = 0;
//Cashout requests = 1 : Mass monthly Pay = 0 (0 = NO 1 = YES) ??
$allow_cashout_requests = 1;
//Allow member to upgrade their refs if they have enough funds (0 = NO 1 = YES) ??
$allow_referral_upgrades = 1;
//The amount of days (365 = 1 year, 0 = NEVER EXPIRES) an upgrade unit/credit is valid (from date of purchase):
$max_invest_days = 15;
//Credits to earn suring in one day before ROI awarded
$min_credits_to_earn = 50;
//Number of days to keep surf stats (0 = FOREVER):
$keep_stats = 65;
//Number of days to keep site hit stats (0 = FOREVER):
$keep_site_stats = 7;
//Number of days to keep referral page stats (0 = FOREVER):
$keep_refpage_stats = 1;
//Daily ROI if amount of credits above (i.e. if the above is 100 and below is 1, the ROI is 1% per 100 credits earned surfing in 1 day).
$roi_conversion_ratio = 10;
//Upgrade member to Upgraded Status if they use their earnings to buy at least 1 share (0 = NO 1 = YES) ??
$upgrade_member_if_buy = 1;
//Email Yourself (to the email address you enter at the top of this file) if a member purchases shares with personal earnings (0 = NO 1 = YES) ??
$email_admin_if_buy = 1;
//Email Yourself (to the email address you enter at the top of this file) when daily ROI is paid (0 = NO 1 = YES) ??
$email_admin_when_roi = 1;
//Payout Merchants (follow suit - "1" => "PayPal", "2" => "E-Gold" etc...):
$payout_merchants = array("1" => "E-Gold", "2" => "StormPay");
//Signup Special Note:
$signup_special_note = "<font face=$fontface size=2><b><font color=red>Important:</font></b> Your site must not have any pop-up windows, must not break out of frames and must not use any forwarding or redirection!</font>";
//Member Edit Page Special Note:
$mem_edit_special_note = "<font face=$fontface size=2>Please ensure your payout details are correct!</font>";
//Server Time:
$server_clock = "<br><font face=\"$fontface\" size=1><b>Current Server Time:</b> " . date('F, j'.'S Y g:i:s'.'a') . "</font>";
//Email headers
$email_headers = "MIME-Version: 1.0\r\nContent-type: text/plain; charset=iso-8859-1\r\nFrom: \"$title Admin\" <noReply@YourSite.com>\r\nReply-To: \"NoReply\" <noreply@YourSite.com>\r\nX-Priority: 3\r\nX-Mailer: PHP 4\r\n";
//Surf bar banner HTML:
$surf_ban_rotator = "<script language='JavaScript' src='/banner.php?style=non_ssi'></script>";
//Default Banner Details (for the ad rotator):
$default_banner = "http://www.secure-invest.com/banner6.jpg";
$default_link = "http://www.secure-invest.com";
?>
if any one can help me it would be muchly appreciated.