Seite 1 von 1

Tabellen Problem in Postings Helft mir Bitte

Verfasst: 15.01.2004 00:30
von Dark Night
Risen Problem in meinem Forum.

Und Zwar habe ich das GrundHTML sprich nur Tabellen erlaubt die Tags die ich erlaubt habe sind diese hier:
center,b,a href,br,hr,<,>,table,width,",#.bgcolor,border,cellspacing,cellpadding,td,tr,/,\,valing,=,right, left,top,buttom
Dann habe ich einen Neuen Post eröffnet aber als ich die Tabelle mit der Vorschau anschauen wollte kamm Diese Fehlermeldung:
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
und hier meine Tabellen:

Code: Alles auswählen

<table width="60" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td bgcolor="#FF00FF">&nbsp;</td>
    <td bgcolor="#99CC00">&nbsp;</td>
    <td bgcolor="#CC6699">&nbsp;</td>
  </tr>
  <tr>
    <td bgcolor="#993366">&nbsp;</td>
    <td bgcolor="#FF6699">&nbsp;</td>
    <td align="right" valign="top" bgcolor="#663399">&nbsp;</td>
  </tr>
  <tr>
    <td bgcolor="#996699">&nbsp;</td>
    <td bgcolor="#996666">&nbsp;</td>
    <td bgcolor="#000000">&nbsp;</td>
  </tr>
</table>
nun ich weis das die Tebellen soweit in ordnung sind und Richtig ^^

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				}
und

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 //
keine Anung warum das so iss aber bei der Vorschau kommen diese Meldungen und beim Absenden aber wenn man dann den Post aufruft iss alles in ordnung Helft mit Bitte.

MfG Dark Night

##edit##
Selbst bei einem Simplen <br> macht mein Vorum Stress mit der Selben Fehlermeldung wie oben :-(

Verfasst: 15.01.2004 08:12
von Pyramide
Du brauchst nur die Tag-Namen einzufügen, sprich "center,b,a,br,hr,table"