Das soll eine IP spere sein! benutzer darf nur 1 mal rein an sonsten soll $IPres immer FALSE geben! warum lauft es nicht verstehe ich nicht }
$datum = date("d.m.y");
$IP = $REMOTE_ADDR;
$IPres= TRUE;
$IPlog=$datum.$IP.$ID;
$IPfile=file("ip.opr");
foreach ($IPfile as $value){
if ($value <> $IPlog){
$IPres = FALSE;
$vote=""; echo "Wert: $value<br>\n";}}
if (IPres == TRUE){
$fp = fopen("ip.opr","a");
fputs($fp,"$IPlog\n"); echo"2";
fclose($fp);
wichtig ist dabei dass ich keine MySQL verwenden möchte!!!
$datum = date("d.m.y");
$IP = $REMOTE_ADDR;
$IPres= TRUE;
$IPlog=$datum.$IP.$ID;
$IPfile=file("ip.opr");
foreach ($IPfile as $value){
if ($value <> $IPlog){
$IPres = FALSE;
$vote=""; echo "Wert: $value<br>\n";}}
if (IPres == TRUE){
$fp = fopen("ip.opr","a");
fputs($fp,"$IPlog\n"); echo"2";
fclose($fp);
wichtig ist dabei dass ich keine MySQL verwenden möchte!!!
Kommentar