Printer Friendly Version
Email this thread to a friend
|
Featured Web Site Template |
|
There are 0 guests and 1 members in the forums right now.
Reflects user activity within the last 5 minutes
|
|
| Member |
Message |
mustangpilot007
Joined: Apr 30, 2005
# Posts: 2
|
Posted: 04/30/2005 03:29 pm
Hi. I'm pretty new to all of this so bare with me. My question is pretty lenghty. I'm am currently desiging a site using a pretty shoddy program. But it does enable me to use html formatting so that's a plus. I am trying to make my site to where I can allow people to register to become members. If someone can explain to me how to create a registration form (i pretty much know how to do this), a login form and answer a few more questions I have, I'd gladly pay a little money for the help. Contact me on AIM at MustangPilot007. Basically I just need a little help with setting it all up. Like, what do I need to allow users to register and stuff like that? just let me know if you can help. Thanks.
|
 |
mustangpilot007
Joined: Apr 30, 2005
# Posts: 2
|
Posted: 04/30/2005 03:41 pm
Let me rephrase: After I've created the login fields/boxes on my page, what is it that I need to do to allow the users to register? How is their registration determined and how does the server know that their password is actually theirs? Do I need to route it to MySQL or something?
|
 |
lizardz
Joined: Nov 12, 2004
# Posts: 1394
|
Posted: 04/30/2005 06:38 pm
Register page: click submit, page processes, adds user to database
Login, user signs in, clicks submit, page checks database to see if user exists, if exists, then lets them into the login section.
Pretty basic, just takes time to implement anything like this. You can probably find a generic script on the web that will do it fairly easily, your site will need php, mysql installed and running.
Then you have to add a part to each login content area page that checks if the user is logged in, if not, redirect to login page.
Session cookies are the easiest way to handle that, or standard cookies if you don't need them to login everytime.
|
 |
uk_writer
Joined: Jun 15, 2005
# Posts: 28
|
Posted: 06/25/2005 07:35 am
If you don't want to bother with MySQL you can always use a simple text file to hold the username/password couples. It's not as secure as MySQL, but unless you are handling sensitive material, it's more than adequate, and does cut out having to have MySQL installed and running.
There are a heap of generic scripts out there that will do this for you. It's all fairly straightforward. If you get stuck, PM me and I'll see what I can do to help.
|
 |
You are not permitted to post messages in this forum or topic, because of one or more of the following reasons:
- You have not yet logged in, or registered properly as a member
- You are a member, but no longer have posting rights.
- This is a private forum, for which you do not have permissions.
If you are a recent member, it's possible that you simply have not yet confirmed your account. Please
check your email for a message entitled 'JimWorld Forums: Confirm Your Account' and follow the instructions
contained within.
If you cannot find this message, click here to Re-Send it.
|
If you are still experiencing problem, please read the
Login Assistance
Article for some advice on what may be causing your login not to work properly.
|
Switch to Advanced Editor and ...
Create a New Topic
or Reply to this Thread
|
|