Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 ipv6 update

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!
Before posting, make sure you have read this topic!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
ernieek Posted - 12 December 2007 : 08:40:32
Hello,

I use internal an Snitzforum.

Or clients are ipv6 enabled.

When you use ipv6 the forum give truncate error.(ipv4 is shorter then ipv6)

So when you run this sql code then your forum is ipv6 ready

USE [Your database name]
GO

ALTER TABLE FORUM_REPLY
ALTER COLUMN R_IP nvarchar(40) null
go

ALTER TABLE FORUM_MEMBERS
ALTER COLUMN M_LAST_IP nvarchar(40) NULL
go

ALTER TABLE FORUM_MEMBERS
ALTER COLUMN M_IP nvarchar(40) NULL
go

ALTER TABLE FORUM_A_TOPICS
ALTER COLUMN T_IP nvarchar(40) NULL
go

ALTER TABLE FORUM_A_REPLY
ALTER COLUMN R_IP nvarchar(40) NULL
go

ALTER TABLE FORUM_MEMBERS_PENDING
ALTER COLUMN M_LAST_IP nvarchar(40) NULL
go

ALTER TABLE FORUM_MEMBERS_PENDING
ALTER COLUMN M_IP nvarchar(40) NULL
go

ALTER TABLE FORUM_TOPICS
ALTER COLUMN T_IP nvarchar(40) NULL
go

ALTER TABLE FORUM_FORUM
ALTER COLUMN F_IP nvarchar(40) NULL
go

ALTER TABLE FORUM_REPLY
ALTER COLUMN R_IP nvarchar(40) NULL
go

ALTER TABLE FORUM_MEMBERS
ALTER COLUMN M_LAST_IP nvarchar(40) NULL
go

ALTER TABLE FORUM_MEMBERS
ALTER COLUMN M_IP Nvarchar(40) NULL
go

Have fun.
Erwin<
2   L A T E S T    R E P L I E S    (Newest First)
ernieek Posted - 12 December 2007 : 09:34:30
okay, sorry.

I used the search and looking on ipv6 but there was nothing found.

erwin<
HuwR Posted - 12 December 2007 : 09:14:11
topic is discussed here http://forum.snitz.com/forum/topic.asp?TOPIC_ID=62954<

Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.07 seconds. Powered By: Snitz Forums 2000 Version 3.4.07