<?php
date_default_timezone_set('Asia/Ho_Chi_Minh');
$config['check_domain_reffer'] = false;
$config['check_chatbox_key'] = true;
$config['forumlink'] = 'forum.vinhkyit.xyz';
$config['chatboxkey'] = 'keysecurity';
$config['password_tools'] = '01684018015';
$config['managegroup'] = "1,3,4,5";
$config['checkflood'] = true;
$config['strip_slash'] = true;
$config['max_message_len'] = 2550;
$config['remove_badword'] = true;
$config['autorefresh'] = 10;
$config['maxmessage'] = 30;
$config['archive_messageperpage'] = 50;
$config['removelink'] = false;
$config['linkmask'] = false;
$config['new_at_bottom'] = false;
$config['use_me'] = true;
$command['me'] = '/me';
$config['showtime'] = true;
$config['timeformat'] = "h:i A";
$config['dateformat'] = "d-m";
$phrase['prune'] = "vừa dọn dẹp shoutbox";
$phrase['archive'] = "Lưu trữ";
$phrase['today'] = "Hôm nay";
$phrase['yesterday'] = "Hôm qua";
$phrase['linkmask'] = "[Link]";
$phrase['linkremoved'] = "<i>[Link đã bị xóa]</i>";
$phrase['bannotice'] = "Bạn đã bị cấm chat, hãy liên hệ với người quản lý";
$phrase['notice'] = "<b>Thông báo</b>: ";
$phrase['banned'] = "vừa cấm sử dụng shoutbox với thành viên có ID là";
$phrase['unbanned'] = "vừa bỏ cấm sử dụng shoutbox với thành viên có ID là";
$phrase['banned_name'] = "vừa bị cấm sử dụng shoutbox";
$phrase['unbanned_name'] = "vừa được bỏ cấm sử dụng shoutbox";
$phrase['load'] = "<i>Đang tải...</i> ";
$phrase['accessdenied'] = "<b>Access Denied</b>";
$phrase['pruneusernotice'] = "has just pruned all messages by";
$phrase['nomessagefound'] = '<b>Không tìm thấy tin nhắn của thành viên này</b>';
$phrase['checkflood'] = '<b>Bạn muốn hack à?</b>';
$phrase['reason'] = 'Lý do:';
$command['prune'] = '/xoachat';
$command['ban'] = '/ban';
$command['notice'] = '/notice';
$command['unban'] = '/unban';
$fcbfile['message'] = '1q23456.txt';
$fcbfile['notice'] = 'fcb_notice.txt';
$fcbfile['smilie'] = 'fcb_smilies.txt';
$fcbfile['badword'] = 'fcb_badword.txt';
$fcbfile['ds_smilie'] = 'ds_smilies.txt';
$fcbfile['ds_banned'] = 'ds_banned.txt';
$fcbfile['ds_lastshout'] = 'ds_lastshout.txt';
$fcbfile['ds_notice'] = 'ds_notice.txt';
$config['cbforumlink'] = explode(',' , $config['forumlink']);
$config['cbforumlink'] = $config['cbforumlink'][0];
?>