In-Game Pictures!
Many people have brought cameras to game to catch the IC interaction OOC'ly. Here's a great repository of some snapshots our players have taken! Every time you load this page it will randomly display five images from our database, so refresh often!
while ($photo = mysql_fetch_array($data)) {
$picture[$photo[picture]] = "{$photo[weight]} -- {$photo[caption]}";
}
arsort($picture);
foreach ($picture as $key => $val) {
$cap = preg_replace('/^\d+ \-\- /','',$val);
echo "
{$cap}";
$i++;
if ($i == 5) { break; }
}
//"{$photo[weight]}
{$photo[caption]}
"
?>