<?php
/*
[DISCUZ!] config.inc.php - basically configuration of Discuz! Board
This is NOT a freeware, use is subject to license terms
*/
// [EN] Set below parameters according to your account information provided by your hosting
// [CH] ¥H?UAU?q?DRU?UaA?!°O’£‥Nao?a﹐1°N?A-×§i,|p|3oA°Y,?DApA’aA°E?1’£‥N°O
$dbhost = 'xxxxxx; // database server
// ?A?URwaA°E?1
$dbuser = 'xxxx'; // database username
// ?A?URw¥I?a|W
$dbpw = 'xxx'; // database password
// ?A?URw±K?X
$dbname = 'stephyta_discuz'; // database name
// ?A?URw|W
$adminemail = 'admin@stephytang.com.hk'; // admin email
// ?×?A‥t2I Email
$dbreport = 0; // send db error report? 1=yes
// ?O§_μo°e?A?URw?u?~3o§i? 0=§_, 1=?O
// [EN] If you have problems logging in Discuz!, then modify the following parameters, else please leave default
// [CH] |p±z1i cookie §@¥I?d3o|3‾SRi-n‥D,cI?×?Aμn?y?£¥?±`,?D-×§i?U-±AU?q,§_?h?D?O?uAq?{
$cookiedomain = ''; // cookie domain
// cookie §@¥I°i
$cookiepath = '/'; // cookie path
// cookie §@¥I﹐oR|
// [EN] Special parameters, DO NOT modify these unless you are an expert in Discuz!
// [CH] ¥H?UAU?q?°‾S§O?i?μ,?@‾e±!ap?U‥S|3¥2-n-×§i
$headercharset = 1; // force outputing charset header
// ±j‥i3]﹐m|r2A?°,¥u?A?XRE‥I¥I
$errorreport = 1; // reporting php error, 0=only report to admins(safer), 1=report to all
// ?O§_3o§i PHP ?u?~, 0=¥u3o§iμ1oT2z-ucMac¥D(§o|w¥t), 1=3o§iμ1¥o|o?H
$forcesecques = 0; // require security question for administrators' control panel, 0=off, 1=on
// oT2z?H-u¥2?·3]﹐m|w¥t’£°Y?~‾a?i?J‥t2I3]﹐m, 0=§_, 1=?O
$onlinehold = 900; // time span of online recording
// |b?u?O?uRE?!
$pconnect = 0; // persistent database connection, 0=off, 1=on
// ?A?URw?u?[3s±μ 0=Ao3?, 1=¥’?}
// [EN] !ATTENTION! Do NOT modify following after your board was settle down
// [CH] ?×?A§e?J‥I¥I?a?£‾a-×§iaoAU?q
$tablepre = 'cdb_'; // ai|W?eoo, |P?@?A?URw|w﹐E|h-O?×?A?D-×§i|13B
// table prefix, modify this when you are installingmore than 1 Discuz! in the same database.
$attachdir = './attachments'; // at¥o?O|s|i﹐m (aA°E?1﹐oR|, AYcE 777, ¥2?·?° web ¥i3X°Y‥iao¥O?y, ?£¥[ "/", ?U1i¥O?y°E¥2¥H "./" ?}AY)
// attachments saving dir. (chmod to 777, visual web dir only, ending without slash
$attachurl = 'attachments'; // at¥o﹐oR| URL |a§} (¥i?°·i?e URL ?Uao?U1i|a§}cI http:// ?}AYaoμ’1i|a§}, ?£¥[ "/")
// [EN] !ATTENTION! Preservation or debugging for developing
// [CH] ?A?A-×§i¥H?UAU?q,?E‥Nμ{§C?}μo?O﹐O¥I!
$database = 'mysql'; // 'mysql' for MySQL version and 'pgsql' for PostgreSQL version
// MySQL ac¥??D3]﹐m 'mysql', PgSQL ac¥??D3]﹐m 'pgsql'
$charset = 'big5'; // default character set, 'gbk', 'big5', 'utf-8' are available
// ?×?AAq?{|r2A?°, ¥i?i 'gbk', 'big5', 'utf-8'
$dbcharset = 'latin1'; // default database character set, 'gbk', 'big5', 'utf8', 'latin1' and blank are available
// MySQL |r2A?°, ¥i?i 'gbk', 'big5', 'utf8', 'latin1', ‾daA?°?o·O?×?A|r2A?°3]cw
$attackevasive = 0; // protect against attacks via common request, 0=off, 1=cookie refresh limitation, 2=deny proxy request, 3=both
// ‥?A@?j?q¥?±`?D‥D3y|‥aocUμ’aA°E§eA?, 0=Ao3?, 1=cookie ‥e·s--‥i, 2=--‥i¥N2z3X°Y, 3=cookie+¥N2z--‥i
$tplrefresh = 1; // auto check validation of templates, 0=off, 1=on
// ?OaO|U°E‥e·s?}Ao 0=Ao3?, 1=¥’?}
// ============================================================================