Links broken include part of ccount path

Post your Click counter digestion problems here
Post Reply
bupaje
Posts: 3
Joined: Sat Mar 31, 2012 6:41 pm

Links broken include part of ccount path

Post by bupaje »

Script URL: http://stormvisions.com/c/index.php
Version of script: 1.2
Hosting company: Hostgator
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution: domain link incorrect url

Write your message below:

My links are incorrectly formed and include 'stormvisions.com/c/' I believe this must have occured when I switched to Hostgator but I only noticed it today.

Code: Select all

http://stormvisions.com/c/www.gog.com/gamecard/legend_of_grimrock/?pp=a9334987ece78b6fe8bf130ef00b74847c1d3da6
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Re: Links broken include part of ccount path

Post by Klemen »

I'm not exactly sure what is the problem and how it happened, but I don't think we can be of any help here - you will have to manually fix any links that were broken during your website transfer.
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
bupaje
Posts: 3
Joined: Sat Mar 31, 2012 6:41 pm

Re: Links broken include part of ccount path

Post by bupaje »

The links in the clicks.txt file are fine - that extra bit must be the result of some variable in the script that HOSTGATOR interprets differently.

Code: Select all

72%%2012/03/31%%www.gog.com/gamecard/legend_of_grimrock/?pp=a9334987ece78b6fe8bf130ef00b74847c1d3da6 %%13%%Legend of Grimrock
Unfortunately I don't know php and how/where/what line the links are assembled in the script. If someone can tell me what function or line to check maybe I can sort it out.
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Re: Links broken include part of ccount path

Post by Klemen »

You are missing "http://" before "www.gog.com", maybe that is causing your problems?
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
bupaje
Posts: 3
Joined: Sat Mar 31, 2012 6:41 pm

Re: Links broken include part of ccount path

Post by bupaje »

Thank you - sometimes miss the obvious. That did it.
Post Reply