myGully.com Boerse.SH - BOERSE.AM - BOERSE.IO - BOERSE.IM Boerse.BZ .TO Nachfolger
Zurück   myGully.com > Webmaster Talk > Entwicklung & Programmierung
Seite neu laden

BBCode Vorlagen Formular

Willkommen

myGully

Links

Forum

 
 
 
Themen-Optionen Ansicht
Prev Vorheriger Beitrag   Nächster Beitrag Next
Ungelesen 23.12.12, 01:05   #1
msanchezz
Anfänger
 
Benutzerbild von msanchezz
 
Registriert seit: Nov 2012
Beiträge: 11
Bedankt: 33
msanchezz ist noch neu hier! | 0 Respekt Punkte
Standard BBCode Vorlagen Formular

Moin ich bin grade dabei mich ein bisschen mit Html php css usw. zu beschäftigen,
ich habe bereits ein bisschen gebastelt und ein Vorlagen Formular mehr oder weniger nach den Regeln von Gully gebastelt.
Bisher funktioniert nur die Video Kategorie weiter bin ich noch nicht gekommen.
Ich wollte fragen, ob ich noch irgendwas verbessern könnte bzw. wie ihr so was aufbauen würdet?

Habe das ganze Mal hochgeladen, das ihr es euch anschauen könnt.
Das Einzige was wirklich genervt hat war die Ausgabeseite.
Ich denke, dass es dafür auch bessere Lösungen gäbe.
[ Link nur für registrierte Mitglieder sichtbar. Bitte einloggen oder neu registrieren ]
PHP-Code:
<html>
<head>

<meta lang="de" http-equiv="content-type" content="text/html"; charset="ISO-8859-1" />
                <meta lang="de" http-equiv="content-language" content="de" />    

<body bgcolor="#D8D8D8">
<style type="text/css">
                <!--
                *{
                text-align:center;
                font-family:Arial;
                }
                
                p{
                text-align:center;
                font-family:Arial;
                color:red;
                font-weight:bold;
                text-decoration:underline;
                }
                
                b{
                font-size:17px;
                text-decoration:underline;
                font-weight:bold;
                }
                
                textarea{
                background-color:#D8D8D8
                }
                
                
                
                -->
                </style>
</head>
<body>
<?php
$title             
=    $_POST["title"];
$cover             =    $_POST["cover"];
$des*****ion     =     $_POST["des*****ion"];
$size            =    $_POST["size"];
$password        =    $_POST["password"];
$sample            =    $_POST["sample"];

$hostanzahl        =    $_POST["hostanzahl"];
$host1            =    $_POST["host1"];
$host2            =    $_POST["host2"];
$host3            =    $_POST["host3"];
$host4            =    $_POST["host4"];
$host5            =    $_POST["host5"];
$host6            =    $_POST["host6"];
$hostauswahlh1  =    $_POST["hostauswahlh1"];
$hostauswahlh2     =     $_POST["hostauswahlh2"];
$hostauswahlh3     =     $_POST["hostauswahlh3"];
$hostauswahlh4     =     $_POST["hostauswahlh4"];
$hostauswahlh5     =     $_POST["hostauswahlh5"];
$hostauswahlh6     =     $_POST["hostauswahlh6"];

echo 
"<b>Titel:</b><br/>";
echo 
"<br/>$title<br/>";

echo 
"<br/><b>Cover:</b><br>";
echo 
"<br/><img src='$cover' alt='cover'  height='300px'/><br>";
echo 
"<br/><b>Beschreibung:</b><br>";
echo 
'<br/><form action="input_text_value.htm">
      <textarea name="lizenz" cols="50" rows="10" readonly>'
.$des*****ion.'</textarea>
      </form><br/>'
;
echo 
"<br/><b>Hoster</b><br/>";
                                                                    
if (
$hostanzahl == "0h")                                                    //KEIN HOSTER
{
echo 
"<br/><p >Hostanzahl auswählen</p><br/>";
}
else if (
$hostanzahl == "1h" && $hostauswahlh1 == "rapidshare")                //EIN HOSTER
{
echo 
'<br/><a href="',$host1,'">Rapidshare.com</a>';
}
else if (
$hostanzahl == "1h" && $hostauswahlh1 == "hotfile")
{
echo 
'<br/><a href="',$host1,'">Hotfile.com</a>';
}
else if (
$hostanzahl == "1h" && $hostauswahlh1 == "bitshare")
{
echo 
'<br/><a href="',$host1,'">Bitshare.com</a>';
}
else if (
$hostanzahl == "1h" && $hostauswahlh1 == "freakshare")
{
echo 
'<br/><a href="',$host1,'">Freakshare.com</a>';
}
else if (
$hostanzahl == "1h" && $hostauswahlh1 == "4shared")
{
echo 
'<br/><a href="',$host1,'">4shared.com</a>';
}
else if (
$hostanzahl == "1h" && $hostauswahlh1 == "2shared")
{
echo 
'<br/><a href="',$host1,'">2shared.com</a>';
}
else if (
$hostanzahl == "1h" && $hostauswahlh1 == "zippyshare")
{
echo 
'<br/><a href="',$host1,'">Zippyshare.com</a>';
}
else if (
$hostanzahl == "1h" && $hostauswahlh1 == "shareonline")
{
echo 
'<br/><a href="',$host1,'">Share-Online.biz</a>';
}
else if (
$hostanzahl == "1h" && $hostauswahlh1 == "depositfiles")
{
echo 
'<br/><a href="',$host1,'">Depositfiles.com</a>';
}
else if (
$hostanzahl == "1h" && $hostauswahlh1 == "uploaded")
{
echo 
'<br/><a href="',$host1,'">Uploaded.net</a>';
}
else if (
$hostanzahl == "1h" && $hostauswahlh1 == "mediafire")
{
echo 
'<br/><a href="',$host1,'">MediaFire.com</a>';
}
else if (
$hostanzahl == "1h" && $hostauswahlh1 == "zshare")
{
echo 
'<br/><a href="',$host1,'">zshare.net</a>';
}

else if (
$hostanzahl == "2h" && $hostauswahlh1 == "rapidshare")                //ZWEI HOSTER Host 1 
{
echo 
'<br/><a href="',$host1,'">Rapidshare.com</a>';
}
else if (
$hostanzahl == "2h" && $hostauswahlh1 == "hotfile")
{
echo 
'<br/><a href="',$host1,'">Hotfile.com</a>';
}
else if (
$hostanzahl == "2h" && $hostauswahlh1 == "bitshare")
{
echo 
'<br/><a href="',$host1,'">Bitshare.com</a>';
}
else if (
$hostanzahl == "2h" && $hostauswahlh1 == "freakshare")
{
echo 
'<br/><a href="',$host1,'">Freakshare.com</a>';
}
else if (
$hostanzahl == "2h" && $hostauswahlh1 == "4shared")
{
echo 
'<br/><a href="',$host1,'">4shared.com</a>';
}
else if (
$hostanzahl == "2h" && $hostauswahlh1 == "2shared")
{
echo 
'<br/><a href="',$host1,'">2shared.com</a>';
}
else if (
$hostanzahl == "2h" && $hostauswahlh1 == "zippyshare")
{
echo 
'<br/><a href="',$host1,'">Zippyshare.com</a>';
}
else if (
$hostanzahl == "2h" && $hostauswahlh1 == "shareonline")
{
echo 
'<br/><a href="',$host1,'">Share-Online.biz</a>';
}
else if (
$hostanzahl == "2h" && $hostauswahlh1 == "depositfiles")
{
echo 
'<br/><a href="',$host1,'">Depositfiles.com</a>';
}
else if (
$hostanzahl == "2h" && $hostauswahlh1 == "uploaded")
{
echo 
'<br/><a href="',$host1,'">Uploaded.net</a>';
}
else if (
$hostanzahl == "2h" && $hostauswahlh1 == "mediafire")
{
echo 
'<br/><a href="',$host1,'">MediaFire.com</a>';
}
else if (
$hostanzahl == "2h" && $hostauswahlh1 == "zshare")
{
echo 
'<br/><a href="',$host1,'">zshare.net</a>';
}

if (
$hostanzahl == "2h" && $hostauswahlh2 == "rapidshare")                    //ZWEI HOSTER Host 2
{
echo 
'<br/><a href="',$host2,'">Rapidshare.com</a>';
}
else if (
$hostanzahl == "2h" && $hostauswahlh2 == "hotfile")
{
echo 
'<br/><a href="',$host2,'">Hotfile.com</a>';
}
else if (
$hostanzahl == "2h" && $hostauswahlh2 == "bitshare")
{
echo 
'<br/><a href="',$host2,'">Bitshare.com</a>';
}
else if (
$hostanzahl == "2h" && $hostauswahlh2 == "freakshare")
{
echo 
'<br/><a href="',$host2,'">Freakshare.com</a>';
}
else if (
$hostanzahl == "2h" && $hostauswahlh2 == "4shared")
{
echo 
'<br/><a href="',$host2,'">4shared.com</a>';
}
else if (
$hostanzahl == "2h" && $hostauswahlh2 == "2shared")
{
echo 
'<br/><a href="',$host2,'">2shared.com</a>';
}
else if (
$hostanzahl == "2h" && $hostauswahlh2 == "zippyshare")
{
echo 
'<br/><a href="',$host2,'">Zippyshare.com</a>';
}
else if (
$hostanzahl == "2h" && $hostauswahlh2 == "shareonline")
{
echo 
'<br/><a href="',$host2,'">Share-Online.biz</a>';
}
else if (
$hostanzahl == "2h" && $hostauswahlh2 == "depositfiles")
{
echo 
'<br/><a href="',$host2,'">Depositfiles.com</a>';
}
else if (
$hostanzahl == "2h" && $hostauswahlh2 == "uploaded")
{
echo 
'<br/><a href="',$host2,'">Uploaded.net</a>';
}
else if (
$hostanzahl == "2h" && $hostauswahlh2 == "mediafire")
{
echo 
'<br/><a href="',$host2,'">MediaFire.com</a>';
}
else if (
$hostanzahl == "2h" && $hostauswahlh2 == "zshare")
{
echo 
'<br/><a href="',$host2,'">zshare.net</a>';
}

