Creating a Fully Developed Login Membership system...

vrufusx65v

New Member
Messages
74
Reaction score
0
Points
0
I know it's a very big task, but i am up to the challenge. I am asking for any help at all on creating a fully featured Membership/login system on my site. [i.e. tutorials, resources, scrap code, etc.]

i was thinking that if it was possible, i could make a forums section for my site via phpBB.com, and then implement that membership system onto my website instead of it just staying on one section of my site?

comments, questions, concerns?

site reference: betatest.shotsoundstudios.net
 

Gonrah

Member
Messages
98
Reaction score
2
Points
8
You want to use the system from your forum everywhere in your site? I can not fully understand what you need.
 

Salvatos

Member
Prime Account
Messages
562
Reaction score
1
Points
18
If you're using phpBB 2, you're in luck because that's extremely easy when you know it. Here's the very simple and short guide you will need:
http://www.phpbb.com/kb/article/phpbb2-sessions-integration/
Complemented by this one if you'd like more details:
http://www.phpbb.com/kb/article/coding-new-pages/
And this one can be useful as well:
http://www.phpbb.com/kb/article/list-of-userdata-variables/

This is great because it takes care of all the session managing, account options and management, permissions, groups and security for you. All you really have to do from there is build your site aroud it.

If you're using phpBB 3, I would assume they have something equally practical, but I've never used it so I can't help you there.
 

vrufusx65v

New Member
Messages
74
Reaction score
0
Points
0
pretty much what im asking for is what Salvatos gave me info on.

If you're using phpBB 2, you're in luck because that's extremely easy when you know it. Here's the very simple and short guide you will need:
http://www.phpbb.com/kb/article/phpbb2-sessions-integration/
Complemented by this one if you'd like more details:
http://www.phpbb.com/kb/article/coding-new-pages/
And this one can be useful as well:
http://www.phpbb.com/kb/article/list-of-userdata-variables/

This is great because it takes care of all the session managing, account options and management, permissions, groups and security for you. All you really have to do from there is build your site aroud it.

If you're using phpBB 3, I would assume they have something equally practical, but I've never used it so I can't help you there.

I want the entire membership structure made all from my forums to be the membership system my entire website uses.

And i will be using phpbb3, or whatever the latest version they have released
 
Last edited:
Top