99999 members only? 99999 members only?
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

99999 members only?

Started by hyacinth, May 29, 2006, 10:09:57 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

hyacinth

I know that "index.php?cat=10001" is me, the registered has the following id in the order "index.php?cat=10003","index.php?cat=10004".........
as a result, what will happen when there are more than 99999 members?

Joachim Müller

cat id will then be 100000, 100001, 100002 etc. It is calculated as 10000 plus member id. There's no limit. Has been asked and answered before. Looking at the code will show you as well.