quote: 3.3 mods are compatable with version 4.0b1-3. . . they just need the strings pulled out and stuck in langMods.asp
Not necessarily so easy, but only 80% this statement is correct. There are a lot of more issues such as use of uppercase letters in DB calls, changing some parts of code so it can be valid for any language, etc.
Also we need some language packs for that MOD.
So, a MOD must be made v4 compatible, or just be checked for being v4 compatible .
hello; i setup ban ip mod and it worked corectly but now this mod has a asp error that ;
Microsoft VBScript runtime error '800a0009'
Subscript out of range: 'i'
/forumold/admin_ban_ip.asp, line 236
and admin_ban_ip.asp lines here are;
set rsAcct = my_Conn.Execute(strSql)
' if no match found, store an empty space ' if match found, store the members username if rsAcct.EOF or rsAcct.BOF then aryAcct(i) = "" else aryAcct(i) = rsAcct("M_NAME") end if next