Wsparcie » Zaawansowane » Szkodliwa wtyczka ?

  • Po wejściu w CodeStyling Localization w Kokpicie zobaczyłem

    Scripting Guard [ details ] The Plugin Codestyling Localization was forced to protect its own page rendering process against 1 incident !

    w „details” było

    Malfunction at 3rd party Plugin detected!
    Name: Contact Form Plugin | Author: BestWebSoft
    Below listed scripts has been automatically stripped because of injection:
    
        http://zmieniamymiasto.eu/wp-content/plugins/contact-form-plugin/js/script.js

    Czy faktycznie ta wtyczka Contact Form Plugin jest groźna czy fałszywy alarm ?

    EDIT
    Po wywaleniu z serwera tego js nadal jest ten komunikat 😐

    A zawartość tego js to:

    jQuery(document).ready(function(){
    	jQuery('#cntctfrm_additions_options').change( function() {
    		if(jQuery(this).is(':checked') )
    			jQuery('.cntctfrm_additions_block').removeClass('cntctfrm_hidden');
    		else
    			jQuery('.cntctfrm_additions_block').addClass('cntctfrm_hidden');
    	});
    	jQuery('#cntctfrm_change_label').change( function() {
    		if(jQuery(this).is(':checked') )
    			jQuery('.cntctfrm_change_label_block').removeClass('cntctfrm_hidden');
    		else
    			jQuery('.cntctfrm_change_label_block').addClass('cntctfrm_hidden');
    	});
    	jQuery('#cntctfrm_display_add_info').change( function() {
    		if(jQuery(this).is(':checked') )
    			jQuery('.cntctfrm_display_add_info_block').removeClass('cntctfrm_hidden');
    		else
    			jQuery('.cntctfrm_display_add_info_block').addClass('cntctfrm_hidden');
    	});
    });

    Bawi fakt, że wtyczka Contact Form Plugin działa tak samo bez tego js. Heh….

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • Temat ‘Szkodliwa wtyczka ?’ jest zamknięty na nowe odpowiedzi.