Area51 @ 4seven.de

Mod Base and Testarea
It is currently 23 Feb 2025, 19:51

All times are UTC + 1 hour




Post new topic TOPIC_LOCKED  [ 1 post ] 
Author Message
PostPosted: 17 Oct 2011, 17:41 
Offline
Tiptop
Tiptop
User avatar

Joined: 11 Feb 2008, 11:49
Posts: 241
Word censoring with image replace

Replaces defined censore words with an image.
All non-defined censore words are replaced normally.

open

includes/cache.php

find

Code:
                    $censors['replace'][] = $row['replacement'];


replace with

Code:
                    $censors['replace'][] = (preg_match("#\*_(.*?)#", $row['replacement'])) ? '<img src="' . $phpbb_root_path . str_replace('*_', '', $row['replacement']) . '" alt="" />' : $row['replacement'];


make censoring this way (example for the word test): http://www.loaditup.de/files/643108_y75d75m4xw.png
acp > posting > word censoring, if you want an image-replace.

  • enter replacement with additional image path: *_images/image_name.jpg
  • don't forget to put the images in folder images/*.* and name the images sensefull
  • censor list is cached by design, so don't forget to clear board-cache after each editing of censor list

_________________
Mod-Bot / Service-Team


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic TOPIC_LOCKED  [ 1 post ] 

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group
[ Time : 0.009s | 22 Queries | GZIP : Off ]