Kod
Witam cie xxdrago! \n
Na stronie Wymiana.89.pl napisal do ciebie ".$imie." \n
z prosba o wymienienie sie linkiem jego adres do strony to $adres_stron \n
Dane do szybkiego wklejania:\n
\n
Imie: ".$imie."\n
e-mail: ".$mail."\n
numer-gg: ".$gg."\n
Adres strony: ".$adres_stron."\n
IP: ".$aktual_ip_uzytk."\n
Dowiedzial sie o nas ze strony: ".$skad."\n
Na stronie Wymiana.89.pl napisal do ciebie ".$imie." \n
z prosba o wymienienie sie linkiem jego adres do strony to $adres_stron \n
Dane do szybkiego wklejania:\n
\n
Imie: ".$imie."\n
e-mail: ".$mail."\n
numer-gg: ".$gg."\n
Adres strony: ".$adres_stron."\n
IP: ".$aktual_ip_uzytk."\n
Dowiedzial sie o nas ze strony: ".$skad."\n
kod php:
<?php require_once('recaptchalib.php'); $privatekey = "6LeXUb8SAAAAAPv7qEGpLEyNU30q8UWHv7YQ9rSV"; $resp = recaptcha_check_answer ($privatekey, $_SERVER["REMOTE_ADDR"], $_POST["recaptcha_challenge_field"], $_POST["recaptcha_response_field"]); if (!$resp->is_valid) { // What happens when the CAPTCHA was entered incorrectly "(reCAPTCHA said: " . $resp->error . ")"); } else { // Your code here to handle a successful verification } ?> <? $adres_stron = $_POST['adres_stron']; $imie = $_POST['imie']; $mail = $_POST['mail']; $gg = $_POST['gg']; $skad = $_POST['skad']; $message .='Witam cie xxdrago! \n Na stronie Wymiana.89.pl napisal do ciebie ".$imie." \n z prosba o wymienienie sie linkiem jego adres do strony to $adres_stron \n Dane do szybkiego wklejania:\n \n Imie: ".$imie."\n e-mail: ".$mail."\n numer-gg: ".$gg."\n Adres strony: ".$adres_stron."\n IP: ".$aktual_ip_uzytk."\n Dowiedzial sie o nas ze strony: ".$skad."\n '; $to .= 'xxdrago@gmail.com'; $subject = 'Wymiana.89.pl | Link'; $aktual_ip_uzytk = $_SERVER["REMOTE_ADDR"]; ?>