Malba

Malba

Malba Residents

$currTime)) { $visitor_found = 1; } } }else{ $newday = 1; } $firstDate = $row_content[3]; $get_total = $row_content[2]; } } if(!$visitor_found){ $get_visitors = $get_visitors + 1; $get_total = $get_total + 1; if($newday || $new){ $fo = fopen($visitor_file_path,"w"); }else{ $fo = fopen($visitor_file_path,"a"); } fwrite($fo,"$currTime|$REMOTE_ADDR|$visitor_host|$HTTP_USER_AGENT|$HTTP_REFERER\n"); fclose($fo); $fo = fopen($counter_file_path,"w"); fwrite($fo,"$currDate|$get_visitors|$get_total|$firstDate"); fclose($fo); } $return = array("$get_visitors","$get_total","$firstDate"); return $return; } ?>