-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
215 lines (173 loc) · 8.4 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<!-- CORS ANYWHERE -->
<link rel="canonical" href="https://robwu.nl/cors-anywhere.html">
<title>IP me</title>
<!-- Favicon -->
<link
rel="apple-touch-icon"
sizes="180x180"
href="favicon/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="favicon/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="favicon/favicon-16x16.png"
/>
<link rel="manifest" href="favicon/site.webmanifest" />
<!-- Meta Info -->
<!-- Primary Meta Tags -->
<title>IP me — IP connection scanner</title>
<meta name="title" content="IP me — IP connection scanner">
<meta name="description" content="IP me can detect VPN and proxy connections and show any other information linked to your IP address.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://alexleybourne.github.io/IPme/">
<meta property="og:title" content="IP me — IP connection scanner">
<meta property="og:description" content="IP me can detect VPN and proxy connections and show any other information linked to your IP address.">
<meta property="og:image" content="https://i.ibb.co/HhnbSG1/Meta-Image.jpg">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://alexleybourne.github.io/IPme/">
<meta property="twitter:title" content="IP me — IP connection scanner">
<meta property="twitter:description" content="IP me can detect VPN and proxy connections and show any other information linked to your IP address.">
<meta property="twitter:image" content="https://i.ibb.co/HhnbSG1/Meta-Image.jpg">
<!-- UI Kit -->
<link rel="stylesheet" href="uikit/uikit.min.css" />
<script src="uikit/uikit.min.js"></script>
<script src="uikit/uikit-icons.min.js"></script>
<link rel="stylesheet" type="text/css" href="styles.css" />
<script src="scripts.js"></script>
</head>
<body>
<div
uk-sticky="media: 960"
class="uk-navbar-container tm-navbar-container uk-sticky white"
style="background-color: #007bff; height: 50px; "
>
<div class="uk-container uk-container-expand" style="top: -16px; position: relative;">
<nav class="uk-navbar">
<div class="uk-navbar-left">
<a href="../" class="uk-navbar-item uk-logo" style="color: white;">
<span uk-icon="icon: search; ratio: 1.5"></span>
IP me
</a>
<form>
<input placeholder="Search IP.." oninput="searchIP()" id="search-input">
<img src="./ goIcon.svg" class="search-icon" onClick="searchIP(click)" id="search-icon"/>
</form>
</div>
<div class="uk-navbar-right">
<ul class="uk-navbar-nav">
<li><a href="https://alexleybourne.dev" target="_blank" uk-icon="icon: world" uk-tooltip="title: AlexLeybourne.dev" style="color: white;"></a></li>
<li><a href="https://twitter.com/AlexLeybourne" target="_blank" uk-icon="icon: twitter" uk-tooltip="title: @AlexLeybourne" style="color: white;"></a></li>
<li><a href="https://github.com/alexleybourne" target="_blank" uk-icon="icon: github" uk-tooltip="title: Github" style="color: white;"></a></li>
<li><a href="https://www.linkedin.com/in/alexleybourne" target="_blank" uk-icon="icon: linkedin" uk-tooltip="title: Linkedin" style="color: white;"></a></li>
</ul>
</div>
</nav>
</div>
</div>
<div>
<div id="notificationBannerArea">
<div>
</div>
<div id="mainDivArea" class="uk-flex uk-flex-center uk-flex-middle uk-text-center">
<!-- Animation done by Vladimir Liubarskiy (https://dribbble.com/shots/5612222-Around-the-world) -->
<div id="worldLoader" style="margin: auto; position: absolute; z-index: 3;" ><img class="scale-in-center" style="max-width: 70%;" src="gifs/world.gif"></div>
<div style="width: 100%; min-height: 70vh; flex-wrap: wrap-reverse;" class="uk-card uk-card-default uk-grid-collapse uk-child-width-1-2@s uk-margin" uk-grid>
<div class="uk-flex-last@s uk-card-media-right uk-cover-container">
<div class="uk-card-body uk-text-center" style="display: flex; flex-direction: column; align-self: center; justify-self: center; margin: auto; height: 92%" >
<tr>
<td>
<p class="mapTextCover fadeTransition" id="locationText"></p>
<iframe id="map" onload="mapLoaded()" class="map fadeTransition" src="https://www.google.com/maps/embed/v1/place?key=AIzaSyAr3-W5QaQSP93-XOj7c1eWVcWCM_UErlU&q=LONGITUDE%2CLATITUDE&zoom=12" width="100%" height="100%" frameborder="0" allowfullscreen="" style="position: absolute; opacity: 0;" ></iframe>
</td>
</tr>
</div>
</div>
<div style="display: flex;" >
<div id="textArea" class="fadeTransition uk-card-body uk-text-center" style="opacity: 0; display: flex; flex-direction: column; align-self: center; justify-self: center; overflow-wrap: break-word;" >
<!-- <h3 id="ipArea" style="color: #007bff; font-weight: bold;" class="uk-card-title uk-text-center"></h3> -->
<ul uk-accordion>
<li>
<a class="uk-accordion-title" style="color: #007bff; font-weight: bold;" id="ipArea">Item 1</a>
<div class="uk-accordion-content">
<p id="descriptionField"></p>
</div>
</li>
</ul>
<table class="uk-table uk-table-divider">
<tbody>
<tr>
<td>VPN / Proxy:</td>
<td id="proxyField"><div uk-spinner="ratio: 0.5"></td>
</tr>
<tr>
<td>Risk:</td>
<td id="riskLevel"><div uk-spinner="ratio: 0.5"></td>
</tr>
<tr>
<td>Location:</td>
<td id="locationField"></td>
</tr>
<tr>
<td>Coordinates:</td>
<td id="coordinatesField"></td>
</tr>
<tr>
<td>Local Time:</td>
<td id="timeZoneField"></td>
</tr>
<tr>
<td>ASN:</td>
<td id="asnField"></td>
</tr>
<tr>
<td>Org:</td>
<td id="orgField"></td>
</tr>
</tbody>
</table>
<br>
<button class="uk-button uk-button-primary uk-button-small" style="background-color: #007bff;border-radius: 50px;width: fit-content;align-self: center; "onclick="reloadPage()">Reload</button>
</div>
</div>
</div>
</div>
</div>
<p style="font-size: 12px;" class="uk-text-center">Data from <a href="https://www.ipqualityscore.com/"><b>ip Quality Score</b></a> & <a href="https://ipapi.co/"><b>ipapi</b></a></p>
<p style="font-size: 12px;" class="uk-text-center">Created By <a href="https://www.alexleybourne.dev/"><b>Alex Leybourne</b></a></p>
<!-- Cors Anywhere Proxy -->
<div class="output" id="output"></div>
</body>
</html>
<!--
Data:
IP
level of risk & score/100
city
region
country_name
country_code
postal (postcode)
longitude
latitude
timezone
utc_offset
country_population
asn
org
Ip description
-->