shivany
New Member
- Messages
- 1
- Reaction score
- 0
- Points
- 0
I am writing a PHP script that will interact with an object within Linden Lab's Second Life. The object has it's own URL which is: http://sim5584.agni.lindenlab.com:12046/cap/11fcef4b-8d02-9a62-65c8-38427c5c6aa7
The random numbers and letters are a UUID for that object on the sim server, sim5584
The code I am using is:
$Socket = fsockopen($Host, $Port, $Dummy1, $Dummy2, $Timeout);
where I have parsed out the Host and Port, setting the timeout to 20. This works perfectly on my home ISP website so I know it isn;t the code or the remote server. Is there some kind of blocking that is preventing my script from connecting and then receiving data from this object? I searched the forums but most people have this issue with mail servers.
Any help would be greatly appreciated as this has me stuck at the moment.
The random numbers and letters are a UUID for that object on the sim server, sim5584
The code I am using is:
$Socket = fsockopen($Host, $Port, $Dummy1, $Dummy2, $Timeout);
where I have parsed out the Host and Port, setting the timeout to 20. This works perfectly on my home ISP website so I know it isn;t the code or the remote server. Is there some kind of blocking that is preventing my script from connecting and then receiving data from this object? I searched the forums but most people have this issue with mail servers.
Any help would be greatly appreciated as this has me stuck at the moment.