PHP photo text authorization

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • MZ

    PHP photo text authorization

    Hello!

    I would like to create similar script which let me (before submitting form)
    confirm the form. I would like to prevent from autosubmitting form by
    various users.
    I would like to create jpg frame with text generated inside and I would like
    to force the users to fill the input field with this text shown in jpg
    frame. This is the example:

    Abonament komórkowy na miarę potrzeb, szybki Orange Światłowód, telewizja, telefony, laptopy. Poznaj naszą ofertę i korzyści z łączenia usług w pakiety.


    Could you write to me how can I do that? I would like this scripts to
    autogenerate every word with static length in this jpg frame, which often
    would have no meaning and sense and would be the string with different
    letters and numbers.

    Kindest regards
    Marcin


  • ZeldorBlat

    #2
    Re: PHP photo text authorization

    On Jun 17, 3:43 pm, "MZ" <marcinzmyslow. ..@poczta.onet. plwrote:
    Hello!
    >
    I would like to create similar script which let me (before submitting form)
    confirm the form. I would like to prevent from autosubmitting form by
    various users.
    I would like to create jpg frame with text generated inside and I would like
    to force the users to fill the input field with this text shown in jpg
    frame. This is the example:
    >
    Abonament komórkowy na miarę potrzeb, szybki Orange Światłowód, telewizja, telefony, laptopy. Poznaj naszą ofertę i korzyści z łączenia usług w pakiety.

    >
    Could you write to me how can I do that? I would like this scripts to
    autogenerate every word with static length in this jpg frame, which often
    would have no meaning and sense and would be the string with different
    letters and numbers.
    >
    Kindest regards
    Marcin
    Here's some examples and documentation on this type of thing:

    <http://www.google.com/search?q=captch a+php>

    Comment

    • Michael Fesser

      #3
      Re: PHP photo text authorization

      ..oO(ZeldorBlat )
      >Here's some examples and documentation on this type of thing:
      >
      ><http://www.google.com/search?q=captch a+php>
      Not to forget the possible problems:


      Various approaches have been employed over many years to distinguish human users of web sites from robots. The traditional CAPTCHA approach asking users to identify obscured text in an image remains common, but other approaches have emerged. All interactive approaches require users to perform a task believed to be relatively easy for humans but difficult for robots. Unfortunately the very nature of the interactive task inherently excludes many people with disabilities, resulting in a denial of service to these users. Research findings also indicate that many popular CAPTCHA techniques are no longer particularly effective or secure, further complicating the challenge of providing services secured from robotic intrusion yet accessible to people with disabilities. This document examines a number of approaches that allow systems to test for human users and the extent to which these approaches adequately accommodate people with disabilities, including recent non-interactive and tokenized approaches. We have grouped these approaches by two category classifications: Stand-Alone Approaches that can be deployed on a web host without engaging the services of unrelated third parties and Multi-Party Approaches that engage the services of an unrelated third party.


      Micha

      Comment

      Working...