Snitz Forums 2000
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
 Active Users blocking?
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Andy Humm
Average Member

United Kingdom
908 Posts

Posted - 30 April 2008 :  17:05:38  Show Profile
Very, Very rarely, I get the following screen on active_users.asp

Given there are 17 guests only a few lines are displayed then the blackout.
The error message is:
Microsoft OLE DB Provider for ODBC Drivers error '80040e10'
[Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 1.
/forum/active_users.asp, line 640

line640 is inside case topic
  case "topic"
          strQuery = fQuery
          fForum_ID = analyzeQuery(strQuery, "FORUM_ID")
          if fForum_ID = "" then
            strPage = fLang(strLangMOD_Ls3kAU_01270)
          else
            strSql = "SELECT F_SUBJECT FROM " & strTablePrefix & "FORUM WHERE FORUM_ID=" & fForum_ID
            set rst = my_conn.execute(strSql)
            if rst.EOF or rst.BOF then
              strPage = fLang(strLangMOD_Ls3kAU_01270)
            else
              fSubject = rst("F_SUBJECT")
              rst.close
              set rst = nothing
              if chkForumAccess(fForum_ID, MemberID, false) then
                strPage = fLang(strLangMOD_Ls3kAU_01360) & "<br><a href=""link.asp?FORUM_ID=" & fForum_ID & """>"
                strPage = strPage & fSubject
              else
                strOnlineLocation = fLang(strLangMOD_Ls3kAU_01370)
              end if
            end if
          end if


Line 640 is in red

The IP Address: 79.189.9.82
Hostname: iaj82.internetdsl.tpnet.pl




Can anyone identify the problem..
rgds andy

Edited by - Andy Humm on 30 April 2008 17:15:22

Andy Humm
Average Member

United Kingdom
908 Posts

Posted - 30 April 2008 :  17:20:44  Show Profile
Googling the ip address, it appears it comes from
4/8/08 2:03PM 79.189.9.82 15soannenly patrickchvs@email.com
Source: http://www.stopforumspam.com/country/pl
http://www.stopforumspam.com/
Would blocking the IP solve the problem?

Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.37 seconds. Powered By: Snitz Forums 2000 Version 3.4.07