squeekyclean
11-01-2004, 03:14 AM
Hi, I Was Wondering, Whether, Or Not, There was Away, To Have A Password to a page, not using the javascript one?
|
View Full Version : Random Question squeekyclean 11-01-2004, 03:14 AM Hi, I Was Wondering, Whether, Or Not, There was Away, To Have A Password to a page, not using the javascript one? pb&j 11-01-2004, 04:01 AM PHP or HTACCESS would be the answer. squeekyclean 11-01-2004, 05:34 AM Do you know of any tutorials or pages, which describe how to make one? Jared 11-01-2004, 07:09 AM Try this one http://www.javascriptkit.com/howto/htaccess3.shtml leeleeleeywombu 11-01-2004, 05:40 PM Use Javascript pb&j 11-01-2004, 05:48 PM Use Javascript the original post was asking for an alternative to javascript. javascript is a very weak password protection system. squeekyclean 11-02-2004, 01:04 AM The site link given was to javascript, would those be disabledif you turned off javascript? pb&j 11-02-2004, 06:52 AM javascript versions would be useless if javascript is turned off, yes. the link provided in an earlier post is to javascriptkit, which does contain many javascripts, but the link is to an htaccess tutorial which is a serverside solution, not javascript (which is clientside). having javascript turned off will not affect htaccess from working. squeekyclean 11-03-2004, 03:27 AM Goody thank you. thezeppzone 11-03-2004, 03:54 AM if your still interested in the php one, i was a little late to respond, but after this and another thread about one, i decided it would be nifty to make, so i have one that as of now would be able to have 1 username and 1 password, so if its family or something it would be fine with only 1, i can look into more tomorrow, only spent like 15 minutes making it so if you want, its 3 files, php, and i have something for banning an ip and 1 of the files is a log of what ip tried or did login at what time...and if they were successful or failed... squeekyclean 11-03-2004, 04:05 AM Thanks for the info.. but i found on that works.. sorry.. :( |