Right then, on the staff.php find this
$GetRanks = mysql_query("SELECT id,name FROM ranks WHERE id >= 4 ORDER BY id DESC");
and replace with this
$GetRanks = mysql_query("SELECT id,name FROM ranks WHERE id >= 3 AND id < 6 ORDER BY id DESC");
I would assume that you would have to use htaccess, As using it that way is redirecting itself onto itself. Hence the reason you are getting the LOOP error