• Portada
    • Recientes
    • Usuarios
    • Registrarse
    • Conectarse

    Baidu and what awaits us.

    Programado Fijo Cerrado Movido Off Topic
    8 Mensajes 6 Posters 1.7k Visitas 1 Watching
    Cargando más mensajes
    • Más antiguo a más nuevo
    • Más nuevo a más antiguo
    • Mayor número de Votos
    Responder
    • Responder como tema
    Accede para responder
    Este tema ha sido borrado. Solo los usuarios que tengan privilegios de administración de temas pueden verlo.
    • whoololonW Desconectado
      whoololon Veteranos HL
      Última edición por

      As you may have noticed, there are several subforums where a similar thread appears.
      What amuses me is the potential of certain groups and companies to screw things up.
      In this case, a Baidu spiderbot, in others, particularly, almost daily notifications from Google warning me of attempts to access my accounts (curiously after using services like 4Share where you must identify yourself if you download something from another user's account).
      They have in common that they all come from China. To avoid getting into trouble, I would simply suggest to these overachievers in the art of giving cyberporsaco, to use their skills closer to home, maybe they even get something that benefits everyone.
      :mad:

      Edit: And five hours later it happened. :nono:

      ...me lo dicen las voces...

      hlbm signature

      1 Respuesta Última respuesta Responder Citar 0
      • packosoftP Desconectado
        packosoft Admin honoris causa
        Última edición por

        here I have to sing the mea culpa.
        Yesterday I activated an anti-bot filter and I thought of configuring it to create a new branch in a private subforum when it detected one, the problem is that for some strange reason it appeared as the last post in all subforums although then the branch did not exist anywhere.
        I have deactivated the plugin and I am remaking the search engine indices because the bots have left them in a mess

        kynesK 1 Respuesta Última respuesta Responder Citar 0
        • kynesK Desconectado
          kynes Veteranos HL @packosoft
          Última edición por

          Packo, if you have control of the server, I can tell you about an apache mod that blocks access to "bad" bots, which is very useful for things like baidu, yandex, or seo company bots, so they don't crash your server.

          hlbm signature

          cobitoC 1 Respuesta Última respuesta Responder Citar 0
          • cobitoC Desconectado
            cobito Administrador @kynes
            Última edición por

            For someone who has no idea what you're talking about. What is Baidu doing (I thought it was a serious company)? What are bad bots?

            Toda la actualidad en la portada de Hardlimit
            Mis cacharros

            hlbm signature

            packosoftP 1 Respuesta Última respuesta Responder Citar 0
            • packosoftP Desconectado
              packosoft Admin honoris causa @cobito
              Última edición por

              @kynes:

              Packo, si tienes control del servidor, te puedo comentar un mod de apache que chapa el acceso a los bots "malos", para temas tipo baidu, yandex o bots de empresas de seo es muy util, para que no te tiren el servidor.

              Pues mandamelo porfa a ver si lo pruebo porque no hay problema en tener acceso al servidor.
              @cobito:

              Para alguien que no tiene ni idea de lo que estáis hablando. ¿Que está haciendo Baidu (creía que era una empresa seria)? ¿Qué son los bots malos?

              En este caso no es que sean malos, es que se ponen a indexar todo el contenido del foro y dejan el servidor un poco frito, y claro el target potencial en comun entre hardlimit y baidu no creo que sea demasiado alto, no?

              1 Respuesta Última respuesta Responder Citar 0
              • Bm4nB Desconectado
                Bm4n
                Última edición por

                It's amazing how Chinese bots index you several times a day, not just text but images, and they gobble up the bandwidth of any website... block them in the server admin, many allow you to manage access to these bots, it's the best.

                And as you say to the Chinese, I don't think they're interested in hardware in Spanish...

                Sent from my GT-I9505 using Tapatalk now Free

                hlbm signature
                ↳ Mis componentes

                kynesK 1 Respuesta Última respuesta Responder Citar 0
                • kynesK Desconectado
                  kynes Veteranos HL @Bm4n
                  Última edición por

                  This post is being processed/translated. The original version will be shown:

                  Packo, es un fichero dentro de etc/httpd/conf.d/ llamado bad_bot.conf, con el siguiente contenido por ahora:

                  SetEnvIfNoCase User-Agent "008" bad_bot
                  SetEnvIfNoCase User-Agent "SISTRIX" bad_bot
                  SetEnvIfNoCase User-Agent "AhrefsBot/5.0" bad_bot
                  SetEnvIfNoCase User-Anget "008/0.83" bad_bot
                  SetEnvIfNoCase User-Agent "^AESOP_com_SpiderMan" bad_bot
                  SetEnvIfNoCase User-Agent "^Alexibot" bad_bot
                  SetEnvIfNoCase User-Agent "Anonymouse.org" bad_bot
                  SetEnvIfNoCase User-Agent "^asterias" bad_bot
                  SetEnvIfNoCase User-Agent "^attach" bad_bot
                  SetEnvIfNoCase User-Agent "^BackDoorBot" bad_bot
                  SetEnvIfNoCase User-Agent "^BackWeb" bad_bot
                  SetEnvIfNoCase User-Agent "bandit" bad_bot
                  SetEnvIfNoCase User-Agent "Baiduspider" bad_bot
                  SetEnvIfNoCase User-Agent "^BatchFTP" bad_bot
                  SetEnvIfNoCase User-Agent "^Bigfoot" bad_bot
                  SetEnvIfNoCase User-Agent "^Black.Hole" bad_bot
                  SetEnvIfNoCase User-Agent "^BlackWidow" bad_bot
                  SetEnvIfNoCase User-Agent "^BlowFish" bad_bot
                  SetEnvIfNoCase User-Agent "^BotALot" bad_bot
                  SetEnvIfNoCase User-Agent "Buddy" bad_bot
                  SetEnvIfNoCase User-Agent "^BuiltBotTough" bad_bot
                  SetEnvIfNoCase User-Agent "^Bullseye" bad_bot
                  SetEnvIfNoCase User-Agent "^BunnySlippers" bad_bot
                  SetEnvIfNoCase User-Agent "^Cegbfeieh" bad_bot
                  SetEnvIfNoCase User-Agent "^CheeseBot" bad_bot
                  SetEnvIfNoCase User-Agent "^CherryPicker" bad_bot
                  SetEnvIfNoCase User-Agent "^ChinaClaw" bad_bot
                  SetEnvIfNoCase User-Agent "Collector" bad_bot
                  SetEnvIfNoCase User-Agent "Copier" bad_bot
                  SetEnvIfNoCase User-Agent "^CopyRightCheck" bad_bot
                  SetEnvIfNoCase User-Agent "^cosmos" bad_bot
                  SetEnvIfNoCase User-Agent "^Crescent" bad_bot
                  SetEnvIfNoCase User-Agent "^Curl" bad_bot
                  SetEnvIfNoCase User-Agent "^Custo" bad_bot
                  SetEnvIfNoCase User-Agent "^DA" bad_bot
                  SetEnvIfNoCase User-Agent "^DISCo" bad_bot
                  SetEnvIfNoCase User-Agent "^DIIbot" bad_bot
                  SetEnvIfNoCase User-Agent "^DittoSpyder" bad_bot
                  SetEnvIfNoCase User-Agent "^Download" bad_bot
                  SetEnvIfNoCase User-Agent "^Download\ Demon" bad_bot
                  SetEnvIfNoCase User-Agent "^Download\ Devil" bad_bot
                  SetEnvIfNoCase User-Agent "^Download\ Wonder" bad_bot
                  SetEnvIfNoCase User-Agent "Downloader" bad_bot
                  SetEnvIfNoCase User-Agent "^dragonfly" bad_bot
                  SetEnvIfNoCase User-Agent "^Drip" bad_bot
                  SetEnvIfNoCase User-Agent "^eCatch" bad_bot
                  SetEnvIfNoCase User-Agent "^EasyDL" bad_bot
                  SetEnvIfNoCase User-Agent "^ebingbong" bad_bot
                  SetEnvIfNoCase User-Agent "^EirGrabber" bad_bot
                  SetEnvIfNoCase User-Agent "^EmailCollector" bad_bot
                  SetEnvIfNoCase User-Agent "^EmailSiphon" bad_bot
                  SetEnvIfNoCase User-Agent "^EmailWolf" bad_bot
                  SetEnvIfNoCase User-Agent "^EroCrawler" bad_bot
                  SetEnvIfNoCase User-Agent "^Exabot" bad_bot
                  SetEnvIfNoCase User-Agent "^Express\ WebPictures" bad_bot
                  SetEnvIfNoCase User-Agent "Extractor" bad_bot
                  SetEnvIfNoCase User-Agent "^EyeNetIE" bad_bot
                  SetEnvIfNoCase User-Agent "^FileHound" bad_bot
                  SetEnvIfNoCase User-Agent "^FlashGet" bad_bot
                  SetEnvIfNoCase User-Agent "^Foobot" bad_bot
                  SetEnvIfNoCase User-Agent "^flunky" bad_bot
                  SetEnvIfNoCase User-Agent "^FrontPage" bad_bot
                  SetEnvIfNoCase User-Agent "^GetRight" bad_bot
                  SetEnvIfNoCase User-Agent "^GetSmart" bad_bot
                  SetEnvIfNoCase User-Agent "^GetWeb!" bad_bot
                  SetEnvIfNoCase User-Agent "^Go!Zilla" bad_bot
                  SetEnvIfNoCase User-Agent "Google\ Wireless\ Transcoder" bad_bot
                  SetEnvIfNoCase User-Agent "^Go-Ahead-Got-It" bad_bot
                  SetEnvIfNoCase User-Agent "^gotit" bad_bot
                  SetEnvIfNoCase User-Agent "Grabber" bad_bot
                  SetEnvIfNoCase User-Agent "^GrabNet" bad_bot
                  SetEnvIfNoCase User-Agent "^Grafula" bad_bot
                  SetEnvIfNoCase User-Agent "^Harvest" bad_bot
                  SetEnvIfNoCase User-Agent "^hloader" bad_bot
                  SetEnvIfNoCase User-Agent "^HMView" bad_bot
                  SetEnvIfNoCase User-Agent "^httplib" bad_bot
                  SetEnvIfNoCase User-Agent "^HTTrack" bad_bot
                  SetEnvIfNoCase User-Agent "^humanlinks" bad_bot
                  SetEnvIfNoCase User-Agent "^ia_archiver" bad_bot
                  SetEnvIfNoCase User-Agent "^IlseBot" bad_bot
                  SetEnvIfNoCase User-Agent "^Image\ Stripper" bad_bot
                  SetEnvIfNoCase User-Agent "^Image\ Sucker" bad_bot
                  SetEnvIfNoCase User-Agent "Indy\ Library" bad_bot
                  SetEnvIfNoCase User-Agent "^InfoNaviRobot" bad_bot
                  SetEnvIfNoCase User-Agent "^InfoTekies" bad_bot
                  SetEnvIfNoCase User-Agent "^Intelliseek" bad_bot
                  SetEnvIfNoCase User-Agent "^InterGET" bad_bot
                  SetEnvIfNoCase User-Agent "^Internet\ Ninja" bad_bot
                  SetEnvIfNoCase User-Agent "^Iria" bad_bot
                  SetEnvIfNoCase User-Agent "^Jakarta" bad_bot
                  SetEnvIfNoCase User-Agent "^JennyBot" bad_bot
                  SetEnvIfNoCase User-Agent "^JetCar" bad_bot
                  SetEnvIfNoCase User-Agent "^JOC" bad_bot
                  SetEnvIfNoCase User-Agent "^JustView" bad_bot
                  SetEnvIfNoCase User-Agent "^Jyxobot" bad_bot
                  SetEnvIfNoCase User-Agent "^Kenjin.Spider" bad_bot
                  SetEnvIfNoCase User-Agent "^Keyword.Density" bad_bot
                  SetEnvIfNoCase User-Agent "^larbin" bad_bot
                  SetEnvIfNoCase User-Agent "^LeechFTP" bad_bot
                  SetEnvIfNoCase User-Agent "^LexiBot" bad_bot
                  SetEnvIfNoCase User-Agent "^lftp" bad_bot
                  SetEnvIfNoCase User-Agent "^libWeb/clsHTTP" bad_bot
                  SetEnvIfNoCase User-Agent "^likse" bad_bot
                  SetEnvIfNoCase User-Agent "^LinkextractorPro" bad_bot
                  SetEnvIfNoCase User-Agent "^LinkScan/8.1a.Unix" bad_bo
                  SetEnvIfNoCase User-Agent "^LNSpiderguy" bad_bott
                  SetEnvIfNoCase User-Agent "^LinkWalker" bad_bot
                  SetEnvIfNoCase User-Agent "^lwp-trivial" bad_bot
                  SetEnvIfNoCase User-Agent "^LWP::Simple" bad_bot
                  SetEnvIfNoCase User-Agent "^Magnet" bad_bot
                  SetEnvIfNoCase User-Agent "^Mag-Net" bad_bot
                  SetEnvIfNoCase User-Agent "^MarkWatch" bad_bot
                  SetEnvIfNoCase User-Agent "^Mass\ Downloader" bad_bot
                  SetEnvIfNoCase User-Agent "^Mata.Hari" bad_bot
                  SetEnvIfNoCase User-Agent "^Memo" bad_bot
                  SetEnvIfNoCase User-Agent "^Microsoft.URL" bad_bot
                  SetEnvIfNoCase User-Agent "^Microsoft\ URL\ Control" bad_bot
                  SetEnvIfNoCase User-Agent "^MIDown\ tool" bad_bot
                  SetEnvIfNoCase User-Agent "^MIIxpc" bad_bot
                  SetEnvIfNoCase User-Agent "^Mirror" bad_bot
                  SetEnvIfNoCase User-Agent "^Missigua\ Locator" bad_bot
                  SetEnvIfNoCase User-Agent "^Mister\ PiX" bad_bot
                  SetEnvIfNoCase User-Agent "MJ12bot" bad_bot
                  SetEnvIfNoCase User-Agent "^moget" bad_bot
                  SetEnvIfNoCase User-Agent "^Mozilla/3.Mozilla/2.01" bad_bot
                  SetEnvIfNoCase User-Agent "^NAMEPROTECT" bad_bot
                  SetEnvIfNoCase User-Agent "^Navroad" bad_bot
                  SetEnvIfNoCase User-Agent "^NearSite" bad_bot
                  SetEnvIfNoCase User-Agent "^NetAnts" bad_bot
                  SetEnvIfNoCase User-Agent "^Netcraft" bad_bot
                  SetEnvIfNoCase User-Agent "^NetMechanic" bad_bot
                  SetEnvIfNoCase User-Agent "^NetSpider" bad_bot
                  SetEnvIfNoCase User-Agent "^Net\ Vampire" bad_bot
                  SetEnvIfNoCase User-Agent "^NetZIP" bad_bot
                  SetEnvIfNoCase User-Agent "^NextGenSearchBot" bad_bot
                  SetEnvIfNoCase User-Agent "^NG" bad_bot
                  SetEnvIfNoCase User-Agent "^NICErsPRO" bad_bot
                  SetEnvIfNoCase User-Agent "^NimbleCrawler" bad_bot
                  SetEnvIfNoCase User-Agent "^Ninja" bad_bot
                  SetEnvIfNoCase User-Agent "^NPbot" bad_bot
                  SetEnvIfNoCase User-Agent "^Octopus" bad_bot
                  SetEnvIfNoCase User-Agent "^Offline\ Explorer" bad_bot
                  SetEnvIfNoCase User-Agent "^Offline\ Navigator" bad_bot
                  SetEnvIfNoCase User-Agent "^Openfind" bad_bot
                  SetEnvIfNoCase User-Agent "^OutfoxBot" bad_bot
                  SetEnvIfNoCase User-Agent "^PageGrabber" bad_bot
                  SetEnvIfNoCase User-Agent "^Papa\ Foto" bad_bot
                  SetEnvIfNoCase User-Agent "^pavuk" bad_bot
                  SetEnvIfNoCase User-Agent "^pcBrowser" bad_bot
                  SetEnvIfNoCase User-Agent "^PHP\ version\ tracker" bad_bot
                  SetEnvIfNoCase User-Agent "^Pockey" bad_bot
                  SetEnvIfNoCase User-Agent "^ProPowerBot/2.14" bad_bot
                  SetEnvIfNoCase User-Agent "^ProWebWalker" bad_bot
                  SetEnvIfNoCase User-Agent "^psbot" bad_bot
                  SetEnvIfNoCase User-Agent "^Pump" bad_bot
                  SetEnvIfNoCase User-Agent "^QueryN.Metasearch" bad_bot
                  SetEnvIfNoCase User-Agent "^RealDownload" bad_bot
                  SetEnvIfNoCase User-Agent "Reaper" bad_bot
                  SetEnvIfNoCase User-Agent "Recorder" bad_bot
                  SetEnvIfNoCase User-Agent "^ReGet" bad_bot
                  SetEnvIfNoCase User-Agent "^RepoMonkey" bad_bot
                  SetEnvIfNoCase User-Agent "^RMA" bad_bot
                  SetEnvIfNoCase User-Agent "Siphon" bad_bot
                  SetEnvIfNoCase User-Agent "sitecheck.internetseer.com" bad_bot
                  SetEnvIfNoCase User-Agent "^SiteSnagger" bad_bot
                  SetEnvIfNoCase User-Agent "^SlySearch" bad_bot
                  SetEnvIfNoCase User-Agent "^SmartDownload" bad_bot
                  SetEnvIfNoCase User-Agent "^Snake" bad_bot
                  SetEnvIfNoCase User-Agent "^Snapbot" bad_bot
                  SetEnvIfNoCase User-Agent "^Snoopy" bad_bot
                  SetEnvIfNoCase User-Agent "^sogou" bad_bot
                  SetEnvIfNoCase User-Agent "^SpaceBison" bad_bot
                  SetEnvIfNoCase User-Agent "^SpankBot" bad_bot
                  SetEnvIfNoCase User-Agent "^spanner" bad_bot
                  SetEnvIfNoCase User-Agent "^Sqworm" bad_bot
                  SetEnvIfNoCase User-Agent "Stripper" bad_bot
                  SetEnvIfNoCase User-Agent "Sucker" bad_bot
                  SetEnvIfNoCase User-Agent "^SuperBot" bad_bot
                  SetEnvIfNoCase User-Agent "^SuperHTTP" bad_bot
                  SetEnvIfNoCase User-Agent "^Surfbot" bad_bot
                  SetEnvIfNoCase User-Agent "^suzuran" bad_bot
                  SetEnvIfNoCase User-Agent "^Szukacz/1.4" bad_bot
                  SetEnvIfNoCase User-Agent "^tAkeOut" bad_bot
                  SetEnvIfNoCase User-Agent "^Teleport" bad_bot
                  SetEnvIfNoCase User-Agent "^Telesoft" bad_bot
                  SetEnvIfNoCase User-Agent "^TurnitinBot/1.5" bad_bot
                  SetEnvIfNoCase User-Agent "^The.Intraformant" bad_bot
                  SetEnvIfNoCase User-Agent "^TheNomad" bad_bot
                  SetEnvIfNoCase User-Agent "^TightTwatBot" bad_bot
                  SetEnvIfNoCase User-Agent "^Titan" bad_bot
                  SetEnvIfNoCase User-Agent "^toCrawl/UrlDispatcher" bad_bot
                  SetEnvIfNoCase User-Agent "^True_Robot" bad_bot
                  SetEnvIfNoCase User-Agent "^turingos" bad_bot
                  SetEnvIfNoCase User-Agent "^TurnitinBot" bad_bot
                  SetEnvIfNoCase User-Agent "^URLy.Warning" bad_bot
                  SetEnvIfNoCase User-Agent "^Vacuum" bad_bot
                  SetEnvIfNoCase User-Agent "^VCI" bad_bot
                  SetEnvIfNoCase User-Agent "^VoidEYE" bad_bot
                  SetEnvIfNoCase User-Agent "^Web\ Image\ Collector" bad_bot
                  SetEnvIfNoCase User-Agent "^Web\ Sucker" bad_bot
                  SetEnvIfNoCase User-Agent "^WebAuto" bad_bot
                  SetEnvIfNoCase User-Agent "^Webbandit" bad_bot
                  SetEnvIfNoCase User-Agent "^Webclipping.com" bad_bot
                  SetEnvIfNoCase User-Agent "^WebCopier" bad_bot
                  SetEnvIfNoCase User-Agent "^WebEMailExtrac.*" bad_bot
                  SetEnvIfNoCase User-Agent "^WebEnhancer" bad_bot
                  SetEnvIfNoCase User-Agent "^WebFetch" bad_bot
                  SetEnvIfNoCase User-Agent "^WebGo\ IS" bad_bot
                  SetEnvIfNoCase User-Agent "^Web.Image.Collector" bad_bot
                  SetEnvIfNoCase User-Agent "^WebLeacher" bad_bot
                  SetEnvIfNoCase User-Agent "^WebmasterWorldForumBot" bad_bot
                  SetEnvIfNoCase User-Agent "^WebReaper" bad_bot
                  SetEnvIfNoCase User-Agent "^WebSauger" bad_bot
                  SetEnvIfNoCase User-Agent "^WebSite" bad_bot
                  SetEnvIfNoCase User-Agent "^Website\ eXtractor" bad_bot
                  SetEnvIfNoCase User-Agent "^Website\ Quester" bad_bot
                  SetEnvIfNoCase User-Agent "^Webster" bad_bot
                  SetEnvIfNoCase User-Agent "^WebStripper" bad_bot
                  SetEnvIfNoCase User-Agent "^WebWhacker" bad_bot
                  SetEnvIfNoCase User-Agent "^WebZIP" bad_bot
                  SetEnvIfNoCase User-Agent "Whacker" bad_bot
                  SetEnvIfNoCase User-Agent "^Widow" bad_bot
                  SetEnvIfNoCase User-Agent "^WISENutbot" bad_bot
                  SetEnvIfNoCase User-Agent "^WWWOFFLE" bad_bot
                  SetEnvIfNoCase User-Agent "^WWW-Collector-E" bad_bot
                  SetEnvIfNoCase User-Agent "^Xaldon" bad_bot
                  SetEnvIfNoCase User-Agent "^Zeus" bad_bot
                  SetEnvIfNoCase User-Agent "^Zyborg" bad_bot
                  SetEnvIfNoCase User-Agent "base64" bad_bot

                  <location>
                  Order allow,deny
                  Allow from all
                  Deny from env=bad_bot
                  </location>

                  lo que hace es dar 403 a las peticiones de estos bots. Existen listas por internet, y puedes incluir bots que te estén dando mucho la brasa, como bing si se pone tonto.

                  hlbm signature

                  SylverS 1 Respuesta Última respuesta Responder Citar 0
                  • SylverS Desconectado
                    Sylver Veteranos HL @kynes
                    Última edición por

                    >> i7-2600K Sandy Bridge @4.4GHz || Noctua NH-D14 || ASRock Z77 Extreme4 || 4x8Gb G.Skill Ripjaws X DDR3 1600MHz || XFX RX 5700 XT 8Gb || SSD Samsung 850 PRO 256Gb & 850 EVO 500Gb || WD Caviar Green 1Tb || Barracuda 1Tb || Corsair TX650 V2 || M-Audio Fast Track Pro || KRK RP8 RoKit G3 || BenQ GW2750 27"
                    >> Athlon 64 X2 5600+ Brisbane @2.9GHz || Gigabyte GA-M61PME-S2 || 2x2Gb DDR2 Kingston 800MHz || Sapphire Radeon HD 5850 Xtreme 1Gb || Maxtor 320Gb SATA2 || OCZ ModXStream 500W Modular || TEAC PowerMax 120/2 || Acer X243w 24"
                    >> Intel Core2Duo E6600 Conroe @2.4GHz || Asus P5N32-SLI SE DELUXE || 2x1Gb DDR2 Kingston 800MHz || Asus nVidia GeForce 9800GT 1Gb GDDR3 || Seagate Barracuda IDE 80Gb 7200RPM || Linkworld LPK12-35 450W

                    1 Respuesta Última respuesta Responder Citar 0
                    • 1 / 1
                    • First post
                      Last post

                    Foreros conectados [Conectados hoy]

                    0 usuarios activos (0 miembros y 0 invitados).
                    febesin, pAtO,

                    Estadísticas de Hardlimit

                    Los hardlimitianos han creado un total de 543.5k posts en 62.9k hilos.
                    Somos un total de 34.9k miembros registrados.
                    roymendez ha sido nuestro último fichaje.
                    El récord de usuarios en linea fue de 123 y se produjo el Thu Jan 15 2026.