I have used a java password protection script once on a webpage but not the entire site.
What is the best way to make people viewing your site log in first and only have to do it once?
I have used a java password protection script once on a webpage but not the entire site.
What is the best way to make people viewing your site log in first and only have to do it once?
A PHP login script is what I normally use. You just needto add a line of code to the top of every page you want to protect.
I suggest having a look at vAuthenticate and vSignup both of which can be found here.
Useful Links:My Websites:
Terms of Service | Server News | Buy a Domain
Free Domains: co.cc | Dot.tk -- Free File Storage: Dropbox -- Website Monitoring: Service Uptime
Earthtime Games & TechAsh's Blog
I did look into these php scripts and sorry to say but they are way to complicated for me and 1 said it required higher than what is available through the web services used.
all I really need is a simple script to create 1 login user and 1 passord. for the my entire website without being required to login for each page as it would be with a java login.
I would be changing the password at random times based on the need to do so.
Thanks for your assistance so far.
You could always use .htaccess, which will password protect everything in the folder and sub-folders that it is placed in.
Useful Links:My Websites:
Terms of Service | Server News | Buy a Domain
Free Domains: co.cc | Dot.tk -- Free File Storage: Dropbox -- Website Monitoring: Service Uptime
Earthtime Games & TechAsh's Blog
------------------------------------------------------------------------------------------
If you have any troubles with a website or a script, just send me a pm.
I also code websites in xHTML/css, can code javascript and php too if needed
.htaccess how would i use that?
I try to set the password.
when i go to use it it gives a internal server error 500
Last edited by wildwolf; 07-18-2008 at 07:02 AM.
Your cpanel access would be
http://yourdomain.subdomainyouchose.com/cpanel
You might have to change '.com' to '.net' but it depends what subdomain (or domain) you chose (or have).
ok got it to work ty
Last edited by wildwolf; 07-18-2008 at 08:11 AM.