SitePoint Sponsor

User Tag List

Page 1 of 4 1234 LastLast
Results 1 to 25 of 80

Thread: CAPTCHA insanity?

  1. #1
    Sesame Street Iimitk's Avatar
    Join Date
    Feb 2006
    Posts
    662
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Exclamation CAPTCHA insanity?

    This is from Rapidshare:



    Believe it or not, I've been trying to download a file, and have failed for 5 consecutive times because of these insane CAPTCHAs!

    I think it was very much intended to be like that, to lower the stress on their servers. If you're downloading a file of say, 100MB, their system lets you wait 3 minutes (through a counter) before letting you download it. Since I've failed for 5 times, this is 15 minutes more relief to their servers. Multiply that by thousands or hundreds of thousands of requests (rapidshare.com ranked #12 in Alexa) and it would make a huge difference to their servers.
    Imagination is more important than knowledge. - Einstein

  2. #2
    SitePoint Zealot noobpreneur's Avatar
    Join Date
    Mar 2008
    Location
    www.noobpreneur.com
    Posts
    139
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Simsim,

    LOL That's what I hate with captchas - I have no problem whatsoever with those easy to read words, but most captchas simply aren't feasible to read!

    I can't read your captcha! that's plain awful captcha images. x(

  3. #3
    SitePoint Enthusiast
    Join Date
    Dec 2007
    Location
    India
    Posts
    41
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Great screenshot and I think this sort of CAPTCHA is a madness. I think for people with disabilities, they will put audio version where people will have to count "meows"

    On a serious note, hitting "enter" with the forms of Rapidshare does not work. You need to click on the download button only, which is again poor usability.
    Mukul Gupta
    Indus Net Technologies
    _______________________________________
    Design | Development | Internet Marketing

  4. #4
    SitePoint Guru htpc's Avatar
    Join Date
    May 2008
    Posts
    684
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Ive seen a lot worse than that. It always takes me about 3-4 attempts on yahoo pool. Every time I fail it gets a little bit more readable.
    Picture - Image hosting & media sharing

  5. #5
    @alexstanford Alex's Avatar
    Join Date
    Apr 2004
    Location
    Jacksonville, Florida
    Posts
    757
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    I agree, the CAPTCHA process I've been through for some sites was far too annoying for me to care about what I was trying to get to.
    Alex Stanford @alexstanford tumblog about.me in fb G+ K
    TechTalkin — The Premier Community for Technology Enthusiasts and Professionals
    Full Ambit MediaZero Sacrifice Web Design & Development; Made in the USA @fullambit in fb G+ K

  6. #6
    SitePoint Wizard DougBTX's Avatar
    Join Date
    Nov 2001
    Location
    Bath, UK
    Posts
    2,498
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by htpc View Post
    Ive seen a lot worse than that.
    Oh, it's worse than Yahoo. Here, it isn't just a case of reading the letters, it's a case of knowing which ones to ignore too. You've got to pic the ones with animals on, so the solution is not 4VT352O, but rather, V32O. Tricky to tell which symbols are cats and which are dogs.

    Douglas
    Last edited by DougBTX; May 29, 2008 at 03:22. Reason: Stupid Captcha!
    Hello World

  7. #7
    SitePoint Zealot
    Join Date
    Jun 2007
    Location
    Ryde, Isle of Wight, UK
    Posts
    116
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Wouldn't it be better if some sort of agreement was brought in with regards to CAPTCHA. If there was an agreed standardisation across all providers of this service there wouldn't be a problem. I find some of them very difficult to read as I'm dyslexic and also find it frustrating if there isn't some form of audio backup.
    My preferred systems are those that ask questions where a simple answer is given either as a sum or a word.

  8. #8
    SitePoint Enthusiast
    Join Date
    Apr 2008
    Posts
    62
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by DougBTX View Post
    Oh, it's worse than Yahoo. Here, it isn't just a case of reading the letters, it's a case of knowing which ones to ignore too. You've got to pic the ones with animals on, so the solution is not 4VT352O, but rather, V3TO. Tricky to tell which symbols are cats and which are dogs.

    Douglas
    I thought it was V320

    I don't really understand why they continue with Captcha's, as it is something a computer can eventually beat. Why not ask questions where it requires an intelligence that computers never can have (within 100 years ofcourse)? Maybe it should also be questions that you have to make up for yourself, instead of centrally generated questions. Because you need only one script for lots of site when they all use exactly the same method, I guess.

  9. #9
    SitePoint Wizard DougBTX's Avatar
    Join Date
    Nov 2001
    Location
    Bath, UK
    Posts
    2,498
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Jawabba View Post
    I thought it was V320
    My mistake

    The problem with actual questions is that if you make the questions difficult, the number of ways to phrase the answer gets really big, so you have to write a program which can understand natural language to work out if you answered correctly or not. If you can do that, then you are most of the way to writing a program that can answer arbitrary questions, and then the whole method becomes useless.

    On the other hand, if you make the questions simple, with clear cut answers, for example, "How many letters are there in the word 'cat'?" then you have to build a database of thousands of questions, and it's plausible that the people trying to break the captchas could either learn all the questions, or steal the database of questions, and then you're back at the beginning again.

    The fun with the image based captchas, is that you can have 5 characters, 26+10 different characters to choose from, so you have 60 million * the number of ways you can deform the image, questions you can ask, each with a specific correct answer which a computer can easily understand. The guys breaking these captchas clearly have ways of breaking down the problem, for example if you can work out how to break the image into individual characters, you go from 36^5 down to 36*5 possible questions.

    And in reply to bloodofeve, if you could standardise these captchas, then you would just need one application to break all captchas, and it would be easier for someone to get a hold of the program to generate the captchas (since you'd have to share it with everyone if you wanted to make it a standard) so it would be easier to write that one application. It's the same problem the music companies are having with DRM, the system is fundamentally insecure so it's just a matter of time before it is broken.

    For captchas to actually work, long term, you need a way to generate millions of questions, which can be answered in a simple, structured way, without including the answer in the question in a way that a computer can understand.

    (Edit: and of course, this is all negated if you can find a way to get a human or two to solve captchas day and night for 1¢ a pop, which is happening already.)
    Hello World

  10. #10
    SitePoint Enthusiast theMarcin's Avatar
    Join Date
    May 2008
    Posts
    94
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    My website has never been important enough for a bot to register.

    I saw a comic once. A person was at a computer, and it read "Are you human?" It was followed by a complicated captcha image. The character says "I always had my doubts, but this finally proves it."

  11. #11
    SitePoint Zealot Norebbo's Avatar
    Join Date
    Jun 2008
    Location
    Southern California
    Posts
    123
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah, that's pretty bad. But as the OP said, I think RapidShare is doing it on purpose.

    But at least it's not as bad as this: http://random.irb.hr/signup.php


  12. #12
    SitePoint Author silver trophybronze trophy

    Join Date
    Nov 2004
    Location
    Ankh-Morpork
    Posts
    12,159
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Norebbo View Post
    But at least it's not as bad as this: http://random.irb.hr/signup.php
    LOL – I love it!

    It reminds of the old joke from the TTY/CLI days: 'Enter any 11-digit prime number to continue'.
    Birnam wood is come to Dunsinane

  13. #13
    SitePoint Wizard bronze trophy C. Ankerstjerne's Avatar
    Join Date
    Jan 2004
    Location
    The Kingdom of Denmark
    Posts
    2,692
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    And the most rediculous thing about it is of course that it would be much easier for most bots to calculate the answer than for most humans.

    On the other hand, it does provide a very useful concept in terms of CAPTCHA. Anyone who would use that site would obviously know how to perform the calculations. Likewise, one could use various questions for other special interests sites - for example, Sitepoint could use which HTML tag is used to mark up an image and similar questions. Even if the questions are extremely simple, with every site having a new set of questions, it would be very difficult to crack.
    Christian Ankerstjerne
    <p<strong<abbr/HTML/ 4 teh win</>
    <>In Soviet Russia, website codes you!

  14. #14
    Function Curry'er JimmyP's Avatar
    Join Date
    Aug 2007
    Location
    Brighton, UK
    Posts
    2,006
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by C. Ankerstjerne View Post
    Likewise, one could use various questions for other special interests sites - for example, Sitepoint could use which HTML tag is used to mark up an image and similar questions. Even if the questions are extremely simple, with every site having a new set of questions, it would be very difficult to crack.
    ^ Good idea!

    tbh CAPTCHAs should not be used at all! They create a massive usability barrier!
    James Padolsey
    –––––––––––––––––––––––––––––––––––––––
    Awesome JavaScript Zoomer (demo here)
    'Ajaxy' - Ajax integration solution (demo here)

  15. #15
    SitePoint Wizard cranial-bore's Avatar
    Join Date
    Jan 2002
    Location
    Australia
    Posts
    2,633
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    simsim - I think the captcha in your original post may be an attempt at equity for visually impaired users. It is so difficult to read that it doesn't matter whether you have eye sight or not...everyone is equal
    mikehealy.com.au
    diigital.com art, design . Latest WorkSaturday Morning

  16. #16
    SitePoint Zealot darksystem's Avatar
    Join Date
    Jan 2005
    Location
    Fayettville, North Carolina
    Posts
    177
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What the hell is that? Its almost cant be read. It is something like a krypton code.hahaha
    Ebay API, OSC/CRE/OscMax/ZenCart/SEO Services
    Lucki Multimedia - Email

  17. #17
    SitePoint Member
    Join Date
    Jun 2007
    Posts
    1
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Wow, Kudos to the quantum bit one. thats great.
    I ran a forum for awhile that didnt have a captcha and it really suffered, i got tons of spam. Then i added it and it took about 2/3 of it away... so there is definatly a war being fought over cracking these, even everyday programs now sometimes have them cracked, like IPB maybe?, which right in it mentions something like "Acting Human" so that it gets through ok.

    I cant solve the first one either...

  18. #18
    SitePoint Member
    Join Date
    Jun 2008
    Posts
    2
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ah man, the other day I failed on one of those like 10 times...drove me insane!! I think Rapidshare does that just to f*** with your mind so you will upgrade to a premium membership.

    Maybe in the future it will be some kind of audio recognition and we will have to sing songs, La la la la la La La laaaaaaa.

  19. #19
    SitePoint Addict learnerseo's Avatar
    Join Date
    Feb 2008
    Posts
    345
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Oh! quite a enjoyable reading!

  20. #20
    Sesame Street Iimitk's Avatar
    Join Date
    Feb 2006
    Posts
    662
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by cranial-bore View Post
    simsim - I think the captcha in your original post may be an attempt at equity for visually impaired users. It is so difficult to read that it doesn't matter whether you have eye sight or not...everyone is equal
    Heh.. it might be an attempt at equity for humans but it's definitely an attempt at discrimination for bots. A bot will usually submit the form once and fade away. We try for 5 times and still won't let it go. We are thus far less smarter.

    Quote Originally Posted by ubamba View Post
    I think Rapidshare does that just to f*** with your mind so you will upgrade to a premium membership.
    That's right. I remember an error message telling you that these CAPTCHAs do not show up for premium members. So basically they've been using CAPTCHAs not for the purpose of "recognizing humans" but for "recognizing nonpaying humans and torturing them".
    Imagination is more important than knowledge. - Einstein

  21. #21
    SitePoint Mentor NightStalker-DNS's Avatar
    Join Date
    Jul 2004
    Location
    Cape Town, South Africa
    Posts
    2,748
    Mentioned
    17 Post(s)
    Tagged
    0 Thread(s)
    HAHAHA

    Yea, this is so funny. Ive also tried downloading from rapid share, but i eventually gave up. hahaha.

    And wow... that is quite a math solution on that link... geez.. lol

  22. #22
    ✯✯✯ silver trophybronze trophy php_daemon's Avatar
    Join Date
    Mar 2006
    Posts
    5,284
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    I've beend downloading from rapidshare and had no problems with this particular type of captchas. Can you not tell a difference between a dog and a cat? Some captchas are ridiculous, true, but not this in particular.

    Regarding the math problem captcha, considering what kind of site it is, you probably not wanna join anyway if you're not able to solve a simple 6th grade level math problem.

    I don't have a problem with any of these, but for instance the yahoo games one is indeed a pain in the ass.
    Saul

  23. #23
    SitePoint Addict
    Join Date
    Apr 2005
    Posts
    287
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    rapidshare makes those ridiculous captchas not for security (although I'm sure thats part of the reason), but to make users sign up for their premium account.
    How does that make your feel?

  24. #24
    ✯✯✯ silver trophybronze trophy php_daemon's Avatar
    Join Date
    Mar 2006
    Posts
    5,284
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Well, and what would you do if you were them? Make it as easy as possible for all to suck your resources for free?
    Saul

  25. #25
    SitePoint Zealot zompus's Avatar
    Join Date
    May 2006
    Location
    England
    Posts
    133
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Rapidshare's captcha is by far the worst.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •