ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Help learning how to add CAPTCHA to contact forms

    Developer Discussion
    azure ftp programming
    5
    20
    5.4k
    Loading More Posts
    • 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.
    • BRRABillB
      BRRABill @scottalanmiller
      last edited by

      @scottalanmiller said in Help learning how to add CAPTCHA to contact forms:

      Figuring out the language that you are working with should be pretty easy. If you provide some context that should be clear to figure out. Where are you working on this code, where are you getting it from? What tools are you using?

      If it's a web page, they could just post a "view source" capture, right?

      1 Reply Last reply Reply Quote 0
      • T
        tiagom
        last edited by

        Or post a link to the page.

        I promise i wont spam ya. 😄

        BRRABillB 1 Reply Last reply Reply Quote 0
        • BRRABillB
          BRRABill @tiagom
          last edited by

          @tiagom said in Help learning how to add CAPTCHA to contact forms:

          Or post a link to the page.

          I promise i wont spam ya. 😄

          The last time someone did that their server crashed.

          It was a fishing article, if I remember. 🙂

          J 2 Replies Last reply Reply Quote 2
          • J
            JessWaterfordTech Vendor @BRRABill
            last edited by

            This post is deleted!
            1 Reply Last reply Reply Quote 0
            • J
              JessWaterfordTech Vendor @BRRABill
              last edited by

              @BRRABill said in [Help learning how to add CAPTCHA to contact forms]

              The last time someone did that their server crashed.

              It was a fishing article, if I remember. 🙂

              Yes, I can't have this happen, my work would KILL ME! I was thinking of moving towards the Google reCAPTCHA since they posted a somewhat easy tutorial here: http://webdesign.tutsplus.com/tutorials/how-to-integrate-no-captcha-recaptcha-in-your-website--cms-23024

              I think this one is easy enough to use. Has anyone had experience using this CAPTCHA method?

              scottalanmillerS 1 Reply Last reply Reply Quote 1
              • scottalanmillerS
                scottalanmiller @JessWaterfordTech
                last edited by

                @JessWaterfordTech that example shows PHP. Is that the language that you are using?

                J 1 Reply Last reply Reply Quote 0
                • J
                  JessWaterfordTech Vendor @scottalanmiller
                  last edited by

                  @scottalanmiller said in Help learning how to add CAPTCHA to contact forms:

                  @JessWaterfordTech that example shows PHP. Is that the language that you are using?

                  I'm sorry for this question: How do I determine what language my site uses? I am learning as I go and have not been formally trained on how to perform theses tasks.

                  scottalanmillerS AmbarishrhA 2 Replies Last reply Reply Quote 0
                  • scottalanmillerS
                    scottalanmiller @JessWaterfordTech
                    last edited by

                    @JessWaterfordTech said in Help learning how to add CAPTCHA to contact forms:

                    @scottalanmiller said in Help learning how to add CAPTCHA to contact forms:

                    @JessWaterfordTech that example shows PHP. Is that the language that you are using?

                    I'm sorry for this question: How do I determine what language my site uses? I am learning as I go and have not been formally trained on how to perform theses tasks.

                    This is a fairly tough thing to answer. Tell us what you know about the site. Maybe we can figure it out. But this is step one to doing anything, without knowing the language, you have nothing to start on. You can't write or edit your first line of code without knowing what you are editing. Have you seen the site's code yet? Where did the site come from?

                    1 Reply Last reply Reply Quote 1
                    • scottalanmillerS
                      scottalanmiller
                      last edited by

                      0_1472491949660_image.jpeg

                      1 Reply Last reply Reply Quote 0
                      • scottalanmillerS
                        scottalanmiller
                        last edited by

                        Look what we found in a box today.

                        0_1472491978924_image.jpeg

                        J 1 Reply Last reply Reply Quote 3
                        • AmbarishrhA
                          Ambarishrh @JessWaterfordTech
                          last edited by

                          @JessWaterfordTech said in Help learning how to add CAPTCHA to contact forms:

                          @scottalanmiller said in Help learning how to add CAPTCHA to contact forms:

                          @JessWaterfordTech that example shows PHP. Is that the language that you are using?

                          I'm sorry for this question: How do I determine what language my site uses? I am learning as I go and have not been formally trained on how to perform theses tasks.

                          You can try http://builtwith.com/ to find out what is the site built with.

                          Check out the sample report about ML http://builtwith.com/mangolassi.it 🙂

                          J 1 Reply Last reply Reply Quote 2
                          • J
                            JessWaterfordTech Vendor @scottalanmiller
                            last edited by

                            @scottalanmiller said in Help learning how to add CAPTCHA to contact forms:

                            Look what we found in a box today.

                            0_1472491978924_image.jpeg

                            AWESOME FIND!!!!

                            @Ambarishrh I have ruled out PHP as the language since I do not see any PHP tags or writing at the top of the pages. I'll check out the site you referenced and see if that helps any. Thanks!!!

                            scottalanmillerS 1 Reply Last reply Reply Quote 0
                            • scottalanmillerS
                              scottalanmiller @JessWaterfordTech
                              last edited by

                              @JessWaterfordTech said in Help learning how to add CAPTCHA to contact forms:

                              @Ambarishrh I have ruled out PHP as the language since I do not see any PHP tags or writing at the top of the pages. I'll check out the site you referenced and see if that helps any. Thanks!!!

                              Pages? You don't look at the GUI to find the language. That might tip you off, but there is no guarantees. You have to look at the code of the site, not the code of the interface. You need to be on the server looking at what makes the pages.

                              1 Reply Last reply Reply Quote 0
                              • J
                                JessWaterfordTech Vendor @Ambarishrh
                                last edited by

                                @Ambarishrh based off of builtwith.com I am working with ASP.NET

                                scottalanmillerS 1 Reply Last reply Reply Quote 0
                                • scottalanmillerS
                                  scottalanmiller @JessWaterfordTech
                                  last edited by

                                  @JessWaterfordTech said in Help learning how to add CAPTCHA to contact forms:

                                  @Ambarishrh based off of builtwith.com I am working with ASP.NET

                                  That's a start. So that still leaves you with dozens of language choices like Perl, Python, F#, Ruby and more. But 99% of the time the site that is ASP.NET will be built with C# or VB.NET. So you'll need to look at the code to determine which one, but C# looks like Java and VB.NET looks like it was written by a little kid, so they are pretty easy to tell apart 😉 No seriously, they look nothing alike, so it's normally super easy to tell.

                                  1 Reply Last reply Reply Quote 2
                                  • 1 / 1
                                  • First post
                                    Last post