Sign up

Widgets » Web Developer » What is my IP

  • 11 downloads last 7 days
  • 15,639 total downloads
  • Rating: +2 (login to vote)
What is my IP V1.0 Jan 27, 2009 7:30:23 AM

Simple tool for those need to know own IP.

The IP address in the screenshot has been masked.

I made this tool simply because the other widgets "IP Address - in SVG!" not working for me, could because of it's developed 2 years ago and no longer updateing.

The widget's server side code locate at google appengine, nothing has been logged on the server.
Here's my code on the server if you'd like to know, just 3 lines:-)

class Whatismyip(webapp.RequestHandler):
def get(self):
self.response.out.write( self.request.remote_addr)



Comments 1 post

Log in at the top of the page to post a comment.

1 - 1 of 1

It's not working

By espirates , # Aug 7, 2009 7:11:02 AM

Copyright © 2001 - 2009 Opera Software. All rights reserved. About | Contact | Privacy | Disclaimer |