d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > I Need Help Making A Protected Website
12Next
Add Reply New Topic New Poll
Member
Posts: 10,736
Joined: Jul 16 2010
Gold: 12,490.00
Jun 10 2015 08:03pm
my goal: making a protected website, requiring a username and password.

can anyone please help me making my goal possible, offering FG for help? please pm me.
Member
Posts: 32,925
Joined: Jul 23 2006
Gold: 3,804.50
Jun 10 2015 08:06pm
more background would be nice. do you already have a website and you just need to make it member only? are you using any templates / frameworks / etc? you building everything by hand? or you hiring someone to do everything for you?
Member
Posts: 10,736
Joined: Jul 16 2010
Gold: 12,490.00
Jun 10 2015 08:17pm
Quote (carteblanche @ Jun 10 2015 08:06pm)
more background would be nice. do you already have a website and you just need to make it member only? are you using any templates / frameworks / etc? you building everything by hand? or you hiring someone to do everything for you?


I haven't started the website yet. I wish to make it member only. I plan to everything else by hand. :D thanks for the help on me building a workaround. please let me know if there's any more questions. I wish to have only one page when they login with about 35 pages typed up, it's for information. So I am wishing to give someone the login/password they can login and see the information, maybe even navigate sections.
Member
Posts: 32,925
Joined: Jul 23 2006
Gold: 3,804.50
Jun 10 2015 08:24pm
odds are you won't use a static html page. when logging in, you'll use some kind of authorization token with a timeout period. when they request your page, check the token. if it's not valid, then don't show the content, but redirect to login page.

if you're doing this by hand, i'll assume you already have the javascript/backend language/database knowledge. if not, look into hiring someone or looking for a framework/template to do it for you.
Member
Posts: 10,736
Joined: Jul 16 2010
Gold: 12,490.00
Jun 10 2015 08:41pm
Quote (carteblanche @ Jun 10 2015 08:24pm)
odds are you won't use a static html page. when logging in, you'll use some kind of authorization token with a timeout period. when they request your page, check the token. if it's not valid, then don't show the content, but redirect to login page.

if you're doing this by hand, i'll assume you already have the javascript/backend language/database knowledge. if not, look into hiring someone or looking for a framework/template to do it for you.


I appreciate you help XD. I will do the following process unless someone else suggest differently... Looking for a framework/template to do it for me.

Not in a rush but would like to have this information under maybe one or two logins that I can change for authentication, maybe even make a login for each user I allow access to. Not planning to have over 100+ until three month, then about maybe 50 each month.
Member
Posts: 18,620
Joined: Jul 26 2008
Gold: 777.00
Jun 16 2015 11:27pm
if you use the new rails i think it will come with its own user login system already. or if u use laravel
Member
Posts: 29,723
Joined: Jun 11 2007
Gold: 279.52
Jun 17 2015 09:23am
Just google..create login system using ______ language
Member
Posts: 18,375
Joined: May 22 2009
Gold: 58.00
Jun 27 2015 03:33pm
this can be done easily using various languages... since you are making a website, i am going to assume you are going to use html, javascript, php and mysql. i can help you implement the login and authentication. gimme all the infos i need. and don't forget the "FG" because i need some of them.

This post was edited by obviousninja on Jun 27 2015 03:37pm
Member
Posts: 11,275
Joined: Dec 5 2012
Gold: 0.00
Aug 12 2015 01:51pm
use session variable for your login page, thats so easy

Edit : http://www.w3schools.com/php/php_sessions.asp


Here the place that will explain you how to use those variable

Double Edit : a login page also require you to block the SQL query so you dont get rape you Database

This post was edited by aftermath5 on Aug 12 2015 01:52pm
Member
Posts: 10,736
Joined: Jul 16 2010
Gold: 12,490.00
Sep 1 2015 09:43am
Quote (obviousninja @ Jun 27 2015 03:33pm)
this can be done easily using various languages... since you are making a website, i am going to assume you are going to use html, javascript, php and mysql. i can help you implement the login and authentication. gimme all the infos i need. and don't forget the "FG" because i need some of them.


I think this will be okay, i'll PST U about it.

Quote (aftermath5 @ Aug 12 2015 01:51pm)
use session variable for your login page, thats so easy

Edit : http://www.w3schools.com/php/php_sessions.asp


Here the place that will explain you how to use those variable

Double Edit : a login page also require you to block the SQL query so you dont get rape you Database


I took a look at it, don't understand. I'm going to shoot you a PST about it.
Go Back To Programming & Development Topic List
12Next
Add Reply New Topic New Poll