PHP Applications
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsPHP RelatedPHP Applications

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
  #1  
Old December 17th, 2006, 06:32 AM
woocha's Avatar
woocha woocha is offline
Contributing User
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: online at woocha.com
Posts: 3 woocha User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 16 m 25 sec
Reputation Power: 0
user management software -- integration of entire site

Hello everyone,

I am a newbie and looking for something that can tie in all of my software together. I want it so that when a user visits my website and logs in to my phpbb forum they are automaticall logged into my classifieds(http://www.geodesicsolutions.com/products/classifieds/classifieds_basic.htm) section as well and also my photohosting software and auctions(http://www.phpauction.net/gpl.php). Whenever someone logs into any of the above or changes there profile in any of the above, I want the login or effected change to occur in all software.

Does anyone have any thoughts on this?
thank you all for any and all help,
sean

Reply With Quote
  #2  
Old December 18th, 2006, 08:40 AM
lukevanin lukevanin is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 32 lukevanin User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 3
RE: user management software -- integration of entire site

woocha: if you think about it, "logging in" means nothing more than storing some info that identifies the user, usually in a cookie or URL. Likewise, updating a user's profile on one site will update some info in a database, and to use that same profile on different site would mean being able to read the database on each of those different sites as well.

To make the login work across sites, each site would just need to identify the user in a standard way. For example, if you log on on phpbb, your id is stored in a cookie on your pc. If you then go and visit phpauction, it would need to be able to understand the cookie that was generated by phpbb. Likewise if you log in on phpaction, both phpbb and geodesicsolutions would need to be able to understand the phpaction cookie (or whatever mechanism they used).

The problem is that while the technology used is identical, not one of these systems will agree on a single protocol. So while one site might store your id as something like

Code:
PHPSESSID=776sa6ds86ad7sd8ads876


another site might store it as

Code:
user=woocha


It would be up to you to choose a standardised protocol, and then find a way to make each site use this protocol.

Two different strategies come to mind, which you could use to get this to work in real life.

The first option is that you could update the source code of each of these sites to use a standardised mechanism which all of the sites will understand. Each new site that you which to support will need to be updated to use the standard mechanism.

The other option you could create a proxy service, meaning that you set up single site that all the traffic goes through, and is routed to each of the other individual sites. The user would log in once to the proxy service. When they wanted to access any other site, the proxy service would translate their login details into a format that the other service could understand.

For example, instead of connecting directly to http://www.geodesicsolutions.com/products/etc/etc, the user would rather go through your site (www.woocha.com) to http://www.woocha.com/geodesicsolutions/products/etc/etc. Your site would accept their login details and store their profile in a single place. Any time they needed to access another site, your site would pass the login details along in a format that the other site could understand.




Reply With Quote
Reply

Viewing: Codewalkers ForumsPHP RelatedPHP Applications > user management software -- integration of entire site


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump




 Free IT White Papers!
 
Create the Optimal Architecture for your Critical Applications
Warburton's the largest independently owned bakery in the UK faced a number of difficult challenges in providing the most robust yet efficient IT infrastructure for their organization's success. IBM's services combined with their xSeries servers created the perfect platform for their SAP environment with sufficient flexibility, and did so in very time effective fashion.

Request Your Free Technology Downloads!
 
Five Best Practices for Deploying a Successful Service-Oriented Architecture
This white paper describes the benefits you can expect with SOA, and how IBM can help take your business there.

Request Your Free Technology Downloads!
 
Gartner Magic Quadrant for Application Delivery Controllers
Gartner summarizes its view on Application Delivery Controllers, evaluates strengths and weaknesses of solutions, and provides Magic Quadrant reporting for a quick comparison across all vendors. Learn from Gartner how you can benefit from an all-in-one device like Citrix NetScaler that delivers the highest levels of availability, performance and security.

Request Your Free Technology Downloads!
 
Knowledge is Power
What you don't know can hurt you, and is likely costing you money and increasing your security risks during an era of scarce resources. This white paper proposes six key strategies that enterprise security managers can use to improve their network defense posture.

Request Your Free Technology Downloads!
 
Rationalizing the Multi-Tool Environment
The rationalized multi-tool approach is flexible, scalable and cost effective. It provides the necessary input to the IT service management business processes. It preserves prior investments in monitoring tools, empowers technologists to select the best tools with which to do their jobs, and enhances effective response to incidents.

Request Your Free Technology Downloads!
 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 




© 2003-2010 by Developer Shed. All rights reserved. DS Cluster 2 Hosted by Hostway
For more Enterprise Application Development news, visit eWeek