Shoutbox

need help with html - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: need help with html (/showthread.php?tid=41953)

need help with html by Supersonicdarky on 04-05-2005 at 01:46 AM

i'm not that good in html... i need someone to help me make my page password protected... can anyone help?


RE: need help with html by Concord Dawn on 04-05-2005 at 01:49 AM

quote:
Originally posted by supersonicdarky
i'm not that good in html... i need someone to help me make my page password protected... can anyone help?

It's much easier if you can use PHP.
RE: need help with html by Supersonicdarky on 04-05-2005 at 01:51 AM

anyway, as long as it's locked


help? plz?


RE: need help with html by albert on 04-05-2005 at 02:07 AM

ehh i personally use a bravenet service.. if you wanna check what it looks like : http://www.lp15-poetry.2ya.com ;-)


RE: need help with html by DJeX on 04-05-2005 at 02:09 AM

http://personalweb.about.com/cs/securityprivacy/a/312password.htm

Take a look at that. I recomend useing the javascript version. Scroll to the bottom of that page and click Find Out How To Use The JavaScript


RE: need help with html by .Roy on 04-05-2005 at 06:11 AM

if u use ftp or something cant u change the permissions of the page?


RE: need help with html by Chris.1 on 04-05-2005 at 11:45 AM

No No No No and No. None of these solutions are suitable for password protecting a page (although the PHP one will work). The best way to password protect a page is to use Apache's built in functions using .htaccess and .htpasswd.

Simply google to find out more about it.


RE: need help with html by DJeX on 04-05-2005 at 08:26 PM

Thats if the server is useing Apache.


RE: need help with html by Jhrono on 04-05-2005 at 08:37 PM

Blah use Php sincronyzed with Mysql and it will work like a new car...


RE: need help with html by -dt- on 04-06-2005 at 02:05 AM

quote:
Originally posted by johny
Blah use Php sincronyzed with Mysql and it will work like a new car...
huh? Thats if you want to store user accounts and such in sql , but there are other methods to store them like hardcoding them into the script or creating some sort of encoded user file.

Ill post some php code to do it later when Im not at school
RE: need help with html by Concord Dawn on 04-06-2005 at 02:57 AM

quote:
Originally posted by Chris.
No No No No and No. None of these solutions are suitable for password protecting a page (although the PHP one will work). The best way to password protect a page is to use Apache's built in functions using .htaccess and .htpasswd.

Simply google to find out more about it.

If the host uses Apache, this is the best way to go, as it requires no module loading or anything like that. If it doesn't, you're going to need to know some PHP or Javascript.
RE: need help with html by Jhrono on 04-06-2005 at 07:06 AM

quote:
Originally posted by -dt-

huh? Thats if you want to store user accounts and such in sql , but there are other methods to store them like hardcoding them into the script or creating some sort of encoded user file.

I thought he needed a multiple accounts password gate :S
RE: need help with html by ayjay on 04-06-2005 at 03:20 PM

There are sites which you can sign up for which will password protect a certain page of your site for free. Just google, I'm too lazy :P