Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 DEV-Group
 DEV Internationalization (v4-archive)
 how can i ban an ip from the forum.or can i?
 New Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

maviyanki
Starting Member

23 Posts

Posted - 05 February 2002 :  14:29:37  Show Profile  Reply with Quote
hello we use snitz forum..we want to block senders of ip..how can we do it..please help?thank you


[moved by bozden on 30 September 2002]

<

Edited by - Deleted on 30 September 2002 18:58:14

Nathan
Help Moderator

USA
7664 Posts

Posted - 05 February 2002 :  18:12:32  Show Profile  Visit Nathan's Homepage
Use the ban IP mod : http://forum.snitz.com/forum/topic.asp?TOPIC_ID=19953

 Nathan Bales - Romans 15:13
---------------------------------

Snitz Exchange | Mod Resource
<
Go to Top of Page

tomasalsbro
Average Member

Sweden
818 Posts

Posted - 05 February 2002 :  19:01:57  Show Profile  Visit tomasalsbro's Homepage
Nathan,
isn't that mod for v3.3 or...

I think maviyanki asked for a ban-mod for v.4.b

Tomas

!-Keep distance in traffic-!
www.whiplash.pp.se<
Go to Top of Page

Nathan
Help Moderator

USA
7664 Posts

Posted - 05 February 2002 :  20:46:35  Show Profile  Visit Nathan's Homepage
3.3 mods are compatable with version 4.0b1-3. . . they just need the strings pulled out and stuck in langMods.asp

 Nathan Bales - Romans 15:13
---------------------------------

Snitz Exchange | Mod Resource
<
Go to Top of Page

Deleted
deleted

4116 Posts

Posted - 06 February 2002 :  05:45:45  Show Profile
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 .


Think PinkPost v40b03 Patches<
Go to Top of Page

maviyanki
Starting Member

23 Posts

Posted - 09 March 2002 :  17:12:15  Show Profile

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


please help me..

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