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 MOD-Group
 MOD Add-On Forum (W/Code)
 Snitz SpellChecker 2004
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

@tomic
Senior Member

USA
1790 Posts

Posted - 28 August 2004 :  12:27:46  Show Profile  Visit @tomic's Homepage  Send @tomic an ICQ Message
Snitz SpellChecker 2004

Original MOD by Huwr and Da_Stimulator

Updated for Snitz 3.4.04 by @tomic

Here's one that's been around but needed a small update since it was done right after 3.4 first came out in 2002. It's been updated to reflect the most recent version of Snitz and the readme was updated so it should be easier for everyone to install. I also tried to clarify a couple of points and even added an XP style icon option.

Updated 8/28/2004

Download Link:
http://www.atomicwebstudio.com/snitz/

@

SportsBettingAcumen.com

Etymon
Advanced Member

United States
2383 Posts

Posted - 28 August 2004 :  23:43:11  Show Profile  Visit Etymon's Homepage
Hi @tomic,

Thank you for the update on the MOD!

Hey, the db, for those of us who have an account where we can only have one db connection ... what can we do to use your MOD? Can we import the tables? Or is that not a good way to go about it?

Cheers,

Etymon

Go to Top of Page

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 29 August 2004 :  00:08:12  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message
Installed and working without problems. Thanks.

My MODs:
Birthdays - Custom Policy - F.A.Q. Administration - Forum Rules - Guestbook
Links Manager - MyOwnGoogle - Profile Views - Search Log - WebSearch

Useful stuff:
Forum and MOD Installation - MOD Installation Guide - Snitz v3.4.05 Readme - Free ASP Hosts - Support Snitz
Go to Top of Page

@tomic
Senior Member

USA
1790 Posts

Posted - 29 August 2004 :  02:45:57  Show Profile  Visit @tomic's Homepage  Send @tomic an ICQ Message
Oh yeah, you could definately import it. That's definately the best way to go.

Make sure the table is called dictionary. Index the single column if you want speed and can afford the space.

You'd need to alter these line's in pop_spellcheck.asp:

Near line 47 mysteriously misplace the following line:

spellConnStr = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("/database/dictionary2000.mdb")

Near line 93 change the following:

set SpellConn = Server.CreateObject("adodb.connection")
SpellConn.open spellConnStr
set rs = SpellConn.execute(sql)
while not rs.eof

to this

set rs = my_Conn.execute(sql)
while not rs.eof


Near line 102 send the following lines to Valhalla...errr delete them:

SpellConn.close
set SpellConn = nothing

This is off the top of my head but that should do it.

@

SportsBettingAcumen.com

Edited by - @tomic on 29 August 2004 02:46:48
Go to Top of Page

Etymon
Advanced Member

United States
2383 Posts

Posted - 29 August 2004 :  16:57:31  Show Profile  Visit Etymon's Homepage
Ah! GREAT! Thanks @tomic.

I was hoping it would be easy!

Etymon
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.26 seconds. Powered By: Snitz Forums 2000 Version 3.4.07