Author |
Topic |
|
jaydeeplusZzZ
Starting Member
39 Posts |
Posted - 05 August 2002 : 01:12:26
|
i get this message when i go to my syte
Microsoft VBScript compilation error '800a03ea'
Syntax error
/board1/langMODS_Ls3kAU4.asp, line 46
case "1033" 'English ^
i'm looking at at langMODS_Ls3kAU4.asp .......and i don't kno wut i'm suppose to do.....
i'm sorry about my other message.....i am just mad becuz everytime i try ti upload a mod. something weird happen. but for real tho. can someone help?
Edited by - jaydeeplusZzZ on 05 August 2002 02:18:09 |
|
jaydeeplusZzZ
Starting Member
39 Posts |
Posted - 05 August 2002 : 02:23:15
|
select case strLangLCID ' case "1030" 'Danish %><!--INCLUDE FILE="LangMODS_Ls3kAU4_1030.asp" --><% case "1033" 'English (this is line 46) WHATS WRONG!?!? %><!--#INCLUDE FILE="LangMODS_Ls3kAU4_1033.asp" --><% ' case "1036" 'French %><!--INCLUDE FILE="LangMODS_Ls3kAU4_1036.asp" --><% ' case "1037" 'Hebrew %><!--INCLUDE FILE="LangMODS_Ls3kAU4_1037.asp" --><% ' case "1041" 'Japanese %><!--INCLUDE FILE="LangMODS_Ls3kAU4_1041.asp" --><% ' case "1043" 'Dutch %><!--INCLUDE FILE="LangMODS_Ls3kAU4_1043.asp" --><% ' case "1046" 'Portuguese - Brazil %><!--INCLUDE FILE="LangMODS_Ls3kAU4_1046.asp" --><% ' case "1053" 'Sweedish %><!--INCLUDE FILE="LangMODS_Ls3kAU4_1053.asp" --><% ' case "2070" 'Portuguese - Portugal %><!--INCLUDE FILE="LangMODS_Ls3kAU4_2070.asp" --><% case else %><!--#INCLUDE FILE="LangMODS_Ls3kAU4_1033.asp" --><% end select %>
Edited by - jaydeeplusZzZ on 05 August 2002 02:24:18
Edited by - jaydeeplusZzZ on 05 August 2002 02:25:18
Edited by - jaydeeplusZzZ on 05 August 2002 02:25:44 |
|
|
Gremlin
General Help Moderator
New Zealand
7528 Posts |
Posted - 05 August 2002 : 03:18:10
|
I don't see anything wrong with the specific line you point out, but you have a lot of INCLUDES there without the # in front, ie #INCLUDE
www.daoc-halo.com |
|
|
jaydeeplusZzZ
Starting Member
39 Posts |
Posted - 05 August 2002 : 03:54:13
|
grem......do u think it might be something in the 1033 .asp file that might be messing something up?
|
|
|
Deleted
deleted
4116 Posts |
Posted - 05 August 2002 : 03:54:16
|
quote:
I don't see anything wrong with the specific line you point out, but you have a lot of INCLUDES there without the # in front, ie #INCLUDE
www.daoc-halo.com
I think Nathan prepared that style intentionally. You just put the # sign if you want that the MOD supports that locale.
The only problem I see is that 1033 (English-US) language file is included twice (one in case else).
Double check the to-do list in readme.htm file of that MOD. There is nothing wrong with that code, as far as we can see...
Think Pink ==> Start Internationalization Here |
|
|
Gremlin
General Help Moderator
New Zealand
7528 Posts |
Posted - 05 August 2002 : 04:17:29
|
quote: I think Nathan prepared that style intentionally. You just put the # sign if you want that the MOD supports that locale.
that makes sense, I was wondering what the point of putting includes within a case structure was, but if your effectively commenting out what you want or don't want, still might be easier just not to have the case structure, certainly less confusing :)
jaydeeplusZzZ if your only going to use English then try replacing all of the code you posted there with just
<!--#INCLUDE FILE="LangMODS_Ls3kAU4_1033.asp" -->
Make sure to double check the opening and closing <% %> tags to make sure you don't get an ASP error.
www.daoc-halo.com |
|
|
jaydeeplusZzZ
Starting Member
39 Posts |
Posted - 05 August 2002 : 08:04:24
|
i did that.... i read the readme.htm ....and i think the readme has a messed up instruction box , or 1 of the the file i got has been damaged in some way. becuz i went thro and put the " # " sign in there. still didn't werk. well it did work. but it got tracked back toanother problem in the ddefault.asp ....it was talking about line 882 . but what i didn't understand about that there was nothing on line 882. nothing at all. and it was saying synatax error and stuff. well i guess i want be getting to many mods from here any more or something. cuz i had to re-install snitz version 33.3.5 or wut ever 4 times trying to install that mod.
|
|
|
Gremlin
General Help Moderator
New Zealand
7528 Posts |
Posted - 05 August 2002 : 08:38:46
|
If you post the other errors then we may be able to help you with them.
www.daoc-halo.com |
|
|
GauravBhabu
Advanced Member
4288 Posts |
Posted - 05 August 2002 : 08:49:31
|
Looks like there you made an error while modifying the Language file.
Apart from that Try
Case 1033 instead of Case "1033"
www.forumSquare.com - Rakesh Jain - It is difficult to IMPROVE on Perfection, There is no harm in Keep Trying. |
|
|
Hamlin
Advanced Member
United Kingdom
2386 Posts |
Posted - 05 August 2002 : 12:59:18
|
If your using version 3.3.05ypu may have to edit that file so it looks like this
<% '################################################################################# '## Copyright (C) 2000-01 Michael Anderson and Pierre Gorissen '## '## This program is free software; you can redistribute it and/or '## modify it under the terms of the GNU General Public License '## as published by the Free Software Foundation; either version 2 '## of the License, or any later version. '## '## All copyright notices regarding Snitz Forums 2000 '## must remain intact in the scripts and in the outputted HTML '## The "powered by" text/logo with a link back to '## http://forum.snitz.com in the footer of the pages MUST '## remain visible when the pages are viewed on the internet or intranet. '## '## This program is distributed in the hope that it will be useful, '## but WITHOUT ANY WARRANTY; without even the implied warranty of '## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the '## GNU General Public License for more details. '## '## You should have received a copy of the GNU General Public License '## along with this program; if not, write to the Free Software '## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. '## '## Support can be obtained from support forums at: '## http://forum.snitz.com '## '## Correspondence and Marketing Questions can be sent to: '## reinhold@bigfoot.com '## '## or '## '## Snitz Communications '## C/O: Michael Anderson '## PO Box 200 '## Harpswell, ME 04079 '#################################################################################
'## SNITZ FORUM 2000 MOD LANGUAGE FILE '## Mod Active Users 4.0 '## Author: Nathan Bales %> <!--#INCLUDE FILE="LangMODS_Ls3kAU4_1033.asp" -->
It works after that
no matter how fast light travels it finds the darkness has always got there first, and is waiting for it. installation guide | mods |
|
|
|
Topic |
|