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
 Error in my Admin_config_email
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

acoustika
Junior Member

Denmark
311 Posts

Posted - 27 October 2003 :  19:34:45  Show Profile  Visit acoustika's Homepage  Send acoustika an ICQ Message
Help I get this error when I push the email config in the Admin menu.

Fejltype:
Der opstod en Microsoft VBScript-kompileringsfejl (0x800A0411)
Navnet er omdefineret
/uniquedk/forum/admin_config_email.asp, line 181, column 4
dim i, j
---^


Browsertype:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322)

Side:
GET /uniquedk/forum/admin_config_email.asp

May The Code Be With You
www.UniqueDk.dk *** The Open Forums of Denmark ***

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 27 October 2003 :  20:31:22  Show Profile
you must have added something that has:

dim i

in it somewhere.
Go to Top of Page

acoustika
Junior Member

Denmark
311 Posts

Posted - 27 October 2003 :  20:38:06  Show Profile  Visit acoustika's Homepage  Send acoustika an ICQ Message
okay, I thiught so, it was because of some mod But im not quiet sure when this has happende, I have installed the email all users mod, can it be this one?

May The Code Be With You
www.UniqueDk.dk *** The Open Forums of Denmark ***
Go to Top of Page

acoustika
Junior Member

Denmark
311 Posts

Posted - 27 October 2003 :  20:41:09  Show Profile  Visit acoustika's Homepage  Send acoustika an ICQ Message
I have this in admin_config_namefilter

Function IsValidString(sValidate)
Dim sInvalidChars
Dim bTemp
Dim i
' Disallowed characters
sInvalidChars = "!#$%^&*()=+{}[]|\;:/?>,<'"
for i = 1 To Len(sInvalidChars)
if InStr(sValidate, Mid(sInvalidChars, i, 1)) > 0 then bTemp = True
if bTemp then Exit For
next
for i = 1 to Len(sValidate)
if Asc(Mid(sValidate, i, 1)) = 160 then bTemp = True
if bTemp then Exit For
next


dont know if its the base code


in my pop_profile I also have a Dim i thing

May The Code Be With You
www.UniqueDk.dk *** The Open Forums of Denmark ***

Edited by - acoustika on 27 October 2003 20:44:46
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 27 October 2003 :  20:46:08  Show Profile
admin_config_namefilter.asp is not an included file when you edit the Email Server Configuration. What you are looking for is something that was added to either inc_header.asp, inc_func_common.asp, config.asp, inc_footer.asp, and any other file that is listed as an include in admin_config_email.asp
Go to Top of Page

acoustika
Junior Member

Denmark
311 Posts

Posted - 27 October 2003 :  20:51:19  Show Profile  Visit acoustika's Homepage  Send acoustika an ICQ Message
can it be this in config????

'############## MOD: Search Log ############
Dim strSLDoLog, strSLDisplay, strSLPageSize, strSLShowSearches, strSLShowKeywords, strDBNTFUserName, chkCookie, arrTempScript, strTempImageUrl, tmpicons, fWidth, fHeight, txtBadWordWords, txtBadWordReplace, bwords, bREPLACE, i, strSql
Dim strSLShowQueries, strSLShowSearchers, strSLShowForums, strDBNTSQLName, strScriptName, strTmpPageBGImageURL, my_Conn, strDBNTUserName, fString
'############## MOD: Search Log ############

May The Code Be With You
www.UniqueDk.dk *** The Open Forums of Denmark ***
Go to Top of Page

acoustika
Junior Member

Denmark
311 Posts

Posted - 27 October 2003 :  20:53:53  Show Profile  Visit acoustika's Homepage  Send acoustika an ICQ Message
well removing it did the job, but i wonder if evething else works now *S*

But thanks alot Richard ;-)

May The Code Be With You
www.UniqueDk.dk *** The Open Forums of Denmark ***

Edited by - acoustika on 27 October 2003 20:55:04
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 27 October 2003 :  21:08:40  Show Profile
you're welcome
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.44 seconds. Powered By: Snitz Forums 2000 Version 3.4.07