Stupid job wants me to password protect a website

GermyBoy

Banned
Jun 5, 2001
3,524
0
0
Yeah...I know how to do that, especially after having never done any web development before. This is so annoying.

Just because I used to work with the computing center helping people set up their internet and stuff like that, I'm suddenly this html guru. I told them I don't know how to do it, and they said, "Great, I can expect something good from you in a few days then." I was very mad and doubt I'll try it.
 

munruss

Golden Member
May 4, 2001
1,104
0
76
Originally posted by: GermyBoy
Yeah...I know how to do that, especially after having never done any web development before. This is so annoying.

Just because I used to work with the computing center helping people set up their internet and stuff like that, I'm suddenly this html guru. I told them I don't know how to do it, and they said, "Great, I can expect something good from you in a few days then." I was very mad and doubt I'll try it.

Stop bitching and do it. God forbid you learn something new!
 

kt

Diamond Member
Apr 1, 2000
6,032
1,348
136
Just treat me to lunch and I will have your code ready while we eat our lunch.
 

Desslok

Diamond Member
Jun 14, 2001
3,780
11
81
Originally posted by: munruss
Originally posted by: GermyBoy Yeah...I know how to do that, especially after having never done any web development before. This is so annoying. Just because I used to work with the computing center helping people set up their internet and stuff like that, I'm suddenly this html guru. I told them I don't know how to do it, and they said, "Great, I can expect something good from you in a few days then." I was very mad and doubt I'll try it.
Stop bitching and do it. God forbid you learn something new!

HA HA owned
 

rh71

No Lifer
Aug 28, 2001
52,844
1,049
126
Sell first, deliver later (aka Vaporware). That's how you get ahead in this world. Don't ever forget it. But it just sounds like you don't WANT to do it either way...
 

dawks

Diamond Member
Oct 9, 1999
5,071
2
81
Originally posted by: rh71
Sell first, deliver later (aka Vaporware). That's how you get ahead in this world. Don't ever forget it. But it just sounds like you don't WANT to do it either way...


People like this, is why I cant get a job.
 

numark

Golden Member
Sep 17, 2002
1,005
0
0
If you're running Apache, it's just a simple 3-minute file that is one of the easiest things you can do with a web server. Search around for information on .htaccess (the dot's there for a reason). Any script-based password protection (PHP, Javascript, etc.) is going to come back around to you when you find that it's not as secure as you think it is. Use what your web server gave to you.