View Single Post
Old 04-27-2015, 04:40 AM  
freecartoonporn
Confirmed User
 
freecartoonporn's Avatar
 
Industry Role:
Join Date: Jan 2012
Location: NC
Posts: 7,683
one master server where the banned words list available as txt or any other format.


all other sites , will have one php file which will run daily at specific time using cronjob.

file.php contents can be something like this

read remote badwords file.

create array of words.

execute mysqli query to
search those words in Db comment_content
if found then either remove those words / replace those words with some other words / disable comment
freecartoonporn is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote