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)
By espirates , # Aug 7, 2009 7:11:02 AM