PDA

View Full Version : Dynamic Registration


bradeck
04-03-2003, 02:19 PM
I have a DB driven site in which users will register online. Because it is Windows-based it will be hosted on a completely different server than any BBS I am considering. vbulletin.com referred me over here to find out if there was some type of hack that would allow me to dynamically register a user. Right now I have to manually take their information and sign them up in the BBS. Thanks.

Xenon
04-03-2003, 02:28 PM
hmm there aren't scripts out, because they are individual on every system.

but yes it is possible with vb and a bit of hacking :)

bradeck
04-03-2003, 02:39 PM
ANy hints as to directions I can take? I am not a php guy and really don't want to have to mess with this too much.

filburt1
04-03-2003, 02:42 PM
You can set your other server to update vB's user database. Beyond that we can't really support you without a license.

bradeck
04-03-2003, 02:45 PM
...and am close t getting one but am also evaluating an ASP based solution. The one that can resolve this issue the easiest will win.

filburt1
04-03-2003, 02:56 PM
Depending on how your existing system is coded it'll probably literally be *guesses* five lines of code.

bradeck
04-03-2003, 03:22 PM
So what you are saying is that everything is in place on the vbulletin side to do this - it's a smple matter of setting up my asp code to make the right calls ???

filburt1
04-03-2003, 03:38 PM
Yes.

bradeck
04-03-2003, 04:52 PM
that's all I needed to know - thanks!