Beispiel mit dem Tag [code22][/code22]:
Beispiel mit dem selben BBcode nur mit HTML Inhalt:[phpBB Debug] PHP Notice: in file /includes/functions.php on line 2932: debug_backtrace() has been disabled for security reasons
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 2935: Invalid argument supplied for foreach()
Zurück zur Foren-Übersicht
Allgemeiner Fehler
SQL ERROR [ mysql4 ]
Duplicate entry '127' for key 1 [1062]
SQL
INSERT INTO phpbb_5bbcodes (bbcode_tag, bbcode_match, bbcode_tpl, display_on_posting, bbcode_helpline, first_pass_match, first_pass_replace, second_pass_match, second_pass_replace, bbcode_id) VALUES ('code22', '[code22][/code22]', '', 0, '', '!\\[code22\\]\\[/code22\\]!i', '[code22:$uid][/code22:$uid]', '[code22:$uid][/code22:$uid]', '', 128)
BACKTRACE
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 2932: debug_backtrace() has been disabled for security reasons
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 2935: Invalid argument supplied for foreach()
Zurück zur Foren-Übersicht
Allgemeiner Fehler
SQL ERROR [ mysql4 ]
Duplicate entry '127' for key 1 [1062]
SQL
INSERT INTO phpbb_5bbcodes (bbcode_tag, bbcode_match, bbcode_tpl, display_on_posting, bbcode_helpline, first_pass_match, first_pass_replace, second_pass_match, second_pass_replace, bbcode_id) VALUES ('code22', '[code22][/code22]', '<table class=\"postit\" cellspacing=\"0\">\n <tr>\n <td class=\"postitheadline\">{TEXT1}</td>\n </tr>\n <tr>\n <td class=\"postitcontent\">\n <p>\n {TEXT2}\n </p>\n </td>\n </tr>\n </table>', 0, '', '!\\[code22\\]\\[/code22\\]!i', '[code22:$uid][/code22:$uid]', '[code22:$uid][/code22:$uid]', '', 128)
BACKTRACE
HTML:
Code: Alles auswählen
<table class="postit" cellspacing="0">
<tr>
<td class="postitheadline">{TEXT1}</td>
</tr>
<tr>
<td class="postitcontent">
<p>
{TEXT2}
</p>
</td>
</tr>
</table>
Jan