Page 1 of 1

error message "page can't be displayed"

Posted: Tue Nov 06, 2007 12:58 am
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.

Posted: Tue Nov 06, 2007 10:49 am
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.