|
7 | 7 | ?>
|
8 | 8 | <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="el" xml:lang="el">
|
9 | 9 | <head>
|
10 |
| -<META AUTHOR="Periklis Ntanasis a.k.a. Master_ex"> |
| 10 | +<META AUTHOR="Periklis Ntanasis a.k.a. Master_ex && Thomas Kapoulas a.k.a. tomkap"> |
11 | 11 | <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
|
12 |
| -<meta name="keywords" content="traceroute ping nslookup foss aueb" /> |
13 |
| -<meta name="description" content="free online network tools by foss.aueb" /> |
| 12 | +<meta name="keywords" content="traceroute ping nslookup foss teimes ipv4 ipv6" /> |
| 13 | +<meta name="description" content="free online network tools by foss.teimes" /> |
14 | 14 | <meta name="distribution" content="global" />
|
15 |
| -<title>foss.aueb.gr • Network Tools</title> |
| 15 | +<title>foss.tesyd.teimes.gr • Network Tools</title> |
16 | 16 | <link rel="icon" href="images/favicon.ico" type="image/x-icon" />
|
17 |
| -<link rel="shortcut icon" href="http://foss.aueb.gr/forum/images/favicon.ico" type="image/x-icon" /> |
| 17 | +<link rel="shortcut icon" href="http://foss.tesyd.teimes.gr/favicon.ico" type="image/x-icon" /> |
18 | 18 | </head>
|
19 |
| -<center><a href="http://foss.aueb.gr/" target="_blank"><img style="border-style: none" align="left" src="http://foss.aueb.gr/forum/styles/maxthon/imageset/penguin_logo-shadowed.png" /></a><font size=6><b>FOSS AUEB - Network Tools</b></font></center> |
20 |
| -<h5> Κοινότητα Ελεύθερου Λογισμικού και Λογισμικού Ανοιχτού Κώδικα Οικονομικού Πανεπιστημίου Αθηνών<br/>Free and Open Source Software Community of Athens University of Economics and Business</h5> |
| 19 | +<center><a href="http://foss.aueb.gr/" target="_blank"><img style="border-style: none" align="left" src="http://foss.tesyd.teimes.gr/favicon.png" /></a><font size=6><b>FOSS AUEB - Network Tools</b></font></center> |
| 20 | +<h5> Κοινότητα Ελεύθερου Λογισμικού και Λογισμικού Ανοιχτού Κώδικα ΤΕΙ Μεσολογγίου<br/>Free and Open Source Software Community of TEI of Messolonghi</h5> |
21 | 21 | </br>
|
22 | 22 | <body>
|
23 | 23 | <form name="input" action="index.php" method="get">
|
24 | 24 | <select name="servise">
|
25 | 25 | <option value="traceroute">traceroute</option>
|
| 26 | +<option value="traceroute6">traceroute (IPv6)</option> |
26 | 27 | <option value="ping">ping</option>
|
| 28 | +<option value="ping6">ping (IPv6)</option> |
27 | 29 | <option value="nslookup">nslookup</option>
|
28 | 30 | </select>
|
29 | 31 | IP ADDRESS:
|
30 | 32 | <input type="text" name="address" />
|
31 | 33 | <input type="submit" name ="submit" value="Submit" />
|
32 | 34 | </form>
|
33 |
| -<font size=1>IPv4 address examle : www.google.com or google.com or 209.85.129.99 - don't use 'http://' prefix </font> |
| 35 | +<font size=1>IPv4/IPv6 address example : www.google.com or google.com or 209.85.129.99 or 2a00:1450:4009:804::1003 - don't use 'http://' prefix </font> |
34 | 36 | <hr>
|
35 | 37 | <?php
|
36 | 38 | if(isset($_GET['submit']))
|
|
52 | 54 | {
|
53 | 55 | exec("ping '".escapeshellcmd($address)."' -c 4",$results);
|
54 | 56 | }
|
| 57 | + if($servise=="ping6") |
| 58 | + { |
| 59 | + exec("ping6 '".escapeshellcmd($address)."' -c 4",$results); |
| 60 | + } |
55 | 61 | if($servise=="traceroute")
|
56 | 62 | {
|
57 | 63 | exec("traceroute '".escapeshellcmd($address)."'",$results);
|
58 | 64 | }
|
| 65 | + if($servise=="traceroute6") |
| 66 | + { |
| 67 | + exec("traceroute6 '".escapeshellcmd($address)."'",$results); |
| 68 | + } |
59 | 69 | if($servise=="nslookup")
|
60 | 70 | {
|
61 | 71 | exec("nslookup '".escapeshellcmd($address)."'",$results);
|
|
73 | 83 | }
|
74 | 84 | ?>
|
75 | 85 | <center>
|
76 |
| -<? readfile("../services.html"); ?><br/> |
77 |
| -<span style="font-family: sans-serif; text-decoration: none; font-size: 10px;">Powered by <a href="http://foss.aueb.gr">foss.aueb.gr</a> <(' )</span><br/> |
| 86 | +<br/> |
| 87 | +<span style="font-family: sans-serif; text-decoration: none; font-size: 10px;">Powered by <a href="http://foss.tesyd.teimes.gr">foss.tesyd.teimes.gr</a> <(' )</span><br/> |
78 | 88 | </center>
|
79 | 89 | </body>
|
80 | 90 | </html>
|
0 commit comments