I estimate that about 2,500 members of the 300,000 were not entered. I will just have to either input them by hand (very unlikely) or just not input them, until the individual comes to me complaining they cannot post of the forum. I don't think the
Existing Membership API will work since it must be done in ASP.
What I used was the XML HTTP API, during signup. So when a user signed up, their information is inputted into the webwiz forum database. However, I made a mistake in my code and thus 2,500 members was not entered into the forum database over a month and a half time-span.
When I stated manually, I am saying via code, So I will do an SQL query to see what uses are NOT in the webwiz database then loop and input them via the XML HTTP API with all the same default password. I think this will do the trick, but wanted to make sure. Thanks.