Skip to content
This repository was archived by the owner on Aug 20, 2024. It is now read-only.

Commit 5cb4b18

Browse files
authored
README (#1)
1 parent e1b9af9 commit 5cb4b18

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed

README.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
<img src="https://i.ibb.co/vj7153p/IPman-APP.png" alt="IPman logo-app" title="IPman" align="right" height="65">
2+
3+
# IPman
4+
5+
<div align="center">
6+
<img src="https://img.shields.io/badge/license-MIT-blue.svg" title="MIT LICENSE" alt="MIT LICENSE">
7+
<img src="https://img.shields.io/badge/version-1.0.0-red.svg" title="version" alt="version">
8+
<img src="https://img.shields.io/github/repo-size/3ZaR-DEV/IPman?color=white" title="repo size" alt="GitHub repo size" >
9+
<img src="https://cdn.jsdelivr.net/gh/sindresorhus/awesome@d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg" title="awesome!" alt="awesome" >
10+
<br><br>
11+
<img src="https://i.ibb.co/vBvV8Hv/IPman-Thumbnail.png" title="IPman" alt="thumbnail">
12+
</div>
13+
<br>
14+
15+
<p align="center"><b>IPman</b> is an open-source <b>own ip</b> lookup service based on webiste . all made simple with good UI & accesibility .</p>
16+
<br>
17+
18+
## Quick Start
19+
- setup **IPman** is easy as well . just need change some variables and keys and then host it .
20+
First at all change `api keys` in `lookup.php` file .
21+
here are the api keys that you should place your own key instead :
22+
> modules > lookup.php > line 239 - 240 - 241
23+
24+
```php
25+
$IPDATACO_API = 'PUT_YOUR_API_KEY_HERE';
26+
$IPQUALITYSCORE_API = 'PUT_YOUR_API_KEY_HERE';
27+
$BIGDATACLOUD_API = 'PUT_YOUR_API_KEY_HERE';
28+
```
29+
30+
> api providers and help included in `lookup.php` as a comment .
31+
32+
<br>
33+
34+
- You did main step as well . now you can change some details of `index.php` . title , opengraphs , etc .
35+
- for support [dev](https://github.com/3ZaR-DEV) please do not reomve the info of repo at intial lines of `index.php` :heart:
36+
37+
<br>
38+
39+
- for deploy it you can use simple host that they have c-panel . try to run it with latest version of php .
40+
- upload files to directory or file manager of your host . most of them have `public_html` folder .
41+
- uploading `.htaccess` is optional .
42+
> Note : Don't use localhost for use it !
43+
44+
<br>
45+
46+
## Made With ?
47+
- [PHP](https://www.php.net) <img src="https://i.ibb.co/Xpr4Qc4/PHP.png" alt="PHP" title="PHP" height="16">
48+
- [TailwincCSS](https://tailwindcss.com) <img src="https://i.ibb.co/6mTpDB0/Tailwind-CSS.png" alt="TailwindCSS" title="TailwindCSS" height="16">
49+
- [Brain](https://t.me/This_is_3ZaR) :brain:
50+
51+
---
52+
<div align="center">
53+
<b>
54+
<p>🌟 Don't forget to supoort me and rate repo 🌟</p>
55+
<a href="https://t.me/This_is_3ZaR" target="blank">Telegram</a> |
56+
<a href="https://github.com/3ZaR-DEV" target="blank">GitHub</a>
57+
</b>
58+
</div>

0 commit comments

Comments
 (0)