Advertisement
Guest User

Untitled

a guest
Mar 20th, 2018
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.36 KB | None | 0 0
  1.  
  2.  
  3.  
  4.  
  5. <!DOCTYPE html>
  6. <html lang="ru">
  7. <head><meta charset="UTF-8"><meta name="categories" content="Investment"><meta name="author" content="Sirgoffan / PHP-market Group"><meta name="generator" content="SSDoubler (SiberianScriptDoubler) / SiberianScriptsGroup"><meta name="BuyThisScript" content="php-market.ru / sscript.store"><link rel="stylesheet" href="/data/css/popups_alerts_alax.css"><title>LIDER Invest</title><script src='https://www.google.com/recaptcha/api.js?hl=ru'></script>
  8. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  9. <link href="/template/style/styles.css" rel="stylesheet" type="text/css">
  10. <link href="/template/style/animate.css" type="text/css" rel="stylesheet" />
  11. <link href="/template/style/fonts/FuturaNewDemi.woff2" rel="stylesheet" type="text/css">
  12. <link href="/template/style/font-awesome/css/font-awesome.min.css" rel="stylesheet">
  13. <!--script src="/template/files/watch.js" async="" type="text/javascript"></script>
  14. <script src="/template/files/jquery.js"></script-->
  15.  
  16. </head>
  17. <body>
  18. <div style="display:none;"><form action="" method="POST" id="lngru" name="lngru"><input type="hidden" name="lng" value="ru"></form></div>
  19. <style>
  20. /* Всплывающее окно */
  21. .overlay {
  22. top: 0;
  23. right: 0;
  24. bottom: 0;
  25. left: 0;
  26. z-index: 10;
  27. display: none;
  28. background-color: rgba(0, 0, 0, 0.65);
  29. position: fixed;
  30. cursor: default;
  31. }
  32. .overlay:target {
  33. display: block;
  34. }
  35. .popup {
  36. top: -100%;
  37. right: 0;
  38. left: 50%;
  39. font-size: 14px;
  40. z-index: 20;
  41. margin: 0;
  42. width: 85%;
  43. min-width: 320px;
  44. max-width: 600px;
  45. position: fixed;
  46. padding: 15px;
  47. border: 1px solid #383838;
  48. background: rgba(53, 58, 66, 0.28);
  49. -webkit-border-radius: 4px;
  50. -moz-border-radius: 4px;
  51. -ms-border-radius: 4px;
  52. border-radius: 4px;
  53. -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
  54. -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
  55. -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
  56. box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
  57. -webkit-transform: translate(-50%, -500%);
  58. -ms-transform: translate(-50%, -500%);
  59. -o-transform: translate(-50%, -500%);
  60. transform: translate(-50%, -500%);
  61. -webkit-transition: -webkit-transform 0.6s ease-out;
  62. -moz-transition: -moz-transform 0.6s ease-out;
  63. -o-transition: -o-transform 0.6s ease-out;
  64. transition: transform 0.6s ease-out;
  65. }
  66. .overlay:target+.popup {
  67. -webkit-transform: translate(-50%, 0);
  68. -ms-transform: translate(-50%, 0);
  69. -o-transform: translate(-50%, 0);
  70. transform: translate(-50%, 0);
  71. top: 20%;
  72. }
  73. .close {
  74. top: -10px;
  75. right: -10px;
  76. width: 20px;
  77. height: 20px;
  78. position: absolute;
  79. padding: 0;
  80. border: 2px solid #ccc;
  81. -webkit-border-radius: 15px;
  82. -moz-border-radius: 15px;
  83. -ms-border-radius: 15px;
  84. -o-border-radius: 15px;
  85. border-radius: 15px;
  86. background-color: rgba(61, 61, 61, 0.8);
  87. -webkit-box-shadow: 0px 0px 10px #000;
  88. -moz-box-shadow: 0px 0px 10px #000;
  89. box-shadow: 0px 0px 10px #000;
  90. text-align: center;
  91. text-decoration: none;
  92. font: 13px/20px 'Tahoma', Arial, sans-serif;
  93. font-weight: bold;
  94. -webkit-transition: all ease .8s;
  95. -moz-transition: all ease .8s;
  96. -ms-transition: all ease .8s;
  97. -o-transition: all ease .8s;
  98. transition: all ease .8s;
  99. }
  100. .close:before {
  101. color: rgba(255, 255, 255, 0.9);
  102. content: "X";
  103. text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
  104. font-size: 12px;
  105. }
  106. .close:hover {
  107. background-color: rgba(252, 20, 0, 0.8);
  108. -webkit-transform: rotate(360deg);
  109. -moz-transform: rotate(360deg);
  110. -ms-transform: rotate(360deg);
  111. -o-transform: rotate(360deg);
  112. transform: rotate(360deg);
  113. }
  114. .popup img {
  115. width: 100%;
  116. height: auto;
  117. }
  118. .pic-left,
  119. .pic-right {
  120. width: 25%;
  121. height: auto;
  122. }
  123. .pic-left {
  124. float: left;
  125. margin: 5px 15px 5px 0;
  126. }
  127. .pic-right {
  128. float: right;
  129. margin: 5px 0 5px 15px;
  130. }
  131. .popup embed,
  132. .popup iframe {
  133. top: 0;
  134. right: 0;
  135. bottom: 0;
  136. left: 0;
  137. display:block;
  138. margin: auto;
  139. min-width: 320px;
  140. max-width: 600px;
  141. width: 100%;
  142. }
  143. .popup h2 {
  144. margin: 0;
  145. color: #008000;
  146. padding: 5px 0px 10px;
  147. text-align: left;
  148. text-shadow: 1px 1px 3px #adadad;
  149. font-weight: 500;
  150. font-size: 1.4em;
  151. line-height: 1.3;
  152. }
  153. .popup p {margin: 0; padding: 5px 0}
  154. /* Конец окна */
  155. </style>
  156.  
  157. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  158. <tbody><tr>
  159. <td colspan="2">
  160. <center>
  161. <table width="1200">
  162. <tbody><tr>
  163. <td>
  164. <nav class="top-menu">
  165. <ul class="menu-main">
  166. <li><a href="/">ГЛАВНАЯ</a></li>
  167. <li><a href="/rules">ПРАВИЛА</a></li>
  168. <li><a href="/referals">ПРОМО</a></li>
  169. <li><a href="/stats">СТАТИСТИКА</a></li>
  170. <li><a href="/faq">F.A.Q.</a></li>
  171. <li><a href="https://vk.com/club161251508" target="_blank">ГРУППА VK</a></li>
  172. <li><a href="https://t.me/joinchat/GsILl0mDJTeWDj910DIw2A" target="_blank">TELEGRAM</a></li>
  173. <li><a href="/contacts">КОНТАКТЫ</a></li>
  174. </ul>
  175. </nav>
  176.  
  177.  
  178.  
  179.  
  180. </tbody>
  181. </td>
  182. </tr>
  183. </tbody></table>
  184. </center>
  185. </td>
  186. </tr>
  187.  
  188. <tr>
  189. <td colspan="2" valign="top">
  190. <center><br>
  191. <div class="animated flipInX">
  192. <img src="/template/img/595042.png" style="width: 1200px;">
  193. <!--<font color="#22A7F0" style="font-size: 200px;">LIDER-INVEST</font>-->
  194. </div>
  195. </center><br>
  196. </td>
  197. </tr>
  198. </tbody></table>
  199.  
  200.  
  201. <div class="telo">
  202. <table width="100%" class="animated flipInX" border="0" cellpadding="0" cellspacing="0" style="
  203. background-color: #fff;
  204. border-radius: 8px;
  205. ">
  206. <tbody><tr>
  207. </tr>
  208. <tr>
  209. <td colspan="2" valign="top" style="
  210. padding-top: 19px;
  211. padding-bottom: 11px;
  212. ">
  213. <center>
  214. <style type="text/css">
  215. input:focus{
  216. background-image:none;}
  217. </style>
  218.  
  219.  
  220. <div style="width:70%;background-color:#fc6262;">
  221. <h5>
  222. </h5>
  223. </div>
  224.  
  225.  
  226.  
  227.  
  228.  
  229. <div style="width:70%;background-color:#fc6262;">
  230. <h5>
  231. Не удалось автоматически проверить существование flush02@yandex.ru в системе Payeer!<br>
  232. Если у Вас нет счета в системе Payeer, привязанного к email flush02@yandex.ru, Вам необходимо <a href="/payeer" target="_blank"><u><font color="white">зарегистрировать</font></u></a> его.<br>
  233. <form action="" method="post" id="check_email_payeer">
  234. <input type="hidden" name="do" value="check_email_payeer">
  235. <input type="hidden" name="antipovtor" value="1521549656">
  236. <input type="hidden" name="usertoken" value="dcffc478ca96c3769d6f361a034aa8f2">
  237. <input type="hidden" name="ajax" value="1">
  238. <input type="hidden" name="reload" value="1">
  239. <button class="red"><small>Я зарегистрировал Payeer счет</small></button>
  240. </form>
  241. </h5>
  242. </div>
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261. <center>
  262. <style type="text/css">
  263. input:focus{
  264. background-image:none;}
  265.  
  266. #k{
  267. width: 70%;
  268. }
  269.  
  270.  
  271. </style>
  272.  
  273.  
  274.  
  275.  
  276. <table width="100%" border="0" style="
  277. padding-left: 18px;
  278. ">
  279. <tbody><tr align="center">
  280. <td width="100"><a id="k" href="/my_deposits" style="text-decoration: none"><i class="fa fa-database" aria-hidden="true"></i> <font>Депозиты</font></a></td>
  281. <td width="100"><a id="k" href="/my_withdraws" style="text-decoration: none"><i class="fa fa-database" aria-hidden="true"></i> <font>Выплаты</font></a></td>
  282.  
  283. <td width="100"><a id="k" href="/my_referals" style="text-decoration: none"><i class="fa fa-handshake-o" aria-hidden="true"></i> <font>Рефералы</font></a></td>
  284. <td width="100"><a id="k" href="/my_statistics" style="text-decoration: none"><i class="fa fa-trophy" aria-hidden="true"></i> <font>Действия</font></a></td>
  285. <td width="100"><a id="k" href="/my_settings" style="text-decoration: none"><i class="fa fa-file-code-o prefix" aria-hidden="true"></i> <font>Настройки</font></a></td> <td width="100"><a id="k" href="/exit" style="text-decoration: none"><i class="fa fa-sign-out" aria-hidden="true"></i> <font>Выход</font></a></td>
  286. </tr>
  287. </tbody></table>
  288.  
  289.  
  290.  
  291.  
  292.  
  293. </center>
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  
  304.  
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312.  
  313.  
  314. <h2>
  315. <font color="#2b3941">Email</font>: flush02@yandex.ru
  316.  
  317.  
  318. <br>
  319. Инвестировано:
  320. <span id="balance" class="green-text text-300 text-darken-1">
  321. <b>0.00</b> <i class="fa fa-rub"></i>
  322. </span>
  323. </h2>
  324.  
  325.  
  326. <form action="" method="post" style="margin-top: -50px;">
  327.  
  328. <input type="hidden" name="do" value="deposit">
  329.  
  330. <input type="hidden" name="antipovtor" value="1521549656">
  331. <input type="hidden" name="usertoken" value="dcffc478ca96c3769d6f361a034aa8f2">
  332.  
  333. <input type="hidden" name="tarif" value="1">
  334. <input type="hidden" name="ps" value="">
  335.  
  336. <input type="hidden" name="ajax" value="0">
  337. <input type="hidden" name="reload" value="0">
  338.  
  339.  
  340.  
  341.  
  342.  
  343.  
  344. <table width="930" height="21px" border="0" cellpadding="0" cellspacing="0">
  345. <tbody><tr>
  346. <td align="center">
  347. <br>
  348. <input autocomplete="off" name="sum" min="10" max="500" step="0.01" type="text" size="23" maxlength="35" placeholder="Введите от 10.00 до 500.00 rub" class="button -green_border -login -login_white" style="width: 320px;height: 32px;"><input type="submit" name="submit" id="form" value="ПРОДОЛЖИТЬ" class="button -green -cash" style=" height: 59px; padding-top: 11px;"></td>
  349. </tr>
  350. </tbody></table>
  351. </form>
  352.  
  353.  
  354.  
  355.  
  356.  
  357.  
  358.  
  359.  
  360.  
  361.  
  362. </div>
  363. </div>
  364. </center>
  365. </td>
  366. </tr>
  367. </tbody>
  368. </table><br>
  369. <div class="animated flipInX" style="
  370. background-color: #fff;
  371. border-radius: 8px;
  372. padding-top: 10px;
  373. padding-bottom: 10px;
  374.  
  375. ">
  376. <table width="100%" border="0">
  377. <tbody><tr align="center">
  378. <td width="250" id="kr" class="animated zoomIn"><img src="/template/img/4.png" style="width: 50px; margin-bottom:-22px;"> Старт: (<b>16.03.2018</b>)</td>
  379. <td width="250" id="kr" class="animated zoomIn"><img src="/template/img/1.png" style="width: 50px; margin-bottom:-22px;"> Участников: (<b>24</b>)</td>
  380. <td width="250" id="kr" class="animated zoomIn"><img src="/template/img/2.png" style="width: 50px; margin-bottom:-22px;"> Депозитов: (<b>55.16</b>)</td>
  381. <td width="250" id="kr" class="animated zoomIn"><img src="/template/img/3.png" style="width: 50px; margin-bottom:-22px;"> Выплачено: (<b>48.30</b>)</td>
  382. </tr>
  383. </tbody>
  384. </table>
  385. </div>
  386. <br>
  387. <div class="animated flipInX" style="
  388. background-color: #fff;
  389. border-radius: 8px;
  390. ">
  391. <table width="95%" cellpadding="3" id="tables">
  392. <tbody>
  393.  
  394. <tr style="/* color: #fff; */text-transform: uppercase;">
  395. <td align="center" width="150px"><b>Дата вклада</b></td>
  396. <td align="center" width="100px"><b>Кошелек</b></td>
  397. <td align="center" width="100px"><b>Сумма</b></td>
  398. <td align="center" width="100px"><b>Осталось</b></td>
  399. <td align="center" width="100px"><b>На вывод</b></td>
  400. </tr>
  401.  
  402.  
  403.  
  404.  
  405. <tr align="center" height="25">
  406. <td align="center"><i class="fa fa-clock-o" aria-hidden="true"></i> 17.03.2018 18:53:19</td>
  407.  
  408. <td align="center">sirgoffan@php-mar<b class='red-text'>••••••</b></td>
  409. <td align="center">15.00 <i class="fa fa-rub" aria-hidden="true"></i></td>
  410.  
  411. <td class="countdown" align="center">
  412.  
  413. <span class="timer">00:00:00</span>
  414.  
  415.  
  416. </td>
  417.  
  418. <td align="center">22.50 <i class="fa fa-rub" aria-hidden="true"></i></td>
  419. </tr>
  420.  
  421.  
  422.  
  423.  
  424.  
  425. <tr align="center" height="25">
  426. <td align="center"><i class="fa fa-clock-o" aria-hidden="true"></i> 06.03.2018 09:52:47</td>
  427.  
  428. <td align="center">sirgoffan@php-mar<b class='red-text'>••••••</b></td>
  429. <td align="center">11.00 <i class="fa fa-rub" aria-hidden="true"></i></td>
  430.  
  431. <td class="countdown" align="center">
  432.  
  433. <span class="timer">00:00:00</span>
  434.  
  435.  
  436. </td>
  437.  
  438. <td align="center">16.50 <i class="fa fa-rub" aria-hidden="true"></i></td>
  439. </tr>
  440.  
  441.  
  442.  
  443.  
  444.  
  445. <tr align="center" height="25">
  446. <td align="center"><i class="fa fa-clock-o" aria-hidden="true"></i> 05.03.2018 11:10:01</td>
  447.  
  448. <td align="center">R483848<b class='red-text'>••••••</b></td>
  449. <td align="center">10.00 <i class="fa fa-rub" aria-hidden="true"></i></td>
  450.  
  451. <td class="countdown" align="center">
  452. <span class="timer">00:00:00</span>
  453.  
  454.  
  455. </td>
  456.  
  457. <td align="center">15.00 <i class="fa fa-rub" aria-hidden="true"></i></td>
  458. </tr>
  459.  
  460.  
  461.  
  462.  
  463.  
  464. <tr align="center" height="25">
  465. <td align="center"><i class="fa fa-clock-o" aria-hidden="true"></i> 05.03.2018 09:36:21</td>
  466.  
  467. <td align="center">R483848<b class='red-text'>••••••</b></td>
  468. <td align="center">10.00 <i class="fa fa-rub" aria-hidden="true"></i></td>
  469.  
  470. <td class="countdown" align="center">
  471. <span class="timer">00:00:00</span>
  472.  
  473.  
  474. </td>
  475.  
  476. <td align="center">15.00 <i class="fa fa-rub" aria-hidden="true"></i></td>
  477. </tr>
  478.  
  479.  
  480.  
  481.  
  482.  
  483. <tr align="center" height="25">
  484. <td align="center"><i class="fa fa-clock-o" aria-hidden="true"></i> 04.03.2018 21:49:49</td>
  485.  
  486. <td align="center">sirgoffan@php-mar<b class='red-text'>••••••</b></td>
  487. <td align="center">9.16 <i class="fa fa-rub" aria-hidden="true"></i></td>
  488.  
  489. <td class="countdown" align="center">
  490. <span class="timer">00:00:00</span>
  491.  
  492.  
  493. </td>
  494.  
  495. <td align="center">13.74 <i class="fa fa-rub" aria-hidden="true"></i></td>
  496. </tr>
  497.  
  498.  
  499.  
  500.  
  501.  
  502. </tbody>
  503. </table> <br>
  504. </div>
  505. <br>
  506. <table width="100%" style="
  507. background: #fff;
  508. border-radius: 5px;
  509. ">
  510. <tbody><tr>
  511. <td><center>LIDER Invest © Copyright 2018.</center></td>
  512. </tr>
  513. </tbody>
  514. </table>
  515.  
  516.  
  517. <script>window.jQuery || document.write('<script src="/data/js/jquery.js"><\/script>')</script><script src="/data/js/popups_alerts_alax.js"></script><script src="/data/js/app.js"></script><!-- Script By Sirgoffan (php-market.ru / sscript.store) --></body>
  518. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement