0, 'global_recipient_email' => 'mail@example.com'); //for better security handling $phpwcms['allow_cntPHP_rt'] = 0; //allow PHP replacement tags and includes in content parts $phpwcms['GETparameterName'] = 'id'; //must have a minimum of 2 chars $phpwcms['BOTS'] = array('googlebot', 'msnbot', 'ia_archiver', 'altavista', 'slurp', 'yahoo', 'jeeves', 'teoma', 'lycos', 'crawler'); $phpwcms['mode_XHTML'] = 1; // Doctype: 1 = XHTML 1.0 Transitional, 0 = HTML 4.01 Transitional $phpwcms['header_XML'] = 0; // Content Type: 1 = application/xhtml+xml, 0 = text/html $phpwcms['IE_htc_hover'] = 0; // fix IE CSS anomalities $phpwcms['IE_htc_png'] = 0; // IE <7 PNG fix $phpwcms['IE7-js'] = 0; // load IE7-js - fix for HTML/CSS/PMG bugs in IE, will disable IE_htc_hover/IE_htc_png $phpwcms['timezone_GMT'] = '+1'; $phpwcms['Bad_Behavior'] = 0; // enables spam/bot blocking by Bad Behavior $phpwcms['wysiwyg_template'] = array( 'FCKeditor' => 'phpwcms_basic,phpwcms_default,Default,Basic', 'CKEditor' => 'phpwcms_basic,phpwcms_default,Default,Basic' ); $phpwcms['GET_pageinfo'] = 0; // will add "&pageinfo=/cat1/cat2/page-title.htm" based on the breadcrumb information for each site link $phpwcms['version_check'] = 1; // checks for current release of phpwcms online $phpwcms['SESSION_FEinit'] = 0; // set 1 to enable sessions in frontend, 0 to disable sessions in frontend $phpwcms['Login_IPcheck'] = 0; $phpwcms['frontend_edit'] = 0; // enable content specific direct links - linking direct into the backend $phpwcms['gd_memcheck_off'] = 0; // disable GD php memory check before resize an image $phpwcms['enable_chat'] = 0; // enable or disable chat function, by default it is disabled - not recommend anymore to use it $phpwcms['enable_messages'] = 0; // enable or disable internal messags, by default it is disabled - not recommend anymore to use it $phpwcms['enable_seolog'] = 1; // enable or disable logging of search engine referrer data $phpwcms['i18n_parse'] = 1; // enable|disable browser based language parser - all @@Text@@ will be parsed and checked for translation/var based replacement $phpwcms['i18n_complex'] = 0; // enable|disable the way browser language setting should be used, false = the easier way (always 2 chars "en"), true - "en-gb"... $phpwcms['FCK_FileBrowser'] = 0; // enable|disable phpwcms Filebrowser in FCKeditor instead of built-in FCK file bowser support $phpwcms['JW_FLV_License'] = ''; // insert your JW FLV Media Player License Code here - License warning will no longer displayed $phpwcms['feuser_regkey'] = 'FEUSER'; $phpwcms['login.php'] = 'login.php'; // dynamic ssl encryption engine $phpwcms['site_ssl_mode'] = '0'; // tuns the SSL Support of WCMS on(1) or off (0) DEFAULT '0' $phpwcms['site_ssl_url'] = ''; //URL assigned to the SSL Certificate. DON'T add a slash at the End! Exp. 'https://www.yourdomainhere.tld' $phpwcms['site_ssl_port'] = '443'; //The Port on which you SSL Service serve the secure Sites. Servers DEFAULT is '443' // smtp values $phpwcms['SMTP_FROM_EMAIL'] = ''; // reply/from email address $phpwcms['SMTP_FROM_NAME'] = 'phpwcms webmaster'; // reply/from name $phpwcms['SMTP_HOST'] = ''; // SMTP server (host/IP) $phpwcms['SMTP_PORT'] = 25; // SMTP-Server port (default 25) $phpwcms['SMTP_MAILER'] = 'mail'; // default phpMailer: smtp, mail (default), sendmail $phpwcms['SMTP_AUTH'] = 0; // sets SMTP_AUTH to ON/OFF $phpwcms['SMTP_USER'] = ''; // default SMTP login (user) name $phpwcms['SMTP_PASS'] = ''; // default SMTP password ?>