pH-7 / what-is-my-ip

A simple site that displays the public IP address as the many similar sites to "What's My IP Address" What Is My IP V2 is here: https://github.com/pH-7/What-Is-Your-IP-Address-V2.0

Home Page:http://github.com/pH-7/what-is-my-ip

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What Is My IP - Python CGI Script

Overview

This is a simple site that displays the public IP address as the many similar sites to "What's My IP Address?" The configuration file for Apache CGI is also provided.

How to use this

  • You simply put all the files in that folder in the public directory of your server.
  • You may need to change the permissions of the file to be executed (index.py).
  • This can easily do this with your FTP client or via SSH access with the command: sudo chmod +x index.py
  • You must also edit the file ~/config/conf.ini that includes the information on your site.

Author

Pierre-Henry Soria

Contact Me

pierrehs@hotmail.com

License

Lesser General Public License (LGPL) (http://www.gnu.org/copyleft/lesser.html)

About

A simple site that displays the public IP address as the many similar sites to "What's My IP Address" What Is My IP V2 is here: https://github.com/pH-7/What-Is-Your-IP-Address-V2.0

http://github.com/pH-7/what-is-my-ip

License:GNU Lesser General Public License v3.0


Languages

Language:Python 95.5%Language:JavaScript 4.5%