Software: Apache. PHP/5.5.15 uname -a: Windows NT SVR-DMZ 6.1 build 7600 (Windows Server 2008 R2 Enterprise Edition) i586 SYSTEM Safe-mode: OFF (not secure) C:\Users\DMZ\Desktop\cumbreclima0909\wp-content\plugins\wcp-contact-form\assets\js\ drwxrwxrwx |
Viewing file: main.js (1.63 KB) -rw-rw-rw- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) | (function($) { $(document).ready(function() { $('.scfp-captcha-refresh').on('click', function( event ) { event.preventDefault(); var container = $(this).closest('.scfp-form-row').find('.scfp-captcha-image'); var self = this; var data = {}; data.action = 'recreateCaptcha'; data.nonce = ajax_scfp.ajax_nonce; data.id = $(this).data('id'); data.key = $(this).data('key'); $.ajax({ url:ajax_scfp.ajax_url, type: 'POST' , data: data, dataType: 'html', cache: false, success: function(data) { $(container).html($(data).find('.scfp-captcha-image').html()); $(self).closest('.scfp-form-row').find('.scfp-captcha-field .scfp-form-field').val(''); }, error: function (request, status, error) { } }); return false; }); setTimeout(function () { $('.scfp-form-notification').fadeOut('slow', function() {$(this).remove();});}, 7000); $(document).on('click', '.scfp-form-notifications-close', function(event) { $(this).closest('.scfp-notifications').fadeOut('slow', function() {$(this).remove();}); return false; }); if ($('.scfp-notifications').length > 0) { $('html, body').stop().animate({scrollTop: $('.scfp-notifications').eq(0).position().top} , 0); } }); })(jQuery); |
:: Command execute :: | |
--[ c99shell v. 1.0 pre-release build #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0156 ]-- |