Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - quick login and annonymous
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

quick login and annonymous

 Post Reply Post Reply Page  12>
Author
ctscott View Drop Down
Senior Member
Senior Member


Joined: 27 May 2003
Location: United States
Status: Offline
Points: 246
Post Options Post Options   Thanks (0) Thanks(0)   Quote ctscott Quote  Post ReplyReply Direct Link To This Post Topic: quick login and annonymous
    Posted: 12 November 2003 at 7:53am
just started playing with Mozilla Firebird and did a quick login but i showed as undercover. logged out logged in the old fashion way and i show.  is annonymous the default for the quick logon or am i firebird ignorant? 
______________________
College Football Trivia
Back to Top
WebWiz-Bruce View Drop Down
Admin Group
Admin Group
Avatar
Web Wiz Developer

Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
Post Options Post Options   Thanks (0) Thanks(0)   Quote WebWiz-Bruce Quote  Post ReplyReply Direct Link To This Post Posted: 12 November 2003 at 8:16am
annonymous is the default for the quick login.
Back to Top
ctscott View Drop Down
Senior Member
Senior Member


Joined: 27 May 2003
Location: United States
Status: Offline
Points: 246
Post Options Post Options   Thanks (0) Thanks(0)   Quote ctscott Quote  Post ReplyReply Direct Link To This Post Posted: 12 November 2003 at 8:23am
ok
______________________
College Football Trivia
Back to Top
wistex View Drop Down
Mod Builder Group
Mod Builder Group


Joined: 30 August 2003
Location: United States
Status: Offline
Points: 877
Post Options Post Options   Thanks (0) Thanks(0)   Quote wistex Quote  Post ReplyReply Direct Link To This Post Posted: 14 November 2003 at 4:13am
Is there a variable to change that, or do I need to rewrite the part of the code?
Back to Top
WebWiz-Bruce View Drop Down
Admin Group
Admin Group
Avatar
Web Wiz Developer

Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
Post Options Post Options   Thanks (0) Thanks(0)   Quote WebWiz-Bruce Quote  Post ReplyReply Direct Link To This Post Posted: 14 November 2003 at 7:56am
There is a hidden HTML form field used in the quick login change it's value to true, or false, can't remeber off hand how it has to be set.
Back to Top
wistex View Drop Down
Mod Builder Group
Mod Builder Group


Joined: 30 August 2003
Location: United States
Status: Offline
Points: 877
Post Options Post Options   Thanks (0) Thanks(0)   Quote wistex Quote  Post ReplyReply Direct Link To This Post Posted: 15 November 2003 at 10:21am

 

Thanks for the ability to turn features on and off.  Its a pain to have to rewrite something.  With your little variables, I don't have to mod it!

Back to Top
wistex View Drop Down
Mod Builder Group
Mod Builder Group


Joined: 30 August 2003
Location: United States
Status: Offline
Points: 877
Post Options Post Options   Thanks (0) Thanks(0)   Quote wistex Quote  Post ReplyReply Direct Link To This Post Posted: 18 November 2003 at 4:18am

Hi Borg,

All I see is this:

'If the user has not logged in (guest user ID = 2) then show them a quick login form
If lngLoggedInUserID = 2 Then
 
 Response.Write(vbCrLf & " <td align=""right"" class=""smText""><form method=""post"" name=""frmLogin"" action=""login_user.asp"">")
 If blnLongSecurityCode Then Response.Write(strTxtLogin) Else Response.Write(strTxtQuickLogin)
 Response.Write(" " & _
 vbCrLf & "     <input type=""text"" size=""10"" name=""name"" class=""smText"" />" & _
 vbCrLf & "       <input type=""password"" size=""10"" name=""password"" class=""smText"" />" & _
 vbCrLf & "     <input type=""hidden"" name=""QUIK"" value=""true"" />")
 If blnLongSecurityCode = false Then Response.Write(vbCrLf & "     <input type=""hidden"" name=""sessionID"" value=""" & Session.SessionID & """ />")
 Response.Write(vbCrLf & "     <input type=""submit"" value=""" & strTxtGo & """ class=""smText"">" & _
 vbCrLf & " </form></td>") 
 
End If

I can't seem to find what to change.  If I change QUIK to false, it only seems to effect this in login_user.asp:

'If not quick login empty variables
If Request.Form("QUIK") OR blnSecurityCodeOK = false Then
 strUsername = Replace(strUsername, "''", "'")
 strPassword = Replace(strPassword, "''", "'")
Else
 strUsername = ""
 strPassword = ""
End If

I'm not sure what that does, but it doesn't look like it has anything to do with anonymous users. 

I can't seem to find the variable you are talking about to change that makes quick login users visible instead of anonymous.

I'm not an asp programmer, so it's probably right in front of my face.

Back to Top
WebWiz-Bruce View Drop Down
Admin Group
Admin Group
Avatar
Web Wiz Developer

Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
Post Options Post Options   Thanks (0) Thanks(0)   Quote WebWiz-Bruce Quote  Post ReplyReply Direct Link To This Post Posted: 18 November 2003 at 6:33am
Sorry I don't remeber then
Back to Top
 Post Reply Post Reply Page  12>

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.