Can anyone help me!!
I'm trying to change the download/register re-chaptcha to a solvemedia.com chaptcha.
Here's a Video that will show solvemedia chaptcha
https://vimeo.com/user4748906/solve-media-capthca-type-ins
Thanks If You A Can Help.
if( $_SESSION['security_code'] == $_POST['security_code'] && !empty($_SESSION['security_code'] ) ) {
if ($solvemedia_response->is_valid) {
require_once("solvemedialib.php");
$privkey="your_private_key";
$hashkey="your_hash_key";
$solvemedia_response = solvemedia_check_answer($privkey,
$_SERVER["REMOTE_ADDR"],
$_POST["adcopy_challenge"],
$_POST["adcopy_response"],
$hashkey);
require_once("./config.php");
if(in_array($language, $LANGUAGE_LIST)) {
include('./lang/'.$language.'.php');
} else {
include('./lang/'.$LANGUAGE_LIST[0].'.php');
}
<img src="CaptchaSecurityImages.php?width=100&height=40&characters=5" /><br /><input id="security_code" name="security_code" type="text" />
<?php echo solvemedia_get_html("your_challenge_key"); //outputs the widget ?>
unset($_SESSION['security_code']);
require_once("solvemedialib.php");
Return to Hacks and Modifications
Users browsing this forum: No registered users and 3 guests