Link to home
Start Free TrialLog in
Avatar of error77
error77

asked on

Login / Members area PHP / MySQL Script needed

Hi all,

I need a login / members area script where a user can register and have it's own member page.

For example: Not a page / area where all members access the same, but an area where each member has a unique area...

For example:

A user registers under 'user1'

After the user registers he can get a unique url like:

http://mywebsite.com/user1/

something like that anyway...

Can anyone help please?

thanks


Avatar of groone
groone

I'm working on several scripts like that.
One is a recipe script http://www.groonesworld.com/demos/recipeholder/ and may latest to be out soon is called Chirp and is a twitter clone http://www.groonesworld.com/demos/chirp

What do you want the script to do other than point to a username?
oh, you should be able to register on both to see the functionality.  Chirp is still very much in development.
Avatar of error77

ASKER

Well, basically I need the basic login / registration and when user is logged in ..each user will have it's own unique page...that's all really.
If you are just doing this more of a DIY / Learning exercise then I would look here for starters. This is a solid starting point to learn the basis:

http://www.prophetprojects.com/Tutorials/Login/

You will still need to build the code in for the "Users" view.

If you want a CMS that will integrate with an existing design / website then I would take at Expression Engine. It has a powerful back end, already build membership portal, and user pages, the template engine is quick if you have a site to already to "drop in".

http://expressionengine.com/

If you wish to go even lighter, and want a paid solution, Amember is viable option as well.

http://www.amember.com/p/
eeewww EE but rlanham is right.

If all else fails; I will gladly code exactly what you want but I can't do it for free.
Avatar of error77

ASKER

I'll check it out and get back...thanks :)
ASKER CERTIFIED SOLUTION
Avatar of Sandeep Kothari
Sandeep Kothari
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial