Snitz Forums 2000
Home
|
Profile
|
Register
|
Active Topics
|
Members
|
Search
|
FAQ
Username:
Password:
Save Password
Forgot your Password?
All Forums
Help Groups for Snitz Forums 2000 Users
Help: MOD Implementation
universal login error
New Topic
Topic Locked
Printer Friendly
Author
Topic
amdgamer
Starting Member
4 Posts
Posted - 23 August 2003 : 00:24:28
You are logged on as
Microsoft VBScript runtime error '800a000d'
Type mismatch: 'ChkString'
/amdgamer/login2.asp, line 22
the actual login in part works fine but i get that error. but if you go to the forum you are login.
my code.
<%
strDBNTUserName = Request.Cookies("Snitz00User")("Name")
Response.Write " <table width=""156"" border=""0"" bordercolor=""midnightblue"" cellspacing=""0"" cellpadding=""2"" align=""center"">" & vbNewLine & _
" <tr bgcolor=""blue"">" & vbNewLine & _
" <td valign=""top"" align=""center"" class=""headcell""><font color =""white""><b>-:Forum Login:-</b></td>" & vbNewLine & _
" </tr>" & vbNewLine & _
" <tr bgcolor=""black"">" & vbNewLine & _
" <td class=""smalltext"" valign=""top"" align=""center""><font color=""white"">" & vbNewLine
if strDBNTUserName = "" then
Response.Write " <form action=""forum/default_login.asp"" method=""post"" id=""form1"" name=""form1"" a target=""AMDGamer_Forums."">" & vbNewLine & _
" <input type=""hidden"" name=""Method_Type"" value=""login"">" & vbNewLine
Response.Write " <b>Username:</b><br />" & vbNewLine & _
" <input type=""text"" name=""Name"" size=""10"" maxLength=""25"" value=""""><br />" & vbNewLine & _
" <b>Password:</b><br />" & vbNewLine & _
" <input type=""password"" name=""Password"" size=""10"" maxLength=""25"" value=""""><br />" & vbNewLine
Response.Write " <input src=""button_login2.gif"" type=""image"" border=""0"" value=""Login"" id=""submit1"" name=""submit1""><br />" & vbNewLine
Response.Write " <input type=""checkbox"" name=""SavePassWord"" value=""true"" tabindex=""-1"" CHECKED><b> Save Password</b><br />" & vbNewLine
else
Response.Write " <form action=""forum/login.asp"" method=""post"" id=""form2"" name=""form2"">" & vbNewLine & _
" <input type=""hidden"" name=""Method_Type"" value=""logout"">" & vbNewLine & _
" You are logged on as<br />" & vbNewLine
Response.Write "<b>" & ChkString(strDBNTUserName , "display") & "</b><br />" & vbNewLine
Response.Write "<input class=""btn"" type=""submit"" value=""Logout"" id=""submit1"" name=""submit1"" tabindex=""-1""><br />"
if (mlev = 4) or (lcase(strNoCookies) = "1") then
Response.Write " " & vbNewLine & _
" <a href=""forum/admin_home.asp""" & dWStatus("Access the Forum Admin Functions...") & " tabindex=""-1"">Admin Options</a>"
end if
Response.Write " </form>" & vbNewLine
end if
Response.Write "</td></tr></table>" & vbNewLine
%>
thanks
OneWayMule
Dev. Team Member & Support Moderator
Austria
4969 Posts
Posted - 23 August 2003 : 01:13:32
Do you have inc_func_common.asp included in the page?
Also, please use the
code tags
next time you post code, makes it a lot more readable.
My MODs
:
Birthdays
-
Custom Policy
-
F.A.Q. Administration
-
Forum Rules
-
Guestbook
Links Manager
-
MyOwnGoogle
-
Profile Views
-
Search Log
-
WebSearch
Useful stuff
:
Forum and MOD Installation
-
MOD Installation Guide
-
Snitz v3.4.05 Readme
-
Free ASP Hosts
-
Support Snitz
amdgamer
Starting Member
4 Posts
Posted - 23 August 2003 : 02:13:26
woops thanks alot working perfectly now.
Topic
New Topic
Topic Locked
Printer Friendly
Jump To:
Select Forum
Announcements
Announcements: Security Related Bug Fixes
Announcements: Community
Announcements: New Releases
A Testing Area
Testing Forums
Help Groups for Snitz Forums 2000 Users
Help: General / MVC version(v1.XX)
Help: General / Classic ASP versions(v3.4.XX)
Help: General / Previous versions
Help: Database: MS Access
Help: Database: MS SQL Server
Help: Database: MySql
Help: Mail Configuration
Help: MOD Implementation
Help: Authentication: NT
Help: General / Current Version (Old)
Frequently Asked Questions
FAQ About This Site
HOW DO I FAQs
FAQs for Using Snitz with Access
FAQs for Using Snitz with mySQL
FAQs for Using Snitz with SQLServer
FAQ for Beginners to Snitz Forums
FAQ For Developers
FAQ for Webmasters
FAQ Addition Requests
Snitz Forums 2000 MOD-Group
Mod Integration Project (BUG Reports)
MOD Completed Add-Ons
MOD Add-On Forum (W/Code)
MOD Add-On Forum (W/O Code)
Community Forums
Graphics & Style in Snitz!
Suggest forum.snitz.com Content
Show-Off Your Forums
Code Support: ASP (Non-Forum Related)
Code Support: ASP.NET (Non-Forum Related)
Community Discussions (All other subjects)
Snitz Forums 2000 DOC-Group
DOC Discussion
DOC In-Box
DOC Out-Box
Snitz Forums 2000 DEV-Group
DEV Bug Reports (Open)
DEV Discussions (General)
DEV Discussions (Oracle)
DEV Discussions (VFP)
DEV Bug Reports (Closed)
DEV Internationalization (v4-archive)
DEV Internationalization (v4)
URLs and Other Resources
Snitz Forums 2000 - Classic ASP version
SnitzBitz
Snitz MVC development site
Snitz Downloads/etc...
SourceForge
--------------------
Home
Active Topics
Frequently Asked Questions
Member Information
Search Page
Snitz Forums 2000
© 2000-2021 Snitz™ Communications
This page was generated in 0.36 seconds.