'; }else{ if ( preg_match('/MSIE [5-7]{1}/', $_SERVER[HTTP_USER_AGENT])){ echo ''; } } ?>
- LATEST NEW MUGG'S -
'; while($mrow = mysql_fetch_assoc($mresult)){ echo ''; $picurl = $mrow['picurl']; if (!$picurl){ $picurl = "images/profSample.jpg"; } echo ' '; } echo '
'; } echo 'There are '.$num.' registered Muggs.
Browse members.'; } include "google.txt"; $ct = $_GET[ct]; if (!$ct){ $ct = 0; } $hct = $ct + 12; $bmquery = "Select count(*) from Users"; $result = mysql_query($bmquery, $db); if (!$result){ echo mysql_error(); }else{ $num = mysql_fetch_row($result); $num_users = $num[0]; $i = 0; mysql_free_result($result); $pquery = "Select name, username, picurl, gender, DATE_FORMAT(NOW(), '%Y') - DATE_FORMAT(dob, '%Y') - (DATE_FORMAT(NOW(), '00-%m-%d') < DATE_FORMAT(dob, '00-%m-%d')) AS age, country, state_county, town from Users where banned != '1' limit $ct, $hct"; $presult = mysql_query($pquery, $db); if (!$presult){ echo mysql_error(); }else{ echo ''; $j = 0; while ($row = mysql_fetch_assoc($presult)){ if ($j > 2){ echo ''; $j = 0; } $picurl = $row[picurl]; if (!$picurl){ $picurl = "images/profSample.jpg"; } $sc = $row[state_county]; $town = $row[town]; echo ''; $j += 1; $i += 1; } } echo ''; } echo '
'; echo ''; echo '
'.$row[name].' ['.$row[age].']
'.$row[country].'
'; if ($sc){ echo $sc; }else if ($town){ echo $town; }else{ echo ' '; } echo '
'; echo ''; if ($ct > 0){ $ct -= 12; echo ''; } if ($hct < $num_users ){ echo ''; } echo '
Previous Page

Next Page

'; ?>