gcounter wont display gifs but still counts

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

gcounter wont display gifs but still counts

Post 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!!!
niceguy2422

Forgot to mention

Post 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???
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post 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
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
niceguy2422

Thanks

Post by niceguy2422 »

Thanks that worked

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

Thanks again working fine!
Post Reply