<?php
session_start ();
?>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>explode an url</title>
</head>
<body>
<center>
<div class="dropdown">
<button class="dropbtn">Interfaces</button>
<div class="dropdown-content">
<a class="anormal" href="http://www.ituenix.de/phpBB3"><img src="phpBB3.png" height="24px"> phpBB3</a>
<a class="anormal" href="http://www.ituenix.de/squirrelmail"><img src="squirrelmail.jpg" height="24px"> squirrelmail</a>
<a class="anormal" href="http://www.ituenix.de/nextcloud"><img src="nextcloud.png" height="24px"> nextcloud</a>
<a class="anormal" href="http://www.ituenix.de/owncloud"><img src="owncloud.png" height="24px"> owncloud</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Tools</button>
<div class="dropdown-content">
<a class="anormal" href="http://www.ituenix.de/nettools/ping.php">ping</a>
<a class="anormal" href="http://www.ituenix.de/nettools/traceroute.php">traceroute</a>
<a class="anormal" href="http://www.ituenix.de/nettools/nslookup.php">nslookup</a>
<a class="anormal" href="http://www.ituenix.de/nettools/rnslookup.php">rnslookup</a>
<a class="anormal" href="http://www.ituenix.de/nettools/whois.php">whois</a>
<a class="anormal" href="http://www.ituenix.de/nettools/geoiuplookup.php">geoiuplookup</a>
<a class="anormal" href="http://www.ituenix.de/nettools/ip.php">ip</a>
<a class="anormal" href="http://www.ituenix.de/nettools/gnuplot.php">gnuplot</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Webcams</button>
<div class="dropdown-content">
<a class="anormal" href="http://www.ituenix.de:8081/webcam.ogg"><img src="vlc.png" height="24px"> Webcam1</a>
<a class="anormal" href="http://www.ituenix.de:8082/webcam.ogg"><img src="vlc.png" height="24px"> Webcam2</a>
<a class="anormal" href="http://www.ituenix.de:8083/webcam.ogg"><img src="vlc.png" height="24px"> Webcam3</a>
<a class="anormal" href="http://www.ituenix.de:8084/webcam.ogg"><img src="vlc.png" height="24px"> Webcam4</a>
<a class="anormal" href="http://www.ituenix.de:8085/webcam.ogg"><img src="vlc.png" height="24px"> Webcam5</a>
<hr>
<a class="anormal" href="http://www.ituenix.de:8084/webcam.ogg"><img src="atmel.png" height="18px"> Webcam4</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn"><img src="intel.png" width="64px"></button>
<div class="dropdown-content">
<a class="anormal" href="http://www.ituenix.de/nettools/sensors.php">Sensors - Host1</a>
<a class="anormal" href="http://www.ituenix.de/nettools/cpuinfo.php">CPU-Info - Host1</a>
<a class="anormal" href="http://www.ituenix.de:82/nettools/sensors.php">Sensors - Host2</a>
<a class="anormal" href="http://www.ituenix.de:82/nettools/cpuinfo.php">CPU-Info - Host2</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Websites </button>
<div class="dropdown-content">
<a class="anormal" href="http://www.ituenix.de"><img src="ituenix2.png" height="24px"> http://www.ituenix.de</a>
<a class="anormal" href="http://www.luckyleaks.org">http://www.luckylkeaks.org</a>
<a class="anormal" href="http://www.yun7x.de">http://www.yun7x.de</a>
<a class="anormal" href="http://www.ituenix.de/dr.greenthumb.de">http://dr.greenthumb.de</a>
<a class="anormal" href="http://www.talkortell.de">http://www.talkortell.de</a>
<a class="anormal" href="https://www.facebook.com/david.vajda.142"><img src="Facebook.svg" height="24px"> Facebook</a>
<a class="anormal" href="https://twitter.com/DavidVajda5"><img src="Twitter.svg" height="24px"> Twitter</a>
<a class="anormal" href="http://feeds.feedburner.com/RssUndItuenix"><img src="RSS.png" height="24px"> RSS</a>
</div>
</div>
<table>
<tr>
<td width="15%">
<img width="100%" src="../ituenix2.png" class="img2">
</td>
<td width="60%">
<br><br>
<font size="64px" face="Times New Roman">
PHP
</font>
<small>explode an url</small>
</td>
</tr>
</table>
<style>
.dropbtn {
background-color: grey;
color: white;
padding: 16px;
font-size: 16px;
border: none;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f1f1f1;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}
.anormal {color:blue;}
.anormal:link {color:blue;}
.anormal:visited:focus {color:blue;}
.anormal:link {color:blue;}
.dropdown-content a:hover {background-color: #ddd;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: black;}
nav ul {
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
}
nav li {
list-style: none;
margin: 0.0em;
padding: 0;
font-size: 1.5em;
}
@media (min-width: 45em) {
nav ul {
flex-direction: row;
}
nav li {
flex: 1;
font-size: 1em;
}
}
nav a {
display: block;
font-weight: bold;
text-align: center;
color: white;
background-color: black;
background-image: linear-gradient(to top, black 10%, grey 100%);
}
nav li[aria-current] a {
background-color: black;
color: white;
}
.xxx1 {
background-image: linear-gradient(to top, black 10%, grey 100%);
}
.xxx1:hover {
background-image: linear-gradient(to top, black 10%, navajowhite 100%);
}
nav a:hover {
background-image: linear-gradient(to top, black 10%, navajowhite 100%);
}
nav a:focus,
nav li[aria-current] a:focus {
color: white;
background-color: black;
}
a:link { text-decoration: none; color: white; font-family: Palatino;} a:visited:focus { text-decoration: none; color: white; font-family: Palatino;}
a.a:link { text-decoration: none; color: black; font-family: Courier;} a.a:visited { text-decoration: none; color: black; font-family: Courier;} a.a:visited:focus { text-decoration: none; color: black; font-family: Courier;}
</style>
<hr>
</div>
</center>
<form method="post">
<textarea rows="1" cols="60" name="url0">www.ituenix.de</textarea><br><br>
<textarea rows="1" cols="60" name="url1">www.tagesschau.de</textarea><br><br>
<textarea rows="1" cols="60" name="url2">www.google.de</textarea><br><br>
<textarea rows="1" cols="60" name="url3">www.linuxnews.de</textarea><br><br>
<textarea rows="1" cols="60" name="url4">www.wikipedia.de</textarea><br><br>
<textarea rows="1" cols="60" name="url5">www.taz.de</textarea><br><br>
<textarea rows="1" cols="60" name="url6">www.duckduckgo.com</textarea><br><br>
<textarea rows="1" cols="60" name="url7">www.mikrocontroller.net</textarea><br><br>
<textarea rows="1" cols="60" name="url8">www.fernuni-hagen.de</textarea><br><br>
<textarea rows="1" cols="60" name="url9">www.zeit.de</textarea><br><br>
<input type="Submit" value="explode">
</form>
<br><br>
<div style=" background-color: black; color: lightgreen;">
<b>
<code>
<?php
$url0 = $_POST["url0"];
$url1 = $_POST["url1"];
$url2 = $_POST["url2"];
$url3 = $_POST["url3"];
$url4 = $_POST["url4"];
$url5 = $_POST["url5"];
$url6 = $_POST["url6"];
$url7 = $_POST["url7"];
$url8 = $_POST["url8"];
$url9 = $_POST["url9"];
$url0 = htmlentities ($url0);
$url1 = htmlentities ($url1);
$url2 = htmlentities ($url2);
$url3 = htmlentities ($url3);
$url4 = htmlentities ($url4);
$url5 = htmlentities ($url5);
$url6 = htmlentities ($url6);
$url7 = htmlentities ($url7);
$url8 = htmlentities ($url8);
$url9 = htmlentities ($url9);
$_SESSION [0 . "x"] = shell_exec ("traceroute ". $url0);
$_SESSION [1 . "x"] = shell_exec ("traceroute ". $url1);
$_SESSION [2 . "x"] = shell_exec ("traceroute ". $url2);
$_SESSION [3 . "x"] = shell_exec ("traceroute ". $url3);
$_SESSION [4 . "x"] = shell_exec ("traceroute ". $url4);
$_SESSION [5 . "x"] = shell_exec ("traceroute ". $url5);
$_SESSION [6 . "x"] = shell_exec ("traceroute ". $url6);
$_SESSION [7 . "x"] = shell_exec ("traceroute ". $url7);
$_SESSION [8 . "x"] = shell_exec ("traceroute ". $url8);
$_SESSION [9 . "x"] = shell_exec ("traceroute ". $url9);
echo $_SESSION ["0x"];
//echo "<script>window.location = \"./traceroute-graphics.php\";</script>";
?>
</b>
</code>
</div>
<?php
$adress = file_get_contents("../adress.txt");
$adress2 = file_get_contents("../adress2.txt");
echo $adress2;
echo $adress;
?>
</body>
</html>