else if (
$hostanzahl == "3h" && $hostauswahlh1 == "rapidshare")                //DREI HOSTER Host 1
{
echo 
'<br/><a href="',$host1,'">Rapidshare.com</a>';
}
else if (
$hostanzahl == "3h" && $hostauswahlh1 == "hotfile")
{
echo 
'<br/><a href="',$host1,'">Hotfile.com</a>';
}
else if (
$hostanzahl == "3h" && $hostauswahlh1 == "bitshare")
{
echo 
'<br/><a href="',$host1,'">Bitshare.com</a>';
}
else if (
$hostanzahl == "3h" && $hostauswahlh1 == "freakshare")
{
echo 
'<br/><a href="',$host1,'">Freakshare.com</a>';
}
else if (
$hostanzahl == "3h" && $hostauswahlh1 == "4shared")
{
echo 
'<br/><a href="',$host1,'">4shared.com</a>';
}
else if (
$hostanzahl == "3h" && $hostauswahlh1 == "2shared")
{
echo 
'<br/><a href="',$host1,'">2shared.com</a>';
}
else if (
$hostanzahl == "3h" && $hostauswahlh1 == "zippyshare")
{
echo 
'<br/><a href="',$host1,'">Zippyshare.com</a>';
}
else if (
$hostanzahl == "3h" && $hostauswahlh1 == "shareonline")
{
echo 
'<br/><a href="',$host1,'">Share-Online.biz</a>';
}
else if (
$hostanzahl == "3h" && $hostauswahlh1 == "depositfiles")
{
echo 
'<br/><a href="',$host1,'">Depositfiles.com</a>';
}
else if (
$hostanzahl == "3h" && $hostauswahlh1 == "uploaded")
{
echo 
'<br/><a href="',$host1,'">Uploaded.net</a>';
}
else if (
$hostanzahl == "3h" && $hostauswahlh1 == "mediafire")
{
echo 
'<br/><a href="',$host1,'">MediaFire.com</a>';
}
else if (
$hostanzahl == "3h" && $hostauswahlh1 == "zshare")
{
echo 
'<br/><a href="',$host1,'">zshare.net</a>';
}

if (
$hostanzahl == "3h" && $hostauswahlh2 == "rapidshare")                    //DREI HOSTER Host 2
{
echo 
'<br/><a href="',$host2,'">Rapidshare.com</a>';
}
else if (
$hostanzahl == "3h" && $hostauswahlh2 == "hotfile")
{
echo 
'<br/><a href="',$host2,'">Hotfile.com</a>';
}
else if (
$hostanzahl == "3h" && $hostauswahlh2 == "bitshare")
{
echo 
'<br/><a href="',$host2,'">Bitshare.com</a>';
}
else if (
$hostanzahl == "3h" && $hostauswahlh2 == "freakshare")
{
echo 
'<br/><a href="',$host2,'">Freakshare.com</a>';
}
else if (
$hostanzahl == "3h" && $hostauswahlh2 == "4shared")
{
echo 
'<br/><a href="',$host2,'">4shared.com</a>';
}
else if (
$hostanzahl == "3h" && $hostauswahlh2 == "2shared")
{
echo 
'<br/><a href="',$host2,'">2shared.com</a>';
}
else if (
$hostanzahl == "3h" && $hostauswahlh2 == "zippyshare")
{
echo 
'<br/><a href="',$host2,'">Zippyshare.com</a>';
}
else if (
$hostanzahl == "3h" && $hostauswahlh2 == "shareonline")
{
echo 
'<br/><a href="',$host2,'">Share-Online.biz</a>';
}
else if (
$hostanzahl == "3h" && $hostauswahlh2 == "depositfiles")
{
echo 
'<br/><a href="',$host2,'">Depositfiles.com</a>';
}
else if (
$hostanzahl == "3h" && $hostauswahlh2 == "uploaded")
{
echo 
'<br/><a href="',$host2,'">Uploaded.net</a>';
}
else if (
$hostanzahl == "3h" && $hostauswahlh2 == "mediafire")
{
echo 
'<br/><a href="',$host2,'">MediaFire.com</a>';
}
else if (
$hostanzahl == "3h" && $hostauswahlh2 == "zshare")
{
echo 
'<br/><a href="',$host2,'">zshare.net</a>';
}


if (
$hostanzahl == "3h" && $hostauswahlh3 == "rapidshare")                    //DREI HOSTER Host 3
{
echo 
'<br/><a href="',$host3,'">Rapidshare.com</a>';
}
else if (
$hostanzahl == "3h" && $hostauswahlh3 == "hotfile")
{
echo 
'<br/><a href="',$host3,'">Hotfile.com</a>';
}
else if (
$hostanzahl == "3h" && $hostauswahlh3 == "bitshare")
{
echo 
'<br/><a href="',$host3,'">Bitshare.com</a>';
}
else if (
$hostanzahl == "3h" && $hostauswahlh3 == "freakshare")
{
echo 
'<br/><a href="',$host3,'">Freakshare.com</a>';
}
else if (
$hostanzahl == "3h" && $hostauswahlh3 == "4shared")
{
echo 
'<br/><a href="',$host3,'">4shared.com</a>';
}
else if (
$hostanzahl == "3h" && $hostauswahlh3 == "2shared")
{
echo 
'<br/><a href="',$host3,'">2shared.com</a>';
}
else if (
$hostanzahl == "3h" && $hostauswahlh3 == "zippyshare")
{
echo 
'<br/><a href="',$host3,'">Zippyshare.com</a>';
}
else if (
$hostanzahl == "3h" && $hostauswahlh3 == "shareonline")
{
echo 
'<br/><a href="',$host3,'">Share-Online.biz</a>';
}
else if (
$hostanzahl == "3h" && $hostauswahlh3 == "depositfiles")
{
echo 
'<br/><a href="',$host3,'">Depositfiles.com</a>';
}
else if (
$hostanzahl == "3h" && $hostauswahlh3 == "uploaded")
{
echo 
'<br/><a href="',$host3,'">Uploaded.net</a>';
}
else if (
$hostanzahl == "3h" && $hostauswahlh3 == "mediafire")
{
echo 
'<br/><a href="',$host3,'">MediaFire.com</a>';
}
else if (
$hostanzahl == "3h" && $hostauswahlh3 == "zshare")
{
echo 
'<br/><a href="',$host3,'">zshare.net</a>';
}

else if (
$hostanzahl == "4h" && $hostauswahlh1 == "rapidshare")                //VIER HOSTER Host 1
{
echo 
'<br/><a href="',$host1,'">Rapidshare.com</a>';
}
else if (
$hostanzahl == "4h" && $hostauswahlh1 == "hotfile")
{
echo 
'<br/><a href="',$host1,'">Hotfile.com</a>';
}
else if (
$hostanzahl == "4h" && $hostauswahlh1 == "bitshare")
{
echo 
'<br/><a href="',$host1,'">Bitshare.com</a>';
}
else if (
$hostanzahl == "4h" && $hostauswahlh1 == "freakshare")
{
echo 
'<br/><a href="',$host1,'">Freakshare.com</a>';
}
else if (
$hostanzahl == "4h" && $hostauswahlh1 == "4shared")
{
echo 
'<br/><a href="',$host1,'">4shared.com</a>';
}
else if (
$hostanzahl == "4h" && $hostauswahlh1 == "2shared")
{
echo 
'<br/><a href="',$host1,'">2shared.com</a>';
}
else if (
$hostanzahl == "4h" && $hostauswahlh1 == "zippyshare")
{
echo 
'<br/><a href="',$host1,'">Zippyshare.com</a>';
}
else if (
$hostanzahl == "4h" && $hostauswahlh1 == "shareonline")
{
echo 
'<br/><a href="',$host1,'">Share-Online.biz</a>';
}
else if (
$hostanzahl == "4h" && $hostauswahlh1 == "depositfiles")
{
echo 
'<br/><a href="',$host1,'">Depositfiles.com</a>';
}
else if (
$hostanzahl == "4h" && $hostauswahlh1 == "uploaded")
{
echo 
'<br/><a href="',$host1,'">Uploaded.net</a>';
}
else if (
$hostanzahl == "4h" && $hostauswahlh1 == "mediafire")
{
echo 
'<br/><a href="',$host1,'">MediaFire.com</a>';
}
else if (
$hostanzahl == "4h" && $hostauswahlh1 == "zshare")
{
echo 
'<br/><a href="',$host1,'">zshare.net</a>';
}

if (
$hostanzahl == "4h" && $hostauswahlh2 == "rapidshare")                    //VIER HOSTER Host 2
{
echo 
'<br/><a href="',$host2,'">Rapidshare.com</a>';
}
else if (
$hostanzahl == "4h" && $hostauswahlh2 == "hotfile")
{
echo 
'<br/><a href="',$host2,'">Hotfile.com</a>';
}
else if (
$hostanzahl == "4h" && $hostauswahlh2 == "bitshare")
{
echo 
'<br/><a href="',$host2,'">Bitshare.com</a>';
}
else if (
$hostanzahl == "4h" && $hostauswahlh2 == "freakshare")
{
echo 
'<br/><a href="',$host2,'">Freakshare.com</a>';
}
else if (
$hostanzahl == "4h" && $hostauswahlh2 == "4shared")
{
echo 
'<br/><a href="',$host2,'">4shared.com</a>';
}
else if (
$hostanzahl == "4h" && $hostauswahlh2 == "2shared")
{
echo 
'<br/><a href="',$host2,'">2shared.com</a>';
}
else if (
$hostanzahl == "4h" && $hostauswahlh2 == "zippyshare")
{
echo 
'<br/><a href="',$host2,'">Zippyshare.com</a>';
}
else if (
$hostanzahl == "4h" && $hostauswahlh2 == "shareonline")
{
echo 
'<br/><a href="',$host2,'">Share-Online.biz</a>';
}
else if (
$hostanzahl == "4h" && $hostauswahlh2 == "depositfiles")
{
echo 
'<br/><a href="',$host2,'">Depositfiles.com</a>';
}
else if (
$hostanzahl == "4h" && $hostauswahlh2 == "uploaded")
{
echo 
'<br/><a href="',$host2,'">Uploaded.net</a>';
}
else if (
$hostanzahl == "4h" && $hostauswahlh2 == "mediafire")
{
echo 
'<br/><a href="',$host2,'">MediaFire.com</a>';
}
else if (
$hostanzahl == "4h" && $hostauswahlh2 == "zshare")
{
echo 
'<br/><a href="',$host2,'">zshare.net</a>';
}


if (
$hostanzahl == "4h" && $hostauswahlh3 == "rapidshare")                    //VIER HOSTER Host 3
{
echo 
'<br/><a href="',$host3,'">Rapidshare.com</a>';
}
else if (
$hostanzahl == "4h" && $hostauswahlh3 == "hotfile")
{
echo 
'<br/><a href="',$host3,'">Hotfile.com</a>';
}
else if (
$hostanzahl == "4h" && $hostauswahlh3 == "bitshare")
{
echo 
'<br/><a href="',$host3,'">Bitshare.com</a>';
}
else if (
$hostanzahl == "4h" && $hostauswahlh3 == "freakshare")
{
echo 
'<br/><a href="',$host3,'">Freakshare.com</a>';
}
else if (
$hostanzahl == "4h" && $hostauswahlh3 == "4shared")
{
echo 
'<br/><a href="',$host3,'">4shared.com</a>';
}
else if (
$hostanzahl == "4h" && $hostauswahlh3 == "2shared")
{
echo 
'<br/><a href="',$host3,'">2shared.com</a>';
}
else if (
$hostanzahl == "4h" && $hostauswahlh3 == "zippyshare")
{
echo 
'<br/><a href="',$host3,'">Zippyshare.com</a>';
}
else if (
$hostanzahl == "4h" && $hostauswahlh3 == "shareonline")
{
echo 
'<br/><a href="',$host3,'">Share-Online.biz</a>';
}
else if (
$hostanzahl == "4h" && $hostauswahlh3 == "depositfiles")
{
echo 
'<br/><a href="',$host3,'">Depositfiles.com</a>';
}
else if (
$hostanzahl == "4h" && $hostauswahlh3 == "uploaded")
{
echo 
'<br/><a href="',$host3,'">Uploaded.net</a>';
}
else if (
$hostanzahl == "4h" && $hostauswahlh3 == "mediafire")
{
echo 
'<br/><a href="',$host3,'">MediaFire.com</a>';
}
else if (
$hostanzahl == "4h" && $hostauswahlh3 == "zshare")
{
echo 
'<br/><a href="',$host3,'">zshare.net</a>';
}

