Hello all,
I don't know if I need a new script, or I can adjust what I have to do this.
I am setting up a site that contains a wordpress blog, a mediawiki and vanilla forums. Currently all 3 have their own user tables within the same mysql database. With all of these writing to their own user table, obviously this means each visitor would have to get 3 user names and passwords to view all 3 areas.
What I would like to do is allow all three to write to their current user table as set up by default during installation.(simply because I feel it would be too messy to change that.) However, I would like to modify each area login to check all three of the user tables, and allow login if a match is found, and send a cookie so no additional login is needed.
Essentially granting access to all areas of the site with one login per user
Or maybe you have a better way.....
Any help or direction would be appreciated, or if you wanted to do it, I could probably pump $35.00 into your paypal account. (I know it aint much, but it's all I can afford right now.)