Hi all!
Just wanted to let you know that I have beta quality version of album.pl running that uses MySQL for authentication.
It's been tested with both YaBB SE (this forum) and UBB.Threads and works on both. I believe it can also be configured to work with forums such as Ikonboard without code modifications, though I haven't tested it.
If anyone wants to give this a shot, please let me know and I'll set you up.
Thanks!
For those that are interested, here's the new config section:
############
# DATABASE #
############
# This section is only required if you are using a database for authentication (I.E. authentication_type=4). If not, you can ignore all the settings here.
# The name of the database.
# YaBB SE default is yabbse
db_name=yabbse
# The system running the database. If it's the same system as the one running album.pl, leave this as "localhost"
db_hostname=localhost
# Username to log into database as
db_user=root
# Password to allow above user to log into database
db_password=password
# Port number to use to connect to the database.
# MySQL default is 3306
db_port=3306
# Table name containing member records
# YaBB SE default is yabbse_members
# UBB.Threads default is w3t_users
db_membertable=yabbse_members
# Name of the field that contains the user's login name in the "member" table
# YaBB SE default is memberName
# UBB.Threads default is U_LoginName
db_username=memberName
# Name of the field that contains the user's password in the "member" table
# YaBB SE default is passwd
# UBB.Threads default is U_Password
db_passwdfield=passwd