Search found 7 matches

by ditu
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...
by ditu
Sat Apr 08, 2006 3:35 pm
Forum: PHP - Code
Topic: fsockopen()
Replies: 4
Views: 342

feyd wrote:read the HTTP standard. It'll tell you exactly what to put.
Am i doing the right thing?

Would be grateful if you could clarify the http standard bit to me.

thanks a million
by ditu
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...
by ditu
Fri Apr 07, 2006 3:34 am
Forum: PHP - Code
Topic: accessing remote server localhost
Replies: 7
Views: 1367

feyd | Please use , and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color] hi there,...
by ditu
Thu Apr 06, 2006 6:28 pm
Forum: PHP - Code
Topic: accessing remote server localhost
Replies: 7
Views: 1367

hi,

no, i am not asking to code for me.
I was just wondering if you could tell me if the attempt is viable.
actually I am going to finish up with my project soon and wanted to
add this feature if possible.


Thanks for your help.
by ditu
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 ...
by ditu
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...