myGully.com

myGully.com (https://mygully.com/index.php)
-   Entwicklung & Programmierung (https://mygully.com/forumdisplay.php?f=72)
-   -   BBCode Vorlagen Formular (https://mygully.com/showthread.php?t=2784831)

msanchezz 23.12.12 01:05

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 und freigeschaltete Mitglieder sichtbar. Jetzt 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>


NetWebs 23.12.12 01:50

Soll das jetzt ein Scherz sein?

90% des Codes (gefühlte 2000 Zeilen) besteht aus else if echo...
Da kann man Dir nur Bücher zur Programmierung vorschlagen!
Was machst Du wenn man 50 Hoster auswählen können soll? 50000 else if echo Abfragen?
Dass das so totaler murks ist sollte Dir doch auch klar sein, oder?

msanchezz 23.12.12 07:47

Zitat:

Zitat von msanchezz (Beitrag 24132308)
Ich wollte fragen, ob ich noch irgendwas verbessern könnte bzw. wie ihr so was aufbauen würdet?
....
Ich denke, dass es dafür auch bessere Lösungen gäbe.

Deswegen die Frage?!
Das ist das erste was ich mit php gemacht habe.

ProgMaster 23.12.12 08:03

Boah, auf die Idee kommen ~2000 else if Abfragen zu programmieren ist schon der Knaller.

Du solltest Dir erst ein paar Grundlagen aneignen. Schnapp Dir ein Buch und pauk Dich da mal durch.
Variablen, Arrays, Schleifen solltest Du anwenden können und Logik mitbringen...

Mr_Braun 24.12.12 12:51

Ich finde es immer wieder lustig, wie großkotzig die Entwickler sein können.
Etwas weniger Hochmut tut auch manchmal gut. Man könnte z.B. einfach sagen: Hey, versuch es mal mit Arrays etc., stattdessen werden die ersten Gehversuche bemängelt und durch den Dreck gezogen.

Immerhin ist er schon weiter gekommen als andere, die das Forum hundertfach volltrollen und fragen: "Wie werde ich Spieleentwickler?"

Tiega 25.12.12 00:41

Zitat:

Zitat von Mr_Braun (Beitrag 24136150)
Ich finde es immer wieder lustig, wie großkotzig die Entwickler sein können.
Etwas weniger Hochmut tut auch manchmal gut. Man könnte z.B. einfach sagen: Hey, versuch es mal mit Arrays etc., stattdessen werden die ersten Gehversuche bemängelt und durch den Dreck gezogen.

Immerhin ist er schon weiter gekommen als andere, die das Forum hundertfach volltrollen und fragen: "Wie werde ich Spieleentwickler?"

Sehe ich auch so, wäre ich nicht so müde würde ich mir das angucken xD

ich guck mir das morgen/heute mal an ;) falls nicht jemand anderes was produktives geschrieben hat.

msanchezz 26.12.12 11:48

Das war eigentlich auch das was ich erwartet hatte.

Ich muss sagen das nimmt einem echt die lust weiterzumachen wenn man sich mühe gibt was produktives zu lernen und dann sozusagen erstmal bei den ersten versuchen reingedrückt bekommt wie scheiße das eigentlich ist.
Danke vielmals an Mr_Braun und Tiega an dieser stelle.

Fröhliche Weihnachtsgrüße

Tiega 26.12.12 14:01

@KanuKkidz: Ich will das nicht schönreden natürlich war das ziemlich unbedacht, aber auch fehlern lernt man und er ist hier nicht auf der Arbeit. Und wenn schon Kritik dann bitte Konstruktive Kritik. Ich hab jetzt 5min gebraucht um das ein wenig zu überarbeiten...


@msanchezz: Also die anderen haben nicht ganz Unrecht die Zeit die du da ins Tippen investiert hast nächstes mal besser an einer Effektiveren Lösung arbeiten. Ich empfehle die echt mal den PHP teil von Video2Brain hier zu laden, findeste hier im Forum.

So jetzt zu deinem Code:

Code:

<?php
$title            =    $_POST["title"];
$cover            =    $_POST["cover"];
$des*****ion    =    $_POST["des*****ion"];
$size            =    $_POST["size"];
$password        =    $_POST["password"];
$sample            =    $_POST["sample"];

$hostanzahl        =    $_POST["hostanzahl"]; //INT!!! statt 1h nur 1!
$hosts = array(
        'host1'  => array(
                        'link' => $_POST["host1"],
                        'name' => $_POST["hostauswahlh1"]),
        'host2'  => array(
                        'link' => $_POST["host2"],
                        'name' => $_POST["hostauswahlh1"]),
        'host3'  => array(
                        'link' => $_POST["host3"],
                        'name' => $_POST["hostauswahlh1"]),
        'host4'  => array(
                        'link' => $_POST["host4"],
                        'name' => $_POST["hostauswahlh1"]),  //Hostauswahl == z.B Rapidshare.com
        'host5'  => array(
                        'link' => $_POST["host5"],
                        'name' => $_POST["hostauswahlh1"]),
        'host6'  => array(
                        'link' => $_POST["host6"],
                        'name' => $_POST["hostauswahlh1"])
);


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 == 0)                                                    //KEIN HOSTER
{
echo "<br/><p >Hostanzahl auswählen</p><br/>";
}

for($i = 1; $i < $hostanzahl; $i++){
        echo "<br/><a href='".$hosts[$i]['link']."'>".$hosts[$i]['name']."</a>";
}                                                                 




echo'
[/SPOILER]
<br/>
Größe:<br/>
<br/>
',$size,'<br/>
<br/>
Passwort:<br/>
<br/>

   

   
   

   

       
   

<br/>
<br/>
Sample:<br/>
<br/>

   

   
   

   

       
   

<br/>
<br/>
[/CENTER]<br/>
';


?>

ich hab 2 Kommentare gemacht was du in deinem anderem Quelltext noch ändern musst. Und weiter würde ich dir noch empfehlen, so mach ich das zumindest immer, bei längeren HTML Ausgaben das so zu realisieren:

Code:

?>  //<---- PHP Code schließen.
<b>Titel:</b><br/><br/><?php echo $title;?><br/>

<br/><b>Cover:</b><br>
<br/><img src='<?php echo $cover; ?>' alt='cover'  height='300px'/><br>
<br/><b>Beschreibung:</b><br>
<br/><form action="input_text_value.htm">
      <textarea name="lizenz" cols="50" rows="10" readonly><?php echo $des*****ion; ?></textarea>
      </form><br/>
<br/><b>Hoster</b><br/>

<?php //<--- Wieder öffnen.

Das ist einfach viel übersichtlicher ;)
Ansonsten ist das jetzt eine 2min Lösung von mir, vielleicht fällt dir mit dem neuen Lösungsansatz eine noch bessere Lösung ein ;)

und Merke Programmierer sind faul :P also alles das so viel Arbeit für so wenig Ausgabe benötigt ist ein falscher weg :D

Viele Grüße


Alle Zeitangaben in WEZ +1. Es ist jetzt 12:01 Uhr.

Powered by vBulletin® (Deutsch)
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.