hi, i just bought this article script and followed the very easy installation steps which you can see below: http://www.interspire.com/articlelive/install/ but when i go to my site i get this error: Parse error: parse error, unexpected T_STRING in /home/content/n/i/l/nilunilu/html/BF/admin/includes/config.php on line 11 i think i need to get rid of the BF in this path.. i'm on godaddy and i installed it on one of my secondary domains which has the directory path /BF. i think i just need a different .htaccess file or something. can anybody help? Lily
Can you open the config.php and show us what is on line 11? Make sure to remove any sensitive information if there is any on that line.
Yea, that path directory does not look all that tidy... Not sure why your dropping a script in that deep? Would need to know more how server is configured to know the correct path for sure. Boulder
ok.. here it is.. <?php // Last Updated: Friday 20th of April 2007 03:19:25 PM $GLOBALS["AL_CFG"]["isSetup"] = 1; $GLOBALS["AL_CFG"]["downForMaintenance"] = 0; $GLOBALS["AL_CFG"]["licenseKey"] = 'REMOVED'; $GLOBALS["AL_CFG"]["cookiePrefix"] = 'ArticleLive_'; $GLOBALS["AL_CFG"]["imagePath"] = 'content_images'; $GLOBALS["AL_CFG"]["templatePath"] = 'templates'; $GLOBALS["AL_CFG"]["appPath"] = '/'; $GLOBALS["AL_CFG"]["siteName"] = 'Turkiye'nin Kazandiran Fikir Platformu'; $GLOBALS["AL_CFG"]["siteURL"] = 'http://www.binbirfikir.com'; $GLOBALS["AL_CFG"]["siteDesc"] = ''; $GLOBALS["AL_CFG"]["siteKeywords"] = ''; $GLOBALS["AL_CFG"]["AdminEmail"] = ''; $GLOBALS["AL_CFG"]["EnableApproveComments"] = 1; $GLOBALS["AL_CFG"]["EnableBlogComments"] = 1; $GLOBALS["AL_CFG"]["AutoApproveComments"] = 0; $GLOBALS["AL_CFG"]["EnableAdminCommentEmail"] = 0; $GLOBALS["AL_CFG"]["EnableCommentEmail"] = 1; $GLOBALS["AL_CFG"]["EnableAuthorRegistration"] = 1; $GLOBALS["AL_CFG"]["EnableAuthorLogin"] = 1; $GLOBALS["AL_CFG"]["AutoApproveAuthors"] = 0; $GLOBALS["AL_CFG"]["EnableAuthorProfiles"] = 1; $GLOBALS["AL_CFG"]["EnableAuthorPictures"] = 1; $GLOBALS["AL_CFG"]["EnableAuthorPicturesRecent"] = 1; $GLOBALS["AL_CFG"]["EnableAuthorPicturesFeatured"] = 1; $GLOBALS["AL_CFG"]["EnableAuthorPicturesCategories"] = 1; $GLOBALS["AL_CFG"]["EnableAuthorPicturesArticles"] = 1; $GLOBALS["AL_CFG"]["AuthorPictureHeight"] = 100; $GLOBALS["AL_CFG"]["AuthorPictureWidth"] = 100; $GLOBALS["AL_CFG"]["EnableEmailArticle"] = 1; $GLOBALS["AL_CFG"]["EnablePrintArticle"] = 0; $GLOBALS["AL_CFG"]["EnableArticleHistory"] = 1; $GLOBALS["AL_CFG"]["EnableArticleFavorites"] = 1; $GLOBALS["AL_CFG"]["EnableArticlesToRead"] = 1; $GLOBALS["AL_CFG"]["EnableArticleRating"] = 1; $GLOBALS["AL_CFG"]["EnableSpreadTheWordArticles"] = 1; $GLOBALS["AL_CFG"]["EnableSpreadTheWordBlogs"] = 1; $GLOBALS["AL_CFG"]["EnablePingWeblogs"] = 1; $GLOBALS["AL_CFG"]["EnablePingSyndic8"] = 1; $GLOBALS["AL_CFG"]["EnablePingTechnorati"] = 1; $GLOBALS["AL_CFG"]["EnablePingFeedburner"] = 1; $GLOBALS["AL_CFG"]["charset"] = 'utf-8'; $GLOBALS["AL_CFG"]["HTMLrtl"] = 'REMOVED'; $GLOBALS["AL_CFG"]["useWYSIWYGEditor"] = 1; $GLOBALS["AL_CFG"]["UseSeperateImgDirs"] = 1; $GLOBALS["AL_CFG"]["template"] = 'Gazette'; $GLOBALS["AL_CFG"]["StyleWidth"] = 'fixed'; $GLOBALS["AL_CFG"]["SiteColor"] = 'warm'; $GLOBALS["AL_CFG"]["logoImage"] = ''; $GLOBALS["AL_CFG"]["HideAdminUser"] = 0; $GLOBALS["AL_CFG"]["AutoApproveUsers"] = 0; $GLOBALS["AL_CFG"]["EnableUserPictures"] = 0; $GLOBALS["AL_CFG"]["EmailSubmitFromBack"] = 1; $GLOBALS["AL_CFG"]["EmailSubmitFromFront"] = 1; $GLOBALS["AL_CFG"]["EmailSubmitBlogFromFront"] = 1; $GLOBALS["AL_CFG"]["EmailPendingAuthor"] = 0; $GLOBALS["AL_CFG"]["DefaultUserGroup"] = 2; $GLOBALS["AL_CFG"]["DefaultAuthorGroup"] = 2; $GLOBALS["AL_CFG"]["EnableCaptchaCheck"] = 1; $GLOBALS["AL_CFG"]["EnableImageDelete"] = 0; $GLOBALS["AL_CFG"]["EnableCache"] = 0; $GLOBALS["AL_CFG"]["NumRecentNews"] = 5; $GLOBALS["AL_CFG"]["NumNewsPerPage"] = 10; $GLOBALS["AL_CFG"]["NumRecentArticles"] = 5; $GLOBALS["AL_CFG"]["NumArticlesPerCatPage"] = 10; $GLOBALS["AL_CFG"]["NumFeaturedArticles"] = 5; $GLOBALS["AL_CFG"]["NumRecentBlogs"] = 5; $GLOBALS["AL_CFG"]["NumBlogsPerPage"] = 10; $GLOBALS["AL_CFG"]["NumPopularAuthors"] = 10; $GLOBALS["AL_CFG"]["NumPopularArticles"] = 5; $GLOBALS["AL_CFG"]["NumAuthorsPerPage"] = 20; $GLOBALS["AL_CFG"]["NumSearchResultsPerPage"] = 10; $GLOBALS["AL_CFG"]["NumFavorites"] = 5; $GLOBALS["AL_CFG"]["NumHistory"] = 5; $GLOBALS["AL_CFG"]["NumSitemapArticles"] = 1000; $GLOBALS["AL_CFG"]["ContactEmail"] = 'REMOVED'; $GLOBALS["AL_CFG"]["ThankYouPage"] = 5; $GLOBALS["AL_CFG"]["ErrorPage"] = 6; $GLOBALS["AL_CFG"]["EnableAdsense"] = 0; $GLOBALS["AL_CFG"]["AdsenseID"] = ''; $GLOBALS["AL_CFG"]["ChannelID"] = ''; $GLOBALS["AL_CFG"]["AdsenseAltUrl"] = ''; $GLOBALS["AL_CFG"]["AdsenseBorder"] = 'FFFFFF'; $GLOBALS["AL_CFG"]["AdsenseTitle"] = '0000FF'; $GLOBALS["AL_CFG"]["AdsenseBackground"] = 'FFFFFF'; $GLOBALS["AL_CFG"]["AdsenseText"] = '000000'; $GLOBALS["AL_CFG"]["AdsenseURL"] = '008000'; $GLOBALS["AL_CFG"]["EnableRevenueSharing"] = 0; $GLOBALS["AL_CFG"]["RevenuePercentage"] = 50; $GLOBALS["AL_CFG"]["AdenseUseDefaultColors"] = 1; $GLOBALS["AL_CFG"]["AdsenseFrontTopContent"] = 0; $GLOBALS["AL_CFG"]["AdsenseFrontTopContentBlock"] = 0; $GLOBALS["AL_CFG"]["AdsenseFrontAfterNews"] = 1; $GLOBALS["AL_CFG"]["AdsenseFrontAfterFeatured"] = 1; $GLOBALS["AL_CFG"]["AdsenseFrontBottomContent"] = 0; $GLOBALS["AL_CFG"]["AdsenseArticleTopContent"] = 0; $GLOBALS["AL_CFG"]["AdsenseArticleBottomContent"] = 1; $GLOBALS["AL_CFG"]["AdsenseArticleSideContent"] = 1; $GLOBALS["AL_CFG"]["AdsenseOtherTopContent"] = 0; $GLOBALS["AL_CFG"]["AdsenseOtherInMenu"] = 1; $GLOBALS["AL_CFG"]["AdsenseOtherCatList"] = 1; $GLOBALS["AL_CFG"]["AdsenseOtherAuthorPage"] = 1; $GLOBALS["AL_CFG"]["AdsenseLinkUnitAboveCategories"] = 1; $GLOBALS["AL_CFG"]["dbUser"] = 'REMOVED'; $GLOBALS["AL_CFG"]["dbPass"] = 'REMOVED'; $GLOBALS["AL_CFG"]["dbDatabase"] = 'REMOVED'; $GLOBALS["AL_CFG"]["dbServer"] = 'REMOVED'; $GLOBALS["AL_CFG"]["tablePrefix"] = 'ArticleLive_'; ?>
LOL I HATEEEEEEEEE THOSE ERRRORS ... Here is the error : $GLOBALS["AL_CFG"]["siteName"] = 'Turkiye'nin Kazandiran Fikir Platformu'; Remove it or add / before : ex: $GLOBALS["AL_CFG"]["siteName"] = 'Turkiye nin Kazandiran Fikir Platformu'; or $GLOBALS["AL_CFG"]["siteName"] = 'Turkiye\'nin Kazandiran Fikir Platformu';