Cita:Forbidden You don't have permission to access /chatbox/index.php on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
<?php # CHANGUONDYU 10/2009 # date_default_timezone_set('Asia/Ho_Chi_Minh'); // change your location for true time #read this page to set true timezone http://www.php.net/manual/en/timezones.php ############ SETTINGS ######## /* false = NO true = YES */ // Security $config['check_domain_reffer'] = false; // Check reffer url $config['check_chatbox_key'] = false; // check ChatboxKey $config['forumlink'] = 'alonegamerz.com'; //Forum url $config['chatboxkey'] = 'your_chatbox_key'; // ChatboxKey $config['password_tools'] = 'mipw'; // Password for tools.php $config['managegroup'] = "3,4"; // Managed Group 3=Smod, 4=Admin // POST $config['checkflood'] = true; // Check Flood, spam $config['strip_slash'] = true; // Strip Slash ? $config['max_message_len'] = 255; // Max message character $config['remove_badword'] = true; // Check bad word ? // Message $config['autorefresh'] = 10; // Auto refresh time (in second) $config['maxmessage'] = 30; // Number of message show on chatbox $config['archive_messageperpage'] = 50; // Number of message per page on Archive popup $config['removelink'] = false; // Remove link $config['linkmask'] = true; // Mask link [link] $config['use_me'] = true; // Use /me command ? $command['me'] = '/me'; // Time Setting $config['showtime'] = true; // Show/Hide Time $config['timeformat'] = "h:i A"; // Time format $config['dateformat'] = "d-m"; // date format ############ PHRASE ############### $phrase['prune'] = "pruned chatbox"; $phrase['archive'] = "Archive"; $phrase['today'] = "Today"; $phrase['yesterday'] = "Yesterday"; $phrase['linkmask'] = "[Link]"; $phrase['linkremoved'] = "<i>[Link was removed]</i>"; $phrase['bannotice'] = "You were banned on chatbox"; $phrase['notice'] = "<b>Notice</b>: "; $phrase['banned'] = "banned user whose ID is"; $phrase['unbanned'] = "unbanned user whose ID is"; $phrase['banned_name'] = "banned"; $phrase['unbanned_name'] = "unbanned"; $phrase['load'] = "<i>Loading...</i> "; $phrase['accessdenied'] = "<b>Access Denied (Invaild ChatboxKey or URL)</b>"; $phrase['pruneusernotice'] = "pruned all messages by"; $phrase['nomessagefound'] = '<b>No any message of this user</b>'; $phrase['checkflood'] = '<b>Flood ?</b>'; $phrase['reason'] = 'Reason'; ######## Command #### $command['prune'] = '/prune'; $command['ban'] = '/ban'; $command['notice'] = '/notice'; $command['unban'] = '/unban'; ######## File name ######## $fcbfile['message'] = 'fcb_message.txt'; $fcbfile['notice'] = 'fcb_notice.txt'; $fcbfile['smilie'] = 'fcb_smilies.txt'; $fcbfile['badword'] = 'fcb_badword.txt'; // datastore file $fcbfile['ds_smilie'] = 'ds_smilies.txt'; $fcbfile['ds_banned'] = 'ds_banned.txt'; $fcbfile['ds_lastshout'] = 'ds_lastshout.txt'; $fcbfile['ds_notice'] = 'ds_notice.txt'; ############# NOT SETTINGS - Don't change ########################## $config['cbforumlink'] = explode(',' , $config['forumlink']); $config['cbforumlink'] = $config['cbforumlink'][0]; ?>