ich habe das problem das mein antyspam code nicht angezeigt wird verdammet wiso funzt des ned was mach ich falsch kan sich dat jemand ma bidde anguggen ich kom ned weiter was ist falsch mein quellcode:
<html>
<head>
<title>ProfessorBass - Kontaktformular</title>
<script type="text/javascript">
function eingaben_ueberpruefen(){
if (document.Form.eingabe.value.length != 5){
alert("Bitte geben Sie den Code ein!");
document.Form.eingabe.focus();
return false;
}
else
return true;
}
function RND(){
Zufall = Math.round(Math.random()*11+1);
document.Form.code.value=Zufall;
return Zufall;
}
</script>
<style type="text/css">
.style1 {
border-width: 0px;
}
.style2 {
text-align: center;
}
</style>
<base target="_self">
</head>
<body onLoad="document.Form.eingabe.focus();" background="../images/inhald.jpg" style="background-attachment: fixed">
<div align="center">
<table border="0" cellpadding="1" cellspacing="2" width="369">
<form action="kontaktformular-auswerten.php" method="post">
<tr>
<td width="359" colspan="2"> </td>
</tr>
<tr>
<td width="139"><font color="#FFFFFF">Name:</font></td>
<td width="220"><font color="#FFFFFF"><input name="Name" size="20" type="text"></font></td>
</tr>
<tr>
<td width="139"><font color="#FFFFFF">eMail:</font></td>
<td width="220"><font color="#FFFFFF"><input name="Email" size="20" type="text"></font></td>
</tr>
<tr>
<td width="139"><font color="#FFFFFF">Betreff:</font></td>
<td width="220"><font color="#FFFFFF"><input name="Betreff" size="10" type="text"></font></td>
</tr>
<tr>
<td width="139"><font color="#FFFFFF">Nachricht:</font></td>
<td width="220"><font color="#FFFFFF"><textarea cols="25" name="Nachricht" rows="5"></textarea></font></td>
</tr>
<tr>
<td width="359" colspan="2"> </td>
</tr>
<tr>
<td align="center" colspan="2">
<h2><font color="#FFFFFF">Spam-Schutz</font></h2>
<font color="#FFFFFF">
<?php
// Spam-Schutz
$eingabe = @$_POST["eingabe"];
$eingabe = strtolower($eingabe);
$code = @$_POST["code"];
if(@$_POST["eingabe"] !=""){
$chluessel[1] = "dsnxn";
$chluessel[2] = "tepsh";
$chluessel[3] = "5fwnb";
$chluessel[4] = "fs7ha";
$chluessel[5] = "5ress";
$chluessel[6] = "ywyyw";
$chluessel[7] = "lcvr7";
$chluessel[8] = "gskaw";
$chluessel[9] = "u7twn";
$chluessel[10] = "4x8uw";
$chluessel[11] = "wtwem";
$chluessel[12] = "ehewh";
// Weitere Schlüssel ab hier eingeben!
// Überprüfung
if ($chluessel[$code] == $eingabe) {
echo "<font color=blue>Die Eingabe war richtig.</font>";
}
else {
echo "<font color=red>Die Eingabe war falsch!</font>";
}
}
?>
</font>
<table>
<tr>
<td><font color="#FFFFFF">Wiederholen Sie<br>
folgenden Code<br>
<small>(Dies verhindert SPAM)</small></font></td>
<td><font color="#FFFFFF"><input type="hidden" name="code"></font>
<font color="#FFFFFF">
<script type="text/javascript">document.write('<img src="'+RND()+'A.gif" width=210 height=50>');</script>
</font></td>
</tr>
<tr>
<td></td>
<td><font color="#FFFFFF">
<input type="text" name="eingabe" style="text-transform: uppercase;"></font></td>
</tr>
<tr>
<th colspan="2"><font color="#FFFFFF"><br>
<input type="submit"> <input type="reset"> </font></th>
</tr>
</table>
<p> </td>
</tr>
</form>
</table>
</div>
</body>
</html>
da noch phar links so ists ohne spam funzt auf kontakt kliken http://professorbass.eu und hier haben wir mit dem nicht funzenden spam schutz: http://professorbass.eu/test/
<html>
<head>
<title>ProfessorBass - Kontaktformular</title>
<script type="text/javascript">
function eingaben_ueberpruefen(){
if (document.Form.eingabe.value.length != 5){
alert("Bitte geben Sie den Code ein!");
document.Form.eingabe.focus();
return false;
}
else
return true;
}
function RND(){
Zufall = Math.round(Math.random()*11+1);
document.Form.code.value=Zufall;
return Zufall;
}
</script>
<style type="text/css">
.style1 {
border-width: 0px;
}
.style2 {
text-align: center;
}
</style>
<base target="_self">
</head>
<body onLoad="document.Form.eingabe.focus();" background="../images/inhald.jpg" style="background-attachment: fixed">
<div align="center">
<table border="0" cellpadding="1" cellspacing="2" width="369">
<form action="kontaktformular-auswerten.php" method="post">
<tr>
<td width="359" colspan="2"> </td>
</tr>
<tr>
<td width="139"><font color="#FFFFFF">Name:</font></td>
<td width="220"><font color="#FFFFFF"><input name="Name" size="20" type="text"></font></td>
</tr>
<tr>
<td width="139"><font color="#FFFFFF">eMail:</font></td>
<td width="220"><font color="#FFFFFF"><input name="Email" size="20" type="text"></font></td>
</tr>
<tr>
<td width="139"><font color="#FFFFFF">Betreff:</font></td>
<td width="220"><font color="#FFFFFF"><input name="Betreff" size="10" type="text"></font></td>
</tr>
<tr>
<td width="139"><font color="#FFFFFF">Nachricht:</font></td>
<td width="220"><font color="#FFFFFF"><textarea cols="25" name="Nachricht" rows="5"></textarea></font></td>
</tr>
<tr>
<td width="359" colspan="2"> </td>
</tr>
<tr>
<td align="center" colspan="2">
<h2><font color="#FFFFFF">Spam-Schutz</font></h2>
<font color="#FFFFFF">
<?php
// Spam-Schutz
$eingabe = @$_POST["eingabe"];
$eingabe = strtolower($eingabe);
$code = @$_POST["code"];
if(@$_POST["eingabe"] !=""){
$chluessel[1] = "dsnxn";
$chluessel[2] = "tepsh";
$chluessel[3] = "5fwnb";
$chluessel[4] = "fs7ha";
$chluessel[5] = "5ress";
$chluessel[6] = "ywyyw";
$chluessel[7] = "lcvr7";
$chluessel[8] = "gskaw";
$chluessel[9] = "u7twn";
$chluessel[10] = "4x8uw";
$chluessel[11] = "wtwem";
$chluessel[12] = "ehewh";
// Weitere Schlüssel ab hier eingeben!
// Überprüfung
if ($chluessel[$code] == $eingabe) {
echo "<font color=blue>Die Eingabe war richtig.</font>";
}
else {
echo "<font color=red>Die Eingabe war falsch!</font>";
}
}
?>
</font>
<table>
<tr>
<td><font color="#FFFFFF">Wiederholen Sie<br>
folgenden Code<br>
<small>(Dies verhindert SPAM)</small></font></td>
<td><font color="#FFFFFF"><input type="hidden" name="code"></font>
<font color="#FFFFFF">
<script type="text/javascript">document.write('<img src="'+RND()+'A.gif" width=210 height=50>');</script>
</font></td>
</tr>
<tr>
<td></td>
<td><font color="#FFFFFF">
<input type="text" name="eingabe" style="text-transform: uppercase;"></font></td>
</tr>
<tr>
<th colspan="2"><font color="#FFFFFF"><br>
<input type="submit"> <input type="reset"> </font></th>
</tr>
</table>
<p> </td>
</tr>
</form>
</table>
</div>
</body>
</html>
da noch phar links so ists ohne spam funzt auf kontakt kliken http://professorbass.eu und hier haben wir mit dem nicht funzenden spam schutz: http://professorbass.eu/test/
Kommentar