Ordcensur i profil
Postat: 2006-06-25 23:03
Ska inte ordcensuren fungera i profilen ? Tänker på om man skriver något olämpligt i intressen t.ex. ?!?
phpBB-support, snack och diskussioner på svenska
https://phpbb.se/forum/
Kod: Markera allt
$orig_word = array();
$replacement_word = array();
obtain_word_list($orig_word, $replacement_word);Kod: Markera allt
if (count($orig_word))
{
$variabel = preg_replace($orig_word, $replacement_word, $variabel);
}Kod: Markera allt
$template->assign_vars(array(Kod: Markera allt
$orig_word = array();
$replacement_word = array();
obtain_word_list($orig_word, $replacement_word);
if (count($orig_word))
{
$user_interests = preg_replace($orig_word, $replacement_word, $user_interests);
}
Kod: Markera allt
$orig_word = array();
$replacement_word = array();
obtain_word_list($orig_word, $replacement_word);
if (count($orig_word))
{
$profiledata['user_interests'] = preg_replace($orig_word, $replacement_word, $profiledata['user_interests']);
}Kod: Markera allt
$orig_word = array();
$replacement_word = array();
obtain_word_list($orig_word, $replacement_word);
if (count($orig_word))
{
$variabel1 = preg_replace($orig_word, $replacement_word, $variabel1);
$variabel2 = preg_replace($orig_word, $replacement_word, $variabel2);
$variabel3 = preg_replace($orig_word, $replacement_word, $variabel3);
$variabel4 = preg_replace($orig_word, $replacement_word, $variabel4);
$variabel5 = preg_replace($orig_word, $replacement_word, $variabel5);
...
}