Privacy Statement: Your e-mail address and anyone you refer will be kept strictly CONFIDENTIAL and will NOT be shared with any other party or mailing list."; $foot2 = "
\"In
"; $foot3 = "Copyright © Toronto Real Estate Consultants Inc."; $foot4 = "This Site is administered by the Webmaster. ©Thomas & Sally Cook Team."; $commentlimit = 4096; $anonymous = "Anonymous"; $minpass = 5; $pollcomm = 1; $articlecomm = 1; ###################################################################### # General Stories Options # # $top: How many items in Top Page? # $storyhome: How many stories to display in Home Page? # $oldnum: How many stories in Old Articles Box? # $ultramode: Activate ultramode plain text file backend syndication? (1=Yes 0=No Need to chmod 666 ultramode.txt file) ###################################################################### $top = 10; $storyhome = 10; $oldnum = 30; $ultramode = 0; ###################################################################### # Banners/Advertising Configuration # # $banners: Activate Banners Ads for your site? (1=Yes 0=No) ###################################################################### $banners = 1; ###################################################################### # XML/RDF Backend Configuration # # $backend_title: Backend title, can be your site's name and slogan # $backend_language: Language format of your site ###################################################################### $backend_title = "Citysphere Condominimus"; $backend_language = "en-us"; ###################################################################### # Site Language Preferences # # $language: Language of your site (You need to have lang-xxxxxx.php file for your selected language in the /language directory of your site) # $locale: Locale configuration to correctly display date with your country format. (See /usr/share/locale) ###################################################################### $language = "english"; $locale = "en_US"; ###################################################################### # Multilingual Configuration # # $multilingual: Activate multilingual features? (1=Yes 0=No) No means you only want to use interface language switching. # $autodetectlang: Activate auto detection of the visitor's browser language to autoswitch to the corresponding language. # $useflags: (1=Yes 0=No) If set to Yes , flags will be used for the language switching , if set to No a dropdown box will be displayed ###################################################################### $multilingual = "0"; $useflags = "0"; ###################################################################### # Notification of News Submissions # # $notify: Notify you each time your site receives a news submission? (1=Yes 0=No) # $notify_email: Email, address to send the notification # $notify_subject: Email subject # $notify_message: Email body, message # $notify_from: account name to appear in From field of the Email ###################################################################### $notify = 0; $notify_email = "me@yoursite.com"; $notify_subject = "NEWS for my site"; $notify_message = "Hey! You got a new submission for your site."; $notify_from = "webmaster"; ###################################################################### # Moderation Config (not 100% working) # # $moderate: Activate moderation system? (1=Yes 0=No) # $resons: List of reasons for the moderation (each reason under quotes and comma separated) # $badreasons: Number of bad reasons in the reasons list ###################################################################### $moderate = 1; $reasons = array("As Is", "Offtopic", "Flamebait", "Troll", "Redundant", "Insighful", "Interesting", "Informative", "Funny", "Overrated", "Underrated"); $badreasons = 4; ###################################################################### # Some Graphics Options # # $admingraphic: Activate graphic menu for Administration Menu? (1=Yes 0=No) ###################################################################### $admingraphic = 0; ###################################################################### # HTTP Referers Options # # $httpref: Activate HTTP referer logs to know who is linking to our site? (1=Yes 0=No)# $httprefmax: Maximum number of HTTP referers to store in the Database (Try to not set this to a high number, 500 ~ 1000 is Ok) ###################################################################### $httpref = 1; $httprefmax = 1000; ###################################################################### # Allowable HTML tags # # $AllowableHTML: HTML command to allow in the comments # =>2 means accept all qualifiers: # =>1 means accept the tag only: ###################################################################### $AllowableHTML = array("b"=>1, "i"=>1, "a"=>2, "em"=>1, "br"=>1, "strong"=>1, "blockquote"=>1, "tt"=>1, "li"=>1, "ol"=>1, "ul"=>1); ###################################################################### # Filters Options # # $CensorList: List of bad word to be replaced on Comments # $CensorMode: 0 = No Filtering (leave the bad words) # 1 = Exact Match # 2 = Match Word at the Begining # 3 = Match String Anywhere in the Text # $CensorReplace: String to replace bad words ###################################################################### $CensorList = array("fuck", "cunt", "fucker", "fucking", "pussy", "cock", "c0ck", "cum", "twat", "clit", "bitch", "fuk", "fuking", "motherfucker"); $CensorMode = 1; $CensorReplace = "*****"; ###################################################################### # Do not touch the following options! ###################################################################### $tipath = "images/topics/"; $Version_Num = "5.5"; if (eregi("config.php",$PHP_SELF)) { Header("Location: index.php"); die(); } ?>