if (
$hostanzahl == "4h" && $hostauswahlh4 == "rapidshare")                    //VIER HOSTER Host 4
{
echo 
'<br/><a href="',$host4,'">Rapidshare.com</a>';
}
else if (
$hostanzahl == "4h" && $hostauswahlh4 == "hotfile")
{
echo 
'<br/><a href="',$host4,'">Hotfile.com</a>';
}
else if (
$hostanzahl == "4h" && $hostauswahlh4 == "bitshare")
{
echo 
'<br/><a href="',$host4,'">Bitshare.com</a>';
}
else if (
$hostanzahl == "4h" && $hostauswahlh4 == "freakshare")
{
echo 
'<br/><a href="',$host4,'">Freakshare.com</a>';
}
else if (
$hostanzahl == "4h" && $hostauswahlh4 == "4shared")
{
echo 
'<br/><a href="',$host4,'">4shared.com</a>';
}
else if (
$hostanzahl == "4h" && $hostauswahlh4 == "2shared")
{
echo 
'<br/><a href="',$host4,'">2shared.com</a>';
}
else if (
$hostanzahl == "4h" && $hostauswahlh4 == "zippyshare")
{
echo 
'<br/><a href="',$host4,'">Zippyshare.com</a>';
}
else if (
$hostanzahl == "4h" && $hostauswahlh4 == "shareonline")
{
echo 
'<br/><a href="',$host4,'">Share-Online.biz</a>';
}
else if (
$hostanzahl == "4h" && $hostauswahlh4 == "depositfiles")
{
echo 
'<br/><a href="',$host4,'">Depositfiles.com</a>';
}
else if (
$hostanzahl == "4h" && $hostauswahlh4 == "uploaded")
{
echo 
'<br/><a href="',$host4,'">Uploaded.net</a>';
}
else if (
$hostanzahl == "4h" && $hostauswahlh4 == "mediafire")
{
echo 
'<br/><a href="',$host4,'">MediaFire.com</a>';
}
else if (
$hostanzahl == "4h" && $hostauswahlh4 == "zshare")
{
echo 
'<br/><a href="',$host4,'">zshare.net</a>';
}

else if (
$hostanzahl == "5h" && $hostauswahlh1 == "rapidshare")                //FUENF HOSTER Host 1
{
echo 
'<br/><a href="',$host1,'">Rapidshare.com</a>';
}
else if (
$hostanzahl == "5h" && $hostauswahlh1 == "hotfile")
{
echo 
'<br/><a href="',$host1,'">Hotfile.com</a>';
}
else if (
$hostanzahl == "5h" && $hostauswahlh1 == "bitshare")
{
echo 
'<br/><a href="',$host1,'">Bitshare.com</a>';
}
else if (
$hostanzahl == "5h" && $hostauswahlh1 == "freakshare")
{
echo 
'<br/><a href="',$host1,'">Freakshare.com</a>';
}
else if (
$hostanzahl == "5h" && $hostauswahlh1 == "4shared")
{
echo 
'<br/><a href="',$host1,'">4shared.com</a>';
}
else if (
$hostanzahl == "5h" && $hostauswahlh1 == "2shared")
{
echo 
'<br/><a href="',$host1,'">2shared.com</a>';
}
else if (
$hostanzahl == "5h" && $hostauswahlh1 == "zippyshare")
{
echo 
'<br/><a href="',$host1,'">Zippyshare.com</a>';
}
else if (
$hostanzahl == "5h" && $hostauswahlh1 == "shareonline")
{
echo 
'<br/><a href="',$host1,'">Share-Online.biz</a>';
}
else if (
$hostanzahl == "5h" && $hostauswahlh1 == "depositfiles")
{
echo 
'<br/><a href="',$host1,'">Depositfiles.com</a>';
}
else if (
$hostanzahl == "5h" && $hostauswahlh1 == "uploaded")
{
echo 
'<br/><a href="',$host1,'">Uploaded.net</a>';
}
else if (
$hostanzahl == "5h" && $hostauswahlh1 == "mediafire")
{
echo 
'<br/><a href="',$host1,'">MediaFire.com</a>';
}
else if (
$hostanzahl == "5h" && $hostauswahlh1 == "zshare")
{
echo 
'<br/><a href="',$host1,'">zshare.net</a>';
}

if (
$hostanzahl == "5h" && $hostauswahlh2 == "rapidshare")                    //FUENF HOSTER Host 2
{
echo 
'<br/><a href="',$host2,'">Rapidshare.com</a>';
}
else if (
$hostanzahl == "5h" && $hostauswahlh2 == "hotfile")
{
echo 
'<br/><a href="',$host2,'">Hotfile.com</a>';
}
else if (
$hostanzahl == "5h" && $hostauswahlh2 == "bitshare")
{
echo 
'<br/><a href="',$host2,'">Bitshare.com</a>';
}
else if (
$hostanzahl == "5h" && $hostauswahlh2 == "freakshare")
{
echo 
'<br/><a href="',$host2,'">Freakshare.com</a>';
}
else if (
$hostanzahl == "5h" && $hostauswahlh2 == "4shared")
{
echo 
'<br/><a href="',$host2,'">4shared.com</a>';
}
else if (
$hostanzahl == "5h" && $hostauswahlh2 == "2shared")
{
echo 
'<br/><a href="',$host2,'">2shared.com</a>';
}
else if (
$hostanzahl == "5h" && $hostauswahlh2 == "zippyshare")
{
echo 
'<br/><a href="',$host2,'">Zippyshare.com</a>';
}
else if (
$hostanzahl == "5h" && $hostauswahlh2 == "shareonline")
{
echo 
'<br/><a href="',$host2,'">Share-Online.biz</a>';
}
else if (
$hostanzahl == "5h" && $hostauswahlh2 == "depositfiles")
{
echo 
'<br/><a href="',$host2,'">Depositfiles.com</a>';
}
else if (
$hostanzahl == "5h" && $hostauswahlh2 == "uploaded")
{
echo 
'<br/><a href="',$host2,'">Uploaded.net</a>';
}
else if (
$hostanzahl == "5h" && $hostauswahlh2 == "mediafire")
{
echo 
'<br/><a href="',$host2,'">MediaFire.com</a>';
}
else if (
$hostanzahl == "5h" && $hostauswahlh2 == "zshare")
{
echo 
'<br/><a href="',$host2,'">zshare.net</a>';
}


if (
$hostanzahl == "5h" && $hostauswahlh3 == "rapidshare")                    //FUENF HOSTER Host 3
{
echo 
'<br/><a href="',$host3,'">Rapidshare.com</a>';
}
else if (
$hostanzahl == "5h" && $hostauswahlh3 == "hotfile")
{
echo 
'<br/><a href="',$host3,'">Hotfile.com</a>';
}
else if (
$hostanzahl == "5h" && $hostauswahlh3 == "bitshare")
{
echo 
'<br/><a href="',$host3,'">Bitshare.com</a>';
}
else if (
$hostanzahl == "5h" && $hostauswahlh3 == "freakshare")
{
echo 
'<br/><a href="',$host3,'">Freakshare.com</a>';
}
else if (
$hostanzahl == "5h" && $hostauswahlh3 == "4shared")
{
echo 
'<br/><a href="',$host3,'">4shared.com</a>';
}
else if (
$hostanzahl == "5h" && $hostauswahlh3 == "2shared")
{
echo 
'<br/><a href="',$host3,'">2shared.com</a>';
}
else if (
$hostanzahl == "5h" && $hostauswahlh3 == "zippyshare")
{
echo 
'<br/><a href="',$host3,'">Zippyshare.com</a>';
}
else if (
$hostanzahl == "5h" && $hostauswahlh3 == "shareonline")
{
echo 
'<br/><a href="',$host3,'">Share-Online.biz</a>';
}
else if (
$hostanzahl == "5h" && $hostauswahlh3 == "depositfiles")
{
echo 
'<br/><a href="',$host3,'">Depositfiles.com</a>';
}
else if (
$hostanzahl == "5h" && $hostauswahlh3 == "uploaded")
{
echo 
'<br/><a href="',$host3,'">Uploaded.net</a>';
}
else if (
$hostanzahl == "5h" && $hostauswahlh3 == "mediafire")
{
echo 
'<br/><a href="',$host3,'">MediaFire.com</a>';
}
else if (
$hostanzahl == "5h" && $hostauswahlh3 == "zshare")
{
echo 
'<br/><a href="',$host3,'">zshare.net</a>';
}

if (
$hostanzahl == "5h" && $hostauswahlh4 == "rapidshare")                    //FUENF HOSTER Host 4
{
echo 
'<br/><a href="',$host4,'">Rapidshare.com</a>';
}
else if (
$hostanzahl == "5h" && $hostauswahlh4 == "hotfile")
{
echo 
'<br/><a href="',$host4,'">Hotfile.com</a>';
}
else if (
$hostanzahl == "5h" && $hostauswahlh4 == "bitshare")
{
echo 
'<br/><a href="',$host4,'">Bitshare.com</a>';
}
else if (
$hostanzahl == "5h" && $hostauswahlh4 == "freakshare")
{
echo 
'<br/><a href="',$host4,'">Freakshare.com</a>';
}
else if (
$hostanzahl == "5h" && $hostauswahlh4 == "4shared")
{
echo 
'<br/><a href="',$host4,'">4shared.com</a>';
}
else if (
$hostanzahl == "5h" && $hostauswahlh4 == "2shared")
{
echo 
'<br/><a href="',$host4,'">2shared.com</a>';
}
else if (
$hostanzahl == "5h" && $hostauswahlh4 == "zippyshare")
{
echo 
'<br/><a href="',$host4,'">Zippyshare.com</a>';
}
else if (
$hostanzahl == "5h" && $hostauswahlh4 == "shareonline")
{
echo 
'<br/><a href="',$host4,'">Share-Online.biz</a>';
}
else if (
$hostanzahl == "5h" && $hostauswahlh4 == "depositfiles")
{
echo 
'<br/><a href="',$host4,'">Depositfiles.com</a>';
}
else if (
$hostanzahl == "5h" && $hostauswahlh4 == "uploaded")
{
echo 
'<br/><a href="',$host4,'">Uploaded.net</a>';
}
else if (
$hostanzahl == "5h" && $hostauswahlh4 == "mediafire")
{
echo 
'<br/><a href="',$host4,'">MediaFire.com</a>';
}
else if (
$hostanzahl == "5h" && $hostauswahlh4 == "zshare")
{
echo 
'<br/><a href="',$host4,'">zshare.net</a>';
}

