if ($show['member']){ $result = $vbulletin->db->query_first("SELECT count FROM mycounter LIMIT 1"); $mycounter = $result['count'] + 1; $vbulletin->db->query_write("UPDATE mycounter SET count = $mycounter");}