From: bipbip <bi...@mo...> - 2003-02-17 01:23:48
|
Hi I added two parameters to the getServer function : - $firstServer : first server to put in the list returned - $nbServers : number of servers to put in the list returned Of course, if there's less than $nbServers, it will return less, and if $firstServer is not in the list (number higher than the last server), it will return nothing. These parameters are optionnal, and if not given, the function will return 100 servers, starting from the first one ;). I added this because the function can not return all the servers on my computer : the sorting function takes more than 30 seconds, so the script is stopped.... (apache runs on a "poor" 400 mhz). Tomorrow (i'm going to bed), I'll modify the servers page so we can see all the servers, with links like "next 100 servers", like google results. good night ;) --=20 bipbip http://www.moomoocamp.net Just moo it ! |