Author |
Topic  |
|
tigermain
Starting Member
United Kingdom
19 Posts |
Posted - 14 April 2002 : 04:48:24
|
hey peeps I've integrated other parts of my site into the snitz forum, e.g case gallery.
People can log on, but how do I have them log on so it is stored in the cookie / how do I read current forum username back from the cookie in other parts of the site !?!?
Is the an external logon mod like on the snitz from page anywhere ?!?
Thanks guys, I couldnt find it by searching
|
|
@tomic
Senior Member
   
USA
1790 Posts |
Posted - 14 April 2002 : 06:19:16
|
The login code can be found in inc_top.asp. There are many discussions and samples of code all over this site demonstrating how it can be done.
@tomic
http://www.skepticfriends.org |
 |
|
tigermain
Starting Member
United Kingdom
19 Posts |
Posted - 16 April 2002 : 04:20:54
|
There seem to be loads but I cant find ANY which actual tell you how to do it !!
The code they give is incomplete, any one find a thread with the actual code in ?!?!?!
|
 |
|
keston
Starting Member
Netherlands
49 Posts |
Posted - 17 May 2002 : 08:54:51
|
quote:
There seem to be loads but I cant find ANY which actual tell you how to do it !!
The code they give is incomplete, any one find a thread with the actual code in ?!?!?!
Like tigermain I'm still searching for an external logon solution (that is the logged in/out box). Played a little with the global logon....didn't get it to work.
What is used on the page forum.snitz.com/default.asp? Can that be shared? Would be fantastic!!
====== keston ======
Edited by - keston on 17 May 2002 08:55:53 |
 |
|
kjartis
New Member

Norway
94 Posts |
Posted - 21 May 2002 : 20:10:06
|
I would also like to know! |
 |
|
@tomic
Senior Member
   
USA
1790 Posts |
|
Nathan
Help Moderator
    
USA
7664 Posts |
Posted - 21 May 2002 : 20:31:00
|
There is a file at the snitz exchange called 'inc_login.asp'
It can be used for exteral logins. It contains no readme.
Nathan Bales Snitz Exchange | Do's and Dont's |
 |
|
@tomic
Senior Member
   
USA
1790 Posts |
Posted - 21 May 2002 : 20:34:40
|
The thing is, the external login will not work outside the forum without some additional coding. You will need inc_top.asp, inc_footer.asp and if I remember right inc_functions.asp included on the page with such a global login.
@tomic
http://www.skepticfriends.org |
 |
|
snaayk
Senior Member
   
USA
1061 Posts |
Posted - 21 May 2002 : 20:36:31
|
quote:
There is a file at the snitz exchange called 'inc_login.asp'
It can be used for exteral logins. It contains no readme.
Nathan Bales Snitz Exchange | Do's and Dont's
Don't forget to change the cookies to website in the admin properties. In my site, I simply separated the login form inc_top and made it its own login inc file that I included where ever I desired. Thats probably what the inc_login that Nathan mentioned is.
Nathan is that new? I had never heard of it before.
 |
 |
|
@tomic
Senior Member
   
USA
1790 Posts |
Posted - 21 May 2002 : 20:46:26
|
Actually, back in the archives there are different versions for different versions of Snitz. But that cookie part is really important. I forgot that one tiny little thing the first time I set up that login system.
@tomic
http://www.skepticfriends.org |
 |
|
Nathan
Help Moderator
    
USA
7664 Posts |
Posted - 21 May 2002 : 21:23:26
|
No, that file has been around for a while. I made it when I first customized merdok's forum for him.
Nathan Bales Snitz Exchange | Do's and Dont's |
 |
|
|
Topic  |
|