Change this line $conn_ip = "127.0.0.1"; // probably localhost to $conn_ip = 0; 127.0.0.1 means that your "webserver" will only listen for connections only on 127.0.0.1 (localhost) 0 means that your "webserver" will listen on each and every IP of your computer.
Tried that as well, same problem. :( – bob c Oct 20 '09 at 2:36 um... firewall? – Kalmi Oct 20 '09 at 2:40 No firewall, in router DMZ – bob c Oct 20 '09 at 2:41 1 I have fixed it.
I thought being in the DMZ would be enough but I had to change some router settings. So sorry for wasting everybody's time. – bob c Oct 20 '09 at 2:48 1 Would you mind marking my answer as a solution, since I pointed you in the right direction.(And you need to change that line anyways :) – Kalmi Oct 20 '09 at 2:51.
Change your socket bind to: socket_bind ($server, 0,$conn_port); By specifying a $conn_ip, you are only binding to that interface. In this case, you are binding to the loopback. This is the default for testing, as you may not want to allow the world to connect to your service when you first start writing it.
There is no apparent change when I swap $conn_ip with a 0. – bob c Oct 20 '09 at 2:42.
I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.