I know where to find the list of users, but where does it say the total number of users on Super User/Stack Overflow/Server Fault?
|
Go to the users page, then go to the end and see how many pages there are. Multiply the number of users per page by the number of pages minus 1, then add the users on the last page. users = (#perpage * #pages-1) + #onlast page | |||||||||||||||
feedback
|