Как я понял:
1. создать файл /includes/codegen/new_kcaptcha.php
<?php 'captcha[value]' => $_POST["captcha_name"], 'captcha[key]' => $_COOKIE["_cpathca"], ); // в переменной $result будет находится // "0" === "неправильно" // или // "1" === "правильно" echo ($result == 1) ? "success" : "error"; } ?>
<script src="http://api.parrotify.com/start.js"></script>
<?php include('new_kcaptcha.php'); $captcha = new KCAPTCHA(); $_SESSION['captcha_keystring'] = $captcha->getKeyString(); ?>