| DuH | Дата: Субота, 04.12.2010, 16:30 | Сообщение # 1 |
Скаут
Группа: Пользователи
|
Инструкция: В Mangos.conf ищеш строку Console.Enable настраиваете как ниже описано Console.Enable = 1 Ra.Enable = 1 Ra.IP = 127.0.0.1 Ra.Port = 3443 Ra.MinLevel = 3 Ra.Secure = 1 Ra.Stricted = 1 Создаеш аккаунт уровня 3 и пароль одинаковый большими буквами например Login: TEST Password: TEST запускаешь сервер Идёшь в Пуск - Выполнить пишеш telnet localhost 3443 пишешь большими буквами логин который указал и пароль тоже с большими буквами. Затем идёшь в конфиг панели голосование там где строчка telnet пишеш логин и пароль большими буквами на этом всё. Настройки config.php Code <?php $realms = array( // "Realm name" => array(realmd_DB, characters_DB, remote_access, tabs) "название реалма" => array(1, 1, 1, 1), //"Your Realm Name 2" => array(2, 2, 2, 2), //"Your Realm Name 3" => array(3, 3, 3, 3), ); $realmd_DB = array( // Connection to realmd DBs 1 => array("localhost:3306", "root", "mangos", "realmd"), //2 => array("127.0.0.1:3306", "root", "mangos", "realmd2"), //3 => array("127.0.0.1:3306", "root", "mangos", "realmd3"), ); $characters_DB = array( // Connection to characters DBs 1 => array("localhost:3306", "root", "mangos", "characters"), //2 => array("127.0.0.1:3306", "root", "mangos", "characters2"), //3 => array("127.0.0.1:3306", "root", "mangos", "characters3"), ); $remote_access = array( // Connection to remote access // array(server_remote_ip, remote_port, USERNAME, password) // USERNAME must be upper case here and in DB 1 => array("localhost", "3443", "тут пишите логин с большими буквами акка 3 лвла", "тут пишите пароль с большими буквами акка 3 лвла"), //2 => array("localhost", "3444", "root", "mangos"), //3 => array("localhost", "3445", "root", "mangos"), ); $tabs = array( // Files containing sites and rewards for every realm (all must be placed in folder \tabs) 1 => array("sites.php", "rewards.php"), //2 => array("sites2.php", "rewards2.php"), //3 => array("sites3.php", "rewards3.php"), );
// Кнопка возврата на сайт $site_link = "адрес сервера";
// Имя сервера $server_name = "название сервера";
// Max number of points that every account can get per day // Default: -1 - number of vote sites $max_acc_points_per_day = 15;
// IP voting period (in seconds) $ip_voting_period = 60*60*24;
// Voting sites online check $use_online_check = True;
// If you are using MaNGOS revision below 8886 change this to 1 $mangos_rev = 0;
// Языковые настройки // filename => array(language_form, tooltip, reward_text_language) // tooltip - choices are "fr", "de", "es", "ru" (for "en" use www) $langs = array( "Russian" => array("Russian", "www", 0), "English" => array("English", "www", 1), );
// Стандартный язык $default_language = "Russian";
// Language cookie $cookie_expire = time()+60*60*24; ?> Скачать панель голосования
Сообщение отредактировал DuH - Субота, 04.12.2010, 17:24 |
| |
|
|