Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Jeff Starr

    (@specialk)

    The challenge works to help prevent automated spam, but individual humans would be able to figure it out. If you’re having serious spam problems you may want to require membership/registration, which would enable much more protection.

    Thread Starter blacking

    (@blacking)

    You can do update?
    Have it any other refresh security question?

    Plugin Author Jeff Starr

    (@specialk)

    Sorry, I’m working on my next book and can’t take on additional work for awhile. Here is what I use for one of my sites, which receives no spam via USP:

    <?php global $user_identity, $user_ID;
    if (current_user_can('read')) { ?>
    
    <?php user_submitted_posts(); ?>
    
    <?php } else { ?>
    
    <?php // do something else ?>
    
    <?php } ?>
    Thread Starter blacking

    (@blacking)

    what is ? and where i use this code ?

    Plugin Author Jeff Starr

    (@specialk)

    You put it in your theme file where you want the form to appear. On second thought, if this code looks foreign to you, it may be recommended to try another solution.

    Thread Starter blacking

    (@blacking)

    see:
    http://www.10status.net

    its my problem.
    I do not write anything that’s not giving me an error message that I added the security question.
    i add google recaptcha

    Thread Starter blacking

    (@blacking)

    Plugin Author Jeff Starr

    (@specialk)

    I’m getting a 404 error for the link.. gonna close the thread. Feel free to open a new one.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘problem with Challenge question (captcha)’ is closed to new replies.