dhruva, You need to do new act. Male for example.
Next
if ($total) {
$req = mysql_query("SELECT * FROM `" . ($act == 'guest' ? 'cms_guests' : 'users') . "` WHERE `lastdate` > '$onltime' AND sex='" . ($act == 'male' ? 'm' : 'f') . "' ORDER BY " . ($act == 'guest' ? "`movings` DESC" : "`name` ASC") . " LIMIT $start,$kmess");
also you should do proper $total ask. Fortunately i have no opportunity to do it for you, coz i have no computer on my hand.
Any ?-s