Comments Comments
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Comments

Started by lucasnet, January 04, 2005, 06:42:34 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

lucasnet

Why when i add comment see this:

(...)Moze(...) (...)ktos(...) (...)powie(...) (...)co(...) (...)to(...) (...)za(...) (...)fura(...)

(...)

???
LuCaS ( lucas@tuning4u.info ) GG: 40139
---------------------------------------------------------
http://tuning4u.info - best wallpapers and tuning photos

Tranz

I think those are censored or too long. Check your config settings for: Image view & Comment settings

lucasnet

Their are not too long. Their are censored but i didnt censore anything :) I must switch off censor in comments.
LuCaS ( lucas@tuning4u.info ) GG: 40139
---------------------------------------------------------
http://tuning4u.info - best wallpapers and tuning photos

panwac

I've got the same effect using Polish language when censor option was on.

Nibbler

The $lang_bad_words array in the polish lang file is not set correctly, that's probably the cause.

lucasnet

// For the word censor
$lang_bad_words = array('');


This is code from polish lang php. What i must change ?
LuCaS ( lucas@tuning4u.info ) GG: 40139
---------------------------------------------------------
http://tuning4u.info - best wallpapers and tuning photos

Joachim Müller

This is what the array looks like for english: // For the word censor
$lang_bad_words = array('**beep**', 'asshole', 'assramer', 'bitch*', 'c0ck', 'clits', 'Cock', 'cum', '*beep**', 'dago', 'daygo', 'dego', 'dick*', 'dildo', 'fanculo', 'feces', 'foreskin', 'Fu\(*', 'fuk*', 'honkey', 'hore', 'injun', 'kike', 'lesbo', 'masturbat*', 'motherfucker', 'nazis', 'nigger*', 'nutsack', 'penis', 'phuck', 'poop', 'pussy', 'scrotum', 'shit', 'slut', 'titties', 'titty', 'twaty', 'wank*', 'whore', 'wop*');
Should give you the idea...

Joachim