if (
$hostanzahl == "5h" && $hostauswahlh5 == "rapidshare")                    //FUENF HOSTER Host 5
{
echo 
'<br/><a href="',$host5,'">Rapidshare.com</a>';
}
else if (
$hostanzahl == "5h" && $hostauswahlh5 == "hotfile")
{
echo 
'<br/><a href="',$host5,'">Hotfile.com</a>';
}
else if (
$hostanzahl == "5h" && $hostauswahlh5 == "bitshare")
{
echo 
'<br/><a href="',$host5,'">Bitshare.com</a>';
}
else if (
$hostanzahl == "5h" && $hostauswahlh5 == "freakshare")
{
echo 
'<br/><a href="',$host5,'">Freakshare.com</a>';
}
else if (
$hostanzahl == "5h" && $hostauswahlh5 == "4shared")
{
echo 
'<br/><a href="',$host5,'">4shared.com</a>';
}
else if (
$hostanzahl == "5h" && $hostauswahlh5 == "2shared")
{
echo 
'<br/><a href="',$host5,'">2shared.com</a>';
}
else if (
$hostanzahl == "5h" && $hostauswahlh5 == "zippyshare")
{
echo 
'<br/><a href="',$host5,'">Zippyshare.com</a>';
}
else if (
$hostanzahl == "5h" && $hostauswahlh5 == "shareonline")
{
echo 
'<br/><a href="',$host5,'">Share-Online.biz</a>';
}
else if (
$hostanzahl == "5h" && $hostauswahlh5 == "depositfiles")
{
echo 
'<br/><a href="',$host5,'">Depositfiles.com</a>';
}
else if (
$hostanzahl == "5h" && $hostauswahlh5 == "uploaded")
{
echo 
'<br/><a href="',$host5,'">Uploaded.net</a>';
}
else if (
$hostanzahl == "5h" && $hostauswahlh5 == "mediafire")
{
echo 
'<br/><a href="',$host5,'">MediaFire.com</a>';
}
else if (
$hostanzahl == "5h" && $hostauswahlh5 == "zshare")
{
echo 
'<br/><a href="',$host5,'">zshare.net</a>';
}

