Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Virtual Stripper used to create spammer e-mail addresses

Virtual Stripper used to create spammer e-mail addresses

Scheduled Pinned Locked Moved The Lounge
game-devquestionannouncement
24 Posts 16 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Steve Mayfield

    Spammers have created a Windows game which shows a woman in a state of undress when people correctly type in text shown in an accompanying image. The scrambled text images come from sites which use them to stop computers automatically signing up for accounts that can be put to illegal use. [^] what will they think of next??? :doh: Steve

    P Offline
    P Offline
    Pawel Krakowiak
    wrote on last edited by
    #3

    "The Captcha-busting program can run on Windows 98, ME, NT, 2000, XP, and Server 2003." I hope it runs on my Vista, too...

    Kind regards, Pawel Krakowiak

    R 1 Reply Last reply
    0
    • S Steve Mayfield

      Spammers have created a Windows game which shows a woman in a state of undress when people correctly type in text shown in an accompanying image. The scrambled text images come from sites which use them to stop computers automatically signing up for accounts that can be put to illegal use. [^] what will they think of next??? :doh: Steve

      S Offline
      S Offline
      shinji1
      wrote on last edited by
      #4

      I think Google use scrambled text in a good way! http://www.google.co.jp/[^] But I almost serch the word "google" reflectively. :) HomePage:http://shinji1.hp.infoseek.co.jp/[^]

      1 Reply Last reply
      0
      • P Pawel Krakowiak

        "The Captcha-busting program can run on Windows 98, ME, NT, 2000, XP, and Server 2003." I hope it runs on my Vista, too...

        Kind regards, Pawel Krakowiak

        R Offline
        R Offline
        Rajesh R Subramanian
        wrote on last edited by
        #5

        Looks like you'd want to play it? :-D

        Real men drive manual transmission

        1 Reply Last reply
        0
        • S Steve Mayfield

          Spammers have created a Windows game which shows a woman in a state of undress when people correctly type in text shown in an accompanying image. The scrambled text images come from sites which use them to stop computers automatically signing up for accounts that can be put to illegal use. [^] what will they think of next??? :doh: Steve

          R Offline
          R Offline
          Russell Jones
          wrote on last edited by
          #6

          that's a new one. I didn't understand how pr0n spambots were managing to sign up for my phpBB board despite me using various different CATCHPA image sets. It turns out that what they do is instantly display your image as a fake CATCHPA on a free porn sign up page. They may or may not get a response within the timeout of your image and it may or may not be correct but if you are offering free porn you get so many people trying to sign up that eventually you'll get an account. In the end i designed my own CATCHPA using html rather than an image so that you couldn't just copy it over to another site as a bot wouldn't know where CATCHPA finished and page began. Things like using divs with single letter in each and various layout classes so that a garbled section of html formed a question when rendered. I suspect that just by not having an off the shelf CATCHPA 99% of attacks will be blocked as it's not worth the spammers while building a system to break into your 1 off forum. Russ

          G P D 3 Replies Last reply
          0
          • R Russell Jones

            that's a new one. I didn't understand how pr0n spambots were managing to sign up for my phpBB board despite me using various different CATCHPA image sets. It turns out that what they do is instantly display your image as a fake CATCHPA on a free porn sign up page. They may or may not get a response within the timeout of your image and it may or may not be correct but if you are offering free porn you get so many people trying to sign up that eventually you'll get an account. In the end i designed my own CATCHPA using html rather than an image so that you couldn't just copy it over to another site as a bot wouldn't know where CATCHPA finished and page began. Things like using divs with single letter in each and various layout classes so that a garbled section of html formed a question when rendered. I suspect that just by not having an off the shelf CATCHPA 99% of attacks will be blocked as it's not worth the spammers while building a system to break into your 1 off forum. Russ

            G Offline
            G Offline
            Gary Wheeler
            wrote on last edited by
            #7

            Russell Jones wrote:

            In the end i designed my own CATCHPA using html rather than an image

            That sounds clever, and definitely worth an article.


            Software Zen: delete this;

            R 1 Reply Last reply
            0
            • S Steve Mayfield

              Spammers have created a Windows game which shows a woman in a state of undress when people correctly type in text shown in an accompanying image. The scrambled text images come from sites which use them to stop computers automatically signing up for accounts that can be put to illegal use. [^] what will they think of next??? :doh: Steve

              W Offline
              W Offline
              wsoutherland
              wrote on last edited by
              #8

              Time for everyone to switch to Asirra[^]. Guess you could iframe that into a game too. "Here kitty kitty..."

              1 Reply Last reply
              0
              • G Gary Wheeler

                Russell Jones wrote:

                In the end i designed my own CATCHPA using html rather than an image

                That sounds clever, and definitely worth an article.


                Software Zen: delete this;

                R Offline
                R Offline
                Russell Jones
                wrote on last edited by
                #9

                It sounds a lot more impressive than it really is. The most difficult thing was working out where to put the code in a page of php. Does CP accept articles on php anyway? The importnat thing with CATCHPA is to get a step ahead of the rest, the simplest test will work if you are the first person to use it. Equally if your site is not pulling monster traffic figures it's unlikely that a human is going to waste their time designing a system to break your CATCHPA. even text such as "which or these is not a primary colour red, green, purple" will work, especially as the usual formula for CATCHPA is an image tag with stuff in it next to a button. Russell

                W D 2 Replies Last reply
                0
                • R Russell Jones

                  that's a new one. I didn't understand how pr0n spambots were managing to sign up for my phpBB board despite me using various different CATCHPA image sets. It turns out that what they do is instantly display your image as a fake CATCHPA on a free porn sign up page. They may or may not get a response within the timeout of your image and it may or may not be correct but if you are offering free porn you get so many people trying to sign up that eventually you'll get an account. In the end i designed my own CATCHPA using html rather than an image so that you couldn't just copy it over to another site as a bot wouldn't know where CATCHPA finished and page began. Things like using divs with single letter in each and various layout classes so that a garbled section of html formed a question when rendered. I suspect that just by not having an off the shelf CATCHPA 99% of attacks will be blocked as it's not worth the spammers while building a system to break into your 1 off forum. Russ

                  P Offline
                  P Offline
                  Paul Watson
                  wrote on last edited by
                  #10

                  Three words; Asian child labour.

                  regards, Paul Watson Ireland & South Africa

                  Andy Brummer wrote:

                  Watson's law: As an online discussion of cars grows longer, the probability of a comparison involving the Bugatti Veyron approaches one.

                  R 1 Reply Last reply
                  0
                  • P Paul Watson

                    Three words; Asian child labour.

                    regards, Paul Watson Ireland & South Africa

                    Andy Brummer wrote:

                    Watson's law: As an online discussion of cars grows longer, the probability of a comparison involving the Bugatti Veyron approaches one.

                    R Offline
                    R Offline
                    Russell Jones
                    wrote on last edited by
                    #11

                    of course any CATCHPA breaking system that actually uses a human is going to out fox even the best CATCHPA algorithm

                    P 1 Reply Last reply
                    0
                    • R Russell Jones

                      of course any CATCHPA breaking system that actually uses a human is going to out fox even the best CATCHPA algorithm

                      P Offline
                      P Offline
                      Paul Watson
                      wrote on last edited by
                      #12

                      Sure, I'm just saying don't break your back trying to create the perfect CATCHPA system. Spend your time elsewhere and deal with the spam.

                      regards, Paul Watson Ireland & South Africa

                      Andy Brummer wrote:

                      Watson's law: As an online discussion of cars grows longer, the probability of a comparison involving the Bugatti Veyron approaches one.

                      1 Reply Last reply
                      0
                      • R Russell Jones

                        It sounds a lot more impressive than it really is. The most difficult thing was working out where to put the code in a page of php. Does CP accept articles on php anyway? The importnat thing with CATCHPA is to get a step ahead of the rest, the simplest test will work if you are the first person to use it. Equally if your site is not pulling monster traffic figures it's unlikely that a human is going to waste their time designing a system to break your CATCHPA. even text such as "which or these is not a primary colour red, green, purple" will work, especially as the usual formula for CATCHPA is an image tag with stuff in it next to a button. Russell

                        W Offline
                        W Offline
                        W Balboos GHB
                        wrote on last edited by
                        #13

                        Russell Jones wrote:

                        which or these is not a primary colour red, green, purple

                        But, in your example there are two right answers. More importantly, people seemed to be so dumbed down these days, they might not know what is meant by a primary color. Ask-around - you'll be sadly surprised.

                        "The difference between genius and stupidity is that genius has its limits." - Albert Einstein

                        1 Reply Last reply
                        0
                        • R Russell Jones

                          that's a new one. I didn't understand how pr0n spambots were managing to sign up for my phpBB board despite me using various different CATCHPA image sets. It turns out that what they do is instantly display your image as a fake CATCHPA on a free porn sign up page. They may or may not get a response within the timeout of your image and it may or may not be correct but if you are offering free porn you get so many people trying to sign up that eventually you'll get an account. In the end i designed my own CATCHPA using html rather than an image so that you couldn't just copy it over to another site as a bot wouldn't know where CATCHPA finished and page began. Things like using divs with single letter in each and various layout classes so that a garbled section of html formed a question when rendered. I suspect that just by not having an off the shelf CATCHPA 99% of attacks will be blocked as it's not worth the spammers while building a system to break into your 1 off forum. Russ

                          D Offline
                          D Offline
                          Draugnar
                          wrote on last edited by
                          #14

                          An even easier way is to use an aspx/php/(insert engine here) page to feed the image and store the relative index in a session variable. That way, the spammers don't know which image was sent through and have no frame of reference for the response, but the session variable keeps that frame of reference for your site. I feed images and audio up all the time using an aspx page that sets the response to the appropriate stream type for the content it is streaming from the database.

                          D 1 Reply Last reply
                          0
                          • R Russell Jones

                            It sounds a lot more impressive than it really is. The most difficult thing was working out where to put the code in a page of php. Does CP accept articles on php anyway? The importnat thing with CATCHPA is to get a step ahead of the rest, the simplest test will work if you are the first person to use it. Equally if your site is not pulling monster traffic figures it's unlikely that a human is going to waste their time designing a system to break your CATCHPA. even text such as "which or these is not a primary colour red, green, purple" will work, especially as the usual formula for CATCHPA is an image tag with stuff in it next to a button. Russell

                            D Offline
                            D Offline
                            Draugnar
                            wrote on last edited by
                            #15

                            Ummm.... Only Red is the primary color. BOTH Green and Purple are secondaries in the real world. It may be an RGB computer world, but Red, Blue, and Yellow are the primaries, with Green, Purple, and Orange being the secondaries. In other words, your question is invalid.

                            D 1 Reply Last reply
                            0
                            • D Draugnar

                              An even easier way is to use an aspx/php/(insert engine here) page to feed the image and store the relative index in a session variable. That way, the spammers don't know which image was sent through and have no frame of reference for the response, but the session variable keeps that frame of reference for your site. I feed images and audio up all the time using an aspx page that sets the response to the appropriate stream type for the content it is streaming from the database.

                              D Offline
                              D Offline
                              DQNOK
                              wrote on last edited by
                              #16

                              That DOES sound worth an article.

                              David --------- Empirical studies indicate that 20% of the people drink 80% of the beer. With C++ developers, the rule is that 80% of the developers understand at most 20% of the language. It is not the same 20% for different people, so don't count on them to understand each other's code. http://yosefk.com/c++fqa/picture.html#fqa-6.6 ---------

                              D 1 Reply Last reply
                              0
                              • D Draugnar

                                Ummm.... Only Red is the primary color. BOTH Green and Purple are secondaries in the real world. It may be an RGB computer world, but Red, Blue, and Yellow are the primaries, with Green, Purple, and Orange being the secondaries. In other words, your question is invalid.

                                D Offline
                                D Offline
                                Dan Neely
                                wrote on last edited by
                                #17

                                Draugnar wrote:

                                Ummm.... Only Red is the primary color.

                                [Pedantic] Red, Green, and Blue are the primary colors. Red, Blue, and Yellow are *a* set of primary pigments (better quality printers use 4 or more pigments for superior color balance). The difference is that the former are emmissive and add up to white, the latter absorptive and add up to black. Your average art teacher wouldn't know the difference unless clubbed upside the head (institutional memory trumps truth), and since most students are required to take Art in school while Physics is an elective... [/Pedantic]

                                -- If you view money as inherently evil, I view it as my duty to assist in making you more virtuous.

                                D B 3 Replies Last reply
                                0
                                • D Dan Neely

                                  Draugnar wrote:

                                  Ummm.... Only Red is the primary color.

                                  [Pedantic] Red, Green, and Blue are the primary colors. Red, Blue, and Yellow are *a* set of primary pigments (better quality printers use 4 or more pigments for superior color balance). The difference is that the former are emmissive and add up to white, the latter absorptive and add up to black. Your average art teacher wouldn't know the difference unless clubbed upside the head (institutional memory trumps truth), and since most students are required to take Art in school while Physics is an elective... [/Pedantic]

                                  -- If you view money as inherently evil, I view it as my duty to assist in making you more virtuous.

                                  D Offline
                                  D Offline
                                  Draugnar
                                  wrote on last edited by
                                  #18

                                  Well, I guess that shows how much I know. I always thought it was Red, Yellow, Blue as colors and the computer world just managed to make RGB for video emissions and CMY for pigments, but I guess I stand corrected. Thank you for the education. And I do mean it, I appreciate when I learn something new.

                                  1 Reply Last reply
                                  0
                                  • D DQNOK

                                    That DOES sound worth an article.

                                    David --------- Empirical studies indicate that 20% of the people drink 80% of the beer. With C++ developers, the rule is that 80% of the developers understand at most 20% of the language. It is not the same 20% for different people, so don't count on them to understand each other's code. http://yosefk.com/c++fqa/picture.html#fqa-6.6 ---------

                                    D Offline
                                    D Offline
                                    Draugnar
                                    wrote on last edited by
                                    #19

                                    When time permits, I'll try to throw something together. It'll be in ASPX (C# and VB), though, not PHP as my Perl/PHP knowledge is very limited. Java and LotusScript are the only non-MS languages I work in these days.

                                    1 Reply Last reply
                                    0
                                    • D Dan Neely

                                      Draugnar wrote:

                                      Ummm.... Only Red is the primary color.

                                      [Pedantic] Red, Green, and Blue are the primary colors. Red, Blue, and Yellow are *a* set of primary pigments (better quality printers use 4 or more pigments for superior color balance). The difference is that the former are emmissive and add up to white, the latter absorptive and add up to black. Your average art teacher wouldn't know the difference unless clubbed upside the head (institutional memory trumps truth), and since most students are required to take Art in school while Physics is an elective... [/Pedantic]

                                      -- If you view money as inherently evil, I view it as my duty to assist in making you more virtuous.

                                      B Offline
                                      B Offline
                                      Blekk
                                      wrote on last edited by
                                      #20

                                      No not pedantic, just correct. Red, Blue and Yellow are the ONLY primary colours, green, purple and orange being secondary as stated.

                                      A 1 Reply Last reply
                                      0
                                      • D Dan Neely

                                        Draugnar wrote:

                                        Ummm.... Only Red is the primary color.

                                        [Pedantic] Red, Green, and Blue are the primary colors. Red, Blue, and Yellow are *a* set of primary pigments (better quality printers use 4 or more pigments for superior color balance). The difference is that the former are emmissive and add up to white, the latter absorptive and add up to black. Your average art teacher wouldn't know the difference unless clubbed upside the head (institutional memory trumps truth), and since most students are required to take Art in school while Physics is an elective... [/Pedantic]

                                        -- If you view money as inherently evil, I view it as my duty to assist in making you more virtuous.

                                        D Offline
                                        D Offline
                                        Draugnar
                                        wrote on last edited by
                                        #21

                                        Enough with this "primary colors" thing... (Yes, I know, I chimed in that only one was a primary color). The following article from Wikipedia makes it clear that there are no fixed primary colors in and of themselves. Primaries are, instead, relative to each other and are about the combining effects upon the human eye. From: http://en.wikipedia.org/wiki/Primary_color[^] ------------------------------------------------------ Primary colors are sets of colors that can be combined to make a useful range (gamut) of colors. For human applications, three are often used; for additive combination of colors, as in overlapping projected lights or in CRT displays, the primary colors normally used are red, green, and blue.[1] For subtractive combination of colors, as in mixing of pigments or dyes, such as in printing, the primaries normally used are magenta, cyan, and yellow.[2] Any choice of primary colors is essentially arbitrary; for example, an early color photographic process, autochrome, typically used orange, green, and violet primaries.[3] Primary colors are not a fundamental property of light but are often related to the physiological response of the eye to light. Fundamentally, light is a continuous spectrum of the wavelengths that can be detected by the human eye, an infinite-dimensional stimulus space.[4] However, the human eye normally contains only three types of color receptors called cone cells. Each color receptor responds to different ranges of the color spectrum. Humans and other species with three such types of color receptors are known as trichromats. These species respond to the light stimulus via a three-dimensional sensation, which can generally be modeled as a mixture of three primary colors.[4] Species with different numbers of receptor cell types would have color vision requiring a different number of primaries. For example, for species known as tetrachromats, with four different color receptors, one would use four primary colors. Since humans can only see to 400 nanometers (violet), but tetrachromats can see into the ultraviolet to about 300 nanometers, this fourth primary color might be located in the shorter-wavelength range. Many birds and marsupials are tetrachromats, and it has been suggested that some human females are tetrachromats as well[5][6], having an extra variant version of the long-wave (L) cone type.[7] The peak respo

                                        M 1 Reply Last reply
                                        0
                                        • B Blekk

                                          No not pedantic, just correct. Red, Blue and Yellow are the ONLY primary colours, green, purple and orange being secondary as stated.

                                          A Offline
                                          A Offline
                                          Acshi
                                          wrote on last edited by
                                          #22

                                          Reading anything on colors in physics, we see that: cyan, magenta, yellow -- subtractive primary colors, subtract these from white to get any color red, green, blue -- additive primary colors, add these to black to get any color It's not really all that difficult... unless all you remember is kindergarten :laugh::laugh::laugh:

                                          P 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups