no me deja editar el otro post asi ke pongo otro xD
bueno keria poner unos bbcodes
INTERT INTO `bbcodes` (`id`, `bb1`, `bb2`, `html1`, `html2`) VALUES('', '[b]', '[/b]', '<b>', '</b>');
INTERT INTO `bbcodes` (`id`, `bb1`, `bb2`, `html1`, `html2`) VALUES('', '[u]', '[/u]', '<u>', '</u>');
INTERT INTO `bbcodes` (`id`, `bb1`, `bb2`, `html1`, `html2`) VALUES('', '[i]', '[/i]', '<i>', '</i>');
INTERT INTO `bbcodes` (`id`, `bb1`, `bb2`, `html1`, `html2`) VALUES('', '[url]', '[/url]', '<a href="', '"></a>');
INTERT INTO `bbcodes` (`id`, `bb1`, `bb2`, `html1`, `html2`) VALUES('', '[img]', '[/img]', '<img href="', '" />');
INTERT INTO `bbcodes` (`id`, `bb1`, `bb2`, `html1`, `html2`) VALUES('', '[center]', '[/center]', '<center>', '</center>');
INTERT INTO `bbcodes` (`id`, `bb1`, `bb2`, `html1`, `html2`) VALUES('', '[right]', '[/right]', '<div align="right">', '</div>');
INTERT INTO `bbcodes` (`id`, `bb1`, `bb2`, `html1`, `html2`) VALUES('', '[left]', '[/left]', '<div align="left">', '</left>');
INTERT INTO `bbcodes` (`id`, `bb1`, `bb2`, `html1`, `html2`) VALUES('', '[size="1"]', '[/size]', '<h6>', '</h6>');
INTERT INTO `bbcodes` (`id`, `bb1`, `bb2`, `html1`, `html2`) VALUES('', '[size="2"]', '[/size]', '<h5>', '</h5>');
INTERT INTO `bbcodes` (`id`, `bb1`, `bb2`, `html1`, `html2`) VALUES('', '[size="3"]', '[/size]', '<h4>', '</h4>');
INTERT INTO `bbcodes` (`id`, `bb1`, `bb2`, `html1`, `html2`) VALUES('', '[size="4"]', '[/size]', '<h3>', '</h3>');
INTERT INTO `bbcodes` (`id`, `bb1`, `bb2`, `html1`, `html2`) VALUES('', '[size="5"]', '[/size]', '<h2>', '</h2>');
INTERT INTO `bbcodes` (`id`, `bb1`, `bb2`, `html1`, `html2`) VALUES('', '[size="6"]', '[/size]', '<h1>', '</h1>');