Advertisement
X1E

Useragent.php

X1E
Jul 16th, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.91 KB | None | 0 0
  1. <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" /><script src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
  2. <script src="https://code.jquery.com/ui/1.11.4/jquery-ui.js"></script>
  3. <link href='https://fonts.googleapis.com/css?family=Roboto:400,300,900,500' rel='stylesheet' type='text/css'>
  4. <link href='https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700' rel='stylesheet' type='text/css'>
  5. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css">
  6.  
  7.  
  8. <style>
  9. @import url('https://fonts.googleapis.com/css?family=Iceland');
  10. @import url('https://fonts.googleapis.com/css?family=Josefin+Sans');
  11. body {
  12. background: url(https://c1.staticflickr.com/6/5673/30593604650_bfe4251a9c_b.jpg) no-repeat center center fixed;
  13. background-size: cover;
  14. overflow: hidden;
  15. cursor: default;
  16. }
  17.  
  18. #card {
  19. width: 400px;
  20. height: 300px;
  21. position: relative;
  22. margin: 10% auto;
  23. border-radius: 8px;
  24. box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2), 0px 2px 6px rgba(0, 0, 0, 0.4);
  25. overflow: hidden;
  26. }
  27.  
  28. #blur {
  29. background: url(https://c1.staticflickr.com/6/5673/30593604650_bfe4251a9c_b.jpg) no-repeat center center fixed;
  30. background-size: cover;
  31. width: 430px;
  32. height: 330px;
  33. position: relative;
  34. top: -15px;
  35. left: -15px;
  36. border-radius: 8px;
  37. -webkit-filter: blur(8px);
  38. -moz-filter: blur(8px);
  39. filter: blur(8px);
  40. }
  41.  
  42. #color {
  43. background: rgba(255, 255, 255, .60);
  44. width: 430px;
  45. height: 330px;
  46. }
  47.  
  48. #profile {
  49. cursor: grabbing;
  50. width: 400px;
  51. height: 300px;
  52. position: relative;
  53. top: -330px;
  54. border-radius: 8px;
  55. }
  56.  
  57. img {
  58. width: 100px;
  59. height: 100px;
  60. border-radius: 100px;
  61. position: relative;
  62. top: 32px;
  63. display: block;
  64. margin: 0 auto;
  65. -webkit-filter: sepia(.25);
  66. -moz-filter: sepia(.25);
  67. filter: sepia(.25);
  68. }
  69.  
  70. h1 {
  71. color: red;
  72. font-family: 'Iceland';
  73. font-size: 36px;
  74. font-weight: 700;
  75. text-align: center;
  76. position: relative;
  77. top: 48px;
  78. }
  79.  
  80. p {
  81. color: rgba(38, 50, 56, .87);
  82. font-family: 'Josefin Sans';
  83. font-size: 16px;
  84. font-weight: 400;
  85. text-align: center;
  86. position: relative;
  87. top: 56px;
  88. }
  89.  
  90. a {
  91. color: rgba(255, 255, 255, 1);
  92. transition: color 0.4s;
  93. text-decoration: none;
  94. }
  95. a:hover {
  96. color: rgba(232, 77, 59, .70);
  97. transition: color 0.4s;
  98. }
  99.  
  100. .info {
  101. text-align: center;
  102. margin: 0 auto;
  103. position: relative;
  104. top: 86px;
  105. background: rgba(71, 71, 71, 1);
  106. width: 32px;
  107. height: 32px;
  108. border-radius: 100px;
  109. background-position: center center;
  110. background-size: cover;
  111. transition: all 0.2s ease;
  112. z-index: 0;
  113. }
  114.  
  115. .info.active {
  116. width: 100%;
  117. height: 200%;
  118. position: relative;
  119. top: -100%;
  120. background: rgba(71, 71, 71, 1);
  121. transition: width .1s ease, height .2s ease, top .2s ease, z-index .2s ease;
  122. z-index: 999;
  123. }
  124.  
  125. .info i.block {
  126. color: rgba(255, 255, 255, .6);
  127. display: block;
  128. }
  129.  
  130. .info .fa-info {
  131. padding: 8px;
  132. cursor: pointer;
  133. visibility: visible;
  134. opacity: 1;
  135. transition: visibility 0s, opacity 0.4s ease;
  136. }
  137.  
  138. .info.active .fa-info {
  139. visibility: hidden;
  140. opacity: 0;
  141. transition: visibility 0s, opacity 0.4s ease;
  142. }
  143.  
  144. .info .fa-angle-down {
  145. cursor: pointer;
  146. visibility: hidden;
  147. }
  148.  
  149. .info.active .fa-angle-down {
  150. position: relative;
  151. margin: 0 auto;
  152. width: 24px;
  153. height: 24px;
  154. padding: 4px;
  155. visibility: visible;
  156. position: relative;
  157. top: 128px;
  158. animation-name: visible;
  159. animation-duration: 0.3s;
  160. }
  161.  
  162. @keyframes visible {
  163. 0% {
  164. opacity: 0;
  165. }
  166. 100% {
  167. opacity: 1;
  168. }
  169. }
  170.  
  171. .info p {
  172. color: rgba(255, 255, 255, 1);
  173. font-family: 'Josefin Sans';
  174. font-size: 18px;
  175. line-height: 110%;
  176. font-weight: 400;
  177. text-align: center;
  178. padding: 24px;
  179. position: relative;
  180. top: 144px;
  181. visibility: hidden;
  182. }
  183.  
  184. .info.active p {
  185. visibility: visible;
  186. animation-name: entrance-first;
  187. animation-duration: 0.4s;
  188. }
  189.  
  190. .info .link {
  191. visibility: hidden;
  192. margin: 24px 24px 0px 24px;
  193. padding: 16px 4px 4px 4px;
  194. cursor: pointer;
  195. position: relative;
  196. top: 144px;
  197. }
  198.  
  199. .info.active .link {
  200. visibility: visible;
  201. animation-name: entrance-second;
  202. animation-duration: 0.5s;
  203. }
  204.  
  205. @keyframes entrance-first {
  206. 0% {
  207. top: 200px;
  208. }
  209. 100% {
  210. top: 144px;
  211. }
  212. }
  213.  
  214. @keyframes entrance-second {
  215. 0% {
  216. top: 200px;
  217. }
  218. 100% {
  219. top: 144px;
  220. }
  221. }
  222. .animasi{opacity: 0.2;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
  223. .animasi.infinite{opacity: 0.2;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}
  224. .animasi:hover{opacity: 0.2;-webkit-animation-duration:0.1s;animation-duration:0.1s;}
  225. @-webkit-keyframes anim1{from,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes anim1{from,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:1;-webkit-transform:scale3d(1.0,1.0,1.0);transform:scale3d(1.0,1.0,1.0)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.anim1{-webkit-animation-name:anim1;animation-name:anim1}
  226. h3 {
  227. font-weight: 100;
  228. }
  229. a.menu-link {
  230. padding:17px 0;
  231. text-align: center;
  232. margin:7% auto;
  233. position: relative;
  234. width: 300px;
  235. color: #fff;
  236. text-decoration: none;
  237. background-color: #FFBA00;
  238. border-radius: 3px;
  239. box-shadow: 0 5px 0px 0px #eea900;
  240. display: block;
  241. }
  242. a.menu-link:hover {
  243. background-color: #ff9900;
  244. box-shadow: 0 3px 0px 0px #eea900;
  245. -webkit-transition:all 1s;
  246. -moz-transition:all 1s;
  247. transition:all 1s;
  248. }
  249. /* end link popup*/
  250.  
  251. /*style untuk popup */
  252. #menu {
  253. visibility: hidden;
  254. opacity: 0;
  255. margin-top: -200px;
  256. }
  257. #menu:target {
  258. visibility:visible;
  259. opacity: 1;
  260. background-color: rgba(0,0,0,0.8);
  261. position: fixed;
  262. top:0;
  263. left:0;
  264. right:0;
  265. bottom:0;
  266. margin:0;
  267. z-index: 99999999999;
  268. -webkit-transition:all 1s;
  269. -moz-transition:all 1s;
  270. transition:all 1s;
  271. }
  272.  
  273. @media (min-width: 768px){
  274. .popup-container {
  275. width:600px;
  276. }
  277. }
  278. @media (max-width: 767px){
  279. .popup-container {
  280. width:100%;
  281. }
  282. }
  283. .menu-container {
  284. position: relative;
  285. margin:7% auto;
  286. padding:30px 50px;
  287. background-color: #fafafa;
  288. color:#333;
  289. border-radius: 3px;
  290. }
  291.  
  292. a.menu-close {
  293. position: absolute;
  294. top:3px;
  295. right:3px;
  296. background-color: #333;
  297. padding:7px 10px;
  298. font-size: 20px;
  299. text-decoration: none;
  300. line-height: 1;
  301. color:#fff;
  302. }
  303.  
  304. /* style untuk isi popup */
  305.  
  306.  
  307. .menu-form {
  308. margin:10px auto;
  309. }
  310. .menu-form h2 {
  311. margin-bottom: 5px;
  312. font-size: 37px;
  313. text-transform: uppercase;
  314. }
  315. .menu-form .input-group {
  316. margin:10px auto;
  317. }
  318. .menu-form .input-group input {
  319. padding:17px;
  320. text-align: center;
  321. margin-bottom: 10px;
  322. border-radius:3px;
  323. font-size: 16px;
  324. display: block;
  325. width: 100%;
  326. }
  327. .menu-form .input-group input:focus {
  328. outline-color:#FB8833;
  329. }
  330. .menu-form .input-group input[type="email"] {
  331. border:0px;
  332. position: relative;
  333. }
  334. .menu-form .input-group input[type="submit"] {
  335. background-color: #FB8833;
  336. color: #fff;
  337. border: 0;
  338. cursor: pointer;
  339. }
  340. .menu-form .input-group input[type="submit"]:focus {
  341. box-shadow: inset 0 3px 7px 3px #ea7722;
  342. }
  343.  
  344.  
  345. </style>
  346.  
  347. <div id="card">
  348. <div id="blur">
  349. <div id="color"></div>
  350. </div>
  351. <div id="profile">
  352. <img src="https://1.bp.blogspot.com/-P1jMet8cGvQ/Wi6HjYT3n5I/AAAAAAAAAuQ/bO2cfdqUfJo8YPt0SP6veAvhEERf_SEzQCLcBGAs/s1600/logo.jpg" alt="User" />
  353. <h1>Underxploit Reborn</h1>
  354. <p>Knowlage Is Jembut</p>
  355. <div class="info">
  356. <i class="fa fa-info fa-1x block"></i>
  357.  
  358.  
  359. <i class="fa fa-angle-down fa-2x block"></i>
  360.  
  361. <a class="link" href="https://www.facebook.com/WILDAN.OFFICIAL" target="_blank"><i class="fa fa-facebook-official fa-2x social"></i></a>
  362.  
  363. <div id="closed"></div>
  364. <br><br>
  365. <a href="#menu" class="popup-link">Klik untuk memunculkan Popup</a>
  366. <div class="popup-wrapper" id="popup">
  367. <div class="popup-container">
  368. <form action="http://www.syakirurohman.net/2015/01/tutorial-membuat-popup-tanpa-javascript-jquery#" method="post" class="popup-form">
  369. <h2>Ikuti Update !!</h2>
  370. <p>Daripada hanya melihat demo untuk popup-nya saja, lebih baik masukkan juga email anda agar mendapatkan pemberitahuan saat ada update posting menarik lain seperti ini.<br/>
  371. <strong>Percayalah, saya hanya akan mengirim sesuatu yang bermanfaat untuk anda :)</strong></p>
  372. <div class="input-group">
  373. <p><input type="email" name="email" placeholder="Email Address"></p>
  374. <p>
  375. <input type="hidden" name="action" value="subscribe">
  376. <input type="hidden" name="source" value="http://www.syakirurohman.net/2015/01/tutorial-membuat-popup-tanpa-javascript-jquery">
  377. <input type="hidden" name="sub-type" value="widget">
  378. <input type="hidden" name="redirect_fragment" value="blog_subscription-2">
  379. <input type="hidden" id="_wpnonce" name="_wpnonce" value="aaf0b68fcd">
  380. <input type="submit" value="Submit" name="jetpack_subscriptions_widget">
  381. </p>
  382. </div>
  383. <a class="popup-close" href="#closed">X</a>
  384. </form>
  385. </div>
  386. </div>
  387. <br></div>
  388. </div>
  389. </div>
  390. </div>
  391. </div>
  392.  
  393.  
  394.  
  395. <script>
  396. $(function() {
  397. $("#card").draggable();
  398. $(".block").on("click", function() {
  399. $(".info").toggleClass("active");
  400. });
  401. });
  402. </script>
  403. <center>
  404. <style type="text/css">#info-teja {z-index: 1000;background:-moz-linear-gradient(top, #1F2326, #555);background: -webkit-gradient(linear, left top, left bottom, from(#1F2326), to(#555));box-shadow:-2px -2px 8px #000000, 2px 2px 20px #000000;-moz-box-shadow:-2px -2px 8px #000000, 2px 2px 20px #000000;-webkit-box-shadow:-2px -2px 8px #000000, 2px 2px 20px #000000;width:460px;position: fixed;top:150px;left:0;margin-left:-350px;border:1px solid #444;background-position:top right no-repeat;height:35px;font:11px Arial;color:#eee;border-top-right-radius:8px;border-bottom-right-radius:8px;-moz-border-radius-topright:8px;-moz-border-radius-bottomright:8px;-webkit-border-top-right-radius:8px;-webkit-border-bottom-right-radius:8px;}#info-teja{-o-transition: all 1s ease-in;-moz-transition: all 1s ease-in;-webkit-transition: all 1s ease-in;} #info-teja:hover{width:400px;opacity:1.0;margin-left:0;}.Tejainbox {border:1px solid #444;width:320px; margin:0px 90px 10px 10px;background:#000;color:#ffffff; border-radius :20px; padding:5px 0;-moz-border-radius:20px; -webkit-border-radius:20px;-o-transition:all 2s ease-in;-moz-transition:all 2s ease-in;-webkit-transition:all 2s ease-in;opacity:0.2;}.Tejainbox:hover{opacity:1.0;box-shadow:1px 1px 15px #000; -moz-box-shadow: 1px 1px 15px #000; -webkit-box-shadow: 1px 1px 15px #000;background: #000;}.Tejainbox2 {margin:5px 10px;padding:0px 8px 10px;color:#FFFFFF;overflow:hidden;height:370px;}.teja15 {border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;}.Teja2 ul.bom {margin: 0; padding: 0;}.Tejainbox2 li {margin-left:20px;}.Tejainbox2 li a {color: #FFFFF; line-height: 4px; font-size: 11px;font-weight: bold; text-decoration:none;}.Tejainbox2 li a:hover {color: red;text-shadow: 0 1px 1px #000;}.Tejainbox2 h2 { font: 18px Droid Serif;font-weight:bold;padding:0 8px;color: #fffff;text-shadow: 0px 1px 1px #ddd;border-bottom: 1px solid #000000;}.Tejatouch {font-size:21px;font-weight:bold;font-family:Arial Narrow;float:right;margin: 3px 10px 0 0;-o-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;-webkit-transition: all 0.5s ease-out;text-decoration:blink;}.Tejatouch:hover{-o-transform: scale(2) rotate(720deg) translate(0px);-moz-transform: scale(2) rotate(720deg) translate(0px);-webkit-transform: scale(2) rotate(720deg) translate(0px);color: #fffff;}</style><div id="info-teja"><span class="Tejatouch"><font size="5" color="white" style="text-shadow: 5px 5px 10px black;"><i class="fa fa-bug"></i></font></span><div class="Tejainbox"><div class="Tejainbox2 teja15">
  405. <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
  406.  
  407. </head>
  408.  
  409. <body>
  410.  
  411.  
  412. <?php
  413. $listMerk = array('XiaoMi','Samsung','Oppo','Vivo','Iphone','LG','Windows');
  414. $agent = $_SERVER[
  415. 'HTTP_USER_AGENT'];
  416. $cek = 0;
  417. foreach ($listMerk as $merk)
  418. {
  419. $count = substr_count($agent,$merk);
  420. if ($count > 0)
  421. $cek = 1;
  422.  
  423. }
  424.  
  425. if ($cek == 0)
  426. {
  427. echo"Tidak ada data";
  428. }
  429. else if
  430. ($cek == 1)
  431. {
  432. echo"<center>
  433. <h3>Underxploit Shell [1st]</h3>
  434. <img src='http://xero.esy.es/me/logo.jpg' class='image animasi infinite anim1'><br><br>
  435. </center>
  436. <br>
  437. Device yang anda Gunakan
  438. <br>
  439. <h1> $merk </h1>";
  440. }
  441. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement