Hello,
I am receiveing the following error:
Parse error: syntax error, unexpected T_STRING in C:\Inetpub\wwwroot\gopimpmyspace\config.php on line 9
<?
// Main Configurations: //
$mysql_server = "localhost"; // Usually "localhost"
$mysql_user = "test"; // Your Database Username eg: "you_you"
$mysql_pass = "test"; // Your Database Password eg: "mypass"
$mysql_db = "test"; // Your Database Name eg: "you_you"
$script_dir = "C:\Inetpub\wwwroot\gopimpmyspace\"; // Your Script Directory eg: "/home/YOUR CPANEL USERNAME/public_html/"
$to_email = "support@gopimpmyspace.com"; // Your Email Address For Contact Form
$site_url = "http://www.gopimpmyspace.com/"; // Your Site Url **MUST HAVE TRAILING SLASH** eg: "http://www.yoursite.com/"
$config['ftypes'] = array('jpg','jpeg','png','gif','bmp'); // Upload Types (Leave This How It Is)
$site_name= "GoPimpMySpace"; // Your Site Name
$pubid= "pub-7605971474254431"; // Your Adsense Pub-id eg: "pub-2848056870322099"
$myspaceid= "44824328"; // Your MySpace Profile ID eg: "44824324"
// FEATURED PROFILE //
$strFPName = "Test"; // Featured Profile Name
$strFPAge = "22"; // Featured Profile Age
$strFPQuote = "ADD ME!"; // Featured Profile Quote
$strFPImage = "http://myspace-441.vo.llnwd.net/00389/14/43/389053441_m.jpg"; // Featured Profile Image URL
$strFPID = "44824328"; // Featured Profile ID
// UPLOAD CONFIG //
$upload_dir = "C:\Inetpub\wwwroot\gopimpmyspace\uploads"; // Upload Directory eg: "/home/YOUR CPANEL USERNAME/public_html/uploads"
$upload_url = "http://www.gopimpmyspace.com/uploads"; // Upload Directory eg: "http://www.yoursite.com/uploads"
?>