Forum Moderators: coopster
You are going to have to create a script that counts how many registered users there are, and then run a cron [en.wikipedia.org] every 24 hours to execute that script.
If you are using MySQL, a COUNT of the rows should do the trick to grab the number of registered users.