|
|
#1 |
|
Fully Optimized
|
how would i go about making a user name pass word
__________________
antec 900, q6600, 4G, 500G, 160G, 9800gtx, 780i, 47in 1080ptv, 5.1 surround sound MacArthur wrestling pwns! |
|
|
|
|
|
#2 |
|
Site Team
Join Date: Jul 2009
Posts: 2,629
|
You choose your username, then you choose a password for that username. Done!
...or alternatively if that's not what you want you're going to have to be far clearer and more specific. What exactly is the problem, what have you tried and why hasn't it worked? |
|
|
|
|
|
#3 |
|
Fully Optimized
|
being that this threads in web programming....
how do a set up a user pass word system on my site
__________________
antec 900, q6600, 4G, 500G, 160G, 9800gtx, 780i, 47in 1080ptv, 5.1 surround sound MacArthur wrestling pwns! |
|
|
|
|
|
#4 |
|
Site Team
Join Date: Mar 2004
Posts: 6,945
|
do you want one area with a common password that you'd give to all users
do you want one admin type area that only you have access to do you want multiple users to log onto a common area, (members area) do you want multiple users with multiple different usernames etc to be able to log into individual portals. what server doe you use (APACHE IIS etc) what languages are available on the server (PHP, ASP, ASPX, PERL,) are you able to put CGI programs on the server to interpret pages?
__________________
I didn’t fight my way to the top of the food chain to be a vegetarian… Im sick of people saying 'dont waste paper'. If trees wanted to live, they'd all carry guns. "The inherent vice of capitalism is the unequal sharing of blessings; The inherent vice of socialism is the equal sharing of miseries." |
|
|
|
|
|
#5 |
|
Fully Optimized
|
uhhh one common password would work
and tbh i have no idea.........
__________________
antec 900, q6600, 4G, 500G, 160G, 9800gtx, 780i, 47in 1080ptv, 5.1 surround sound MacArthur wrestling pwns! |
|
|
|
|
|
#6 |
|
Site Team
Join Date: Jul 2009
Posts: 2,629
|
Well - you need to at least find out some of the questions to the above before anyone can give any sensible advice.
Most importantly, can you run PHP on your server and have you got access to a MySQL database? You'll preferably need those two, and definitely need some form of server side scripting such as PHP available. |
|
|
|
|
|
#7 |
|
Site Team
Join Date: Mar 2004
Posts: 6,945
|
for a common password you could see if your host will allow you to use a .htaccess file to password protect a given folder with pages in it.
else you really want to use a script language to connect to a database to do the logins. If you have a language, (such as PHP), but no access to a database you could store your passwords in a plain text file (but I really don't recommend that).
__________________
I didn’t fight my way to the top of the food chain to be a vegetarian… Im sick of people saying 'dont waste paper'. If trees wanted to live, they'd all carry guns. "The inherent vice of capitalism is the unequal sharing of blessings; The inherent vice of socialism is the equal sharing of miseries." |
|
|
|
|
|
#8 | |
|
Site Team
Join Date: Jul 2009
Posts: 2,629
|
Quote:
|
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|