| Author |
Topic Search Topic Options
|
velkymx
Groupie
Joined: 24 February 2003
Location: United States
Status: Offline
Points: 44
|
Post Options
Thanks(0)
Quote Reply
Topic: Login Component Posted: 14 April 2004 at 1:48pm |
I want to integrate the forum component into my entire site, however I
am unable to pull out the part that remembers the user name and
re-apply it to the rest of the site. Users have to relogin even though
they are still logged into the forum!
Edited by velkymx
|
 |
velkymx
Groupie
Joined: 24 February 2003
Location: United States
Status: Offline
Points: 44
|
Post Options
Thanks(0)
Quote Reply
Posted: 14 April 2004 at 1:48pm |
|
Sample: http://www.paintballincalifornia.com/
|
 |
WebWiz-Bruce
Admin Group
Web Wiz Developer
Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
|
Post Options
Thanks(0)
Quote Reply
Posted: 14 April 2004 at 1:55pm |
|
Logging in is done in the file common.asp so that is a good starting point for you.
Next please post in the correct forum or your post WILL be deleted.
Edited by -boRg-
|
|
|
 |
dj air
Senior Member
Joined: 05 April 2002
Location: United Kingdom
Status: Offline
Points: 3627
|
Post Options
Thanks(0)
Quote Reply
Posted: 14 April 2004 at 3:06pm |
i am creating a login application (stand alone application).. for a site but wwf users will have an advantage with it .. at a click of a button and some help from me .. you will be able to use the application with wwf V7 or V8,
it is in beta at the moment without the wwf feature implimented but i am hoping to empliment it in the next release but time is hard to find at present.
im busy creating another website. a beta version can be found here it is very high tech and secure... www.breathofair.info/asp/applications/login
|
 |
MadDog
Mod Builder Group
Joined: 01 January 2002
Status: Offline
Points: 3008
|
Post Options
Thanks(0)
Quote Reply
Posted: 14 April 2004 at 3:30pm |
All you people need to do is get the User_code from the Cookie and query it against the DB field "User_code" in tblAuthor. If it matches, the user is logged in. If it doesn't, the user is not logged in.
It would take only a few lines to determine that. There is no need for a Application!
|
|
|
 |
dj air
Senior Member
Joined: 05 April 2002
Location: United Kingdom
Status: Offline
Points: 3627
|
Post Options
Thanks(0)
Quote Reply
Posted: 15 April 2004 at 6:40am |
MadDog wrote:
It would take only a few lines to determine that. There is no need for a Application!
|
maddog was the above refering to my application?
im make the appliation so any website on earth can use it .. not just wwf. but if you are a wwf user you can then intergrate my application with the forum ,.. and from my application you will be able to register, edit profile, login, edit login details .. it will be a mini portal... and saves registering twice, loging in , etc....
Edited by dj air
|
 |
dpyers
Senior Member
Joined: 12 May 2003
Status: Offline
Points: 3937
|
Post Options
Thanks(0)
Quote Reply
Posted: 15 April 2004 at 8:22am |
Would you be using your own user table and using it to drive the wwf user table and whatever user table is used on the rest of the site?
Could work for new sites, For existing sites with 2 logins, there's a couple of issues you'll need to address.
- No guarentee that an existing user has the same login and/or password for the wwf and other parts of the site.
- You probably can't decrypt either password. You can reset the wwf password, but may/may not be able to reset the other one. You'll have to write some code to do a mass reset to unigue passwords and email each user with their new one.
|
Lead me not into temptation... I know the short cut, follow me.
|
 |
dj air
Senior Member
Joined: 05 April 2002
Location: United Kingdom
Status: Offline
Points: 3627
|
Post Options
Thanks(0)
Quote Reply
Posted: 15 April 2004 at 10:29am |
the wwf mode uses the forum table .. as it uses same encryption, so you can rest passwords etc...
it uses links .... and in wwf mode you dont need to add fields etc.. as they will be there just need to link the table to the login manager database.
as you are using links the tables are the one and same table .. so password will be the same as it is using the same field.
|
 |