![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Web Serving and Management how to web server support forum |
![]() |
|
|
Thread Tools |
|
|
#1 (permalink) |
|
Registered User
Join Date: Feb 2008
Posts: 21
OS: Windows XP Service Pack 2
|
Well, I have a website that I have and I want to put up the option that let's people register, create accounts, whatever. Also, I wanna know how I can make it so you have to be a registered member in order to access certain files/sections of the website.
If you guys can help me out that would be awesome ![]() |
|
|
|
|
|
#2 (permalink) |
|
Manager, Alternative Comp
Join Date: Mar 2003
Location: Downers Grove, IL
Posts: 1,821
OS: Gentoo Linux, Redhat Enterprise Linux, CentOS
|
Re: How to make it so people can register to my website
What are your exact plans? Are you looking to create something yourself or use an existing solution? If you want to create it yourself either your or someone you hire will need to know PHP, ASP or some other type of scripting/programming (along with knowing databases). Otherwise, if you'll use something that already exists, you may wish to take a look at something like Drupal. Without knowing your exact needs, I can't recommend anything else, but Drupal is very flexible, so it should fit most needs.
__________________
|
|
|
|
|
|
#3 (permalink) |
|
Registered User
Join Date: Feb 2008
Posts: 21
OS: Windows XP Service Pack 2
|
Re: How to make it so people can register to my website
Well, seeing as I'm not all too great with PHP or anything, a program or an already-made code of some sort would work perfectly. That's why I use Web Easy 7 for my website, all I have to do is organize and link all of the pictures and it will make the HTML coding for me. So if this "Drupal" thing you were talking about will let me create that "register here" sort of function, then that will be great!
My objectives with this is to make it so that you have to be a registered user of the website in order to access certain areas/download certain videos, etc. |
|
|
|
|
|
#4 (permalink) |
|
Registered User
Join Date: Aug 2007
Posts: 74
OS: XP Pro SP2/Ubuntu/RHEL
|
Re: How to make it so people can register to my website
I believe you can do that with joomla. You can set links and areas that only show up to people who are registered and logged in. Joomla is fairly complicated to start with but once you get into it you will have plenty of options/mods/extras. Its a CMS so you dont need to know html/php etc once its installed.
|
|
|
|
|
|
#6 (permalink) |
|
Registered User
Join Date: Feb 2008
Posts: 21
OS: Windows XP Service Pack 2
|
Re: How to make it so people can register to my website
I appreciate both of your responses, but I have a question for both of you:
Is the program you're talking about flexible? And how long does it take for you to get used to the way it works and feels? |
|
|
|
|
|
#7 (permalink) |
|
Mentor
|
Re: How to make it so people can register to my website
it depends what you mean by flexible - it did everything I needed. also I thought locked area was very straight forward and easy to use. The only real way for you to know if it will work for you, is to download it and give it a try.
__________________
![]() Do not feed the trolls. |
|
|
|
|
|
#8 (permalink) |
|
Registered User
Join Date: Feb 2008
Posts: 21
OS: Windows XP Service Pack 2
|
Re: How to make it so people can register to my website
Well, I registered and downloaded Locked Area, but in I've come across a problem...
- Locked Area Lite System Requirements Server running Linux, Unix or a variant of either. Perl 5 or above. The following Perl modules: CGI.pm, File Locking Library I'm running Windows XP SP2, not Linux |
|
|
|
|
|
#9 (permalink) |
|
Mentor
|
Re: How to make it so people can register to my website
if you dont have the requirements then you cannot run it. maybe you can find something here.
__________________
![]() Do not feed the trolls. |
|
|
|
|
|
#10 (permalink) | |
|
Manager, Alternative Comp
Join Date: Mar 2003
Location: Downers Grove, IL
Posts: 1,821
OS: Gentoo Linux, Redhat Enterprise Linux, CentOS
|
Re: How to make it so people can register to my website
Quote:
__________________
|
|
|
|
|
|
|
#11 (permalink) |
|
On or offline which am I?
Join Date: Oct 2007
Location: Alabama
Posts: 211
OS: Win XP Pro SP2, Kubuntu (LINUX), (95, 3.1, in VirtualPC)
|
Re: How to make it so people can register to my website
I creted a login/member system in asp using sessions. I can fix you a file if you need. but i dont know how to use databases.
I wish i knew how to. But you can create an array with the users. |
|
|
|
|
|
#12 (permalink) |
|
On or offline which am I?
Join Date: Oct 2007
Location: Alabama
Posts: 211
OS: Win XP Pro SP2, Kubuntu (LINUX), (95, 3.1, in VirtualPC)
|
Re: How to make it so people can register to my website
Ive researched it and found out how to use databases.
I can fix you some asp pages that will read the database and tell you whether the user is registered or not. What information will be in the database? check the thread user login i made for an example. it isn't complete. im still coding it but for now it will check user registrations. I will attempt to fix it and update it. If you can give me more info or create a form and send it to me i might be able to fix you an asp application to do what you need. |
|
|
|
|
|
#14 (permalink) |
|
On or offline which am I?
Join Date: Oct 2007
Location: Alabama
Posts: 211
OS: Win XP Pro SP2, Kubuntu (LINUX), (95, 3.1, in VirtualPC)
|
Re: How to make it so people can register to my website
I found out how to add, update, get, and delete information from a database. I created a login system That uses a Database to store the logins and the user can even register. Here is where i test the pages. All the database actions are configured with hidden form fields. the form is sent with the post method. Are you wanting addresses or just username/password?
|
|
|
|
|
|
#16 (permalink) |
|
On or offline which am I?
Join Date: Oct 2007
Location: Alabama
Posts: 211
OS: Win XP Pro SP2, Kubuntu (LINUX), (95, 3.1, in VirtualPC)
|
Re: How to make it so people can register to my website
Here is a link to a zip file you can download that contains all the asp code. The most important files are: users.mdb, login.asp, db.asp
User Logins The files can be downloaded from that thread. It also explains part of it. |
|
|
|
|
|
#17 (permalink) |
|
Registered User
Join Date: May 2008
Posts: 1
OS: Vista, XP
|
Re: How to make it so people can register to my website
Is there an html for this because i just want them to put
Username: Password: Email: Then when they hit "register" it will send me an email with that info and i will add that info to my Navicat 8 Please...Anyone Know? |
|
|
|