how to make a custom login page? [message #5366] |
Thu, 29 August 2002 14:53 |
laiskloom
Messages: 4 Registered: August 2002 Location: Estonia, Tallinn
Karma: 0
|
Junior Member |
|
|
i need to make a custom login page, that does all the same things as when logging in to the forum - takes the information form the user, starts a session and directs the user to specified page. but instead of directing the user to the forum, he/she should be directed to specified page (not to the forum). the session must remain so that when the user wants to go to the forum later, he is allready loged in.
where can i get clues?
buffer overflow,
insert coin
|
|
|
Re: how to make a custom login page? [message #5367 is a reply to message #5366] |
Thu, 29 August 2002 16:19 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
login.php.t has all of the login code.
If you look at login.tmpl you will find the files needed by this form. ex {REF: db.tmpl} means that db.inc is required.
FUDforum Core Developer
|
|
|
|
Re: how to make a custom login page? [message #5369 is a reply to message #5368] |
Thu, 29 August 2002 20:23 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Well, if you are going to be writing code that'll run as the webserver then no worry, the webserver will be able to access those files.
FUDforum Core Developer
|
|
|