$100 for PHP script. Blocks crawlers, data extractors, spiders.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mkx
    Confirmed User
    • Nov 2003
    • 4001

    #1

    $100 for PHP script. Blocks crawlers, data extractors, spiders.

    I am looking for a script that will block "individuals" from extracting data from eBay auctions.

    Basically if someone goes to lets say 250 different eBay auctions we control within 24 hours, they will have their IP address blocked. Since a normal script will only block the images and not the txt since the txt is hosted on eBay, I was thinking it can basically activate a big black image that will block the eBay description.

    Most importantly, this script must know the ip's for the major search engines, google, yahoo, bing, whatever, etc.

    Is this possible? Anyone willing to do it for $100.00? Email me if interested mkx900 AT gmail.com
  • rowan
    Too lazy to set a custom title
    • Mar 2002
    • 17393

    #2
    Originally posted by mkx
    Since a normal script will only block the images and not the txt since the txt is hosted on eBay, I was thinking it can basically activate a big black image that will block the eBay description.
    If it's ONLY images you control, and not the way they're referenced, I doubt you'll be able to do this... the ebay HTML will restrict the size (and placement) of the image.

    What exactly is the data you're trying to protect?

    Comment

    • mkx
      Confirmed User
      • Nov 2003
      • 4001

      #3
      I am trying to protect sales data (x sold) images, part numbers, and descriptions, I just don't want people to jack all the descriptions with a data extractor since its a custom revised database of several thousand products. Even if its against eBays terms, i dont think they will see it since their ip isn't blocked so if someone reports seeing a big black screen they might not do anything.

      Comment

      • CYF
        Coupon Guru
        • Mar 2009
        • 10973

        #4
        Originally posted by mkx
        Since a normal script will only block the images and not the txt since the txt is hosted on eBay, I was thinking it can basically activate a big black image that will block the eBay description.
        bots don't "view images".

        If you can read the text, then someone can copy it.

        Originally posted by mkx
        Is this possible?
        No.
        Webmaster Coupons Coupons and discounts for hosting, domains, SSL Certs, and more!
        AmeriNOC Coupons | Certified Hosting Coupons | Hosting Coupons | Domain Name Coupons

        Comment

        • SmokeyTheBear
          ►SouthOfHeaven
          • Jun 2004
          • 28609

          #5
          google changes its ip's , you risk getting your site/pages ganked if you ban the google bots
          hatisblack at yahoo.com

          Comment

          • mkx
            Confirmed User
            • Nov 2003
            • 4001

            #6
            hmm so no way to prevent this?

            Comment

            • blackmonsters
              Making PHP work
              • Nov 2002
              • 20963

              #7
              Originally posted by mkx
              I am looking for a script that will block "individuals" from extracting data from eBay auctions.

              Basically if someone goes to lets say 250 different eBay auctions we control within 24 hours, they will have their IP address blocked. Since a normal script will only block the images and not the txt since the txt is hosted on eBay, I was thinking it can basically activate a big black image that will block the eBay description.

              Most importantly, this script must know the ip's for the major search engines, google, yahoo, bing, whatever, etc.

              Is this possible? Anyone willing to do it for $100.00? Email me if interested mkx900 AT gmail.com

              Would it help your problem to put all the detailed text on an image?
              The bot can't make sense out of that.

              Also the image can be served by a script that sends a blank image if a certain
              IP is trying to access it.

              I could write that script easily.
              Free Open Source Live Aggregated Cams Script (FOSLACS)

              Comment

              • sarettah
                see you later, I'm gone
                • Oct 2002
                • 14297

                #8
                Originally posted by blackmonsters
                Would it help your problem to put all the detailed text on an image?
                The bot can't make sense out of that.

                Also the image can be served by a script that sends a blank image if a certain
                IP is trying to access it.

                I could write that script easily.
                Problem is that what he is trying to block is the information on ebay's pages, not his own pages. The only thing he controls is the images displayed on the ebay pages because they pull from his server (at least if I understand the thread correctly). So he basically wants to put a image to cover an ebay page when the image is called from his server and it is an infringing ip making the call.

                Pretty impossible to pull off from wwhat I can tell unless you somehow have access to ebay's servers then it is a cakewalk.
                All cookies cleared!

                Comment

                Working...