The MU forums have moved to WordPress.org

PHP ASCII Captcha Integration in signup.php Help! (5 posts)

  1. akeel
    Member
    Posted 16 years ago #

    Hello,

    I don't have GD image library installed on my server and I'm trying to integrate PHP ASCII captcha (http://www.thephppro.com/products/captcha/installation.php)to my WP MU signup.php but every time I do this page doesn't load.
    I'd tried multiple positions to add code in signup.php but every times I include this code.
    <?PHP

    require_once( 'tppCaptcha.php' );
    define( 'tppCaptchaUseSession', true );
    define( 'tppCaptchaLength', 6 );
    tppCaptchaStart();

    ?>

    It stops page. I mean page doesn't load further from beggining of this code.
    Installation help file for script is located here,
    http://www.thephppro.com/products/captcha/installation.php

    Any help regarding this will be greatly appreciated.

    Thanks

  2. akeel
    Member
    Posted 16 years ago #

    To explain my condition little further, I'm new to PHP and I've copied other script files to root of MU install here,
    http://webparley.com
    Example script is working here,
    http://webparley.com/example.php

  3. lunabyte
    Member
    Posted 16 years ago #

    "I don't have GD image library installed on my server..."

    - Kind of hard to create an image without it, unless you have Image Magik as a back up.

    - http://wpmudevorg.wordpress.com/plugins.php

  4. akeel
    Member
    Posted 16 years ago #

    Hey, thanks for replying. Actually my host was charging $150 for Image Magik or GD image library install. So I took this route, I tried to use this script for ASCII captchas. But I'm unable add it correctly to wp-signup.php

  5. lunabyte
    Member
    Posted 16 years ago #

    You need a new host. That fee is bulls**t, for something that should be there by default.

About this Topic