Welcome to HBH V2 ! If you had an account on hellboundhacker.org you will need to reset your password using the Lost Password system before you will be able to login.

login facebook - PHP Code Bank


login facebook
account
                <?php
	//
	// NeoInDark
	//

	$ch = curl_init();

	curl_setopt ($ch, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20041001 Firefox/0.10.1" );
	curl_setopt ($ch, CURLOPT_URL, 'http://www.hellboundhackers.org/user/yoge balap.html
	curl_setopt ($ch, CURLOPT_POST, 1);
	curl_setopt ($ch, CURLOPT_POSTFIELDS, 'user_name=USERNAME&user_pass=PASSWORD&login=Login');
	curl_setopt ($ch, CURLOPT_COOKIEJAR, 'cookie.txt');
	curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);
	$content = curl_exec ($ch);



	curl_setopt($ch, CURLOPT_URL, 'http://www.hellboundhackers.org/user/toge balap.html
	$content = curl_exec ($ch);
	echo $content;



	curl_close ($ch);


            
Comments
Sorry but there are no comments to display