H
Hoot
Gast
HI versuche gerade für meinen kumpel und mich eine clan hp zu gestalten: www.special-fun-fraggers.de.tl
dort gibt es ein "Join Us" und wenn man das dokument ausfüllt sollte man eigentlich eine mail erhalten jedoch kommt nur: error404 seite nicht verfügbar
der code zum Join Us sieht folgendermasen aus (ich habe ihn da ich fast nichts von HTML verstehe einem tutorial nach auf meine sachen angepasst):
meins:
<center>
<form action="\"\\"Join-Us.htm\\"\"" method="\"\\"POST\\"\"">
<table>
<tbody>
<tr>
<td>Deine E-Mail-Adresse:</td>
<td><input type="\"\\"text\\"\"" name="\"\\"modulenter\\"\"" style="" /></td>
</tr>
<tr>
<td>Name/Vorname:</td>
<td><input type="\"\\"text\\"\"" name="\"\\"modulenter[url]\\"\"" style="" /></td>
</tr>
<tr>
<td>Benutzername:</td>
<td><input type="\"\\"text\\"\"" name="\"\\"modulenter[name]\\"\"" style="" /></td>
</tr>
<tr>
<td>Gewünschtes Passwort:</td>
<td><input type="\"\\"password\\"\"" name="\"\\"modulenter[titel]\\"\"" style="" /></td>
</tr>
<tr>
<td>Welche Games zoggst du und warum willst du zu uns?</td>
<td><textarea name="\"\\"modulenter[text]\\"\"" style="" rows="\"\\"\\"\""></textarea></td>
</tr>
</tbody>
</table>
<input type="hidden" name="mode" value="1" /> <input type="submit" value="Join Us" />
</form>
</center>[/B][/COLOR]
toturial:
[COLOR="Blue"][B]<CENTER><FORM action="Support.htm" method="POST"><TABLE><TR><TD>Deine E-Mail-Adresse:</TD><TD><input type="text" name="modulenter[email]" style="background-color:;color:;"></TD></TR>
<TR><TD>Name/Vorname:</TD><TD><input type="text" name="modulenter[url]" style="background-color:;color:;"></TD></TR>
<TR><TD>Anschrift*:</TD><TD><textarea name="modulenter[text]" style="background-color:;color:;" rows=""></TEXTAREA></TD></TR>
<TR><TD>Benutzername:</TD><TD><input type="text" name="modulenter[name]" style="background-color:;color:;"></TD></TR>
<TR><TD>Gewünschtes Passwort:</TD><TD><input type="password" name="modulenter[titel]" style="background-color:;color:;"></TD></TR>
</TABLE>
<input type="hidden" name="mode" value="1">
<input type="submit" value="Anmelden">
</CENTER>
[/B][/COLOR]
es unterscheidet sich also ledeglich durch die farbwerte und durch die verschiednen angezeigten "feldernamen". wie kann ich aber das jetzt machen, dass man eine email erhält??
mfg Hoot (ich verstehe nicht sonderlich viel von html daher... geduld mit mir^^)
dort gibt es ein "Join Us" und wenn man das dokument ausfüllt sollte man eigentlich eine mail erhalten jedoch kommt nur: error404 seite nicht verfügbar
der code zum Join Us sieht folgendermasen aus (ich habe ihn da ich fast nichts von HTML verstehe einem tutorial nach auf meine sachen angepasst):
meins:
<center>
<form action="\"\\"Join-Us.htm\\"\"" method="\"\\"POST\\"\"">
<table>
<tbody>
<tr>
<td>Deine E-Mail-Adresse:</td>
<td><input type="\"\\"text\\"\"" name="\"\\"modulenter\\"\"" style="" /></td>
</tr>
<tr>
<td>Name/Vorname:</td>
<td><input type="\"\\"text\\"\"" name="\"\\"modulenter[url]\\"\"" style="" /></td>
</tr>
<tr>
<td>Benutzername:</td>
<td><input type="\"\\"text\\"\"" name="\"\\"modulenter[name]\\"\"" style="" /></td>
</tr>
<tr>
<td>Gewünschtes Passwort:</td>
<td><input type="\"\\"password\\"\"" name="\"\\"modulenter[titel]\\"\"" style="" /></td>
</tr>
<tr>
<td>Welche Games zoggst du und warum willst du zu uns?</td>
<td><textarea name="\"\\"modulenter[text]\\"\"" style="" rows="\"\\"\\"\""></textarea></td>
</tr>
</tbody>
</table>
<input type="hidden" name="mode" value="1" /> <input type="submit" value="Join Us" />
</form>
</center>[/B][/COLOR]
toturial:
[COLOR="Blue"][B]<CENTER><FORM action="Support.htm" method="POST"><TABLE><TR><TD>Deine E-Mail-Adresse:</TD><TD><input type="text" name="modulenter[email]" style="background-color:;color:;"></TD></TR>
<TR><TD>Name/Vorname:</TD><TD><input type="text" name="modulenter[url]" style="background-color:;color:;"></TD></TR>
<TR><TD>Anschrift*:</TD><TD><textarea name="modulenter[text]" style="background-color:;color:;" rows=""></TEXTAREA></TD></TR>
<TR><TD>Benutzername:</TD><TD><input type="text" name="modulenter[name]" style="background-color:;color:;"></TD></TR>
<TR><TD>Gewünschtes Passwort:</TD><TD><input type="password" name="modulenter[titel]" style="background-color:;color:;"></TD></TR>
</TABLE>
<input type="hidden" name="mode" value="1">
<input type="submit" value="Anmelden">
</CENTER>
[/B][/COLOR]
es unterscheidet sich also ledeglich durch die farbwerte und durch die verschiednen angezeigten "feldernamen". wie kann ich aber das jetzt machen, dass man eine email erhält??
mfg Hoot (ich verstehe nicht sonderlich viel von html daher... geduld mit mir^^)