Не работает распознавание каптчи

  • Автор темы Автор темы serg32
  • Дата начала Дата начала

serg32

Client
Регистрация
27.02.2015
Сообщения
545
Реакции
15
Баллы
18
Здравствуйте!
Уже не первый раз в проектах необходимо было использовать разгадывание каптчи, после настройки проекта каптча не разгадывается, а в логе выдается такое сообщение:
wGkMj

https://cloud.mail.ru/public/Ldq5/Hpc7qyfvx
Подскажите что делать?
 
Здравствуйте!
Уже не первый раз в проектах необходимо было использовать разгадывание каптчи, после настройки проекта каптча не разгадывается, а в логе выдается такое сообщение:
wGkMj

https://cloud.mail.ru/public/Ldq5/Hpc7qyfvx
Подскажите что делать?
каким образом разгадываете каптчу?
любые подробности приветствуются, будет легче ответить..
 
обычнм экшеном отгадывания каптчи, картинку он находит, потому что на ручной ввод кидает нормально. В экшене выбрал модуль "Anti-Catpcha"
в файле hosts нет случайно перенаправлений антигейта на капмонстр?
 
  • Оценить
Реакции: serg32
в папке C:\Windows\System32\drivers\etc
там фарш вот такой, где-то тут ошибка, я чувствую)
Код:
Развернуть Свернуть Копировать
# Copyright (c) 1993-2009 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
#      102.54.94.97     rhino.acme.com          # source server
#       38.25.63.10     x.acme.com              # x client host
# localhost name resolution is handled within DNS itself.
#    127.0.0.1       localhost
#    ::1             localhost
0.0.0.1    mssplus.mcafee.com
# capmonster begin
127.0.0.3    2captcha.com
# capmonster end
# capmonster begin
127.0.0.3    imacros2.2captcha.com
# capmonster end
# capmonster begin
127.0.0.3    dc.antigate.com
# capmonster end
# capmonster begin
127.0.0.3    anti-captcha.net
# capmonster end
# capmonster begin
127.0.0.3    antigate.com
# capmonster end
# capmonster begin
127.0.0.3    anticaptcha.com
# capmonster end
# capmonster begin
127.0.0.3    www.anti-captcha.net
# capmonster end
# capmonster begin
127.0.0.3    www.antigate.com
# capmonster end
# capmonster begin
127.0.0.3    www.anticaptcha.com
# capmonster end
# capmonster begin
127.0.0.3    anti-captcha.com
# capmonster end
# capmonster begin
127.0.0.3    api.anti-captcha.com
# capmonster end
# capmonster begin
127.0.0.3    bypasscaptcha.com
# capmonster end
# capmonster begin
127.0.0.3    www.bypasscaptcha.com
# capmonster end
# capmonster begin
127.0.0.3    captchabot.com
# capmonster end
# capmonster begin
127.0.0.3    www.captchabot.com
# capmonster end
# capmonster begin
127.0.0.3    api.dbcapi.me
# capmonster end
# capmonster begin
127.0.0.3    api.deathbycaptcha.com
# capmonster end
# capmonster begin
127.0.0.3    api.deathbycaptcha.eu
# capmonster end
# capmonster begin
127.0.0.3    api.dbc.me
# capmonster end
# capmonster begin
127.0.0.3    poster.decaptcher.com
# capmonster end
# capmonster begin
127.0.0.3    poster.de-captcher.com
# capmonster end
# capmonster begin
127.0.0.3    poster.de-captcher.info
# capmonster end
# capmonster begin
127.0.0.3    poster.decaptcher-reloaded.com
# capmonster end
# capmonster begin
127.0.0.3    captchatypers.com
# capmonster end
# capmonster begin
127.0.0.3    dama3.hyslt.com
# capmonster end
# capmonster begin
127.0.0.3    worker0.hyslt.com
# capmonster end
# capmonster begin
127.0.0.3    ripcaptcha.com
# capmonster end
# capmonster begin
127.0.0.3    rucaptcha.com
# capmonster end
# capmonster begin
127.0.0.3    imacros2.rucaptcha.com
# capmonster end
# capmonster begin
127.0.0.3    api.ruokuai.com
# capmonster end
 
