error message "page can't be displayed"

Post your Click counter digestion problems here
Post Reply
not_l33t
Posts: 1
Joined: Tue Nov 06, 2007 12:25 am

error message "page can't be displayed"

Post by not_l33t »

Script URL: not sure what you want in here
Version of script: 1.2
Hosting company: I host the site my self
URL of phpinfo.php: http://bradshub.ath.cx/php/phpinfo.php
URL of session_test.php: http://bradshub.ath.cx/php/session_test.php
What terms did you try when SEARCHING for a solution: page can't be displayed

Write your message below:
Ok I tried installing ccounter last night but its not working right. When I load the web page over the network it works and counter the link clicks, but when i ask few friends to click the link it displayed the error message page can't be display (or something like that.) I tried changing a few settings.

I changed:
$settings['click_url']='http://192.168.1.5/ccount/click.php'; /*'http://bradshub.ath.cx/ccount/click.php';*/

I dont know which one to use. I tryed both but enither worked. I must have been there for an hour trying to get it to work.

http://bradshub.ath.cx/test/test.html is the test page i set up.

I hope that makes sense.
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

http://192.168.1.5/ is your LOCAL IP address and cannot be accessed by people from outside your network. You need to use http://bradshub.ath.cx instead.

Your link ID 6 for example is http://192.168.1.5/test.txt You can probably access it, but anyone outside your network not. You should set the link to be http://bradshub.ath.cx/test.txt instead (make sure you upload test.txt to your server, it's not there at the moment so you get a "Page not found" error).

CCount works fine on your server and it is counting clicks, just the page that it is trying to redirect to (http://192.168.1.5/test.txt) isn't reachable.
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
Post Reply