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 . > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
