Dollars BBS | Technology

feed-icon

Main

News

Animation

Art

Comics

Films

Food

Games

Literature

Music

Personal

Sports

Technology

Random

Website Help (4)

1 Name: Zurui : 2014-01-16 17:33 ID:R0Ras7j0 [Del]

I have my own website and I'm just starting to get into it for about a week or two but I was wondering if anybody knew how to make a passworded website like for example the passworded page you get on when you want to enter here. If anyone knows how to do it or wants to do it for me then please email me at zurui.nezumi@yahoo.com. Any type of help would be appreciated. Thank you ^_^

2 Name: Neah~ : 2014-01-16 21:40 ID:2K0SikPa [Del]

OOOOooo I know this is off topic but are you a Nezumi roleplayer ?

3 Name: maruru : 2014-01-18 16:21 ID:BhqvGXCQ [Del]

it's very easy. You either do it with an ugly .htaccess entry - or you learn how to program. It's no big deal once you learn the basics of something like PHP or (Node-)JS.
There are billions of tutorials out there, just use any search engine of your preference :)

4 Name: Anonymous : 2014-01-18 17:45 ID:OD5ER69G [Del]

How secure do you want this to be? If you want a secure password, learn a real server-side programming language like PHP, ASP.NET, Ruby, or Python. If you just want something like this website (which is easy to bypass even if you don't know the password), you can use JavaScript or even make it in HTML. Search up what you need on Google. Try looking through StackOverflow answers