Hi,
I would like to create a member only area on my site (to place chat-room and some other stuff). I currently have
Toast Forums on
my site and so already have a growing member database.
What I would like to do is use the same database and allow members to register on the forums and then be able to access other parts of the site.
The database used by Toast has a table called tstdb_Member and has the following fields:
ID
FName
LName
Username
Password (I think it said 128-bit encoding as passwords look like, for example, #งล?1)
Email
and then some other data such as number of post, last post etc.
Is it possible to use this and create a pssword protected area? I have looked for scripts on the internet and haven't really found anything. Most want to create there own database or .htpassword file.
Am I asking too much?