I like that a lot, good job. Perks of having your own server I guess.Garp said:According to my custom status page
joeyjojo said:I like that a lot, good job. Perks of having your own server I guess.
<?php
echo "FAH on CPU1<br/><br/>";
$file = file( 'unitinfo1.txt' );
echo $file[2] . "</br>";
$file = array_reverse( file( 'FAHlog1.txt' ) );
$limit = 5;
for ($i = 0; $i < $limit; $i++ ){
echo $file[$i] . "</br>";
}
echo "<br/><br/>FAH on CPU2<br/><br/>";
$file = file( 'unitinfo2.txt' );
echo $file[2] . "</br>";
$file = array_reverse( file( 'FAHlog2.txt' ) );
$limit = 5;
for ($i = 0; $i < $limit; $i++ ){
echo $file[$i] . "</br>";
}
?>
Garp said:Sheesh thats fast. I'd love to see one of those on this box (X2) if it completes that quickly on a PIII!
Its only worth 153 points apparently, but still thats just 7 hours work!