Page 1 of 1

Gcount shows instead of 13 shows 31

Posted: Thu Dec 15, 2005 12:15 pm
by Gravel
my gcounter display results in oppisete way


:cry:
how can i fix this ?

I fixed it ....

Posted: Thu Dec 15, 2005 1:21 pm
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: