my question is : Why would the database have a limit of # of users? is it that the .dat would not exceed a maximum size? or that it wouldnt be fast enough after that?
in any case.. can i increase the max number of users?
thanks,
Tarek
10,000 is an arbitrary number, and the script probably could handle more (unless the author hardcoded it not to), but might bog down after 10,000.
You might want to consider moving to MySQL or another relational database which would be more efficient.
guess we were on the same wavelength, volatilegx!