Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
ONE log-in for multiple tools?
Old 07-08-2005, 10:56 AM ONE log-in for multiple tools?
Junior Talker

Posts: 2
Location: Ottawa, Ontario, Canada
Trades: 0
My website uses phpList for a subscription based e-mail list manager (http://tincan.co.uk/phplist) and uses phpBB for a bulletin board service similar to the bulletin board you are now reading (http://www.phpbb.com/) and also has some sections of the website that are password protected (at the moment using CHMOD settings).

Is there a way I can have users register as members of the site and give them the option on the single registration form to also join the bulletin board and also sign up for the mailing lists? ie. have them enter a username and password once and put that into the membership database of the mailing lists and the bulletin board, so they have one "all inclusive" membership?

thanks in advance

Patrick

Ottawa, Canada
webmaster for
http://TheWestVillage.ca
padraig is offline
Reply With Quote
View Public Profile Visit padraig's homepage!
 
 
Register now for full access!
Old 07-08-2005, 11:16 AM
Enigmatic's Avatar
Registered User

Posts: 86
Location: No Fixed Abode
Trades: 0
The "easiest" way would be to amend/add a new table to the phpBB db ... I say "easiest" in the widest sense possible as playing with the phpBB db is a bit tricky and can cause ALOT of problems but seeing as that is the biggest, it would be a pain to recreate it anywhere else.
Enigmatic is offline
Reply With Quote
View Public Profile
 
Old 07-08-2005, 11:43 AM
Junior Talker

Posts: 2
Location: Ottawa, Ontario, Canada
Trades: 0
so you mean I would basically add the "columns" from the phplist db, into the phpbb database? so that the information stored about each user in the list becomes part of the information stored about the users for the BB? (essentially merge everything into the user db of the phbBB systerm?)

(this is, of course, presuming I first reconcile the users who already exist between the 2 db's).

is that what you mean?

thanks
padraig is offline
Reply With Quote
View Public Profile Visit padraig's homepage!
 
Old 07-08-2005, 07:00 PM
Enigmatic's Avatar
Registered User

Posts: 86
Location: No Fixed Abode
Trades: 0
Yes. Thats basicaly it.
Enigmatic is offline
Reply With Quote
View Public Profile
 
Old 07-09-2005, 01:32 AM
Mooofasa's Avatar
Defies a Status

Posts: 1,611
Name: Michael (mik) Land
Location: England
Trades: 0
There is another way, not that I know how to do it, but there is.

Bridging. Create a php or other server side script that can read, write and execute (CHMOD 755) to the various db and when each db is accessed, the information firstly passes through the script, then into the database, whilst checking the other db to find matches to the input and / or output query.
__________________

Please login or register to view this content. Registration is FREE
- Tumblog with thoughts, quotes, links, videos, images and my creations.

Please login or register to view this content. Registration is FREE
- The best free web browser.

Please login or register to view this content. Registration is FREE
- Firefox is now Firefail.
Mooofasa is offline
Reply With Quote
View Public Profile Visit Mooofasa's homepage!
 
Old 07-09-2005, 09:04 AM
Enigmatic's Avatar
Registered User

Posts: 86
Location: No Fixed Abode
Trades: 0
That is possible, but as we know PHP/MySQL are server side and therefore, the least amount of code parsing and SQL queries that we can use, the better.

1) Less load on the server
2) Quicker query time
3) Bridging queries and db's can become complicated, keeping the code together and simple make for less stress
Enigmatic is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to ONE log-in for multiple tools?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.23543 seconds with 12 queries