Gcount shows instead of 13 shows 31

In case you have problems with some other PHPJunkyard script (not that there are THAT many).
Post Reply
Gravel

Gcount shows instead of 13 shows 31

Post by Gravel »

my gcounter display results in oppisete way


:cry:
how can i fix this ?
Gravel

I fixed it ....

Post by Gravel »

in line 81

instead of :

$digit=substr("$count",$i,1);

replace with :

$digit=substr("$count",strlen($count)-$i-1,1);

simply to show the series of gifs in oppsite way ...

http://www.vagg.co.nr :roll:
Post Reply