Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - NT user database for WWG
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

NT user database for WWG

 Post Reply Post Reply
Author
the boss View Drop Down
Senior Member
Senior Member
Avatar

Joined: 19 January 2003
Location: Saudi Arabia
Status: Offline
Points: 1727
Post Options Post Options   Thanks (0) Thanks(0)   Quote the boss Quote  Post ReplyReply Direct Link To This Post Topic: NT user database for WWG
    Posted: 09 March 2003 at 11:36am

 See this code...

http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=7814&lngWId=4

it would be a great idea to modify form so that it work by authorizing u againt NT user database and therefore no registration is needed to use the forum.. will be a great idea for people who use the WWg forum on corporate Intranet.. like me

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: 09 March 2003 at 1:56pm

It's very simple to do yourself, by editing just a 1 line of code in the common.asp file to read in the NT user password instead of the cookie then place the NT user password in the tblAuthor in the field storing the users usercode.

Below is the code I use for this perpose:-

'Read in users ID number from the cookie
'strLoggedInUserCode = Trim(Mid(Request.Cookies("Forum")("UserID"), 1, 44))

strLoggedInUserCode = Trim(Request.ServerVariables("AUTH_USER"))

I also wrote a new signup page that simply placed the NT user password in the usercode field.

Back to Top
 Post Reply Post Reply

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.