Хостинг серверов Minecraft playvds.com
  1. Вы находитесь в русском сообществе Bukkit. Мы - администраторы серверов Minecraft, разрабатываем собственные плагины и переводим на русский язык плагины наших собратьев из других стран.
    Скрыть объявление
  2. Данный раздел создан исключительно для релизов! Вопросы по лаунчеру или обвязке задавайте ТОЛЬКО в соответсвующей теме автора. Любые другие темы будут удалены, а авторы понесут наказание.

Лаунчер Sashok724 Launcher (Modification)

Тема в разделе "Веб-обвязки и лаунчеры", создана пользователем DragoSFire, 11 апр 2014.

  1. MOR_IV

    MOR_IV Активный участник Пользователь

    Баллы:
    88
    Имя в Minecraft:
    MOR_IV
    А мне там и не нужны скорости. Я его использую один раз - для создания ключей.
     
  2. Хостинг MineCraft
    <
  3. Хома

    Хома Активный участник Пользователь

    Баллы:
    68
    его да, но у тебя теперь все будет работать медленнее
     
  4. MOR_IV

    MOR_IV Активный участник Пользователь

    Баллы:
    88
    Имя в Minecraft:
    MOR_IV
    С чего бы это? У меня старые connect.php и admin.php лежат вообще в другом месте и используются только для создания ключей. Больше ни где не использую.
     
  5. korsakik

    korsakik Старожил Пользователь

    Баллы:
    103
    Skype:
    korsakik
    Имя в Minecraft:
    LexaKI
  6. Хома

    Хома Активный участник Пользователь

    Баллы:
    68
    //ВСЕ ЧТО НИЖЕ - НЕ ТРОГАТЬ!
    try {
    $db = new PDO("mysql:host=$db_host;port=$db_port;dbname=$db_database", $db_user, $db_pass);
    $db->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
    $db->exec("set names utf8");
    } catch(PDOException $pe) {
    die(Security::encrypt("errorsql", $key1).$logger->WriteLine($log_date.$pe)); //вывод ошибок MySQL в m.log
    }
    Не ?
     
  7. MOR_IV

    MOR_IV Активный участник Пользователь

    Баллы:
    88
    Имя в Minecraft:
    MOR_IV
    У меня вот:
    Код:
    //ВСЕ ЧТО НИЖЕ - НЕ ТРОГАТЬ!
        $link = @mysql_connect($db_host.':'.$db_port,$db_user,$db_pass) or die(mysql_error());
    
        mysql_select_db($db_database,$link);
        mysql_query("SET names UTF8");
    
    это в том файле.

    В рабочем лаунчере - как у вас.
     
  8. Cleverclover

    Cleverclover Активный участник Пользователь

    Баллы:
    78
    Skype:
    Ogurechick37
    Имя в Minecraft:
    Gedehamsen
    Ребята, делаю всё правильно а всё равно при заходе на сервер выдаёт ошибку BadLogin. Настроил классы авторизации в MCPC и minecraft.jar, Есть фикс этой проблемы?
     
  9. MOR_IV

    MOR_IV Активный участник Пользователь

    Баллы:
    88
    Имя в Minecraft:
    MOR_IV
    Внимательно проверь авторизацию. По любому ошибка где-то у тебя. Я тоже долго не мог помню с первым лаунчером сделать, пока jsp на php не поменял :D
     
  10. alexandrage

    alexandrage Администратор

    Баллы:
    173
    Skype:
    alexandr0116
    Переписал добавление ваучеров.
     
  11. MOR_IV

    MOR_IV Активный участник Пользователь

    Баллы:
    88
    Имя в Minecraft:
    MOR_IV
    Может тогда так? Получается ключ + шифрованная по md5 дата и время. Своеобразная защита от повторений и от подборов.
    Код:
     function genKey($length)
      {
       $chars = $_GET['symb'];
       $numChars = strlen($chars);
       $string = '';
       for ($i = 0; $i < $length; $i++) $string .= substr($chars, rand(1, $numChars) - 1, 1);
       $string .= md5(date("Y:m:d:H:m:s"));
       return $string;
      }
    Или вот: к ключу добавляет время и дату, а потом шифрует по md5

    Код:
    function genKey($length)
      {
       $chars = $_GET['symb'];
       $numChars = strlen($chars);
       $string = '';
       for ($i = 0; $i < $length; $i++) $string .= substr($chars, rand(1, $numChars) - 1, 1);
       $string .= date("Y:m:d:H:m:s");
       return md5($string);
      }
    Я думаю стоит подумать =)
     
  12. alexandrage

    alexandrage Администратор

    Баллы:
    173
    Skype:
    alexandr0116
    Смысл шифровать оно все равно в бд прячется, делай длину ключа побольше и все.
     
  13. Vanterkraft

    Vanterkraft Активный участник Пользователь

    Баллы:
    88
    Skype:
    Deska_Sava
    Автору респект) Очень нужная штука тем, кто хочет чтобы игроки были на равных условиях!

    Зашёл спросить, если у тебя WP , то connect.php заменить connect_wordpress.php (ток переименовать)?
     
  14. alexandrage

    alexandrage Администратор

    Баллы:
    173
    Skype:
    alexandr0116
    Он немного устарел но должен подходить.
     
  15. Cleverclover

    Cleverclover Активный участник Пользователь

    Баллы:
    78
    Skype:
    Ogurechick37
    Имя в Minecraft:
    Gedehamsen
    Ребят, я не в курсе - а если у меня ошибка BadLogin, мне нужно заного всё делать? Ну там комп новый покупать провайдера менять, переходить на другой хостинг, ещё лучше принтер заменить? Да? Мне друг вчера сказал...
     
  16. alexandrage

    alexandrage Администратор

    Баллы:
    173
    Skype:
    alexandr0116
    Пукан смени :lol:.
     
  17. Cleverclover

    Cleverclover Активный участник Пользователь

    Баллы:
    78
    Skype:
    Ogurechick37
    Имя в Minecraft:
    Gedehamsen
    Пукан смени :lol:.

    Опять?!?!?!?!
     
  18. Alexgrist

    Alexgrist Старожил Пользователь

    Баллы:
    173
    Возьми исходники из подписи alexandrage. Там всё рабочее.
     
  19. Cleverclover

    Cleverclover Активный участник Пользователь

    Баллы:
    78
    Skype:
    Ogurechick37
    Имя в Minecraft:
    Gedehamsen
    Я и так качаю всегда последнее с GitHub'a
     
  20. Alexgrist

    Alexgrist Старожил Пользователь

    Баллы:
    173
    Значит ссылки указал неверно. И ещё почисти таблицу usersession.
     
  21. xAuth

    xAuth Активный участник Пользователь

    Баллы:
    68
    Skype:
    programist-soft
    Имя в Minecraft:
    RokkoEffe
    У меня проблема - бесконечная авторизация в лаунчере... Хостинг Hostinger, что делать?
    И вот ещё ошибки:
    D:\Fix-Sashok-master\src\net\launcher\components\Frame.java:31: warning: AWTUtilities is internal proprietary API and may be removed in a future release
    import com.sun.awt.AWTUtilities;
    D:\Fix-Sashok-master\src\net\launcher\utils\java\eURLClassLoader.java:28: warning: Resource is internal proprietary API and may be removed in a future release
    import sun.misc.Resource;
    D:\Fix-Sashok-master\src\net\launcher\utils\java\eURLClassLoader.java:29: warning: ParseUtil is internal proprietary API and may be removed in a future release
    import sun.net.www.ParseUtil;
    D:\Fix-Sashok-master\src\net\launcher\utils\java\eURLClassLoader.java:30: warning: SecurityConstants is internal proprietary API and may be removed in a future release
    import sun.security.util.SecurityConstants;
    D:\Fix-Sashok-master\src\net\launcher\utils\java\eURLClassPath.java:11: warning: JarIndex is internal proprietary API and may be removed in a future release
    import sun.misc.JarIndex;
    D:\Fix-Sashok-master\src\net\launcher\utils\java\eURLClassPath.java:12: warning: InvalidJarIndexException is internal proprietary API and may be removed in a future release
    import sun.misc.InvalidJarIndexException;
    D:\Fix-Sashok-master\src\net\launcher\utils\java\eURLClassPath.java:13: warning: ParseUtil is internal proprietary API and may be removed in a future release
    import sun.net.www.ParseUtil;
    D:\Fix-Sashok-master\src\net\launcher\utils\java\eURLClassPath.java:35: warning: ExtensionDependency is internal proprietary API and may be removed in a future release
    import sun.misc.ExtensionDependency;
    D:\Fix-Sashok-master\src\net\launcher\utils\java\eURLClassPath.java:36: warning: FileURLMapper is internal proprietary API and may be removed in a future release
    import sun.misc.FileURLMapper;
    D:\Fix-Sashok-master\src\net\launcher\utils\java\eURLClassPath.java:37: warning: MetaIndex is internal proprietary API and may be removed in a future release
    import sun.misc.MetaIndex;
    D:\Fix-Sashok-master\src\net\launcher\utils\java\eURLClassPath.java:38: warning: Resource is internal proprietary API and may be removed in a future release
    import sun.misc.Resource;
    D:\Fix-Sashok-master\src\net\launcher\utils\java\eURLClassPath.java:39: warning: SharedSecrets is internal proprietary API and may be removed in a future release
    import sun.misc.SharedSecrets;
    D:\Fix-Sashok-master\src\net\launcher\utils\java\eURLClassPath.java:40: warning: URLUtil is internal proprietary API and may be removed in a future release
    import sun.net.util.URLUtil;
    D:\Fix-Sashok-master\src\net\launcher\utils\java\eSecureClassLoader.java:13: warning: Debug is internal proprietary API and may be removed in a future release
    import sun.security.util.Debug;
    D:\Fix-Sashok-master\src\net\launcher\utils\java\eSharedSecrets.java:7: warning: SharedSecrets is internal proprietary API and may be removed in a future release
    import sun.misc.SharedSecrets;
    D:\Fix-Sashok-master\src\net\launcher\components\Frame.java:104: warning: AWTUtilities is internal proprietary API and may be removed in a future release
    AWTUtilities.setWindowOpaque(this, false);
    ^
    D:\Fix-Sashok-master\src\net\launcher\utils\java\eURLClassLoader.java:234: warning: FileURLConnection is internal proprietary API and may be removed in a future release
    } else if (urlc instanceof sun.net.www.protocol.file.FileURLConnection)
    D:\Fix-Sashok-master\src\net\launcher\utils\java\eURLClassLoader.java:363: warning: Resource is internal proprietary API and may be removed in a future release
    Resource res = ucp.getResource(path, false);
    D:\Fix-Sashok-master\src\net\launcher\utils\java\eURLClassLoader.java:425: warning: Resource is internal proprietary API and may be removed in a future release
    private Class<?> defineClass(String name, Resource res) throws IOException
    D:\Fix-Sashok-master\src\net\launcher\utils\java\eURLClassLoader.java:466: warning: PerfCounter is internal proprietary API and may be removed in a future release
    sun.misc.PerfCounter.getReadClassBytesTime().addElapsedTimeFrom(t0);
    D:\Fix-Sashok-master\src\net\launcher\utils\java\eURLClassLoader.java:474: warning: PerfCounter is internal proprietary API and may be removed in a future release
    sun.misc.PerfCounter.getReadClassBytesTime().addElapsedTimeFrom(t0);
    D:\Fix-Sashok-master\src\net\launcher\utils\java\eURLClassLoader.java:706: warning: SecurityConstants is internal proprietary API and may be removed in a future release
    p = new FilePermission(path, SecurityConstants.FILE_READ_ACTION);
    D:\Fix-Sashok-master\src\net\launcher\utils\java\eURLClassLoader.java:711: warning: ParseUtil is internal proprietary API and may be removed in a future release
    path = ParseUtil.decode(path);
    D:\Fix-Sashok-master\src\net\launcher\utils\java\eURLClassLoader.java:714: warning: SecurityConstants is internal proprietary API and may be removed in a future release
    p = new FilePermission(path, SecurityConstants.FILE_READ_ACTION);
    D:\Fix-Sashok-master\src\net\launcher\utils\java\eURLClassLoader.java:730: warning: SecurityConstants is internal proprietary API and may be removed in a future release
    SecurityConstants.SOCKET_CONNECT_ACCEPT_ACTION);
    D:\Fix-Sashok-master\src\net\launcher\utils\java\eURLClassPath.java:57: warning: GetPropertyAction is internal proprietary API and may be removed in a future release
    new sun.security.action.GetPropertyAction("java.version"));
    D:\Fix-Sashok-master\src\net\launcher\utils\java\eURLClassPath.java:59: warning: GetPropertyAction is internal proprietary API and may be removed in a future release
    new sun.security.action.GetPropertyAction("net.launcher.utils.java.eURLClassPath.debug")) != null);
    D:\Fix-Sashok-master\src\net\launcher\utils\java\eURLClassPath.java:191: warning: Resource is internal proprietary API and may be removed in a future release
    public Resource getResource(String name, boolean check)
    D:\Fix-Sashok-master\src\net\launcher\utils\java\eURLClassPath.java:201: warning: Resource is internal proprietary API and may be removed in a future release
    Resource res = loader.getResource(name, check);
    D:\Fix-Sashok-master\src\net\launcher\utils\java\eURLClassPath.java:261: warning: Resource is internal proprietary API and may be removed in a future release
    public Resource getResource(String name)
    D:\Fix-Sashok-master\src\net\launcher\utils\java\eURLClassPath.java:273: warning: Resource is internal proprietary API and may be removed in a future release
    public Enumeration<Resource> getResources(final String name, final boolean check)
    D:\Fix-Sashok-master\src\net\launcher\utils\java\eURLClassPath.java:275: warning: Resource is internal proprietary API and may be removed in a future release
    return new Enumeration<Resource>() {
    D:\Fix-Sashok-master\src\net\launcher\utils\java\eURLClassPath.java:277: warning: Resource is internal proprietary API and may be removed in a future release
    private Resource res = null;
    D:\Fix-Sashok-master\src\net\launcher\utils\java\eURLClassPath.java:304: warning: Resource is internal proprietary API and may be removed in a future release
    public Resource nextElement()
    D:\Fix-Sashok-master\src\net\launcher\utils\java\eURLClassPath.java:310: warning: Resource is internal proprietary API and may be removed in a future release
    Resource r = res;
    D:\Fix-Sashok-master\src\net\launcher\utils\java\eURLClassPath.java:317: warning: Resource is internal proprietary API and may be removed in a future release
    public Enumeration<Resource> getResources(final String name)
    D:\Fix-Sashok-master\src\net\launcher\utils\java\eURLClassPath.java:352: warning: URLUtil is internal proprietary API and may be removed in a future release
    String urlNoFragString = URLUtil.urlNoFragString(url);
    D:\Fix-Sashok-master\src\net\launcher\utils\java\eURLClassPath.java:451: warning: ParseUtil is internal proprietary API and may be removed in a future release
    urls[count++] = ParseUtil.fileToEncodedURL(f);
    D:\Fix-Sashok-master\src\net\launcher\utils\java\eURLClassPath.java:558: warning: ParseUtil is internal proprietary API and may be removed in a future release
    url = new URL(base, ParseUtil.encodePath(name, false));
    D:\Fix-Sashok-master\src\net\launcher\utils\java\eURLClassPath.java:597: warning: Resource is internal proprietary API and may be removed in a future release
    Resource getResource(final String name, boolean check)
    D:\Fix-Sashok-master\src\net\launcher\utils\java\eURLClassPath.java:602: warning: ParseUtil is internal proprietary API and may be removed in a future release
    url = new URL(base, ParseUtil.encodePath(name, false));
    D:\Fix-Sashok-master\src\net\launcher\utils\java\eURLClassPath.java:629: warning: Resource is internal proprietary API and may be removed in a future release
    return new Resource() {
    D:\Fix-Sashok-master\src\net\launcher\utils\java\eURLClassPath.java:662: warning: Resource is internal proprietary API and may be removed in a future release
    Resource getResource(final String name)
    D:\Fix-Sashok-master\src\net\launcher\utils\java\eURLClassPath.java:695: warning: JarIndex is internal proprietary API and may be removed in a future release
    private JarIndex index;
    D:\Fix-Sashok-master\src\net\launcher\utils\java\eURLClassPath.java:696: warning: MetaIndex is internal proprietary API and may be removed in a future release
    private MetaIndex metaIndex;
    D:\Fix-Sashok-master\src\net\launcher\utils\java\eURLClassPath.java:722: warning: ParseUtil is internal proprietary API and may be removed in a future release
    fileName = ParseUtil.decode(fileName);
    D:\Fix-Sashok-master\src\net\launcher\utils\java\eURLClassPath.java:724: warning: MetaIndex is internal proprietary API and may be removed in a future release
    metaIndex = MetaIndex.forJar(f);

    ^
     
    Последнее редактирование: 6 июл 2014

Поделиться этой страницей