Перейти к содержанию

Desperate

Пользователи
  • Публикаций

    19
  • Зарегистрирован

  • Посещение

  • Отзывы

    0%

Весь контент Desperate

  1. Desperate

    [Шара] ЛК от Деморта

    Fatal error: Call to a member function query() on a non-object in C:\OSPanel\domains\test.site\class\F.php on line 376
  2. Desperate

    [Шара] ЛК от Деморта

    При попытке авторизироваться, ругается на $select = $WEB_DB->query("SELECT `name`,`time` FROM `antibrute` WHERE `type`='$type' AND `ip`='$this_ip'"); В чем проблема может быть?
  3. Desperate

    L2-Dev

    У кого то есть клиент файлы для защиты?
  4. Есть, но вроде декомпил
  5. Представьте не додумался, то что вы написали так делается только с исходным кодом, у меня именно сборка, и взять с другой любой сборки гуард не так просто
  6. Всем привет, нужна небольшая помощь, кто поможет привязать защиту(типо защиту) rGuard к сборке L2CCCP(Шара первой ветки),понимаю что в ней нет смысл, но мне нужно для своих целей,с помощью файлика desup.dll,я делаю доступ другим локальным сетям
  7. Desperate

    IPConfig или AdvIP

    Кто поможет прикрутить,исходник Lineage 2 Ertheia
  8. Был где то на форуме баффер
  9. Desperate

    Бафер

    Проще сам сделай,как тебе надо,там делов то...
  10. Ммм...mobius, а есть именно ваш фикс?Помимо изменения импортов?
  11. Desperate

    Требуется помощ

    Подскажите как именно так вывести,как на скрине
  12. Кстате при компиле на jdk 1.8 не 1 варинга
  13. Desperate

    Rebellion 688 Rguard

    Делал так,скомпилировал ядро сервера,ядро сервера закинул в ServerSide,после того начал компилировать защиту За помощь с меня плюс
  14. Desperate

    Rebellion 688 Rguard

    init: [mkdir] Created dir: C:\Users\Владимир\Desktop\ServerSide\build compile-guard: [mkdir] Created dir: C:\Users\Владимир\Desktop\ServerSide\build\classes [javac] Compiling 21 source files to C:\Users\Владимир\Desktop\ServerSide\build\classes [javac] warning: [path] bad path element "C:\Users\Владимир\Desktop\ServerSide\lib\commons-dbcp-1.4.jar": no such file or directory [javac] warning: [path] bad path element "C:\Users\Владимир\Desktop\ServerSide\lib\commons-io-2.4.jar": no such file or directory [javac] warning: [path] bad path element "C:\Users\Владимир\Desktop\ServerSide\lib\commons-lang3-3.3.2.jar": no such file or directory [javac] warning: [path] bad path element "C:\Users\Владимир\Desktop\ServerSide\lib\commons-pool-1.6.jar": no such file or directory [javac] warning: [path] bad path element "C:\Users\Владимир\Desktop\ServerSide\lib\dom4j-2.0.0-ALPHA-2.jar": no such file or directory [javac] warning: [path] bad path element "C:\Users\Владимир\Desktop\ServerSide\lib\ecj-4.4.jar": no such file or directory [javac] warning: [path] bad path element "C:\Users\Владимир\Desktop\ServerSide\lib\ehcache-core-2.6.8.jar": no such file or directory [javac] warning: [path] bad path element "C:\Users\Владимир\Desktop\ServerSide\lib\javolution-5.5.1.jar": no such file or directory [javac] warning: [path] bad path element "C:\Users\Владимир\Desktop\ServerSide\lib\log4j-1.2.17.jar": no such file or directory [javac] warning: [path] bad path element "C:\Users\Владимир\Desktop\ServerSide\lib\mysql-connector-java-5.1.33-bin.jar": no such file or directory [javac] warning: [path] bad path element "C:\Users\Владимир\Desktop\ServerSide\lib\napile.primitive.jar": no such file or directory [javac] warning: [path] bad path element "C:\Users\Владимир\Desktop\ServerSide\lib\slf4j-api-1.7.7.jar": no such file or directory [javac] warning: [path] bad path element "C:\Users\Владимир\Desktop\ServerSide\lib\slf4j-log4j12-1.7.7.jar": no such file or directory [javac] warning: [path] bad path element "C:\Users\Владимир\Desktop\ServerSide\lib\trove-3.0.3.jar": no such file or directory [javac] C:\Users\Владимир\Desktop\ServerSide\java\rGuard\hwidmanager\HWIDAdminBan.java:8: error: HWIDAdminBan is not abstract and does not override abstract method getAdminCommandList() in IAdminCommandHandler [javac] public class HWIDAdminBan implements IAdminCommandHandler [javac] ^ [javac] C:\Users\Владимир\Desktop\ServerSide\java\rGuard\hwidmanager\HWIDAdminBan.java:16: warning: [rawtypes] found raw type: Enum [javac] public boolean useAdminCommand(Enum comm, String[] wordList, String fullString, Player player) [javac] ^ [javac] missing type arguments for generic class Enum<E> [javac] where E is a type-variable: [javac] E extends Enum<E> declared in class Enum [javac] C:\Users\Владимир\Desktop\ServerSide\java\rGuard\hwidmanager\HWIDBan.java:78: error: cannot find symbol [javac] if (_lists.get(i).getHWID().equals(client.getHWID())) [javac] ^ [javac] symbol: method getHWID() [javac] location: variable client of type GameClient [javac] C:\Users\Владимир\Desktop\ServerSide\java\rGuard\hwidmanager\HWIDBan.java:93: error: cannot find symbol [javac] String HWID = client.getHWID(); [javac] ^ [javac] symbol: method getHWID() [javac] location: variable client of type GameClient [javac] C:\Users\Владимир\Desktop\ServerSide\java\rGuard\hwidmanager\HWIDManager.java:79: error: cannot find symbol [javac] if (_listHWID.get(i).getHWID().equals(client.getHWID())) [javac] ^ [javac] symbol: method getHWID() [javac] location: variable client of type GameClient [javac] C:\Users\Владимир\Desktop\ServerSide\java\rGuard\hwidmanager\HWIDManager.java:89: error: cannot find symbol [javac] hInfo.setHwids(client.getHWID()); [javac] ^ [javac] symbol: method getHWID() [javac] location: variable client of type GameClient [javac] C:\Users\Владимир\Desktop\ServerSide\java\rGuard\hwidmanager\HWIDManager.java:99: error: cannot find symbol [javac] statement.setString(2, client.getHWID()); [javac] ^ [javac] symbol: method getHWID() [javac] location: variable client of type GameClient [javac] C:\Users\Владимир\Desktop\ServerSide\java\rGuard\hwidmanager\HWIDManager.java:117: error: cannot find symbol [javac] statement.setString(1, client.getHWID()); [javac] ^ [javac] symbol: method getHWID() [javac] location: variable client of type GameClient [javac] C:\Users\Владимир\Desktop\ServerSide\java\rGuard\network\ProtectionManager.java:25: error: cannot find symbol [javac] client.sendPacket(new SpecialString(1, true, -1, ConfigProtection.PositionXNameServerInfoInClient, ConfigProtection.PositionYNameServerInfoInClient, ConfigProtection.ColorNameServerInfoInClient, (client.getActiveChar().isLangRus() ? "Сервер: " : "Server: ") + ConfigProtection.NameServerInfoInClient)); [javac] ^ [javac] symbol: method isLangRus() [javac] location: class Player [javac] C:\Users\Владимир\Desktop\ServerSide\java\rGuard\network\ProtectionManager.java:27: error: cannot find symbol [javac] client.sendPacket(new SpecialString(15, true, -1, ConfigProtection.PositionXRealTimeInClient, ConfigProtection.PositionYRealTimeInClient, ConfigProtection.ColorRealTimeInClient, client.getActiveChar().isLangRus() ? "Реальное время: " : "Real time: ")); [javac] ^ [javac] symbol: method isLangRus() [javac] location: class Player [javac] C:\Users\Владимир\Desktop\ServerSide\java\rGuard\network\ProtectionManager.java:35: error: cannot find symbol [javac] client.sendPacket(new SpecialString(2, true, -1, ConfigProtection.PositionXOnlineInClient, ConfigProtection.PositionYOnlineInClient, ConfigProtection.ColorOnlineInClient, (client.isLangRus() ? "Онлайн: " : "Online: ") + GameObjectsStorage.getAllPlayersCount())); [javac] ^ [javac] symbol: method isLangRus() [javac] location: variable client of type Player [javac] C:\Users\Владимир\Desktop\ServerSide\java\rGuard\network\ProtectionManager.java:43: error: cannot find symbol [javac] nd = client.isLangRus() ? "Ночь." : "Night."; [javac] ^ [javac] symbol: method isLangRus() [javac] location: variable client of type Player [javac] C:\Users\Владимир\Desktop\ServerSide\java\rGuard\network\ProtectionManager.java:45: error: cannot find symbol [javac] nd = client.isLangRus() ? "День." : "Day."; [javac] ^ [javac] symbol: method isLangRus() [javac] location: variable client of type Player [javac] C:\Users\Владимир\Desktop\ServerSide\java\rGuard\network\ProtectionManager.java:54: error: cannot find symbol [javac] client.sendPacket(new SpecialString(3, true, -1, ConfigProtection.PositionXServerTimeInClient, ConfigProtection.PositionYServerTimeInClient, ConfigProtection.ColorServerTimeInClient, (client.isLangRus() ? "Игровое время: " : "Game time: ") + strH + ":" + strM + " (" + nd + ")")); [javac] ^ [javac] symbol: method isLangRus() [javac] location: variable client of type Player [javac] C:\Users\Владимир\Desktop\ServerSide\java\rGuard\network\ProtectionManager.java:57: error: cannot find symbol [javac] client.sendPacket(new SpecialString(14, true, -1, ConfigProtection.PositionXPingInClient, ConfigProtection.PositionYPingInClient, ConfigProtection.ColorPingInClient, client.isLangRus() ? "Пинг: " : "Ping: ")); [javac] ^ [javac] symbol: method isLangRus() [javac] location: variable client of type Player [javac] C:\Users\Владимир\Desktop\ServerSide\java\rGuard\network\ProtectionManager.java:101: error: cannot find symbol [javac] if (client != null && client.getActiveChar() != null && !client.isGameGuardOk()) [javac] ^ [javac] symbol: method isGameGuardOk() [javac] location: variable client of type GameClient [javac] C:\Users\Владимир\Desktop\ServerSide\java\rGuard\network\ProtectionManager.java:108: error: cannot find symbol [javac] _log.info("Client "+client+" is banned. Kicked! |HWID: " + client.getHWID() + " IP: " + client.getIpAddr()); [javac] ^ [javac] symbol: method getHWID() [javac] location: variable client of type GameClient [javac] C:\Users\Владимир\Desktop\ServerSide\java\rGuard\network\clientpackets\GameGuardReply.java:21: error: cannot find symbol [javac] client.setGameGuardOk(true); [javac] ^ [javac] symbol: method setGameGuardOk(boolean) [javac] location: variable client of type GameClient [javac] C:\Users\Владимир\Desktop\ServerSide\java\rGuard\network\clientpackets\GameGuardReply.java:23: error: cannot find symbol [javac] client.setGameGuardOk(false); [javac] ^ [javac] symbol: method setGameGuardOk(boolean) [javac] location: variable client of type GameClient [javac] 18 errors [javac] 15 warnings BUILD FAILED C:\Users\Владимир\Desktop\ServerSide\build-guard.xml:48: Compile failed; see the compiler error output for details. Total time: 1 second Подскажите что не так делаю?
  15. What better source server Lindvior to base ?
×
×
  • Создать...