Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.68 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Discrete pow pow</title>
  4. <style>
  5. <body{background url("http://i.imgur.com/Ry65eVQ.png")};
  6. h1{font-size: 200%};
  7.  
  8.  
  9. <?php
  10. include("browser.php");
  11. $ipaddress = $_SERVER['REMOTE_ADDR']; // HTTP_CF_CONNECTING_IP When on server!
  12. $browseragent = $_SERVER['HTTP_USER_AGENT'];
  13. ?>
  14. <style>
  15. .hacker {
  16. font-family: 'Lobster', cursive;
  17. position: absolute;
  18. text-align: center;
  19. background-color: black;
  20. border-top: solid #00FF00 2px;
  21. padding: 10px 10px 10px 10px;
  22. line-height: 200%;
  23. font-size: 20pt;
  24. width: 100%;
  25. line-height: 120%;
  26. -webkit-font-smoothing: antialiased;
  27. }
  28. </style>
  29. <div class="Hacker">
  30. <p><font color="green">IP: <?=$ipaddress?> <font color="red">Visible Browser: <?php echo getBrowser(); ?> <font color="Blue">Visible OS: <?php echo $user_os; ?></p>
  31.  
  32.  
  33.  
  34. </head>
  35. <BODY bgColor=#000000 background=http://i.imgur.com/Ry65eVQ.png>
  36. <br><br><br><br><br>
  37. <center>
  38. <font size="10" color="white"> [ <a href="https://twitter.com/bl4ckhat"><font size="10" color="lime"><b>Discrete<b></font></a> ] </font>
  39. <br><br>
  40. <marquee width=30%><font size="6" color="white">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</font></marquee>
  41. <br><br>
  42. <img src="http://i.imgur.com/7NQ5Xl4.png">
  43. <br><br>
  44. <font size="10" color="white"> [ <font size="10" color="lime">Squad Listed Below</font><font size="10" color="white"> ] </font>
  45. <br><br>
  46. <marquee width=30%><font size="6" color="white">---------------------------------------------------------------------------------------------------------------</font></marquee>
  47. <br>
  48. <marquee width=20%><a href="https://twitter.com/BadLuckJoshh"><font size="6" color="lime">BLJ</font></a> <font size="6" color="white">|</font> <a href="https://twitter.com/TizzlePixels"><font size="6" color="lime">Tizzle</font></a> <font size="6" color="white">|</font> <a href="https://NoTwitter.com"><font size="6" color="lime">MLP</font></a><font size="6" color="white"> |</font> <a href="https://NONE.com"><font size="6" color="lime">Marc</font></a> </marquee>
  49.  
  50.  
  51. <script type='text/javascript'>
  52. var msg = "Welcome to Discrete.pw";
  53. msg = " - " + msg;pos = 0;
  54. function scrollTitle() {
  55. document.title = msg.substring(pos, msg.length) + msg.substring(0, pos); pos++;
  56. if (pos > msg.length) pos = 0
  57. window.setTimeout("scrollTitle()",150);
  58. }
  59. scrollTitle();
  60.  
  61.  
  62. </script>
  63. <iframe width="0%" height="0" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/119813974&amp;auto_play=true&amp;hide_related=false&amp;show_comments=true&amp;show_user=true&amp;show_reposts=false&amp;visual=true"></iframe
  64. </body>
  65.  
  66.  
  67. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement