https://github.com/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
https://github.com/ph-7/what-is-my-ip
cgi ip lookup-ip python python-cgi seeip what-is-my-ip what-is-my-ip-address whatismyip whatismyipaddress whatismyipaddress-clone
Last synced: 9 months ago
JSON representation
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
- Host: GitHub
- URL: https://github.com/ph-7/what-is-my-ip
- Owner: pH-7
- License: lgpl-3.0
- Created: 2012-06-22T23:49:23.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-06-25T15:30:03.000Z (over 13 years ago)
- Last Synced: 2025-01-19T18:49:32.554Z (11 months ago)
- Topics: cgi, ip, lookup-ip, python, python-cgi, seeip, what-is-my-ip, what-is-my-ip-address, whatismyip, whatismyipaddress, whatismyipaddress-clone
- Language: Python
- Homepage: http://github.com/pH-7/what-is-my-ip
- Size: 168 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
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)