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
4 posts
Log in at the top of the page to post a comment.
1 - 4 of 4
"pretty cool, but why would you need it ?"
If you're having connectivity problems sometimes changing IP resolves the issue. This widget can verify that you were successful in acquiring a new IP.
If you're having connectivity problems sometimes changing IP resolves the issue. This widget can verify that you were successful in acquiring a new IP.
The DataRat
By genevanrodent@gmail.com , # Nov 3, 2011 1:40:38 PM
By silonno , # Sep 8, 2010 7:23:35 PM
By visitmohit , # Dec 31, 2009 9:01:13 AM
By espirates , # Aug 7, 2009 7:11:02 AM