#Config file for the Voodoo chat #generated automatically by the chat/admin/configure.php script #Please, DON'T edit this file by hand. $web_indicator = 0; $colorize_nicks = 1; $max_from_ip = 50; $history_size = 1; $history_size_shower = 1; $max_photo_size = 100000; $max_photo_width = 1024; $max_photo_height = 1024; $max_avatar_size = 4096; $max_avatar_width = 40; $max_avatar_height = 40; $current_to_canon = "normal"; $enabled_b_style = 1; $enabled_i_style = 1; $enabled_u_style = 1; $priv_frame = 0; $logging_messages = 1; $logging_ban = 0; $allow_pics = 1; $allow_priv_pics = 1; $pics_maxsize = 100000; $pics_maxw = 1024; $pics_maxh = 1024; $nick_min_length = 3; $nick_max_length = 15; $nick_available_chars = "_a-zA-Z0-9-"; $club_mode = 0; $impro_registration = 0; $registration_mailconfirm = 0; $keep_whisper = 1; $max_images = 10; $max_mailbox_size = 0; $disconnect_time = 300; $admin_mail = "ricardo.seara\@oi.com.br"; $message_format = "([HOURS]:[MIN]:[SEC]) [NICK] [MESSAGE]"; $message_fromme = "([HOURS]:[MIN]:[SEC]) [NICK] [MESSAGE]"; $private_message = "([HOURS]:[MIN]:[SEC]) (Reservadamente)[NICK] [MESSAGE]"; $private_message_fromme = "([HOURS]:[MIN]:[SEC]) (Reservadamente)[NICK] [MESSAGE]"; $private_hidden = ""; $nick_highlight_before = ""; $nick_highlight_after = ""; $str_w_n_before = ""; $str_w_n_after = ""; $engine = "mysql"; $long_life_data_engine = "mysql"; $chat_url = "http://chat.oi.com.br/voc/chat/"; $daemon_host = "http://chat.oi.com.br"; $daemon_port = 9014; $daemon_listen = "0.0.0.0"; $daemon_type = 1; $modvoc_socket = "/tmp/vochat"; $max_connect = 4000; $file_path = "/var/www/html/voc/chat/"; $designes[0] = "oi"; $default_design = "oi"; $chat_types[0] = "tail"; $chat_types[1] = "js_tail"; $chat_types[2] = "reload"; $chat_types[3] = "php_tail"; #shared memory $shm_mess_id = 0; $shm_users_id = 0; #MySQL $mysql_server = "localhost"; $mysql_user = "ricardo"; $mysql_password = "rps1601"; $mysql_db = "chatoi"; $mysql_table_prefix = "oi_"; #flood protection settings $flood_protection = 1; $flood_time = 1; $flood_in_last = 1; $mess_stat = 1; $time_offset = 0; $max_cap_letters = 20; $max_per_mail = 50; $charset = ""; $allowed_langs[0] = "en"; $language = "en";