Oooooh, if all you need is a member number. EVERYONE ALREADY HAS A MEMBERSHIP NUMBER
Websites like this (dynamic where you can do things, post, upload etc) are based on a foundation DATABASE. In the database you all have your USERNAMES but the main piece of data is your USER ID! Everyone has a USER ID. When you upload a photo, post in the forum, start an event etc... it's NOT your username that uploads it, it's your ID.
The IDs automatically increment with each new user. Every new user is +1 from the last one.
When you received your original welcome email it should have included your user id.
If you need to find it now, you can hover over any photo of yourself on the site (like here in the forum). You will see at some point USER_ID = 12345. That's your UNIQUE id number!