!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: Apache/2.2.22 (Debian). PHP/5.6.36 

uname -a: Linux h05.hvosting.ua 4.9.110-amd64 #3 SMP Sun Nov 4 16:27:09 UTC 2018 x86_64 

uid=1389(h33678) gid=1099(h33678) groups=1099(h33678),502(mgrsecure) 

Safe-mode: OFF (not secure)

/usr/local/ispmgr/skins/sirius/   drwxr-xr-x
Free 1.48 GB of 7.22 GB (20.45%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     help.js (7.04 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
var hl_menu_top = 0;var hl_index_xml = null;var hl_is_index_loaded = false;var mn_last_pctab = 0;var mn_last_blk = null;function hl_find_index ( e ) {var word = document.iform.word.value;if ( word == "" ) return;var ind = -1;for ( var i=0; i<document.iform.list.options.length; i++ )if ( word == document.iform.list.options[i].text.substr(0,word.length) ) {ind = i; break; }if ( ind != -1 ) document.iform.list.options.selectedIndex = ind;}function hl_get_page_title( href ) {href = href.replace( /#.*/, "" );var menu = document.getElementById("menu");if ( !menu ) return;var menuelem = menu.getElementsByTagName("td");if ( !menuelem ) return;var flag = false;for ( var i=0; i<menuelem.length; i++ )if ( String(menuelem[i].id).match(new RegExp("_"+href+"$")) ) { flag = true; break; }return ( flag ) ? menuelem[i].innerHTML.replace(/<[^>]*>/g,"") : "";}function hl_go ( isforward ) {if ( !mn_last_blk ) return;var menu = document.getElementById("menu");if ( !menu ) return;var menuelem = menu.getElementsByTagName("td");if ( !menuelem ) return;var flag = false;var prevtd = null; var nexttd = null;for ( var i=0; i<menuelem.length; i++ ) {if ( menuelem[i].id == mn_last_blk.id ) {flag = true;continue;}if ( !flag && menuelem[i].getAttribute("ch") == "0" ) {prevtd = menuelem[i];}if ( flag && menuelem[i].getAttribute("ch") == "0" ) {nexttd = menuelem[i];break;}}if ( isforward ) { if ( nexttd ) hl_ex(nexttd); } else { if ( prevtd ) hl_ex(prevtd); }}function hl_init () {var obj = document.getElementById("menupane");while ( obj.offsetParent ) {hl_menu_top += obj.offsetTop;obj = obj.offsetParent;}hl_resize_window();}function hl_init_index () {if ( !(hl_index_xml && hl_index_xml.documentElement) ) return;var iroot = hl_index_xml.documentElement;var words = iroot.getElementsByTagName("word");document.iform.list.options.length = words.length;var k = 0;for ( var i=0; i<words.length; i++ ) {var links = words[i].getElementsByTagName("link");var n = 0;for ( var j=0; j<links.length; j++ ) {if ( mpages[links[j].getAttribute("href").replace(/#.*/,"")] ) n++;}if ( n == 0 ) continue;document.iform.list.options[k].text = words[i].getAttribute("content");document.iform.list.options[k].value = i;k++;}document.iform.list.options.length = k;hl_resize_window();hl_is_index_loaded = true;}function hl_load_index () {if ( hl_is_index_loaded ) return;if ( document.implementation && document.implementation.createDocument ) {hl_index_xml = document.implementation.createDocument("", "", null);hl_index_xml.onload = hl_init_index;} else if ( window.ActiveXObject ) {hl_index_xml = new ActiveXObject("Microsoft.XMLDOM");hl_index_xml.onreadystatechange = function () {if (hl_index_xml.readyState == 4) hl_init_index();};}hl_index_xml.load(top.binary+"?func=help.index&out=xml");}function hl_ex ( blk, isopen ) {var expanded = parseInt(blk.getAttribute("ex"));var childs = parseInt(blk.getAttribute("ch"));if ( childs == 0 ) {if ( expanded != 0 ) return;if ( mn_last_blk && mn_last_blk != blk ) {mn_last_blk.setAttribute("ex","0");mn_last_blk.className = "mh";}mn_last_blk = blk;blk.className = "mha";blk.setAttribute("ex","1");blk.focus();if ( !isopen ) {content.location = top.binary + "?func=help&content="+String(blk.id).substr(String(blk.id).lastIndexOf("_")+1);}} else {var chtbl = document.getElementById(blk.id + "-CH");var fimgtd = document.getElementById(blk.id + "-FIMG");var fimgs = fimgtd.getElementsByTagName("img");var fimg = fimgs[0];var oldsrc = String(fimg.src);if ( expanded == 1 ) {blk.setAttribute("ex","0");blk.className = "mhf";chtbl.style.display = "none";fimg.src = oldsrc.replace(/menu-\d\.gif/,"menu-1.gif");fimgtd.className = "mhfi";} else {blk.setAttribute("ex","1");blk.className = "mhfa";chtbl.style.display = "block";fimg.src = oldsrc.replace(/menu-\d\.gif/,"menu-2.gif");fimgtd.className = "mhfia";}}}function hl_resize_window () {var menuf = document.getElementById("menupane");var contentf = document.getElementById("contentpane");var listf =  document.getElementById("list");var indexf =  document.getElementById("pcpane1");var wh = ( window.innerHeight ) ? window.innerHeight : document.body.clientHeight;if ( menuf != null && wh-hl_menu_top>0 ) {menuf.style.height = wh-hl_menu_top;}contentf.style.height = wh - 54;if ( mn_last_pctab == 1 ) {var listheight = parseInt(listf.style.height) + menuf.offsetHeight - indexf.offsetHeight;if ( listheight > 0 ) listf.style.height = listheight;}}function hl_select_index () {document.iform.word.value = document.iform.list.options[document.iform.list.options.selectedIndex].text;}function hl_select_tab ( tid ) {if ( tid == mn_last_pctab ) return;var elem = document.getElementById("pc"+mn_last_pctab);elem.className = "pcontrol";var elem = document.getElementById("pcpane"+mn_last_pctab);elem.style.display = "none";var elem = document.getElementById("pc"+tid);elem.className = "pcontrol-a";var elem = document.getElementById("pcpane"+tid);elem.style.display = "block";if ( tid == 1 ) hl_load_index();mn_last_pctab = tid;hl_resize_window();}function hl_show_index_page () {var iroot = hl_index_xml.documentElement;var words = iroot.getElementsByTagName("word");var word = words[document.iform.list.options[document.iform.list.selectedIndex].value];var wlinks = word.getElementsByTagName("link");var thref = "";var n = 0;if ( wlinks.length > 1 ) {var table = content.document.createElement("table");table.className = "helpul";var tbody = content.document.createElement("tbody");for ( var i=0; i<wlinks.length; i++ ) {var topicstr = hl_get_page_title(wlinks[i].getAttribute("href"));if ( topicstr == "" ) continue;thref = wlinks[i].getAttribute("href");n++;var tr = content.document.createElement("tr");var td = content.document.createElement("td");td.className = "helpul-icon-td";td.innerHTML = "<img src='bullet.gif'>";tr.appendChild(td);td = content.document.createElement("td");td.className = "helpul-content-td";td.innerHTML = "<a class=help href='"+top.binary+"?func=help&rand="+Math.round(Math.random()*1000)+"&content=" + wlinks[i].getAttribute("href") + "'>" + topicstr + "</a>";tr.appendChild(td);tbody.appendChild(tr);}table.appendChild(tbody);if ( n > 1 ) {content.document.body.innerHTML = "";var header = content.document.createElement("h1");header.className = "help";header.innerHTML = msg_keyword+": "+document.iform.word.value;content.document.body.appendChild(header);content.document.body.appendChild(table);}}if ( wlinks.length == 1 || n == 1 ) {if ( thref == "" ) thref = wlinks[0].getAttribute("href");content.location = top.binary+"?func=help&content="+thref;}}function hl_show_menu_by_doc () {var url = String(content.location);if ( !url.match(/&content=([\w\.]+)/) ) return;url = RegExp.$1;var menu = document.getElementById("menu");if ( !menu ) return;var menuelem = menu.getElementsByTagName("td");if ( !menuelem ) return;var path = "";for ( var i=0; i<menuelem.length; i++ )if ( String(menuelem[i].id).match(new RegExp("_"+url+"$")) ) {path = menuelem[i].id; break; }if ( path == "" ) return;var chunks = path.split("_");for ( var i=1; i<chunks.length; i++ ) {var divid = chunks.slice(0,i+1).join("_");var divobj = document.getElementById(divid);if ( divobj && divobj.getAttribute("ex") == 0 )hl_ex(divobj,true);}}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by PinoyWH1Z | C99Shell Github | Generation time: 0.0148 ]--