-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
71 lines (68 loc) · 2.67 KB
/
index.php
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Meine IPv4/IPv6</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<meta name="keywords" content="ip,ipv6,host,hostname,tcp,adresse,ip-adresse,DNS-Zone.NET"/>
<meta name="description" content="Hier bekommen Sie ihre IP-Adresse, Ihren Hostnamen und weitere Informationen angezeigt"/>
<meta http-equiv="Content-Language" content="de"/>
<meta name="author" content="DNS-Zone.net"/>
<meta name="copyright" content="DNS-Zone.net"/>
<meta name="robots" content="follow,index"/>
<link rel="stylesheet" type="text/css" href="style.css"/>
<link rel="stylesheet" type="text/css" media="only screen and (max-device-width: 800px)"
href="mobile.css" />
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico"/>
<script type="text/javascript">ipver4=0; ipver6=0;</script>
<script type="text/javascript" src="https://v4.dns-zone.net/ip-get.php"></script>
<script type="text/javascript" src="https://v6.dns-zone.net/ip-get.php"></script>
</head>
<body> <div class="main"><br />
<a href="index.php"><img src="meineiplogo.png" alt="DNS-Zone.NET" style="border: none;" id="logo" /></a>
<br />
<br />
<table id="ipv4_table">
<tr>
<th colspan="2" id="ipv4_head">--> <a href=http://v4.dns-zone.net>IPv4</a> <--</th>
<tr>
<tr>
<td class="right">IP:</td>
<td id="ipv4_ip" class="left"></td>
</tr>
<tr>
<td class="right">Hostname:</td>
<td id="ipv4_host" class="left"></td>
</tr>
<tr>
<td class="right">Land:</td>
<td id="ipv4_country" class="left"></td>
</tr>
</table>
<table id="ipv6_table" style="display: none;">
<tr>
<th colspan="2" id="ipv6_head">--> <a href=http://v6.dns-zone.net>IPv6</a> <--</th>
<tr>
<td class="right">IP:</td>
<td id="ipv6_ip" class="left"></td>
</tr>
<tr>
<td class="right">Hostname:</td>
<td id="ipv6_host" class="left"></td>
</tr>
<tr>
<td class="right">Land:</td>
<td id="ipv6_country" class="left"></td>
</tr>
</table>
<div class="footer">
<a style="color: #808080; text-decoration: none;" href="mailto:[email protected]"><span style="font-size:
10px;">[email protected]</span></a>
<a style="color: #808080; text-decoration: none;" href="http://www.dns-zone.net"><span style="font-size: 10px;">©
DNS-Zone.NET</span></a>
</div>
</div>
</body>
<script type="text/javascript" src="ip3.js"></script>
</html>