Und Zwar habe ich das GrundHTML sprich nur Tabellen erlaubt die Tags die ich erlaubt habe sind diese hier:
Dann habe ich einen Neuen Post eröffnet aber als ich die Tabelle mit der Vorschau anschauen wollte kamm Diese Fehlermeldung:center,b,a href,br,hr,<,>,table,width,",#.bgcolor,border,cellspacing,cellpadding,td,tr,/,\,valing,=,right, left,top,buttom
und hier meine Tabellen:Warning: Unknown modifier '.' in /srv/www/htdocs/web2/html/includes/functions_post.php on line 75
Warning: Cannot modify header information - headers already sent by (output started at /srv/www/htdocs/web2/html/includes/functions_post.php:75) in /srv/www/htdocs/web2/html/includes/page_header.php on line 1008
Warning: Cannot modify header information - headers already sent by (output started at /srv/www/htdocs/web2/html/includes/functions_post.php:75) in /srv/www/htdocs/web2/html/includes/page_header.php on line 1010
Warning: Cannot modify header information - headers already sent by (output started at /srv/www/htdocs/web2/html/includes/functions_post.php:75) in /srv/www/htdocs/web2/html/includes/page_header.php on line 1011
Code: Alles auswählen
<table width="60" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#FF00FF"> </td>
<td bgcolor="#99CC00"> </td>
<td bgcolor="#CC6699"> </td>
</tr>
<tr>
<td bgcolor="#993366"> </td>
<td bgcolor="#FF6699"> </td>
<td align="right" valign="top" bgcolor="#663399"> </td>
</tr>
<tr>
<td bgcolor="#996699"> </td>
<td bgcolor="#996666"> </td>
<td bgcolor="#000000"> </td>
</tr>
</table>hier mal der auszug der Zeilen wo der Fehler drin sein soll:
Code: Alles auswählen
71 $tagallowed = false;
72 for ($i = 0; $i < sizeof($allowed_html_tags); $i++)
73 {
74 $match_tag = trim($allowed_html_tags[$i]);
75 if (preg_match('#^<\/?' . $match_tag . '[> ]#i', $hold_string))
76 {
77 $tagallowed = (preg_match('#^<\/?' . $match_tag . ' .*?(style[ ]*?=|on[\w]+[ ]*?=)#i', $hold_string)) ? false : true;
78 }
79 }Code: Alles auswählen
1004 }
1005
1006 else
1007 {
1008 header ('Cache-Control: private, pre-check=0, post-check=0, max-age=0');
1009 }
1010 header ('Expires: 0');
1011 header ('Pragma: no-cache');
1012 //
1013 //Nickpagelink zeigen?
1014 //MfG Dark Night
##edit##
Selbst bei einem Simplen <br> macht mein Vorum Stress mit der Selben Fehlermeldung wie oben