PLEASE write here how you did it - we are stucked with this same problem -
how to retrieve the user's ip address (the on that is viewing our application). On Nov 13, 10:36 am, vinod_una_HP <[email protected]> wrote: > Thanks all for your suggestions, I have already implemented this. > Since images were not being cached by the server. So this helped me to > find the remote ip address of the user. > If anybody wants to know how I managed this in detail. I can mail him > the code. > Cheers > Vinod > > On Sep 23, 10:30 pm, "Eiji Kitamura" <[email protected]> wrote: > > > > > Hi, > > > What about just inserting a beacon. > > Like: > > <img src="http://example.com/beacon.gif?ts=<random>" /> > > > This won't even require single line of code. > > > 2008/9/24 yoichiro <[email protected]>: > > > > Hi Robson, > > > > I'm sorry, I think that your method is correct. I seem, as notice, it > > > is likely to become the violation of the guideline by VIEW in some > > > SNS. > > > > Regards, > > > Yoichiro > > > > On Sep 23, 11:43 pm, "Robson Dantas" <[email protected]> wrote: > > >> Hi, > > >> Take a look here.. > > > >>http://www.irt.org/script/1685.htm > > > >> Or.. You can make a javascript call to an php, perl, whatever and then > > >> return the ipaddress.. > > > >> Something like > > > >> <script src="http://www.domain.com/getip.php"></script> > > > >> Inside getip.php, handle the client ip and then, return javascript > > >> headers > > >> and content. > > > >> --Robson > > > >> 2008/9/22 yoichiro <[email protected]> > > > >> > Hi vinod_una_HP, > > > >> > I think that it is impossible in the client side. And, if you try to > > >> > retrieve the ip address in your server side, you will be able to > > >> > retrieve only the ip address of OpenSocial container server. > > > >> > Regards, > > >> > Yoichiro > > > >> > On Sep 22, 10:07 pm, vinod_una_HP <[email protected]> wrote: > > >> > > How can i find remote ip address of the user accessing my > > >> > > application. > > >> > > Is there any way to do that ?as I need to find the same .- Hide > > >> > > quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Implementing OpenSocial Containers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/opensocial-container?hl=en -~----------~----~----~----~------~----~------~--~---
