Kedas Posted December 26, 2003 Posted December 26, 2003 Hi, I tried to find so info on the net but I can't find the answers I'm looking for. Hope someone can help. I wan't to make a website that is protected with a password so only family members can view the info/pictures. But how do you do that? - Do you have to program it all yourself? - Is it something a provider support or doesn't? or can I do that on any free webspace? and about the same questions but about a forum so every family member can post some news for the others to see. Thanks for pushing me in the right direction.
YT2095 Posted December 26, 2003 Posted December 26, 2003 Just an Idea and I may be way wrong here. I was thinking about these "BLOG" programs and sites, all you`de have to do, it set one up, and only give the passwords and user ID to your family. as long as each one signs it, it should work it was only a quick off the top of my head idea
Cheetah Posted December 26, 2003 Posted December 26, 2003 I guess YT has a point, though I have no experience with Blogs myself. Other than that I can say that there are several ways of password-protecting a webpage, but some ways may easily be circumvented by people with the right knowledge. One way is with a JavaScript who pops up and asks for a password before showing the page. Other ways would be to program it in with PHP or some other code. Though that would require that the host supports PHP or the language you use. For the forum you could program one yourself or use phpbb or something similar. Though that again requires support for PHP.
blike Posted December 26, 2003 Posted December 26, 2003 You could use some perl scripts to work with the password locking too. How much experience do you have with web building? Most free webspace will allow perl scripts. I can help you find a script if you need.
Kedas Posted December 26, 2003 Author Posted December 26, 2003 blike said in post #4 :You could use some perl scripts to work with the password locking too. How much experience do you have with web building? I have no experience with website java or scripts of any language. I made a small website but notting interactive yet. I read PHP is easier/better than Perl ?
fafalone Posted December 26, 2003 Posted December 26, 2003 http://www.picturetrail.com allows you to create password protected photo albums I know this because I've been working on cracking the password protection system for some time but I hit a road block with the large numerical numbers used to store pictures on their backend image servers.
Kedas Posted December 26, 2003 Author Posted December 26, 2003 Thanks but I want more than just an album. so it will have to be a self build website I just need to know what I will need and where to find it.
Cheetah Posted December 27, 2003 Posted December 27, 2003 Well, most important is to find a service provider which allows you to use the scripts and programs you want to use, like php, perl, etc. There isn't to much difference between perl and php, but I guess php would be easier to learn. Though you will probably need a few weeks to learn it properly. If you want this webpage fast, you'll most likely need to use a premade script. Just ask if yuo need any more help. Though maybe this should be moved to the Computer->Programming subforum
blike Posted December 27, 2003 Posted December 27, 2003 Have a look here: http://cgi-central.net/scripts/htedit/ If you need some help installing it, PM me or AIM me: blikeagain I'll be glad to help you set it up.
Kedas Posted December 28, 2003 Author Posted December 28, 2003 Thanks for al the input seems the most difficult job is to fiind a host for free that supports it. (I don't mind a few pop-up's)
Sayonara Posted January 2, 2004 Posted January 2, 2004 PHP is a lot easier than PERL. I'd recommended using server-side code wherever security is an issue, instead of putting the code into the user's hands with client-side scripts. There are http protocols that allow for directory password protection etc, it depends on the server configuration. You're much better off reading dedicated articles on webdev sites than asking on a forum that has nothing to do with web development or security.
blike Posted January 2, 2004 Posted January 2, 2004 PSH = master jk can't even remember to end each line with ";"
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now