The number of results to display is in the recordset code.
If you find lines like this:
new WA_MySQLi_RS("cNAME",$connIO_i,1);
the 1 at the end is the number of results to show. Change it to zero to show all results or set it to the number of rows you want returned.
Just search for: "new WA_MySQLi_RS" and you can go through each recordset and set the correct number of rows.