PDA

View Full Version : Writing custom registration pages


sqook
08-31-2007, 12:38 PM
Hi,
I was directed to this forum by vBulletin support, and am wondering if it is possible to write a custom registration system for this forum software. Basically, we are looking for a way to create a public support forum, but to limit access to users who have already registered their products on our website (which is powered by a mysql database). Non-registered users would of course be able to read the site, but not create accounts or post. The goal here is to basically create a plugin where users wanting to sign up for the forum would simply enter their product serial number and their registration would be confirmed through some type of script which would connect to our database.

Is this possible to do? And if so, where could I find documentation detailing how I might go about such a task?

Thanks!

Marco van Herwaarden
08-31-2007, 02:54 PM
It should be not very difficult to create an external page/script that would automatically create a new user account inside vBulletin. If your site is written in PHP, then it should be not much problem for an experianced coder to write such a routine using the vBulletin DataManagers (classes to manipulate data).

JacBowen
09-08-2007, 12:20 AM
I did this, but had a problem regarding the password (its encrypted, can anyone share light on this?)

Thanks.

Chris M
09-08-2007, 03:51 AM
I did this, but had a problem regarding the password (its encrypted, can anyone share light on this?)

Thanks.
You will be better off asking that question here (https://vborg.vbsupport.ru/forumdisplay.php?f=111) :)

Chris