Page 1 of 1

gcounter wont display gifs but still counts

Posted: Wed Apr 13, 2005 2:26 am
by niceguy2422
Please can someone help me, the gcounter wont disply any gif's, all I get is the X picture.

I have the following in the folder "phpgcount"
styles
log (has been chmoded to 777 and works)
graphcount.php

$base_url = "http://www.turnerleathercraft/phpgcount/";

Have checked the X link that should be the display and it seems ok:
http://www.turnerleathercraft/phpgcount ... web1/5.gif


I would be really greatful if some could help me, its 3.30am and Im going nuts over this!!!

Forgot to mention

Posted: Wed Apr 13, 2005 2:52 am
by niceguy2422
FORGOT TO MENTION

This is what I have on my index:


<SCRIPT LANGUAGE="Javascript" SRC="http://www.turnerleathercraft.co.uk/php ... page=index"><!--
//--></SCRIPT>


Still cant get it to display the gif, I dont have the check_referer ON and everything else is is fine???

Posted: Wed Apr 13, 2005 10:41 am
by Klemen
Hi,

You forgot ".co.uk" in your $base_url! It should be like this:

Code: Select all

$base_url="http://www.turnerleathercraft.co.uk/phpgcount/";
Regards

Thanks

Posted: Wed Apr 13, 2005 5:16 pm
by niceguy2422
Thanks that worked

Cant believe I was so stupid to leave the co.uk

Thanks again working fine!