Results 1 to 9 of 9

Thread: reCAPTCHA tutorial

  1. #1
    Thread Starter
    Member leda88's Avatar
    Join Date
    Sep 2009
    Location
    Ukraine
    Posts
    65
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Unhappy reCAPTCHA tutorial

    We need reCAPTCHA tutorial to Integrate it in the post-form.php please this is emergency,

    This tutorial not Working --->
    http://appthemes.com/forum/showthrea...ha-Integration
    Last edited by pepsi; September 22nd, 2010 at 04:19 AM.

  2. #2
    pepsi's Avatar
    Join Date
    Mar 2009
    Location
    New Zealand
    Posts
    14,883
    Thanks
    91
    Thanked 804 Times in 718 Posts

    Re: reCAPTCHA tutorial

    The previous tutorial was kindly posted by a member of the community, probably for an earlier version of CP.

    If this isn't working for you, and you consider getting this fixed an emergency I would suggest you look at hiring a coder to sort it out for you.. You can check the "Theme services" thread for people advertising their services.

  3. #3
    Thread Starter
    Member leda88's Avatar
    Join Date
    Sep 2009
    Location
    Ukraine
    Posts
    65
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Re: reCAPTCHA tutorial

    I am sorry, we must to hire a coder to fix a Product we purchased which getting lots of spambots? So for what using this support forum? Only To say how ClassiPress is the best? well I am sorry I posted in this forum many question about Product which I purchased and never had any answer.
    Now i understand that I have to hire a coder.

    P.S. Just look how many users post a support question and they never being answered.
    Yes indeed ClassiPress is the best in getting spambots!!!!

  4. #4
    Thread Starter
    Member leda88's Avatar
    Join Date
    Sep 2009
    Location
    Ukraine
    Posts
    65
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Re: reCAPTCHA tutorial

    My question never being answered until I contact David and he answered for my half question and the other half never being answered.

  5. #5
    pepsi's Avatar
    Join Date
    Mar 2009
    Location
    New Zealand
    Posts
    14,883
    Thanks
    91
    Thanked 804 Times in 718 Posts

    Re: reCAPTCHA tutorial

    What you are asking for help with is not a standard feature of ClassiPress, so it is effectively a modification. I would suggest you read this post for clarification of the support provided http://appthemes.com/forum/showthrea...before-posting

    Obviously it's up to you if you want to hire a coder, it was merely a suggestion to your "emergency". If you are willing to just wait and see if another member of the community wants to help you with your request then so be it. If no-one if forthcoming then that is not an issue with support.

    As has been mentioned before, these forums are community based with volunteer moderators who are here to help as best we can. We are also paying customers just like you. We have been making even more efforts to ensure customers are not left with unanswered questions, because we really do want to help, but when it comes to questions and requests relating to modifications to CP then that is going to come down to how willing others are to share tutorials and help with others.

    Also: I am moving your thread to the ClassiPress Mods and Tutorials thread.
    Last edited by pepsi; September 22nd, 2010 at 04:21 AM.

  6. #6
    andreas's Avatar
    Join Date
    Jul 2010
    Posts
    31
    Thanks
    1
    Thanked 1 Time in 1 Post
    Hi Pepsi,

    I do understand your comments on this issue. In my case I'd like to say that the support is quite good. I received lot's of spams in the last 24hrs and I'm concerned that my users will quit the service that I've just built up.
    The link that you've provided isn't working anymore due to the movement from classipress to appthemes.
    Have you another solution (or link) to get higher security for spam bots?
    Thanks,
    Andreas

  7. #7
    Junior Member werlisa's Avatar
    Join Date
    Jul 2010
    Location
    Barcelona
    Posts
    43
    Thanks
    6
    Thanked 2 Times in 2 Posts
    I'm trying to integrate rechapta. in the post form. I found this forum link which explains how to do it, I've followed step by step and not seem to work properly. Rechapta box appears on the post form but the form is no longer static drop and appears on the screen.

    I leave the code in case you can do something about it.

    1- In post-form.php look for div class capcha and comment-out the code within this div. Paste the following lines - take note to change the public and private keys to the ones reCaptcha gave after signing up:

    <div class="captcha">
    <?php require_once('recaptchalib.php');
    define('PUBLIC_KEY', 'Public_Key');
    define('PRIVATE_KEY', 'Private_Key');
    echo recaptcha_get_html( PUBLIC_KEY ); ?>
    </div>
    2- In form_process.php after "<?php" paste the following lines:

    require_once('recaptchalib.php');
    define('PUBLIC_KEY', 'Public_Key');
    define('PRIVATE_KEY', 'Private_Key');
    $response = recaptcha_check_answer(
    PRIVATE_KEY, $_SERVER['REMOTE_ADDR'],
    $_POST['recaptcha_challenge_field'],
    $_POST['recaptcha_response_field']
    );
    if ( $response->is_valid ) {}
    else { $err .= __('The reCaptcha spam field is incorrect') . "
    "; }
    This is the link which explains the tutorial:

    http://appthemes.com/forum/showthrea...ight=recaptcha

    I hope someone can help us

    Regards
    Venta de Carros Usados en Bogotá
    --------------------------------------------------
    Pisos en Alquiler en Pisos-Alquiler.com

  8. #8
    Junior Member werlisa's Avatar
    Join Date
    Jul 2010
    Location
    Barcelona
    Posts
    43
    Thanks
    6
    Thanked 2 Times in 2 Posts
    Failure of the translator

    Quote Originally Posted by werlisa View Post
    Rechapta box appears on the post form but the form is no longer static drop and appears on the screen.
    Rechapta box appears on the post form but the form is no longer dropdown and appears static on the screen.
    Venta de Carros Usados en Bogotá
    --------------------------------------------------
    Pisos en Alquiler en Pisos-Alquiler.com

  9. #9
    pepsi's Avatar
    Join Date
    Mar 2009
    Location
    New Zealand
    Posts
    14,883
    Thanks
    91
    Thanked 804 Times in 718 Posts
    Quote Originally Posted by andreas View Post
    Hi Pepsi,

    I do understand your comments on this issue. In my case I'd like to say that the support is quite good. I received lot's of spams in the last 24hrs and I'm concerned that my users will quit the service that I've just built up.
    The link that you've provided isn't working anymore due to the movement from classipress to appthemes.
    Have you another solution (or link) to get higher security for spam bots?
    Thanks,
    Andreas
    Thanks Andreas, I have gone through and updated the links which still pointed back to the old forums, so the original links now work..

    The same customer who started this thread originally (leda88) started another thread on the topic of spam a number of months later which contains some information which may be of interest to you.. http://appthemes.com/forum/showthrea...7794-Anti-spam

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Tutorial:Change place to Currency Symbol
    By chifen in forum ClassiPress General Discussion
    Replies: 1
    Last Post: May 25th, 2009, 12:37 PM