IPman is an open-source own ip lookup service based on webiste . all made simple with good UI & accesibility .
- setup IPman is easy as well . just need change some variables and keys and then host it .
First at all change
api keys
inlookup.php
file . here are the api keys that you should place your own key instead :
modules > lookup.php > line 239 - 240 - 241
$IPDATACO_API = 'PUT_YOUR_API_KEY_HERE';
$IPQUALITYSCORE_API = 'PUT_YOUR_API_KEY_HERE';
$BIGDATACLOUD_API = 'PUT_YOUR_API_KEY_HERE';
api providers and help included in
lookup.php
as a comment .
- You did main step as well . now you can change some details of
index.php
. title , opengraphs , etc .- for support dev please do not reomve the info of repo at intial lines of
index.php
❤️
- for support dev please do not reomve the info of repo at intial lines of
- for deploy it you can use simple host that they have c-panel . try to run it with latest version of php .
- upload files to directory or file manager of your host . most of them have
public_html
folder . - uploading
.htaccess
is optional .
- upload files to directory or file manager of your host . most of them have
Note : Don't use localhost for use it !