#!/usr/bin/python # # This script prints out the ip address of the client computer # # Author: Alex Shindich (http://www.shindich.com/) import sys import cgi def main() : # Redirect the error output into the standard output sys.stderr = sys.stdout # Print out the html page print 'Content-type: text/html\n' print '' print '
' print '