Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 08/14/2018 in all areas

  1. 1 point
    Защита сервера от SQL-инъекций JailBreak(MAC), Game.exe(PIN). Автор программы: insider. Как работает защита? Данная защита ставиться между GateServer'ом и GroupServer'ом. В данной защите есть 2 волны фильтрации, которые проходят пакеты. Пакет авторизации → Проверка размера и валидности поля MAC. Пакет смены PIN-кода → Проверка размера и валидности поля PIN. Если одна из волн фильтрации обнаружит в пакете изменения, пакет будет заменён на безопасный, а в файл Packets.bin выведется уведомление. Скриншот: Установка: Скопируйте файлы из архива в папку с сервером Откройте файл Gemini.XFail.xml В поле group укажите следующие параметры: address - IP адрес GroupServer; port - порт из файла GroupServer.cfg в блоке [Main] (Listen_Port) В поле gate укажите следующие параметры: address - IP адрес GateServer; port - порт из файла GateServer.cfg в блоке [GroupServer] (Port) Сохраните конфигурацию, запустите все подсервера (GameServer.exe, AccountServer.exe, GroupServer.cfg, GateServer.cfg), а затем запустите SQLGuard Скачать: Яндекс Диск Проверка на вирусы: Автор программы: insider
  2. 1 point
    You need to buy it from one of the developers. The ones I know are @V3ct0r and @Totoka.
  3. 1 point
    1) Bienvenido! 2) No postees mucho en español porque la mayoria hablan ingles o ruso 3) Fijate donde posteas, no es necesario postear 2 veces lo mismo, y esto no es Ni una Guia, ni un Server File (secciones en las que hiciste el post), lo correcto seria que postees en Questions & Answers. 4) Navega en la seccion Guides (Guias) y vas a encontrar muchas guias por donde empezar. 5) Antes de hacer cualquier pregunta, te recomiendo que uses el boton Search, ya que es probable que tu duda ya se haya resuelto en otro post. 6) Consejo personal: no copies y pegues, busca entender que es lo que haces cuando haces un script, o lo que sea. Y familiarizate lo mas que puedas con el ingles. Aqui te paso una especie de indice de guias para principiantes.
  4. 1 point
    go to your client scripts\lua\forms\main open it and look for frmGM = UI_CreateForm( "frmGM", FALSE, 480, 20, 300, 545, TRUE, FALSE ) change the function there to this frmGM = UI_CreateForm( "frmGM", FALSE, 480, 20, 300, 545, TRUE, FALSE ) UI_FormSetHotKey( frmGM, ALT_KEY, HOTKEY_P ) UI_ShowForm( frmGM, FALSE ) UI_AddFormToTemplete( frmGM, FORM_MAIN ) UI_FormSetIsEscClose( frmGM, FALSE ) UI_SetIsDrag( frmGM, TRUE ) UI_SetFormStyleEx( frmGM, FORM_BOTTOM, 0, 45) imgMain3 = UI_CreateCompent( frmGM, IMAGE_TYPE, "imgMain3", 378, 61, 0, 0 ) UI_LoadImage( imgMain3, "texture/ui/gm_panel.tga", NORMAL, 378, 61, 0, 0 ) btnClose = UI_CreateCompent( frmGM, BUTTON_TYPE, "btnClose", 14, 14, 361, 3 ) UI_LoadButtonImage( btnClose, "texture/ui/PublicC.tga", 14, 14, 116, 175, TRUE ) UI_SetButtonModalResult( btnClose, BUTTON_CLOSE ) labTitle = UI_CreateCompent( frmGM, LABELEX_TYPE, "labTitle", 283, 16, 10, 3 ) UI_SetCaption( labTitle, "GM Panel") UI_SetTextColor( labTitle, 4289000470 ) UI_SetLabelExFont( labTitle, DEFAULT_FONT, TRUE, COLOR_BLACK ) edtGMSay = UI_CreateCompent( frmGM, EDIT_TYPE, "edtGMSay", 335, 13, 21, 31 ) UI_SetTextColor( edtGMSay, 4288060058 ) UI_SetLabelExFont( edtGMSay, DEFAULT_FONT, TRUE, COLOR_BLACK ) UI_SetEditCursorColor( edtGMSay, 4288060058 ) UI_SetEditMaxNum( edtGMSay, 500) UI_SetEditMaxNumVisible( edtGMSay, 500) UI_SetEditCursorColor( edtGMSay, 4288060058 ) put this photo inside your client  texture\ui
  • Newsletter

    Want to keep up to date with all our latest news and information?
    Sign Up
×
×
  • Create New...