Incorrect path for counter images – fix
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘Incorrect path for counter images – fix’ is closed to new replies.