ilch Forum » Ilch Clan 1.1 » Fehlersuche und Probleme » FightUs&JoinUs Formular E-Mail....

Geschlossen
  1. #1
    User Pic
    Toddo Mitglied
    Registriert seit
    31.01.2006
    Beiträge
    2
    Beitragswertungen
    0 Beitragspunkte
    Hallo zusammen ,
    ich habe eine Problem mit dem FightUs&JoinUs Formular ,
    und zwar sobald ich auf anfrage Senden klicke kommt :
    Seite nicht gefunden
    Die von Ihnen angewählte Seite bzw. Sektion ist nicht verfügbar!

    Kann mir da vielleicht jemand unter die Arme greifen ??

    Hier mal der Quellcode :

    */

    # bitte hier deine email angeben, an diese mail werden die anfragen geschickt.
    $adminMail = 'daredevil@l3gionofdeath.de';



    if ( empty($send) ) {
    ?>

    <h2>Join us Formular</h2>

    <form action="<?php echo $PHP_SELF; ?>" method="POST">

    <table width="100%">
    <tr><td width="10%">Match Art:</td><td><input type="radio" name="type" value="Funwar" checked><font color="#FFFFFF">Fun
    <input type="radio" name="type" value="Trainwar"><font color="#FFFFFF">Train
    <input type="radio" name="type" value="Clanwar"><font color="#FFFFFF">Clan</td>



    <tr><td width="10%">ClanNamen</td><td width="90%"><input type="text" name="data[Clanname]"></td></tr>
    <tr><td width="10%">Clan Tag:</td><td><input name="Tag" value="z.B {LOD}" size="25" maxlength="20"></td>
    <tr><td width="10%">X on X:</td><td><select name="xonx" size="1">
    <option value="1 on 1">1 on 1
    <option value="2 on 2">2 on 2
    <option value="3 on 3">3 on 3
    <option value="4 on 4">4 on 4
    <option value="5 on 5">5 on 5
    <option
    </select></td>
    <tr>
    <td width="10%" height="27">Uhrzeit:</td>
    <td><select name="uhrzeit" size="1">
    <option value="10.00 Uhr">10.00 Uhr
    <option value="10.15 Uhr">10.15 Uhr
    <option value="10.30 Uhr">10.30 Uhr
    <option value="10.45 Uhr">10.45 Uhr
    <option value="11.00 Uhr">11.00 Uhr
    <option value="11.15 Uhr">11.15 Uhr
    <option value="11.30 Uhr">11.30 Uhr
    <option value="11.45 Uhr">11.45 Uhr
    <option value="12.00 Uhr">12.00 Uhr
    <option value="12.15 Uhr">12.15 Uhr
    <option value="12.30 Uhr">12.30 Uhr
    <option value="12.45 Uhr">12.45 Uhr
    <option value="13.00 Uhr">13.00 Uhr
    <option value="13.15 Uhr">13.15 Uhr
    <option value="13.30 Uhr">13.30 Uhr
    <option value="13.45 Uhr">13.45 Uhr
    <option value="14.00 Uhr">14.00 Uhr
    <option value="14.15 Uhr">14.15 Uhr
    <option value="14.30 Uhr">14.30 Uhr
    <option value="14.45 Uhr">14.45 Uhr
    <option value="15.00 Uhr">15.00 Uhr
    <option value="15.15 Uhr">15.15 Uhr
    <option value="15.30 Uhr">15.30 Uhr
    <option value="15.45 Uhr">15.45 Uhr
    <option value="16.00 Uhr">16.00 Uhr
    <option value="16.15 Uhr">16.15 Uhr
    <option value="16.30 Uhr">16.30 Uhr
    <option value="16.45 Uhr">16.45 Uhr
    <option value="17.00 Uhr">17.00 Uhr
    <option value="17.15 Uhr">17.15 Uhr
    <option value="17.30 Uhr">17.30 Uhr
    <option value="17.45 Uhr">17.45 Uhr
    <option value="18.00 Uhr">18.00 Uhr
    <option value="18.15 Uhr">18.15 Uhr
    <option value="18.30 Uhr">18.30 Uhr
    <option value="18.45 Uhr">18.45 Uhr
    <option value="19.00 Uhr">19.00 Uhr
    <option value="19.15 Uhr">19.15 Uhr
    <option value="19.30 Uhr">19.30 Uhr
    <option value="19.45 Uhr">19.45 Uhr
    <option value="20.00 Uhr">20.00 Uhr
    <option value="20.15 Uhr">20.15 Uhr
    <option value="20.30 Uhr">20.30 Uhr
    <option value="20.45 Uhr">20.45 Uhr
    <option value="21.00 Uhr">21.00 Uhr
    <option value="21.15 Uhr">21.15 Uhr
    <option value="21.30 Uhr">21.30 Uhr
    <option value="21.45 Uhr">21.45 Uhr
    <option value="22.00 Uhr">22.00 Uhr
    <option value="22.15 Uhr">22.15 Uhr
    <option value="22.30 Uhr">22.30 Uhr
    <option value="22.45 Uhr">22.45 Uhr</select>
    </td>

    <tr>


    <td>Eure Homepage</td>
    <td><input type="text" name="data[Homepage]"></td></tr>

    <tr><td>Deine E-Mail</td><td><input type="text" name="data[eMail]"></td></tr>

    <tr><td>Icq Nummer</td><td><input type="text" name="data[icq_Nummer]"></td></tr>

    <tr><td>Treffpunkt</td><td><input type="text" name="data[Treffpunkt]"></td></tr>

    <tr>
    <td>Game</td>
    <td>
    <select name="data[Squad]">
    <option>CoD UO</option>
    </select>
    </td></tr>

    <tr><td>Nachricht</td><td><textarea cols="40" rows="4" name="data[Sonstige_Nachricht]"></textarea></td></tr>

    <tr>
    <td></td><td><input type="submit" value="Senden" name="send"></td>
    </tr>
    </table>

    </form>


    <?php
    } else {

    $textToSend = "HallonnFolgende Daten wurden gesantnn";
    foreach($data as $key => $value) {
    $key = str_replace('_',' ',$key);
    $textToSend .= $key.' = '.$value."nn";
    }
    $textToSend .= "nnMit freundlicher unterstützung von www.ilch.de";
    mail($adminMail,'eMail vom Fightus Formular',$textToSend,'From: '.$data['Clanname'].' <'.$data['eMail'].'>');

    ?>

    <b>Die eMail wurde erfolgreich an den Leader des Clans gesendet, er wird
    sich so schnell wie möglich darum kümmern.</b>

    <?php
    }


    ?>


    Zuletzt modifiziert von Toddo am 31.01.2006 - 20:56:21
    0 Mitglieder finden den Beitrag gut.
  2. #2
    User Pic
    Toddo Mitglied
    Registriert seit
    31.01.2006
    Beiträge
    2
    Beitragswertungen
    0 Beitragspunkte
    Hmm , kann mir hier den niemand helfen ???

    Das script ist doch von euch , da muß doch jemand sehen was ich falsch gemacht habe !!!!
    0 Mitglieder finden den Beitrag gut.
Geschlossen

Zurück zu Fehlersuche und Probleme

Optionen: Bei einer Antwort zu diesem Thema eine eMail erhalten