Ich weis nicht ob das vielleicht noch niemandem aufgefallen ist aber bei uns ist ständig das Feld Email und ICQ nach dem ausfüllen des fightus Formular im adminbereich verdeht ausgefüllt.
Hier die abhilfe:
include/contents/fightus.php öffnen die Zeile 53
db_query("INSERT INTO prefix_wars (datime,`status`,gegner,tag,page,mail,icq,wo,tid,`mod`,game,mtyp,land,txt) VALUES ('".$datum."','1','".$clanname."','".$clantag."','".$clanpage."','".$icqnumber."','".$mailaddy."','".$meetingplace."','".$squad."','".$xonx."','".$game."','".$matchtype."','".$clancountry."','".$message."')");
ändern in
db_query("INSERT INTO prefix_wars (datime,`status`,gegner,tag,page,mail,icq,wo,tid,`mod`,game,mtyp,land,txt) VALUES ('".$datum."','1','".$clanname."','".$clantag."','".$clanpage."','".$mailaddy."','".$icqnumber."','".$meetingplace."','".$squad."','".$xonx."','".$game."','".$matchtype."','".$clancountry."','".$message."')");
bei mir hats geholfen
verwendete ilchClan Version: 1.1