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
Kalmi
2009-10-20 02:35:19