там фарш вот такой, где-то тут ошибка, я чувствую)
Код:
Развернуть Свернуть Копировать
# Copyright (c) 1993-2009 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
#      102.54.94.97     rhino.acme.com          # source server
#       38.25.63.10     x.acme.com              # x client host
# localhost name resolution is handled within DNS itself.
#    127.0.0.1       localhost
#    ::1             localhost
0.0.0.1    mssplus.mcafee.com
# capmonster begin
127.0.0.3    2captcha.com
# capmonster end
# capmonster begin
127.0.0.3    imacros2.2captcha.com
# capmonster end
# capmonster begin
127.0.0.3    dc.antigate.com
# capmonster end
# capmonster begin
127.0.0.3    anti-captcha.net
# capmonster end
# capmonster begin
127.0.0.3    antigate.com
# capmonster end
# capmonster begin
127.0.0.3    anticaptcha.com
# capmonster end
# capmonster begin
127.0.0.3    www.anti-captcha.net
# capmonster end
# capmonster begin
127.0.0.3    www.antigate.com
# capmonster end
# capmonster begin
127.0.0.3    www.anticaptcha.com
# capmonster end
# capmonster begin
127.0.0.3    anti-captcha.com
# capmonster end
# capmonster begin
127.0.0.3    api.anti-captcha.com
# capmonster end
# capmonster begin
127.0.0.3    bypasscaptcha.com
# capmonster end
# capmonster begin
127.0.0.3    www.bypasscaptcha.com
# capmonster end
# capmonster begin
127.0.0.3    captchabot.com
# capmonster end
# capmonster begin
127.0.0.3    www.captchabot.com
# capmonster end
# capmonster begin
127.0.0.3    api.dbcapi.me
# capmonster end
# capmonster begin
127.0.0.3    api.deathbycaptcha.com
# capmonster end
# capmonster begin
127.0.0.3    api.deathbycaptcha.eu
# capmonster end
# capmonster begin
127.0.0.3    api.dbc.me
# capmonster end
# capmonster begin
127.0.0.3    poster.decaptcher.com
# capmonster end
# capmonster begin
127.0.0.3    poster.de-captcher.com
# capmonster end
# capmonster begin
127.0.0.3    poster.de-captcher.info
# capmonster end
# capmonster begin
127.0.0.3    poster.decaptcher-reloaded.com
# capmonster end
# capmonster begin
127.0.0.3    captchatypers.com
# capmonster end
# capmonster begin
127.0.0.3    dama3.hyslt.com
# capmonster end
# capmonster begin
127.0.0.3    worker0.hyslt.com
# capmonster end
# capmonster begin
127.0.0.3    ripcaptcha.com
# capmonster end
# capmonster begin
127.0.0.3    rucaptcha.com
# capmonster end
# capmonster begin
127.0.0.3    imacros2.rucaptcha.com
# capmonster end
# capmonster begin
127.0.0.3    api.ruokuai.com
# capmonster end

надо снести все от первого "# capmonster begin"до последнего "# capmonster end"
это капмонстер прописал заглушки на себя..
либо в настрйоках капмонстра снять галку с антигейт..
 
  • Оценить
Реакции: serg32
надо снести все от первого "# capmonster begin"до последнего "# capmonster end"
это капмонстер прописал заглушки на себя..
либо в настрйоках капмонстра снять галку с антигейт..
галчоку снял, не помогло, закрыл монстра вообще, тоже не помогло. Файл хостс после закрытия обновился и сам убрал самую длинную часть текста включая тот, перед которым стояли #
 
А нет, перезагрузил и монстра и сам ЗП и заработало. Спасибо)
 
  • Оценить
Реакции: Sergodjan

Кто просматривает тему: (Всего: 0, Пользователи: 0, Гости: 0)