Ask a Question related to PHP Development, Design and Development.
-
Huh #1
About bad-language filters
Does anyone know of any php scripts out there that implement bad-language
filtering?
Thanks!
Huh Guest
-
Dictionary language switches language during spellcheck
During a spellcheck of a complete document, the language mysteriously switches from English USA (which in Canada isn't quite right, but that's... -
#25051 [Opn->WFx]: translating between gettext language identifiers and 'Accept-Language' ones
ID: 25051 Updated by: sniper@php.net Reported By: wouter at grep dot be -Status: Open +Status: Wont... -
#25051 [NEW]: translating between gettext language identifiers and 'Accept-Language' ones
From: wouter at grep dot be Operating system: irrelevant PHP version: Irrelevant PHP Bug Type: Feature/Change Request Bug... -
Cannot use filters
I'm unable to apply most, if not all, filters in Fireworks. The error message I receive when applying is: "Could not complete your request. An... -
How to prevent the language icon from disappearing and a language switching delay?
What is wrong with my question since nobody answers it? How to improve the question? "Dmitriy Kopnichev" <kopn@hotbox.ru> wrote in message... -
Theo #2
Re: About bad-language filters
"Huh" <huh@huh.com> wrote in news:NAPqc.9395$eH1.5202883
@newssvr28.news.prodigy.com:
look up str_replace at php.net> Does anyone know of any php scripts out there that implement bad-language
> filtering?
Its pretty straightforward to use.
Theo Guest
-
Default User #3
Re: About bad-language filters
Huh wrote:
>
> Does anyone know of any php scripts out there that implement bad-language
> filtering?
Here's a tutorial. I didn't really go through it, so I don't know how
complete the resultant code is.
[url]http://www.phpfreaks.com/tutorials/122/0.php[/url]
Brian Rodenborn
Default User Guest
-
Huh #4
Re: About bad-language filters
"Default User" <first.last@boeing.com.invalid> wrote in message
news:40ABDC57.E8A58C78@boeing.com.invalid...bad-language> Huh wrote:> >
> > Does anyone know of any php scripts out there that implementHi Brian, thz for the site, but that's kinda what I have been doing already>> > filtering?
>
> Here's a tutorial. I didn't really go through it, so I don't know how
> complete the resultant code is.
>
>
> [url]http://www.phpfreaks.com/tutorials/122/0.php[/url]
>
>
>
> Brian Rodenborn
by using the "preg_replace" function
The problem I think I am having is that I can't filter out more
sophisticated profanity or implied profanity. And I am wondering if there
are certain techniques or algorithms out there to contend with such rather
pressing issues.
Thanks
Huh Guest
-
John Dunlop #5
Re: About bad-language filters
F'ups to clp.
Huh wrote:
Huh? What, something to expunge Rick's other name? I dunno. I don't> Does anyone know of any php scripts out there that implement bad-language
> filtering?
think computers can do that reasonably, yet.
--
Jock
John Dunlop Guest
-
Kevin Thorpe #6
Re: About bad-language filters
Huh wrote:
Just don't do what AOL used to do..... no-one in Scunthorpe could open> Does anyone know of any php scripts out there that implement bad-language
> filtering?
an account ;-)
Kevin Thorpe Guest
-
R. Rajesh Jeba Anbiah #7
Re: About bad-language filters
"Huh" <huh@huh.com> wrote in message news:<NAPqc.9395$eH1.5202883@newssvr28.news.prodig y.com>...
Just hack the code of phpBB ;-)> Does anyone know of any php scripts out there that implement bad-language
> filtering?
--
| Just another PHP saint |
Email: rrjanbiah-at-Y!com
R. Rajesh Jeba Anbiah Guest
-
nice.guy.nige #8
Re: About bad-language filters
While the city slept, Huh <huh@huh.com> feverishly typed:
<? PHP> Does anyone know of any php scripts out there that implement
> bad-language filtering?
if(source.language == "VBScript") {
exit();
}
?>
;-)
Cheers,
Nige
--
Nigel Moss.
Email address is not valid. [email]nigel@nigenetDOG.org.uk[/email]. Take the dog out!
[url]http://www.nigenet.org.uk[/url] | Boycott E$$O!! [url]http://www.stopesso.com[/url]
In the land of the blind, the one-eyed man is very, very busy!
nice.guy.nige Guest
-
Jeffrey Silverman #9
Re: About bad-language filters
On Thu, 20 May 2004 02:05:01 +0000, Huh wrote:
Human monitors> The problem I think I am having is that I can't filter out more
> sophisticated profanity or implied profanity. And I am wondering if there
> are certain techniques or algorithms out there to contend with such rather
> pressing issues.
--
-------------------------
| Jeffrey Silverman |
| jeffrey-AT-jhu-DOT-edu|
-------------------------
Jeffrey Silverman Guest



Reply With Quote