else if (
$hostanzahl == "6h" && $hostauswahlh1 == "rapidshare")                //SECHS HOSTER Host 1
{
echo 
'<br/><a href="',$host1,'">Rapidshare.com</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh1 == "hotfile")
{
echo 
'<br/><a href="',$host1,'">Hotfile.com</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh1 == "bitshare")
{
echo 
'<br/><a href="',$host1,'">Bitshare.com</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh1 == "freakshare")
{
echo 
'<br/><a href="',$host1,'">Freakshare.com</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh1 == "4shared")
{
echo 
'<br/><a href="',$host1,'">4shared.com</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh1 == "2shared")
{
echo 
'<br/><a href="',$host1,'">2shared.com</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh1 == "zippyshare")
{
echo 
'<br/><a href="',$host1,'">Zippyshare.com</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh1 == "shareonline")
{
echo 
'<br/><a href="',$host1,'">Share-Online.biz</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh1 == "depositfiles")
{
echo 
'<br/><a href="',$host1,'">Depositfiles.com</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh1 == "uploaded")
{
echo 
'<br/><a href="',$host1,'">Uploaded.net</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh1 == "mediafire")
{
echo 
'<br/><a href="',$host1,'">MediaFire.com</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh1 == "zshare")
{
echo 
'<br/><a href="',$host1,'">zshare.net</a>';
}

if (
$hostanzahl == "6h" && $hostauswahlh2 == "rapidshare")                    //SECHS HOSTER Host 2
{
echo 
'<br/><a href="',$host2,'">Rapidshare.com</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh2 == "hotfile")
{
echo 
'<br/><a href="',$host2,'">Hotfile.com</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh2 == "bitshare")
{
echo 
'<br/><a href="',$host2,'">Bitshare.com</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh2 == "freakshare")
{
echo 
'<br/><a href="',$host2,'">Freakshare.com</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh2 == "4shared")
{
echo 
'<br/><a href="',$host2,'">4shared.com</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh2 == "2shared")
{
echo 
'<br/><a href="',$host2,'">2shared.com</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh2 == "zippyshare")
{
echo 
'<br/><a href="',$host2,'">Zippyshare.com</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh2 == "shareonline")
{
echo 
'<br/><a href="',$host2,'">Share-Online.biz</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh2 == "depositfiles")
{
echo 
'<br/><a href="',$host2,'">Depositfiles.com</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh2 == "uploaded")
{
echo 
'<br/><a href="',$host2,'">Uploaded.net</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh2 == "mediafire")
{
echo 
'<br/><a href="',$host2,'">MediaFire.com</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh2 == "zshare")
{
echo 
'<br/><a href="',$host2,'">zshare.net</a>';
}


if (
$hostanzahl == "6h" && $hostauswahlh3 == "rapidshare")                    //SECHS HOSTER Host 3
{
echo 
'<br/><a href="',$host3,'">Rapidshare.com</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh3 == "hotfile")
{
echo 
'<br/><a href="',$host3,'">Hotfile.com</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh3 == "bitshare")
{
echo 
'<br/><a href="',$host3,'">Bitshare.com</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh3 == "freakshare")
{
echo 
'<br/><a href="',$host3,'">Freakshare.com</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh3 == "4shared")
{
echo 
'<br/><a href="',$host3,'">4shared.com</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh3 == "2shared")
{
echo 
'<br/><a href="',$host3,'">2shared.com</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh3 == "zippyshare")
{
echo 
'<br/><a href="',$host3,'">Zippyshare.com</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh3 == "shareonline")
{
echo 
'<br/><a href="',$host3,'">Share-Online.biz</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh3 == "depositfiles")
{
echo 
'<br/><a href="',$host3,'">Depositfiles.com</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh3 == "uploaded")
{
echo 
'<br/><a href="',$host3,'">Uploaded.net</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh3 == "mediafire")
{
echo 
'<br/><a href="',$host3,'">MediaFire.com</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh3 == "zshare")
{
echo 
'<br/><a href="',$host3,'">zshare.net</a>';
}

if (
$hostanzahl == "6h" && $hostauswahlh4 == "rapidshare")                    //SECHS HOSTER Host 4
{
echo 
'<br/><a href="',$host4,'">Rapidshare.com</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh4 == "hotfile")
{
echo 
'<br/><a href="',$host4,'">Hotfile.com</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh4 == "bitshare")
{
echo 
'<br/><a href="',$host4,'">Bitshare.com</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh4 == "freakshare")
{
echo 
'<br/><a href="',$host4,'">Freakshare.com</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh4 == "4shared")
{
echo 
'<br/><a href="',$host4,'">4shared.com</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh4 == "2shared")
{
echo 
'<br/><a href="',$host4,'">2shared.com</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh4 == "zippyshare")
{
echo 
'<br/><a href="',$host4,'">Zippyshare.com</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh4 == "shareonline")
{
echo 
'<br/><a href="',$host4,'">Share-Online.biz</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh4 == "depositfiles")
{
echo 
'<br/><a href="',$host4,'">Depositfiles.com</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh4 == "uploaded")
{
echo 
'<br/><a href="',$host4,'">Uploaded.net</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh4 == "mediafire")
{
echo 
'<br/><a href="',$host4,'">MediaFire.com</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh4 == "zshare")
{
echo 
'<br/><a href="',$host4,'">zshare.net</a>';
}

if (
$hostanzahl == "6h" && $hostauswahlh5 == "rapidshare")                    //SECHS HOSTER Host 5
{
echo 
'<br/><a href="',$host5,'">Rapidshare.com</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh5 == "hotfile")
{
echo 
'<br/><a href="',$host5,'">Hotfile.com</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh5 == "bitshare")
{
echo 
'<br/><a href="',$host5,'">Bitshare.com</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh5 == "freakshare")
{
echo 
'<br/><a href="',$host5,'">Freakshare.com</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh5 == "4shared")
{
echo 
'<br/><a href="',$host5,'">4shared.com</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh5 == "2shared")
{
echo 
'<br/><a href="',$host5,'">2shared.com</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh5 == "zippyshare")
{
echo 
'<br/><a href="',$host5,'">Zippyshare.com</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh5 == "shareonline")
{
echo 
'<br/><a href="',$host5,'">Share-Online.biz</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh5 == "depositfiles")
{
echo 
'<br/><a href="',$host5,'">Depositfiles.com</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh5 == "uploaded")
{
echo 
'<br/><a href="',$host5,'">Uploaded.net</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh5 == "mediafire")
{
echo 
'<br/><a href="',$host5,'">MediaFire.com</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh5 == "zshare")
{
echo 
'<br/><a href="',$host5,'">zshare.net</a>';
}

if (
$hostanzahl == "6h" && $hostauswahlh6 == "rapidshare")                    //SECHS HOSTER Host 6
{
echo 
'<br/><a href="',$host6,'">Rapidshare.com</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh6 == "hotfile")
{
echo 
'<br/><a href="',$host6,'">Hotfile.com</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh6 == "bitshare")
{
echo 
'<br/><a href="',$host6,'">Bitshare.com</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh6 == "freakshare")
{
echo 
'<br/><a href="',$host6,'">Freakshare.com</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh6 == "4shared")
{
echo 
'<br/><a href="',$host6,'">4shared.com</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh6 == "2shared")
{
echo 
'<br/><a href="',$host6,'">2shared.com</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh6 == "zippyshare")
{
echo 
'<br/><a href="',$host6,'">Zippyshare.com</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh6 == "shareonline")
{
echo 
'<br/><a href="',$host6,'">Share-Online.biz</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh6 == "depositfiles")
{
echo 
'<br/><a href="',$host6,'">Depositfiles.com</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh6 == "uploaded")
{
echo 
'<br/><a href="',$host6,'">Uploaded.net</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh6 == "mediafire")
{
echo 
'<br/><a href="',$host6,'">MediaFire.com</a>';
}
else if (
$hostanzahl == "6h" && $hostauswahlh6 == "zshare")
{
echo 
'<br/><a href="',$host6,'">zshare.net</a>';
}

echo 
"<br/><b>Gr&ouml&szlige</b><br/>";
echo 
"<br/>$size<br/>";
echo 
"<br/><b>Passwort</b><br/>";
echo 
"<br/>$password<br/>";
echo 
"<br/><b>Sample</b><br/>";
echo 
'<br/><a href="',$sample,'">Sample</a>';

echo 
'<br/><br/><br/><br/><hr /><br/><br/>';                        //BBCode ANFANG
echo "<b>BBCode</b><br/><br/>";

echo 
'
[CENTER]<br/>
[B][U][SIZE="3"]Titel:[/SIZE][/U][/B]<br/>
'
,$title,'<br/>
<br/>
[B][U][SIZE="3"]Cover:[/SIZE][/U][/B]<br/>
<br/>
[IMG]'
,$cover,'[/IMG]<br/>
<br/>
[B][U][SIZE="3"]Beschreibung:[/SIZE][/U][/B]<br/>
<br/>
[SPOILER]'
,$des*****ion,'[/SPOILER]<br/>
<br/>
[B][U][SIZE="3"]Hoster:[/SIZE][/U][/B]<br/>
<br/>
[SPOILER]'
;
if (
$hostanzahl == "0h")                                                    //KEIN HOSTER
{
echo 
"<br/><p >Hostanzahl auswählen</p><br/>";
}
else if (
$hostanzahl == "1h" && $hostauswahlh1 == "rapidshare")                //EIN HOSTER
{
echo 
'<br/>[URL="',$host1,'"]Rapidshare.com[/URL]';
}
else if (
$hostanzahl == "1h" && $hostauswahlh1 == "hotfile")
{
echo 
'<br/>[URL="',$host1,'"Hotfile.com[/URL]';
}
else if (
$hostanzahl == "1h" && $hostauswahlh1 == "bitshare")
{
echo 
'<br/>[URL="',$host1,'"]Bitshare.com[/URL]';
}
else if (
$hostanzahl == "1h" && $hostauswahlh1 == "freakshare")
{
echo 
'<br/>[URL="',$host1,'"]Freakshare.com[/URL]';
}
else if (
$hostanzahl == "1h" && $hostauswahlh1 == "4shared")
{
echo 
'<br/>[URL="',$host1,'"]4shared.com[/URL]';
}
else if (
$hostanzahl == "1h" && $hostauswahlh1 == "2shared")
{
echo 
'<br/>[URL="',$host1,'"]2shared.com[/URL]';
}
else if (
$hostanzahl == "1h" && $hostauswahlh1 == "zippyshare")
{
echo 
'<br/>[URL="',$host1,'"]Zippyshare.com[/URL]';
}
else if (
$hostanzahl == "1h" && $hostauswahlh1 == "shareonline")
{
echo 
'<br/>[URL="',$host1,'"]Share-Online.biz[/URL]';
}
else if (
$hostanzahl == "1h" && $hostauswahlh1 == "depositfiles")
{
echo 
'<br/>[URL="',$host1,'"]Depositfiles.com[/URL]';
}
else if (
$hostanzahl == "1h" && $hostauswahlh1 == "uploaded")
{
echo 
'<br/>[URL="',$host1,'"]Uploaded.net[/URL]';
}
else if (
$hostanzahl == "1h" && $hostauswahlh1 == "mediafire")
{
echo 
'<br/>[URL="',$host1,'"]MediaFire.com[/URL]';
}
else if (
$hostanzahl == "1h" && $hostauswahlh1 == "zshare")
{
echo 
'<br/>[URL="',$host1,'"]zshare.net[/URL]';
}

else if (
$hostanzahl == "2h" && $hostauswahlh1 == "rapidshare")                //ZWEI HOSTER Host 1 
{
echo 
'<br/>[URL="',$host1,'"]Rapidshare.com[/URL]';
}
else if (
$hostanzahl == "2h" && $hostauswahlh1 == "hotfile")
{
echo 
'<br/>[URL="',$host1,'"Hotfile.com[/URL]';
}
else if (
$hostanzahl == "2h" && $hostauswahlh1 == "bitshare")
{
echo 
'<br/>[URL="',$host1,'"]Bitshare.com[/URL]';
}
else if (
$hostanzahl == "2h" && $hostauswahlh1 == "freakshare")
{
echo 
'<br/>[URL="',$host1,'"]Freakshare.com[/URL]';
}
else if (
$hostanzahl == "2h" && $hostauswahlh1 == "4shared")
{
echo 
'<br/>[URL="',$host1,'"]4shared.com[/URL]';
}
else if (
$hostanzahl == "2h" && $hostauswahlh1 == "2shared")
{
echo 
'<br/>[URL="',$host1,'"]2shared.com[/URL]';
}
else if (
$hostanzahl == "2h" && $hostauswahlh1 == "zippyshare")
{
echo 
'<br/>[URL="',$host1,'"]Zippyshare.com[/URL]';
}
else if (
$hostanzahl == "2h" && $hostauswahlh1 == "shareonline")
{
echo 
'<br/>[URL="',$host1,'"]Share-Online.biz[/URL]';
}
else if (
$hostanzahl == "2h" && $hostauswahlh1 == "depositfiles")
{
echo 
'<br/>[URL="',$host1,'"]Depositfiles.com[/URL]';
}
else if (
$hostanzahl == "2h" && $hostauswahlh1 == "uploaded")
{
echo 
'<br/>[URL="',$host1,'"]Uploaded.net[/URL]';
}
else if (
$hostanzahl == "2h" && $hostauswahlh1 == "mediafire")
{
echo 
'<br/>[URL="',$host1,'"]MediaFire.com[/URL]';
}
else if (
$hostanzahl == "2h" && $hostauswahlh1 == "zshare")
{
echo 
'<br/>[URL="',$host1,'"]zshare.net[/URL]';
}

if (
$hostanzahl == "2h" && $hostauswahlh2 == "rapidshare")                    //ZWEI HOSTER Host 2
{
echo 
'<br/>[URL="',$host2,'"]Rapidshare.com[/URL]';
}
else if (
$hostanzahl == "2h" && $hostauswahlh2 == "hotfile")
{
echo 
'<br/>[URL="',$host2,'"Hotfile.com[/URL]';
}
else if (
$hostanzahl == "2h" && $hostauswahlh2 == "bitshare")
{
echo 
'<br/>[URL="',$host2,'"]Bitshare.com[/URL]';
}
else if (
$hostanzahl == "2h" && $hostauswahlh2 == "freakshare")
{
echo 
'<br/>[URL="',$host2,'"]Freakshare.com[/URL]';
}
else if (
$hostanzahl == "2h" && $hostauswahlh2 == "4shared")
{
echo 
'<br/>[URL="',$host2,'"]4shared.com[/URL]';
}
else if (
$hostanzahl == "2h" && $hostauswahlh2 == "2shared")
{
echo 
'<br/>[URL="',$host2,'"]2shared.com[/URL]';
}
else if (
$hostanzahl == "2h" && $hostauswahlh2 == "zippyshare")
{
echo 
'<br/>[URL="',$host2,'"]Zippyshare.com[/URL]';
}
else if (
$hostanzahl == "2h" && $hostauswahlh2 == "shareonline")
{
echo 
'<br/>[URL="',$host2,'"]Share-Online.biz[/URL]';
}
else if (
$hostanzahl == "2h" && $hostauswahlh2 == "depositfiles")
{
echo 
'<br/>[URL="',$host2,'"]Depositfiles.com[/URL]';
}
else if (
$hostanzahl == "2h" && $hostauswahlh2 == "uploaded")
{
echo 
'<br/>[URL="',$host2,'"]Uploaded.net[/URL]';
}
else if (
$hostanzahl == "2h" && $hostauswahlh2 == "mediafire")
{
echo 
'<br/>[URL="',$host2,'"]MediaFire.com[/URL]';
}
else if (
$hostanzahl == "2h" && $hostauswahlh2 == "zshare")
{
echo 
'<br/>[URL="',$host2,'"]zshare.net[/URL]';
}

else if (
$hostanzahl == "3h" && $hostauswahlh1 == "rapidshare")                //DREI HOSTER Host 1
{
echo 
'<br/>[URL="',$host1,'"]Rapidshare.com[/URL]';
}
else if (
$hostanzahl == "3h" && $hostauswahlh1 == "hotfile")
{
echo 
'<br/>[URL="',$host1,'"Hotfile.com[/URL]';
}
else if (
$hostanzahl == "3h" && $hostauswahlh1 == "bitshare")
{
echo 
'<br/>[URL="',$host1,'"]Bitshare.com[/URL]';
}
else if (
$hostanzahl == "3h" && $hostauswahlh1 == "freakshare")
{
echo 
'<br/>[URL="',$host1,'"]Freakshare.com[/URL]';
}
else if (
$hostanzahl == "3h" && $hostauswahlh1 == "4shared")
{
echo 
'<br/>[URL="',$host1,'"]4shared.com[/URL]';
}
else if (
$hostanzahl == "3h" && $hostauswahlh1 == "2shared")
{
echo 
'<br/>[URL="',$host1,'"]2shared.com[/URL]';
}
else if (
$hostanzahl == "3h" && $hostauswahlh1 == "zippyshare")
{
echo 
'<br/>[URL="',$host1,'"]Zippyshare.com[/URL]';
}
else if (
$hostanzahl == "3h" && $hostauswahlh1 == "shareonline")
{
echo 
'<br/>[URL="',$host1,'"]Share-Online.biz[/URL]';
}
else if (
$hostanzahl == "3h" && $hostauswahlh1 == "depositfiles")
{
echo 
'<br/>[URL="',$host1,'"]Depositfiles.com[/URL]';
}
else if (
$hostanzahl == "3h" && $hostauswahlh1 == "uploaded")
{
echo 
'<br/>[URL="',$host1,'"]Uploaded.net[/URL]';
}
else if (
$hostanzahl == "3h" && $hostauswahlh1 == "mediafire")
{
echo 
'<br/>[URL="',$host1,'"]MediaFire.com[/URL]';
}
else if (
$hostanzahl == "3h" && $hostauswahlh1 == "zshare")
{
echo 
'<br/>[URL="',$host1,'"]zshare.net[/URL]';
}

if (
$hostanzahl == "3h" && $hostauswahlh2 == "rapidshare")                    //DREI HOSTER Host 2
{
echo 
'<br/>[URL="',$host2,'"]Rapidshare.com[/URL]';
}
else if (
$hostanzahl == "3h" && $hostauswahlh2 == "hotfile")
{
echo 
'<br/>[URL="',$host2,'"Hotfile.com[/URL]';
}
else if (
$hostanzahl == "3h" && $hostauswahlh2 == "bitshare")
{
echo 
'<br/>[URL="',$host2,'"]Bitshare.com[/URL]';
}
else if (
$hostanzahl == "3h" && $hostauswahlh2 == "freakshare")
{
echo 
'<br/>[URL="',$host2,'"]Freakshare.com[/URL]';
}
else if (
$hostanzahl == "3h" && $hostauswahlh2 == "4shared")
{
echo 
'<br/>[URL="',$host2,'"]4shared.com[/URL]';
}
else if (
$hostanzahl == "3h" && $hostauswahlh2 == "2shared")
{
echo 
'<br/>[URL="',$host2,'"]2shared.com[/URL]';
}
else if (
$hostanzahl == "3h" && $hostauswahlh2 == "zippyshare")
{
echo 
'<br/>[URL="',$host2,'"]Zippyshare.com[/URL]';
}
else if (
$hostanzahl == "3h" && $hostauswahlh2 == "shareonline")
{
echo 
'<br/>[URL="',$host2,'"]Share-Online.biz[/URL]';
}
else if (
$hostanzahl == "3h" && $hostauswahlh2 == "depositfiles")
{
echo 
'<br/>[URL="',$host2,'"]Depositfiles.com[/URL]';
}
else if (
$hostanzahl == "3h" && $hostauswahlh2 == "uploaded")
{
echo 
'<br/>[URL="',$host2,'"]Uploaded.net[/URL]';
}
else if (
$hostanzahl == "3h" && $hostauswahlh2 == "mediafire")
{
echo 
'<br/>[URL="',$host2,'"]MediaFire.com[/URL]';
}
else if (
$hostanzahl == "3h" && $hostauswahlh2 == "zshare")
{
echo 
'<br/>[URL="',$host2,'"]zshare.net[/URL]';
}


if (
$hostanzahl == "3h" && $hostauswahlh3 == "rapidshare")                    //DREI HOSTER Host 3
{
echo 
'<br/>[URL="',$host3,'"]Rapidshare.com[/URL]';
}
else if (
$hostanzahl == "3h" && $hostauswahlh3 == "hotfile")
{
echo 
'<br/>[URL="',$host3,'"Hotfile.com[/URL]';
}
else if (
$hostanzahl == "3h" && $hostauswahlh3 == "bitshare")
{
echo 
'<br/>[URL="',$host3,'"]Bitshare.com[/URL]';
}
else if (
$hostanzahl == "3h" && $hostauswahlh3 == "freakshare")
{
echo 
'<br/>[URL="',$host3,'"]Freakshare.com[/URL]';
}
else if (
$hostanzahl == "3h" && $hostauswahlh3 == "4shared")
{
echo 
'<br/>[URL="',$host3,'"]4shared.com[/URL]';
}
else if (
$hostanzahl == "3h" && $hostauswahlh3 == "2shared")
{
echo 
'<br/>[URL="',$host3,'"]2shared.com[/URL]';
}
else if (
$hostanzahl == "3h" && $hostauswahlh3 == "zippyshare")
{
echo 
'<br/>[URL="',$host3,'"]Zippyshare.com[/URL]';
}
else if (
$hostanzahl == "3h" && $hostauswahlh3 == "shareonline")
{
echo 
'<br/>[URL="',$host3,'"]Share-Online.biz[/URL]';
}
else if (
$hostanzahl == "3h" && $hostauswahlh3 == "depositfiles")
{
echo 
'<br/>[URL="',$host3,'"]Depositfiles.com[/URL]';
}
else if (
$hostanzahl == "3h" && $hostauswahlh3 == "uploaded")
{
echo 
'<br/>[URL="',$host3,'"]Uploaded.net[/URL]';
}
else if (
$hostanzahl == "3h" && $hostauswahlh3 == "mediafire")
{
echo 
'<br/>[URL="',$host3,'"]MediaFire.com[/URL]';
}
else if (
$hostanzahl == "3h" && $hostauswahlh3 == "zshare")
{
echo 
'<br/>[URL="',$host3,'"]zshare.net[/URL]';
}

else if (
$hostanzahl == "4h" && $hostauswahlh1 == "rapidshare")                //VIER HOSTER Host 1
{
echo 
'<br/>[URL="',$host1,'"]Rapidshare.com[/URL]';
}
else if (
$hostanzahl == "4h" && $hostauswahlh1 == "hotfile")
{
echo 
'<br/>[URL="',$host1,'"Hotfile.com[/URL]';
}
else if (
$hostanzahl == "4h" && $hostauswahlh1 == "bitshare")
{
echo 
'<br/>[URL="',$host1,'"]Bitshare.com[/URL]';
}
else if (
$hostanzahl == "4h" && $hostauswahlh1 == "freakshare")
{
echo 
'<br/>[URL="',$host1,'"]Freakshare.com[/URL]';
}
else if (
$hostanzahl == "4h" && $hostauswahlh1 == "4shared")
{
echo 
'<br/>[URL="',$host1,'"]4shared.com[/URL]';
}
else if (
$hostanzahl == "4h" && $hostauswahlh1 == "2shared")
{
echo 
'<br/>[URL="',$host1,'"]2shared.com[/URL]';
}
else if (
$hostanzahl == "4h" && $hostauswahlh1 == "zippyshare")
{
echo 
'<br/>[URL="',$host1,'"]Zippyshare.com[/URL]';
}
else if (
$hostanzahl == "4h" && $hostauswahlh1 == "shareonline")
{
echo 
'<br/>[URL="',$host1,'"]Share-Online.biz[/URL]';
}
else if (
$hostanzahl == "4h" && $hostauswahlh1 == "depositfiles")
{
echo 
'<br/>[URL="',$host1,'"]Depositfiles.com[/URL]';
}
else if (
$hostanzahl == "4h" && $hostauswahlh1 == "uploaded")
{
echo 
'<br/>[URL="',$host1,'"]Uploaded.net[/URL]';
}
else if (
$hostanzahl == "4h" && $hostauswahlh1 == "mediafire")
{
echo 
'<br/>[URL="',$host1,'"]MediaFire.com[/URL]';
}
else if (
$hostanzahl == "4h" && $hostauswahlh1 == "zshare")
{
echo 
'<br/>[URL="',$host1,'"]zshare.net[/URL]';
}

if (
$hostanzahl == "4h" && $hostauswahlh2 == "rapidshare")                    //VIER HOSTER Host 2
{
echo 
'<br/>[URL="',$host2,'"]Rapidshare.com[/URL]';
}
else if (
$hostanzahl == "4h" && $hostauswahlh2 == "hotfile")
{
echo 
'<br/>[URL="',$host2,'"Hotfile.com[/URL]';
}
else if (
$hostanzahl == "4h" && $hostauswahlh2 == "bitshare")
{
echo 
'<br/>[URL="',$host2,'"]Bitshare.com[/URL]';
}
else if (
$hostanzahl == "4h" && $hostauswahlh2 == "freakshare")
{
echo 
'<br/>[URL="',$host2,'"]Freakshare.com[/URL]';
}
else if (
$hostanzahl == "4h" && $hostauswahlh2 == "4shared")
{
echo 
'<br/>[URL="',$host2,'"]4shared.com[/URL]';
}
else if (
$hostanzahl == "4h" && $hostauswahlh2 == "2shared")
{
echo 
'<br/>[URL="',$host2,'"]2shared.com[/URL]';
}
else if (
$hostanzahl == "4h" && $hostauswahlh2 == "zippyshare")
{
echo 
'<br/>[URL="',$host2,'"]Zippyshare.com[/URL]';
}
else if (
$hostanzahl == "4h" && $hostauswahlh2 == "shareonline")
{
echo 
'<br/>[URL="',$host2,'"]Share-Online.biz[/URL]';
}
else if (
$hostanzahl == "4h" && $hostauswahlh2 == "depositfiles")
{
echo 
'<br/>[URL="',$host2,'"]Depositfiles.com[/URL]';
}
else if (
$hostanzahl == "4h" && $hostauswahlh2 == "uploaded")
{
echo 
'<br/>[URL="',$host2,'"]Uploaded.net[/URL]';
}
else if (
$hostanzahl == "4h" && $hostauswahlh2 == "mediafire")
{
echo 
'<br/>[URL="',$host2,'"]MediaFire.com[/URL]';
}
else if (
$hostanzahl == "4h" && $hostauswahlh2 == "zshare")
{
echo 
'<br/>[URL="',$host2,'"]zshare.net[/URL]';
}


if (
$hostanzahl == "4h" && $hostauswahlh3 == "rapidshare")                    //VIER HOSTER Host 3
{
echo 
'<br/>[URL="',$host3,'"]Rapidshare.com[/URL]';
}
else if (
$hostanzahl == "4h" && $hostauswahlh3 == "hotfile")
{
echo 
'<br/>[URL="',$host3,'"Hotfile.com[/URL]';
}
else if (
$hostanzahl == "4h" && $hostauswahlh3 == "bitshare")
{
echo 
'<br/>[URL="',$host3,'"]Bitshare.com[/URL]';
}
else if (
$hostanzahl == "4h" && $hostauswahlh3 == "freakshare")
{
echo 
'<br/>[URL="',$host3,'"]Freakshare.com[/URL]';
}
else if (
$hostanzahl == "4h" && $hostauswahlh3 == "4shared")
{
echo 
'<br/>[URL="',$host3,'"]4shared.com[/URL]';
}
else if (
$hostanzahl == "4h" && $hostauswahlh3 == "2shared")
{
echo 
'<br/>[URL="',$host3,'"]2shared.com[/URL]';
}
else if (
$hostanzahl == "4h" && $hostauswahlh3 == "zippyshare")
{
echo 
'<br/>[URL="',$host3,'"]Zippyshare.com[/URL]';
}
else if (
$hostanzahl == "4h" && $hostauswahlh3 == "shareonline")
{
echo 
'<br/>[URL="',$host3,'"]Share-Online.biz[/URL]';
}
else if (
$hostanzahl == "4h" && $hostauswahlh3 == "depositfiles")
{
echo 
'<br/>[URL="',$host3,'"]Depositfiles.com[/URL]';
}
else if (
$hostanzahl == "4h" && $hostauswahlh3 == "uploaded")
{
echo 
'<br/>[URL="',$host3,'"]Uploaded.net[/URL]';
}
else if (
$hostanzahl == "4h" && $hostauswahlh3 == "mediafire")
{
echo 
'<br/>[URL="',$host3,'"]MediaFire.com[/URL]';
}
else if (
$hostanzahl == "4h" && $hostauswahlh3 == "zshare")
{
echo 
'<br/>[URL="',$host3,'"]zshare.net[/URL]';
}

if (
$hostanzahl == "4h" && $hostauswahlh4 == "rapidshare")                    //VIER HOSTER Host 4
{
echo 
'<br/>[URL="',$host4,'"]Rapidshare.com[/URL]';
}
else if (
$hostanzahl == "4h" && $hostauswahlh4 == "hotfile")
{
echo 
'<br/>[URL="',$host4,'"Hotfile.com[/URL]';
}
else if (
$hostanzahl == "4h" && $hostauswahlh4 == "bitshare")
{
echo 
'<br/>[URL="',$host4,'"]Bitshare.com[/URL]';
}
else if (
$hostanzahl == "4h" && $hostauswahlh4 == "freakshare")
{
echo 
'<br/>[URL="',$host4,'"]Freakshare.com[/URL]';
}
else if (
$hostanzahl == "4h" && $hostauswahlh4 == "4shared")
{
echo 
'<br/>[URL="',$host4,'"]4shared.com[/URL]';
}
else if (
$hostanzahl == "4h" && $hostauswahlh4 == "2shared")
{
echo 
'<br/>[URL="',$host4,'"]2shared.com[/URL]';
}
else if (
$hostanzahl == "4h" && $hostauswahlh4 == "zippyshare")
{
echo 
'<br/>[URL="',$host4,'"]Zippyshare.com[/URL]';
}
else if (
$hostanzahl == "4h" && $hostauswahlh4 == "shareonline")
{
echo 
'<br/>[URL="',$host4,'"]Share-Online.biz[/URL]';
}
else if (
$hostanzahl == "4h" && $hostauswahlh4 == "depositfiles")
{
echo 
'<br/>[URL="',$host4,'"]Depositfiles.com[/URL]';
}
else if (
$hostanzahl == "4h" && $hostauswahlh4 == "uploaded")
{
echo 
'<br/>[URL="',$host4,'"]Uploaded.net[/URL]';
}
else if (
$hostanzahl == "4h" && $hostauswahlh4 == "mediafire")
{
echo 
'<br/>[URL="',$host4,'"]MediaFire.com[/URL]';
}
else if (
$hostanzahl == "4h" && $hostauswahlh4 == "zshare")
{
echo 
'<br/>[URL="',$host4,'"]zshare.net[/URL]';
}

else if (
$hostanzahl == "5h" && $hostauswahlh1 == "rapidshare")                //FUENF HOSTER Host 1
{
echo 
'<br/>[URL="',$host1,'"]Rapidshare.com[/URL]';
}
else if (
$hostanzahl == "5h" && $hostauswahlh1 == "hotfile")
{
echo 
'<br/>[URL="',$host1,'"Hotfile.com[/URL]';
}
else if (
$hostanzahl == "5h" && $hostauswahlh1 == "bitshare")
{
echo 
'<br/>[URL="',$host1,'"]Bitshare.com[/URL]';
}
else if (
$hostanzahl == "5h" && $hostauswahlh1 == "freakshare")
{
echo 
'<br/>[URL="',$host1,'"]Freakshare.com[/URL]';
}
else if (
$hostanzahl == "5h" && $hostauswahlh1 == "4shared")
{
echo 
'<br/>[URL="',$host1,'"]4shared.com[/URL]';
}
else if (
$hostanzahl == "5h" && $hostauswahlh1 == "2shared")
{
echo 
'<br/>[URL="',$host1,'"]2shared.com[/URL]';
}
else if (
$hostanzahl == "5h" && $hostauswahlh1 == "zippyshare")
{
echo 
'<br/>[URL="',$host1,'"]Zippyshare.com[/URL]';
}
else if (
$hostanzahl == "5h" && $hostauswahlh1 == "shareonline")
{
echo 
'<br/>[URL="',$host1,'"]Share-Online.biz[/URL]';
}
else if (
$hostanzahl == "5h" && $hostauswahlh1 == "depositfiles")
{
echo 
'<br/>[URL="',$host1,'"]Depositfiles.com[/URL]';
}
else if (
$hostanzahl == "5h" && $hostauswahlh1 == "uploaded")
{
echo 
'<br/>[URL="',$host1,'"]Uploaded.net[/URL]';
}
else if (
$hostanzahl == "5h" && $hostauswahlh1 == "mediafire")
{
echo 
'<br/>[URL="',$host1,'"]MediaFire.com[/URL]';
}
else if (
$hostanzahl == "5h" && $hostauswahlh1 == "zshare")
{
echo 
'<br/>[URL="',$host1,'"]zshare.net[/URL]';
}

if (
$hostanzahl == "5h" && $hostauswahlh2 == "rapidshare")                    //FUENF HOSTER Host 2
{
echo 
'<br/>[URL="',$host2,'"]Rapidshare.com[/URL]';
}
else if (
$hostanzahl == "5h" && $hostauswahlh2 == "hotfile")
{
echo 
'<br/>[URL="',$host2,'"Hotfile.com[/URL]';
}
else if (
$hostanzahl == "5h" && $hostauswahlh2 == "bitshare")
{
echo 
'<br/>[URL="',$host2,'"]Bitshare.com[/URL]';
}
else if (
$hostanzahl == "5h" && $hostauswahlh2 == "freakshare")
{
echo 
'<br/>[URL="',$host2,'"]Freakshare.com[/URL]';
}
else if (
$hostanzahl == "5h" && $hostauswahlh2 == "4shared")
{
echo 
'<br/>[URL="',$host2,'"]4shared.com[/URL]';
}
else if (
$hostanzahl == "5h" && $hostauswahlh2 == "2shared")
{
echo 
'<br/>[URL="',$host2,'"]2shared.com[/URL]';
}
else if (
$hostanzahl == "5h" && $hostauswahlh2 == "zippyshare")
{
echo 
'<br/>[URL="',$host2,'"]Zippyshare.com[/URL]';
}
else if (
$hostanzahl == "5h" && $hostauswahlh2 == "shareonline")
{
echo 
'<br/>[URL="',$host2,'"]Share-Online.biz[/URL]';
}
else if (
$hostanzahl == "5h" && $hostauswahlh2 == "depositfiles")
{
echo 
'<br/>[URL="',$host2,'"]Depositfiles.com[/URL]';
}
else if (
$hostanzahl == "5h" && $hostauswahlh2 == "uploaded")
{
echo 
'<br/>[URL="',$host2,'"]Uploaded.net[/URL]';
}
else if (
$hostanzahl == "5h" && $hostauswahlh2 == "mediafire")
{
echo 
'<br/>[URL="',$host2,'"]MediaFire.com[/URL]';
}
else if (
$hostanzahl == "5h" && $hostauswahlh2 == "zshare")
{
echo 
'<br/>[URL="',$host2,'"]zshare.net[/URL]';
}


if (
$hostanzahl == "5h" && $hostauswahlh3 == "rapidshare")                    //FUENF HOSTER Host 3
{
echo 
'<br/>[URL="',$host3,'"]Rapidshare.com[/URL]';
}
else if (
$hostanzahl == "5h" && $hostauswahlh3 == "hotfile")
{
echo 
'<br/>[URL="',$host3,'"Hotfile.com[/URL]';
}
else if (
$hostanzahl == "5h" && $hostauswahlh3 == "bitshare")
{
echo 
'<br/>[URL="',$host3,'"]Bitshare.com[/URL]';
}
else if (
$hostanzahl == "5h" && $hostauswahlh3 == "freakshare")
{
echo 
'<br/>[URL="',$host3,'"]Freakshare.com[/URL]';
}
else if (
$hostanzahl == "5h" && $hostauswahlh3 == "4shared")
{
echo 
'<br/>[URL="',$host3,'"]4shared.com[/URL]';
}
else if (
$hostanzahl == "5h" && $hostauswahlh3 == "2shared")
{
echo 
'<br/>[URL="',$host3,'"]2shared.com[/URL]';
}
else if (
$hostanzahl == "5h" && $hostauswahlh3 == "zippyshare")
{
echo 
'<br/>[URL="',$host3,'"]Zippyshare.com[/URL]';
}
else if (
$hostanzahl == "5h" && $hostauswahlh3 == "shareonline")
{
echo 
'<br/>[URL="',$host3,'"]Share-Online.biz[/URL]';
}
else if (
$hostanzahl == "5h" && $hostauswahlh3 == "depositfiles")
{
echo 
'<br/>[URL="',$host3,'"]Depositfiles.com[/URL]';
}
else if (
$hostanzahl == "5h" && $hostauswahlh3 == "uploaded")
{
echo 
'<br/>[URL="',$host3,'"]Uploaded.net[/URL]';
}
else if (
$hostanzahl == "5h" && $hostauswahlh3 == "mediafire")
{
echo 
'<br/>[URL="',$host3,'"]MediaFire.com[/URL]';
}
else if (
$hostanzahl == "5h" && $hostauswahlh3 == "zshare")
{
echo 
'<br/>[URL="',$host3,'"]zshare.net[/URL]';
}

if (
$hostanzahl == "5h" && $hostauswahlh4 == "rapidshare")                    //FUENF HOSTER Host 4
{
echo 
'<br/>[URL="',$host4,'"]Rapidshare.com[/URL]';
}
else if (
$hostanzahl == "5h" && $hostauswahlh4 == "hotfile")
{
echo 
'<br/>[URL="',$host4,'"Hotfile.com[/URL]';
}
else if (
$hostanzahl == "5h" && $hostauswahlh4 == "bitshare")
{
echo 
'<br/>[URL="',$host4,'"]Bitshare.com[/URL]';
}
else if (
$hostanzahl == "5h" && $hostauswahlh4 == "freakshare")
{
echo 
'<br/>[URL="',$host4,'"]Freakshare.com[/URL]';
}
else if (
$hostanzahl == "5h" && $hostauswahlh4 == "4shared")
{
echo 
'<br/>[URL="',$host4,'"]4shared.com[/URL]';
}
else if (
$hostanzahl == "5h" && $hostauswahlh4 == "2shared")
{
echo 
'<br/>[URL="',$host4,'"]2shared.com[/URL]';
}
else if (
$hostanzahl == "5h" && $hostauswahlh4 == "zippyshare")
{
echo 
'<br/>[URL="',$host4,'"]Zippyshare.com[/URL]';
}
else if (
$hostanzahl == "5h" && $hostauswahlh4 == "shareonline")
{
echo 
'<br/>[URL="',$host4,'"]Share-Online.biz[/URL]';
}
else if (
$hostanzahl == "5h" && $hostauswahlh4 == "depositfiles")
{
echo 
'<br/>[URL="',$host4,'"]Depositfiles.com[/URL]';
}
else if (
$hostanzahl == "5h" && $hostauswahlh4 == "uploaded")
{
echo 
'<br/>[URL="',$host4,'"]Uploaded.net[/URL]';
}
else if (
$hostanzahl == "5h" && $hostauswahlh4 == "mediafire")
{
echo 
'<br/>[URL="',$host4,'"]MediaFire.com[/URL]';
}
else if (
$hostanzahl == "5h" && $hostauswahlh4 == "zshare")
{
echo 
'<br/>[URL="',$host4,'"]zshare.net[/URL]';
}

if (
$hostanzahl == "5h" && $hostauswahlh5 == "rapidshare")                    //FUENF HOSTER Host 5
{
echo 
'<br/>[URL="',$host5,'"]Rapidshare.com[/URL]';
}
else if (
$hostanzahl == "5h" && $hostauswahlh5 == "hotfile")
{
echo 
'<br/>[URL="',$host5,'"Hotfile.com[/URL]';
}
else if (
$hostanzahl == "5h" && $hostauswahlh5 == "bitshare")
{
echo 
'<br/>[URL="',$host5,'"]Bitshare.com[/URL]';
}
else if (
$hostanzahl == "5h" && $hostauswahlh5 == "freakshare")
{
echo 
'<br/>[URL="',$host5,'"]Freakshare.com[/URL]';
}
else if (
$hostanzahl == "5h" && $hostauswahlh5 == "4shared")
{
echo 
'<br/>[URL="',$host5,'"]4shared.com[/URL]';
}
else if (
$hostanzahl == "5h" && $hostauswahlh5 == "2shared")
{
echo 
'<br/>[URL="',$host5,'"]2shared.com[/URL]';
}
else if (
$hostanzahl == "5h" && $hostauswahlh5 == "zippyshare")
{
echo 
'<br/>[URL="',$host5,'"]Zippyshare.com[/URL]';
}
else if (
$hostanzahl == "5h" && $hostauswahlh5 == "shareonline")
{
echo 
'<br/>[URL="',$host5,'"]Share-Online.biz[/URL]';
}
else if (
$hostanzahl == "5h" && $hostauswahlh5 == "depositfiles")
{
echo 
'<br/>[URL="',$host5,'"]Depositfiles.com[/URL]';
}
else if (
$hostanzahl == "5h" && $hostauswahlh5 == "uploaded")
{
echo 
'<br/>[URL="',$host5,'"]Uploaded.net[/URL]';
}
else if (
$hostanzahl == "5h" && $hostauswahlh5 == "mediafire")
{
echo 
'<br/>[URL="',$host5,'"]MediaFire.com[/URL]';
}
else if (
$hostanzahl == "5h" && $hostauswahlh5 == "zshare")
{
echo 
'<br/>[URL="',$host5,'"]zshare.net[/URL]';
}

else if (
$hostanzahl == "6h" && $hostauswahlh1 == "rapidshare")                //SECHS HOSTER Host 1
{
echo 
'<br/>[URL="',$host1,'"]Rapidshare.com[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh1 == "hotfile")
{
echo 
'<br/>[URL="',$host1,'"Hotfile.com[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh1 == "bitshare")
{
echo 
'<br/>[URL="',$host1,'"]Bitshare.com[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh1 == "freakshare")
{
echo 
'<br/>[URL="',$host1,'"]Freakshare.com[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh1 == "4shared")
{
echo 
'<br/>[URL="',$host1,'"]4shared.com[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh1 == "2shared")
{
echo 
'<br/>[URL="',$host1,'"]2shared.com[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh1 == "zippyshare")
{
echo 
'<br/>[URL="',$host1,'"]Zippyshare.com[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh1 == "shareonline")
{
echo 
'<br/>[URL="',$host1,'"]Share-Online.biz[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh1 == "depositfiles")
{
echo 
'<br/>[URL="',$host1,'"]Depositfiles.com[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh1 == "uploaded")
{
echo 
'<br/>[URL="',$host1,'"]Uploaded.net[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh1 == "mediafire")
{
echo 
'<br/>[URL="',$host1,'"]MediaFire.com[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh1 == "zshare")
{
echo 
'<br/>[URL="',$host1,'"]zshare.net[/URL]';
}

if (
$hostanzahl == "6h" && $hostauswahlh2 == "rapidshare")                    //SECHS HOSTER Host 2
{
echo 
'<br/>[URL="',$host2,'"]Rapidshare.com[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh2 == "hotfile")
{
echo 
'<br/>[URL="',$host2,'"Hotfile.com[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh2 == "bitshare")
{
echo 
'<br/>[URL="',$host2,'"]Bitshare.com[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh2 == "freakshare")
{
echo 
'<br/>[URL="',$host2,'"]Freakshare.com[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh2 == "4shared")
{
echo 
'<br/>[URL="',$host2,'"]4shared.com[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh2 == "2shared")
{
echo 
'<br/>[URL="',$host2,'"]2shared.com[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh2 == "zippyshare")
{
echo 
'<br/>[URL="',$host2,'"]Zippyshare.com[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh2 == "shareonline")
{
echo 
'<br/>[URL="',$host2,'"]Share-Online.biz[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh2 == "depositfiles")
{
echo 
'<br/>[URL="',$host2,'"]Depositfiles.com[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh2 == "uploaded")
{
echo 
'<br/>[URL="',$host2,'"]Uploaded.net[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh2 == "mediafire")
{
echo 
'<br/>[URL="',$host2,'"]MediaFire.com[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh2 == "zshare")
{
echo 
'<br/>[URL="',$host2,'"]zshare.net[/URL]';
}


if (
$hostanzahl == "6h" && $hostauswahlh3 == "rapidshare")                    //SECHS HOSTER Host 3
{
echo 
'<br/>[URL="',$host3,'"]Rapidshare.com[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh3 == "hotfile")
{
echo 
'<br/>[URL="',$host3,'"Hotfile.com[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh3 == "bitshare")
{
echo 
'<br/>[URL="',$host3,'"]Bitshare.com[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh3 == "freakshare")
{
echo 
'<br/>[URL="',$host3,'"]Freakshare.com[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh3 == "4shared")
{
echo 
'<br/>[URL="',$host3,'"]4shared.com[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh3 == "2shared")
{
echo 
'<br/>[URL="',$host3,'"]2shared.com[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh3 == "zippyshare")
{
echo 
'<br/>[URL="',$host3,'"]Zippyshare.com[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh3 == "shareonline")
{
echo 
'<br/>[URL="',$host3,'"]Share-Online.biz[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh3 == "depositfiles")
{
echo 
'<br/>[URL="',$host3,'"]Depositfiles.com[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh3 == "uploaded")
{
echo 
'<br/>[URL="',$host3,'"]Uploaded.net[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh3 == "mediafire")
{
echo 
'<br/>[URL="',$host3,'"]MediaFire.com[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh3 == "zshare")
{
echo 
'<br/>[URL="',$host3,'"]zshare.net[/URL]';
}

if (
$hostanzahl == "6h" && $hostauswahlh4 == "rapidshare")                    //SECHS HOSTER Host 4
{
echo 
'<br/>[URL="',$host4,'"]Rapidshare.com[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh4 == "hotfile")
{
echo 
'<br/>[URL="',$host4,'"Hotfile.com[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh4 == "bitshare")
{
echo 
'<br/>[URL="',$host4,'"]Bitshare.com[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh4 == "freakshare")
{
echo 
'<br/>[URL="',$host4,'"]Freakshare.com[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh4 == "4shared")
{
echo 
'<br/>[URL="',$host4,'"]4shared.com[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh4 == "2shared")
{
echo 
'<br/>[URL="',$host4,'"]2shared.com[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh4 == "zippyshare")
{
echo 
'<br/>[URL="',$host4,'"]Zippyshare.com[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh4 == "shareonline")
{
echo 
'<br/>[URL="',$host4,'"]Share-Online.biz[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh4 == "depositfiles")
{
echo 
'<br/>[URL="',$host4,'"]Depositfiles.com[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh4 == "uploaded")
{
echo 
'<br/>[URL="',$host4,'"]Uploaded.net[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh4 == "mediafire")
{
echo 
'<br/>[URL="',$host4,'"]MediaFire.com[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh4 == "zshare")
{
echo 
'<br/>[URL="',$host4,'"]zshare.net[/URL]';
}

if (
$hostanzahl == "6h" && $hostauswahlh5 == "rapidshare")                    //SECHS HOSTER Host 5
{
echo 
'<br/>[URL="',$host5,'"]Rapidshare.com[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh5 == "hotfile")
{
echo 
'<br/>[URL="',$host5,'"Hotfile.com[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh5 == "bitshare")
{
echo 
'<br/>[URL="',$host5,'"]Bitshare.com[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh5 == "freakshare")
{
echo 
'<br/>[URL="',$host5,'"]Freakshare.com[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh5 == "4shared")
{
echo 
'<br/>[URL="',$host5,'"]4shared.com[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh5 == "2shared")
{
echo 
'<br/>[URL="',$host5,'"]2shared.com[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh5 == "zippyshare")
{
echo 
'<br/>[URL="',$host5,'"]Zippyshare.com[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh5 == "shareonline")
{
echo 
'<br/>[URL="',$host5,'"]Share-Online.biz[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh5 == "depositfiles")
{
echo 
'<br/>[URL="',$host5,'"]Depositfiles.com[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh5 == "uploaded")
{
echo 
'<br/>[URL="',$host5,'"]Uploaded.net[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh5 == "mediafire")
{
echo 
'<br/>[URL="',$host5,'"]MediaFire.com[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh5 == "zshare")
{
echo 
'<br/>[URL="',$host5,'"]zshare.net[/URL]';
}

if (
$hostanzahl == "6h" && $hostauswahlh6 == "rapidshare")                    //SECHS HOSTER Host 6
{
echo 
'<br/>[URL="',$host6,'"]Rapidshare.com[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh6 == "hotfile")
{
echo 
'<br/>[URL="',$host6,'"Hotfile.com[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh6 == "bitshare")
{
echo 
'<br/>[URL="',$host6,'"]Bitshare.com[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh6 == "freakshare")
{
echo 
'<br/>[URL="',$host6,'"]Freakshare.com[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh6 == "4shared")
{
echo 
'<br/>[URL="',$host6,'"]4shared.com[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh6 == "2shared")
{
echo 
'<br/>[URL="',$host6,'"]2shared.com[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh6 == "zippyshare")
{
echo 
'<br/>[URL="',$host6,'"]Zippyshare.com[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh6 == "shareonline")
{
echo 
'<br/>[URL="',$host6,'"]Share-Online.biz[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh6 == "depositfiles")
{
echo 
'<br/>[URL="',$host6,'"]Depositfiles.com[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh6 == "uploaded")
{
echo 
'<br/>[URL="',$host6,'"]Uploaded.net[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh6 == "mediafire")
{
echo 
'<br/>[URL="',$host6,'"]MediaFire.com[/URL]';
}
else if (
$hostanzahl == "6h" && $hostauswahlh6 == "zshare")
{
echo 
'<br/>[URL="',$host6,'"]zshare.net[/URL]';
}



echo
'
[/SPOILER]
<br/>
[B][U][SIZE="3"]Größe:[/SIZE][/U][/B]<br/>
<br/>
'
,$size,'<br/>
<br/>
[B][U][SIZE="3"]Passwort:[/SIZE][/U][/B]<br/>
<br/>
[SPOILER]'
,$password,'[/SPOILER]<br/>
<br/>
[B][U][SIZE="3"]Sample:[/SIZE][/U][/B]<br/>
<br/>
[SPOILER][URL="'
,$sample,'"]Sample[/URL][/SPOILER]<br/>
<br/>
[/CENTER]<br/>
'
;


?>
</body>
</html>
__________________
msanchezz ist offline   Mit Zitat antworten
 


Forumregeln
Du kannst keine neue Themen eröffnen
Du kannst keine Antworten verfassen
Du kannst keine Anhänge posten
Du kannst nicht deine Beiträge editieren

BB code is An
Smileys sind An.
[IMG] Code ist An.
HTML-Code ist Aus.

Gehe zu


Alle Zeitangaben in WEZ +1. Es ist jetzt 11:47 Uhr.


Sitemap

().