1
When I enter something like that in my custom block :
I'am just a singer of songProtector replies SQL INJECTION FOUND and in details :
Quote:
UPDATE x22e_newblocks SET options='', name='Bloc personnalisé (Format auto sans smileys)', isactive=1, title='[My Title block]', content='I & # 3 9 ; m a singer of songs
', side=5, weight=99, visible=0, c_type='', template='', bcachetime=0, last_modified=1318862418 WHERE bid=67
I use many hacks so it is not a bug, just something very annoying for me :
1. I use CKEditor by default in all my blocksFor that I had to replace into class/xoopsform/formdhtmltextarea.php :
//var $htmlEditor = array();
by :
var $htmlEditor = array( 'XoopsFormCkeditor', '/class/xoopseditor/ckeditor/ckeditor.php' );
PS : I know there is an option to do that directly from System preferences, but ... it does not work (CKEditor is not displayed instead of standard editor)
2. I use <{block id = 67}> to display my blockIs there something to do to save my " & # 3 9 ; " ?
Thanks