Forum Moderators: coopster

Message Too Old, No Replies

Unifying different logins in scripts

         

mlduclos

11:08 am on Jul 8, 2006 (gmt 0)

10+ Year Member



Hello, I dont use an CMS in my site but have a few well-know PHP scripts installed, simplemachines for forum, coppermine for gallery, webmastersite links for links and mediawiki for wiki. I´m not a programmet but I would like to know if are an easy way to unifying the registration proccess in all script, i.e share the mysql tables of users in intercontextual way.

FiRe

11:13 am on Jul 8, 2006 (gmt 0)

10+ Year Member



not impossible but would need a LOT of work. you would have to go about changing the code for every script to make it all compatible. If you are reading from the users table, each script has different fields they require. Also in coppermine the username field might be called "user_name" and mediawiki might call it "UName" so you would have to go about changing all of the scripts!