Search found 7 matches
- Sat Apr 08, 2006 3:56 pm
- Forum: PHP - Code
- Topic: fsockopen()
- Replies: 4
- Views: 342
:arrow: goal of HTTP/1.1 is to support the wide diversity of configurations already deployed while introducing protocol constructs that meet the needs of those who build web applications that require high reliability and, failing that, at least reliable indications of failure. :arrow: HTTP/1.0 reque...
- Sat Apr 08, 2006 3:35 pm
- Forum: PHP - Code
- Topic: fsockopen()
- Replies: 4
- Views: 342
- Sat Apr 08, 2006 11:41 am
- Forum: PHP - Code
- Topic: fsockopen()
- Replies: 4
- Views: 342
fsockopen()
my dedicated server's Windows Media Service listens to 127.0.0.1:8800. how can i modify the code below to point the publishing point "alpha"? I don't want the client to get the exact location of my media server. Please help me! <?php $domain = "127.0.0.1"; $ip = gethostbyname($do...
- Fri Apr 07, 2006 3:34 am
- Forum: PHP - Code
- Topic: accessing remote server localhost
- Replies: 7
- Views: 1367
- Thu Apr 06, 2006 6:28 pm
- Forum: PHP - Code
- Topic: accessing remote server localhost
- Replies: 7
- Views: 1367
- Thu Apr 06, 2006 5:16 pm
- Forum: PHP - Code
- Topic: accessing remote server localhost
- Replies: 7
- Views: 1367
thanks for the prompt reply! I was just wondering if you could guide me a bit further on it. I have read the fsocketopen() function but I would appreciate a bit detailed help. My dedicated server's media service listens to the localhost:99 and I am trying to forward users from 222.222.222.222:80 to ...
- Thu Apr 06, 2006 3:58 pm
- Forum: PHP - Code
- Topic: accessing remote server localhost
- Replies: 7
- Views: 1367
accessing remote server localhost
hi there, I am working on a project which involves Windows Media Service. As we all know that WMS is less secure, so my project is to make sure that the users are registered to my file server(sql database). my WMS server is set to listen only to the local port(127.0.0.1:99). is there any way to redi...