[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 173: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 174: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 180: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
IntegraMOD Home of phpBB Integrated Modifications 2006-05-18T05:08:38-07:00 https://integramod.com/forum/feed.php?f=17&t=771 2006-05-18T05:08:38-07:00 2006-05-18T05:08:38-07:00 https://integramod.com/forum/viewtopic.php?t=771&p=6367#p6367 <![CDATA[Can spellcheck use it own DB]]>

A

Statistics: Posted Author: Adrian Rea — Thu May 18, 2006 5:08 am


]]>
2006-05-18T01:28:39-07:00 2006-05-18T01:28:39-07:00 https://integramod.com/forum/viewtopic.php?t=771&p=6336#p6336 <![CDATA[Re: Can spellcheck use it own DB]]>
Yes, a KB would be nise, maybe i will give it a try?

Statistics: Posted Author: Okki — Thu May 18, 2006 1:28 am


]]>
2006-05-18T01:09:19-07:00 2006-05-18T01:09:19-07:00 https://integramod.com/forum/viewtopic.php?t=771&p=6333#p6333 <![CDATA[Can spellcheck use it own DB]]>
Thanks

A

Statistics: Posted Author: Adrian Rea — Thu May 18, 2006 1:09 am


]]>
2006-05-17T15:43:54-07:00 2006-05-17T15:43:54-07:00 https://integramod.com/forum/viewtopic.php?t=771&p=6315#p6315 <![CDATA[Can spellcheck use it own DB]]> Statistics: Posted Author: Okki — Wed May 17, 2006 3:43 pm


]]>
2006-05-17T13:56:52-07:00 2006-05-17T13:56:52-07:00 https://integramod.com/forum/viewtopic.php?t=771&p=6302#p6302 <![CDATA[Can spellcheck use it own DB]]> )

Nice one lune <img>

A

Statistics: Posted Author: Adrian Rea — Wed May 17, 2006 1:56 pm


]]>
2006-05-17T11:37:17-07:00 2006-05-17T11:37:17-07:00 https://integramod.com/forum/viewtopic.php?t=771&p=6286#p6286 <![CDATA[Re: Can spellcheck use it own DB]]>
anyway this is how i did it

create a DB for it

#-----[ OPEN ]------------------------------
#

....spellingspell_config.php

#
#-----[ FIND ]------------------------------------------

// ----------------------------------------------

// ----- Uncomment which ever line you need -----

// ----------------------------------------------

// $Spell_Config['DB_Type'] = 'PHPBB'; <--- comment this line

// $Spell_Config['DB_Type'] = 'Hivemail';

$Spell_Config['DB_Type'] = 'MySQL'; <---Uncomment this line

// $Spell_Config['DB_Type'] = 'PHPNuke';

// $Spell_Config['DB_Type'] = 'PSPELL';

// $Spell_Config['DB_Type'] = 'Invision';

// $Spell_Config['DB_Type'] = 'vBulletin';

// $Spell_Config['DB_Type'] = 'phpMail';



// ----------------------------------------------

// You only need to change only for Native MySQL

// support! Otherwise you are waisting your time

// as the other built in supported methods

// already sets these up.

// ----------------------------------------------

$Spell_Config["DB_Username"] = " your DB user name";

$Spell_Config["DB_Password"] = "your DB password";

$Spell_Config["DB_Database"] = "name of the DB you created a for it";

$Spell_Config["DB_Host"] = "localhost";

// ----------------------------------------------


Then u just go to the Admin Index, Forum Admin, Spellcheck & install new Dictionary & it should use the new DB if u got everything right

also will have to drop the phpbb_spelling_words from your forum DB or before u change anything Clear Existing Dictionary so its not so big.

if any1 wants to rewrite this in a better way go for it

Statistics: Posted Author: a_lunatic — Wed May 17, 2006 11:37 am


]]>
2006-05-17T02:45:45-07:00 2006-05-17T02:45:45-07:00 https://integramod.com/forum/viewtopic.php?t=771&p=6180#p6180 <![CDATA[Can spellcheck use it own DB]]>
I was also thinking I wonder if a central spellcheck db could be setup for sites of different domains and users. The db access can be tailored to reduce security risk even make it read only, but you would lose the add function.

A

A

Statistics: Posted Author: Adrian Rea — Wed May 17, 2006 2:45 am


]]>
2006-05-16T23:02:29-07:00 2006-05-16T23:02:29-07:00 https://integramod.com/forum/viewtopic.php?t=771&p=6163#p6163 <![CDATA[Can spellcheck use it own DB]]>
also that way if u have more that 1 forum can they all use the same DB for spell check

thx in advance if any1 can help

Statistics: Posted Author: a_lunatic — Tue May 16, 2006 11:02 pm


]]>