Contact me

    /*
    symple captcha
    */
    $captcha_instance = new ReallySimpleCaptcha();
    // Change the background color of CAPTCHA image to black
    $captcha_instance->bg = array( 0, 0, 0 );
    $word = $captcha_instance->generate_random_word();
    $prefix = mt_rand();
    $captcha_instance->generate_image( $prefix, $word );
    $correct = $captcha_instance->check( $prefix, $the_answer_from_respondent );
    $captcha_instance->remove( $prefix );
    ?>


    Warning: realpath(): open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): (/www/autoprep:/usr/share/pear:/usr/share/php:/www/coldwell.eu:/php_sess_data/coldwell.eu:/www/coldwell.eu-tmpdir:/var/www/web5/coldwell.eu:/var/www/web2/coldwell.eu) in /www/coldwell.eu/ok1vp.coldwell.eu/wp-includes/functions.php on line 2126