Hello!
Get it. With help of Darren Powless, thanks...
I think that solutions is it, insert this query in your data base:
INSERT INTO `PageCompose` (`ID`, `Page`, `PageWidth`, `Desc`, `Caption`, `Column`, `Order`, `Func`, ,Content`, `DesignBox`, `ColWidth`, `Visible`, `MinWidth`)
VALUES ('89', 'paginita', '960px', 'html', 'htmlleft', 0, 0, 'Echo', 'You can now have left block!', 1, 50, 'non,memb', 0);
INSERT INTO `PageCompose` (`ID`, `Page`, `PageWidth`, `Desc`, `Caption`, `Column`, `Order`, `Func`, `Content`, `DesignBox`, `ColWidth`, `Visible`, `MinWidth`)
VALUES ('90', 'paginita', '960px', 'html', 'htmlright', 2, 1, 'Echo', 'You can now have right block!', 1, 50, 'non,memb', 0);
where the main parameters are:
Page ('paginita') is the name of your new page or the name of the page where you want put the block html, i.e. 'index'
Func ('Echo') this the principal problem... this parameter must be 'Echo'.
Excuse me about my 'caravanchelero' english.