1. Соблюдайте Правила форума и проявляйте уважение к другим участникам беседы.

Решено Частый рехост

Тема в разделе 'Основные вопросы', создана пользователем Sk1llz, 30 сен 2012.

Статус темы:
Закрыта.
  1. MAMA_YA_DNO Гуру

    Сообщения:
    187
    Спасибы:
    9
    Сборка бота GHost:
    Ghost Rakata Edition
    Дата начала использования бота:
    15.08.2012
    Код:
        if (Payload.empty())
                        {
                            idx = GameName.length()-1;
                            if (idx>=2)
                            if (GameName.at(idx-2)=='#')
                                idx = idx-1;
                            else
                                if (GameName.at(idx-1)=='#')
                                    idx = idx;
                                else
                                    idx = 0;
     
                            // idx = 0, no Game Nr found in gamename
                            if (idx == 0)
                            {
                                GameNr = "0";
                                GameName = GameName + " #";
                            }
                            else
                            {
                                GameNr = GameName.substr(idx,GameName.length()-idx);
                                GameName = GameName.substr(0,idx);
                            }
    не оно ли?
  2. Suicider Старожила

    Сообщения:
    673
    Спасибы:
    117
    Сборка бота GHost:
    Ghost++ 17.1 by w3gh
    Дата начала использования бота:
    12.07.2011
    блеать... чувак я дал тебе ответ если ты автохост юзаешь, это при ручном пабе игры...
  3. Doterok Старожила

    Сообщения:
    923
    Спасибы:
    171
    Сборка бота GHost:
    Ghost ++ 17.2
    Дата начала использования бота:
    2011
    true story
    rost нравится это.
  4. MAMA_YA_DNO Гуру

    Сообщения:
    187
    Спасибы:
    9
    Сборка бота GHost:
    Ghost Rakata Edition
    Дата начала использования бота:
    15.08.2012
    • Неправильное оформление сообщения
    что-то не компильтся теперь
    как избавится от этих ошибок?
    1>------ Построение начато: проект: ghost, Конфигурация: Debug MySQL Win32 ------
    1>Компоновка...
    1>LINK : warning LNK4098: библиотека по умолчанию "MSVCRT" противоречит использованию других библиотек; используйте параметр /NODEFAULTLIB:library
    1>bncsutilinterface.obj : error LNK2019: ссылка на неразрешенный внешний символ __imp__nls_init_l@16 в функции "public: __thiscall NLS::NLS(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (??0NLS@@QAE@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@0@Z)
    1>bncsutilinterface.obj : error LNK2019: ссылка на неразрешенный внешний символ __imp__nls_free@4 в функции "public: virtual __thiscall NLS::~NLS(void)" (??1NLS@@UAE@XZ)
    1>bncsutilinterface.obj : error LNK2019: ссылка на неразрешенный внешний символ __imp__checkRevisionFlat@24 в функции "public: bool __thiscall CBNCSUtilInterface::HELP_SID_AUTH_CHECK(bool,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::vector<unsigned char,class std::allocator<unsigned char> >,class std::vector<unsigned char,class std::allocator<unsigned char> >)" (?HELP_SID_AUTH_CHECK@CBNCSUtilInterface@@QAE_N_NV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@1111V?$vector@EV?$allocator@E@std@@@3@2@Z)
    1>bncsutilinterface.obj : error LNK2019: ссылка на неразрешенный внешний символ __imp__extractMPQNumber@4 в функции "public: bool __thiscall CBNCSUtilInterface::HELP_SID_AUTH_CHECK(bool,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::vector<unsigned char,class std::allocator<unsigned char> >,class std::vector<unsigned char,class std::allocator<unsigned char> >)" (?HELP_SID_AUTH_CHECK@CBNCSUtilInterface@@QAE_N_NV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@1111V?$vector@EV?$allocator@E@std@@@3@2@Z)
    1>bncsutilinterface.obj : error LNK2019: ссылка на неразрешенный внешний символ __imp__getExeInfo@20 в функции "public: bool __thiscall CBNCSUtilInterface::HELP_SID_AUTH_CHECK(bool,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::vector<unsigned char,class std::allocator<unsigned char> >,class std::vector<unsigned char,class std::allocator<unsigned char> >)" (?HELP_SID_AUTH_CHECK@CBNCSUtilInterface@@QAE_N_NV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@1111V?$vector@EV?$allocator@E@std@@@3@2@Z)
    1>bncsutilinterface.obj : error LNK2019: ссылка на неразрешенный внешний символ __imp__nls_get_A@8 в функции "public: void __thiscall NLS::getPublicKey(char *)" (?getPublicKey@NLS@@QAEXPAD@Z)
    1>bncsutilinterface.obj : error LNK2019: ссылка на неразрешенный внешний символ __imp__nls_get_M1@16 в функции "public: void __thiscall NLS::getClientSessionKey(char *,char const *,char const *)" (?getClientSessionKey@NLS@@QAEXPADPBD1@Z)
    1>bncsutilinterface.obj : error LNK2019: ссылка на неразрешенный внешний символ __imp__hashPassword@8 в функции "public: bool __thiscall CBNCSUtilInterface::HELP_PvPGNPasswordHash(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?HELP_PvPGNPasswordHash@CBNCSUtilInterface@@QAE_NV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
    1>bncsutilinterface.obj : error LNK2019: ссылка на неразрешенный внешний символ "__declspec(dllimport) public: virtual __thiscall CDKeyDecoder::~CDKeyDecoder(void)" (__imp_??1CDKeyDecoder@@UAE@XZ) в функции "private: class std::vector<unsigned char,class std::allocator<unsigned char> > __thiscall CBNCSUtilInterface::CreateKeyInfo(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,unsigned int,unsigned int)" (?CreateKeyInfo@CBNCSUtilInterface@@AAE?AV?$vector@EV?$allocator@E@std@@@std@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@3@II@Z)
    1>bncsutilinterface.obj : error LNK2019: ссылка на неразрешенный внешний символ "__declspec(dllimport) public: unsigned int __thiscall CDKeyDecoder::getHash(char *)" (__imp_?getHash@CDKeyDecoder@@QAEIPAD@Z) в функции "private: class std::vector<unsigned char,class std::allocator<unsigned char> > __thiscall CBNCSUtilInterface::CreateKeyInfo(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,unsigned int,unsigned int)" (?CreateKeyInfo@CBNCSUtilInterface@@AAE?AV?$vector@EV?$allocator@E@std@@@std@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@3@II@Z)
    1>bncsutilinterface.obj : error LNK2019: ссылка на неразрешенный внешний символ "__declspec(dllimport) public: unsigned int __thiscall CDKeyDecoder::calculateHash(unsigned int,unsigned int)" (__imp_?calculateHash@CDKeyDecoder@@QAEIII@Z) в функции "private: class std::vector<unsigned char,class std::allocator<unsigned char> > __thiscall CBNCSUtilInterface::CreateKeyInfo(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,unsigned int,unsigned int)" (?CreateKeyInfo@CBNCSUtilInterface@@AAE?AV?$vector@EV?$allocator@E@std@@@std@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@3@II@Z)
    1>bncsutilinterface.obj : error LNK2019: ссылка на неразрешенный внешний символ "__declspec(dllimport) public: unsigned int __thiscall CDKeyDecoder::getVal1(void)" (__imp_?getVal1@CDKeyDecoder@@QAEIXZ) в функции "private: class std::vector<unsigned char,class std::allocator<unsigned char> > __thiscall CBNCSUtilInterface::CreateKeyInfo(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,unsigned int,unsigned int)" (?CreateKeyInfo@CBNCSUtilInterface@@AAE?AV?$vector@EV?$allocator@E@std@@@std@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@3@II@Z)
    1>bncsutilinterface.obj : error LNK2019: ссылка на неразрешенный внешний символ "__declspec(dllimport) public: unsigned int __thiscall CDKeyDecoder::getProduct(void)" (__imp_?getProduct@CDKeyDecoder@@QAEIXZ) в функции "private: class std::vector<unsigned char,class std::allocator<unsigned char> > __thiscall CBNCSUtilInterface::CreateKeyInfo(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,unsigned int,unsigned int)" (?CreateKeyInfo@CBNCSUtilInterface@@AAE?AV?$vector@EV?$allocator@E@std@@@std@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@3@II@Z)
    1>bncsutilinterface.obj : error LNK2019: ссылка на неразрешенный внешний символ "__declspec(dllimport) public: int __thiscall CDKeyDecoder::isKeyValid(void)" (__imp_?isKeyValid@CDKeyDecoder@@QAEHXZ) в функции "private: class std::vector<unsigned char,class std::allocator<unsigned char> > __thiscall CBNCSUtilInterface::CreateKeyInfo(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,unsigned int,unsigned int)" (?CreateKeyInfo@CBNCSUtilInterface@@AAE?AV?$vector@EV?$allocator@E@std@@@std@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@3@II@Z)
    1>bncsutilinterface.obj : error LNK2019: ссылка на неразрешенный внешний символ "__declspec(dllimport) public: __thiscall CDKeyDecoder::CDKeyDecoder(char const *,unsigned int)" (__imp_??0CDKeyDecoder@@QAE@PBDI@Z) в функции "private: class std::vector<unsigned char,class std::allocator<unsigned char> > __thiscall CBNCSUtilInterface::CreateKeyInfo(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,unsigned int,unsigned int)" (?CreateKeyInfo@CBNCSUtilInterface@@AAE?AV?$vector@EV?$allocator@E@std@@@std@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@3@II@Z)
    1>D:\ghost\\ghost.exe : fatal error LNK1120: 15 неразрешенных внешних элементов
    1>Журнал построения был сохранен в "file://d:\ghost\Debug MySQL\BuildLog.htm"
    1>ghost - ошибок 16, предупреждений 1
    ========== Построение: успешно: 0, с ошибками: 1, без изменений: 0, пропущено: 0 ==========
  5. MuP .

    Сообщения:
    653
    Спасибы:
    202
    Сборка бота GHost:
    Ghost++ rev 579
    Дата начала использования бота:
    00.00.0000
    Советую забыть пока про изменения бота, если вы не в силах правильно прочитать хотя бы пост про компиляцию в Windows.
  6. MAMA_YA_DNO Гуру

    Сообщения:
    187
    Спасибы:
    9
    Сборка бота GHost:
    Ghost Rakata Edition
    Дата начала использования бота:
    15.08.2012
    я хз он по умолчанию стоял а какой надо есть Debug Win32
  7. ZeratuL1986 Пил пиво с админом

    Сообщения:
    164
    Спасибы:
    13
    Дата начала использования бота:
    1.03.2012
  8. MAMA_YA_DNO Гуру

    Сообщения:
    187
    Спасибы:
    9
    Сборка бота GHost:
    Ghost Rakata Edition
    Дата начала использования бота:
    15.08.2012
    поцаны я скомпилил всем спасибо :opasnoste:
  9. rost Гуру

    Сообщения:
    1.258
    Спасибы:
    150
    Сборка бота GHost:
    LtG
    Дата начала использования бота:
    01.11.2010
    Skype:
    Мой статус
    ура
    MuP, Doterok и Guard нравится это.
Статус темы:
Закрыта.