Ich habe in meine text2schild.php folgendes vor
Code: Alles auswählen
if(!$text) $text = $lang['SC_error'];
if(strlen($text) > 33){
$worte = split(" ", $text);
if(is_array($worte)){
$i = 0;
foreach($worte as $wor
Code: Alles auswählen
//
// Keine Fremdverlinkung! by Zyancali
//
if ( eregi($board_config['server_name'], $HTTP_SERVER_VARS['HTTP_REFERER']) )
{
$smilie = 17; // Bad smilie
$text = 'FREMDVERLINKUNG IST NICHT ERLAUBT';
}
Was ist da falsch?!
Danke im Voraus!