• Hi,

    The image path for the counter images seems to be pointed at your demo site.

    Please find a correction here:
    $ext = “.gif”;
    //image print
    $tothitsgbr = sprintf(“%06d”, $tothitsgbr);
    for ($i = 0; $i <= 9; $i++) {
    $srcp = plugins_url (‘styles/’.$style.’/’.$i.$ext, __FILE__ );
    $tothitsgbr = str_replace($srcp, str_replace($i, “<img src=’$srcp’ alt=’$i’>”, $tothitsgbr), $srcp);
    }

    https://www.ads-software.com/extend/plugins/mechanic-visitor-counter/

Viewing 1 replies (of 1 total)
  • You’re so right, and this is present in the last 3 versions and still is. It looks like it’s being done on purpose… Me and others have been reporting this to the author.

    Cheers,
    Jack

Viewing 1 replies (of 1 total)
  • The topic ‘Incorrect path for counter images – fix’ is closed to new replies.