<?php
$mgates_params = array();
$mgates_params['ID'] = 102; // Your game ID
$mgates_params['URL'] = 'http://mgates.ru/api/'; // API URL
$mgates_params['SECRET'] = 'lineage'; // Your secret word
$mgates_params['LOG'] = 'mgates.log'; // Filename for error's log
/*
$mgates_params['PROXY'] = 'tcp://'.'proxy:8080'; // Proxy server if you have one
*/
?>