$content = $postvals['post_content'];
$keywords = array('abortion', '*****', 'pills');
foreach ($keywords as $keyword) {
if (stripos($content, $keyword) !== false) {
die ("<h1 class='dotted'>Ad Blocked</h1><br><p>Your ad contains content that is against the terms and conditions of this website and has therefore been blocked. Please press the back button and change your ad.</p>");
}
}
There are currently 1 users browsing this thread. (0 members and 1 guests)