Jump to content

narolaheh

Resident
  • Posts

    16
  • Joined

  • Last visited

Everything posted by narolaheh

  1. HI, Thanks for live chat link. But, when i click on it , it's redirect to https://support.secondlife.com/create-case/ this page.
  2. Thanks for reply, Here is what I am currently doing: Right now I am passing my server URL (on which my PHP script is located) in llHTTPRequest function. So what we need to change there? Do we need to pass something like this "http://sim9142.agni.lindenlab.com:12046/cap/4f08f668-862f-4b10-524d-62a6a219b05d" with each request. I am getting this URL using "llRequestURL" function. Is this correct way to get IP based on URL I am getting using llRequestURL() ?
  3. Freya, Are you still here? If yes please do the needful if you can as I am working on same thing from long time. Thanks.
  4. Ok, Freya, REMOTE_ADDR will return IP of my PC, Right? I wants to get IP of the sim I.e linden lab. So how can I get it. As using REMOTE_ADDR I can get IP of PC ip only.
  5. Hi Freya, Thanks for your reply, I wanted to know which PHP functions is returning IP of linden lab server which is sending request to our server. As using php SERVER variable we only get IP of current server. So can you help in this please? I mean as I said, If I have one server abc.com then it will give IP of it only. In short, $_SERVER will give IP of either users local machine detail or server detail.That will not give any requested servers or PC info. Thank you...
  6. Yes. it's just like bank ATM.
  7. If you know answer about question. please needful as it's urgent for us. thanks. and can you please pass me a link for live chat ? so it's better for us . to ask our questions.
  8. Hi, In Our system we are providing balance,deposit,withdraw facility to user. just like Real World ATM. Let say when user made request for balance at that time ATM call to a server when a user clicks on our ATM and makes a request… a balance, a withdrawal ect… the Second Life server will have to contact our server, in doing so the Second Life server will leave its IP address. We are passing request using llRequest function. So, is there any way to get that IP address of secondlife at the time of request ? We need to get IP Address by using PHP script or using LSL script. Thanks.
  9. Sorry,but this not the exact answer which we want.
  10. Hi All, Is there any way to get IP Address of secondlife? In Our system we are providing balance,deposit,withdraw facility to user. just like Real World ATM. Let say when user made request for balance at that time ATM call to a server when a user clicks on our ATM and makes a request… a balance, a withdrawal ect… the Second Life server will have to contact our server, in doing so the Second Life server will leave its IP address. We are passing request using llRequest function. So, is there any way to get that IP address of secondlife at the time of request ? We need to get IP Address by using PHP script or using LSL script. Thanks.
  11. Hi All, Is there any way to get IP Address of secondlife? In Our system we are providing balance,deposit,withdraw facility to user. just like Real World ATM. Let say when user made request for balance at that time ATM call to a server when a user clicks on our ATM and makes a request… a balance, a withdrawal ect… the Second Life server will have to contact our server, in doing so the Second Life server will leave its IP address. We are passing request using llRequest function. So, is there any way to get that IP address of secondlife at the time of request ? We need to get IP Address by using PHP script or using LSL script. Thanks.
  12. Hi All, Is there any way to get IP Address of secondlife? In Our system we are providing balance,deposit,withdraw facility to user. just like Real World ATM. Let say when user made request for balance at that time ATM call to a server when a user clicks on our ATM and makes a request… a balance, a withdrawal ect… the Second Life server will have to contact our server, in doing so the Second Life server will leave its IP address. We are passing request using llRequest function. So, is there any way to get that IP address of secondlife at the time of request ? We need to get IP Address by using PHP script or using LSL script. Thanks.
×
×
  • Create New...