Forums

new or updated posts trigger hits to links in posts (9 posts)

  1. wyrm11268
    Member
    Posted 2 years ago #

    Everytime I update or create a new post all the links within the post get hundreds of false hits. These hits do not come from my site as the stats page do not show up this amount of visitors.

    Do I have a virus perhaps? and how would I know.

    Please help me - I am not very up on code so please explain in simple terms.
    Thanks in advance

  2. Samuel B
    moderator
    Posted 2 years ago #

    do a "view source" on your front page - scroll to bottom and see if anything sticks out

  3. wyrm11268
    Member
    Posted 2 years ago #

    Hi Samboll,
    Thanks for the reply. What should I be looking for on my source? I looked at the bottom

    <script type='text/javascript' src='http://newgameguides.com/wp-content/themes/arras-theme/js/jquery.cycle.lite.min.js?ver=2.9.2'></script>

    <script type="text/javascript">
    jQuery(document).ready(function($) {

    $('.featured').hover(
    function() {
    $('#featured-slideshow').cycle('pause');
    $('#controls').fadeIn();
    },
    function() {
    $('#featured-slideshow').cycle('resume');
    $('#controls').fadeOut();
    }
    );
    $('#featured-slideshow').cycle({
    fx: 'fade',
    speed: 250,
    next: '#controls .next',
    prev: '#controls .prev',
    timeout: 6000
    });

    });
    </script>

    Does that mean anything to you or should it be there?
    Again thanks for helping me. I just updated an old post and again 50 hits to the links on that post but not from visitors.

  4. Samuel B
    moderator
    Posted 2 years ago #

    that's all normal stuff.
    look in your uploads folder for stray files that don't belong
    inspect your index.php of wordpress and your theme - also theme's header.php - inspect wp-config.php
    just look for weird looking code

  5. wyrm11268
    Member
    Posted 2 years ago #

    thanks going to look now but to be honest not sure I will know what is not normal :-0

  6. Samuel B
    moderator
    Posted 2 years ago #

    look for eval - base64 - <iframe>
    stuff like that

  7. wyrm11268
    Member
    Posted 2 years ago #

    My index.php under the themes is empty?

  8. wyrm11268
    Member
    Posted 2 years ago #

    whoop ignor the empty index I was looking under themes

    thanks for you help

  9. wyrm11268
    Member
    Posted 2 years ago #

    Hi,

    I checked index.php of wordpress and your theme - also theme's header.php - inspect wp-config.php and do not think there was anything odd.
    Again I am not sure about code but if anyone has more ideas I would be very grateful.

    I ran virus checks on my pc, nothing. I did another post and again the links in the post got 25 hits.

    Thanks

Topic Closed

This topic has been closed to new replies.

About this Topic