GIF89a;
Direktori : /home/serb/public_html/chat/install_files/temp_dir/patServer/ |
Current File : /home/serb/public_html/chat/install_files/temp_dir/patServer/config.socketSrv.php |
<?php $GLOBALS['fc_config']['socketServer'] = array( 'host' => 'localhost', //domain to bind to (host name of your server), Note: "localhost" you can use only for local testing 'port' => '9099', //port to listen (> 1024, it is some big value up to 65536) 'max_clients' => 100, //maximum amount of clients 'debug_mode' => false, //type of debug mode (false, 'text' or 'html') 'log_file' => 'socketServer.log' //debug destination (filename or 'stdout') ); ?>