integrating with phpbb dirty words integrating with phpbb dirty words
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

integrating with phpbb dirty words

Started by Gephri, January 02, 2007, 07:18:13 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Gephri

Has anyone been able to have Coppermine read the phpbb sql file for dirty words - rather than the dirty words hard coded into the Coppermine language files?
I'd like to set this up because the Admins and Mods can easily add to the phpbb dirty word file - but adding the words to the Coppermine language file has to be manually done by the Admin.
thanks for feedback / coding.

Nibbler

I don't have a phpbb handy, but it should fairly simple. The bridge already has a db connection, so just collect the data with an SQL query run on the bridge's connection somewhere in init.inc.php just after the language is loaded.


Gephri

thanks Nibbler - but this one is over my head.
If anyone has a way to link the two, I could use the help.
Thanks