![]() |
Cross domain login and datasharing
I have two sites - a "main" site and a site for the forums, both on different locations and servers. The main site has been static until now, but I hope to convert it all to PHP for various reasons.
I am hoping to offer some resources that are available to registered users, and it seems silly to ignore the fact that I have a good user base on the forum site, and for consistency sharing the usernames and passwords seems a good idea. My intention so far has been to allow users to log in on the site with their forum un/pw, and then to authenticate that and keep a session for them locally. There is no need to require them to be logged in on both at once, I just need to authenticate the user, and then keep their user ID for later use in the session. I have remote access to the mySQL server, and have been trying as above, but don't seem to be able to get it to work. Here is the SQL query I have tried: Code:
SELECT userid FROM user WHERE username='me' and password = MD5(CONCAT('mypassword', salt)) |
Fatal error: Call to undefined function: concat() in c:\apache\htdocs\zend\md5.php on line 3
i have this error. |
All times are GMT. The time now is 08:16 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|