Something with a readme similar to this perhaps???
This code will automatically add users to a perldesk MySQL database
upon registration to a vBulletin forum. This is achived in two steps.
When the user registers an entry into a new table will be made with
that users login info for perldesk. When the user is approved and
sent an activation notice they will be added to the perldesk users
database upon activation. This is done to give some control of the
building of the users database in perldesk. If an error occurs the
techadmin in your config.php will be notified via email as to which
function failed so you can take action.
Two files need to be edited on your vBulletin installation, register.php
in the forums folder and config.php in the forums/admin folder. A table
needs to be added to your vbulletin installation's MySQL database as well.
Outlined below are the four steps necessary to make the code functional.
You must have your perldesk MySQL database access information and access to
your vBulletin installation's FTP or equivelent to patch the two files. You
also need access to your vBulletin MySQL database to run a MySQL query to
add the necessary table for the code to work. phpMyAdmin works well for this.
Sound close? It works well!
|