A question about captcha

by 7 replies
8
I want to install captcha on the article dashboard script, can someone here tell me how to do it. The php script is encoded but the templates I can edit are html. I'm not sure if I can add code to an encoded script.
#programming #captcha #question
  • Unfortunately without access to the processing (back-end) side of any forms, you'd have no way to validate that the captcha entry is a match.

    I was thinking about the possibility of a javascript (client-side) solution, but the spambots you're trying to keep out wouldn't have javascript enabled anyways.

    -Ryan
  • Hi Tim. I just sent you a PM.
    • [1] reply
    • I was kinda hoping someone would answer this one. I too am inundated with spam "articles"

      Nobody?
  • Not much you can do if the code is encoded. Do you know "HOW" it's encoded? Some ways can be broken pretty easily.
    • [1] reply
    • It uses ioncube. I just hoped that there might be a way around it using java or something.
  • very informative...


    learn something from here..



    keep it up
  • Banned
    [DELETED]
  • i don't think the script is encoded, the better word is obfuscated

Next Topics on Trending Feed

  • 8

    I want to install captcha on the article dashboard script, can someone here tell me how to do it. The php script is encoded but the templates I can edit are html. I'm not sure if I can add code to an encoded script.