View file guest/count.php

File size: 79B
<?

$file=file("./gb/msg.dat");
$count=count($file);
echo ''.$count.'';
?>