Scris: 20-Feb-2007, 19:52:43
Problema cu Import Smilies .
Apare aia cu Ctracker .
Apare aia cu Ctracker .
forumul phpBB in limba romana. Opinii, implementari, ajutor, instructiuni si download.
https://phpbb3.ro/community/
Zi-mi exact cum faci topic nou. Eu am testat cu variabilele din primul mesaj din topic si e ok.HeLLioN scrie:si revenind ... la problema .. cand fac iarasi un topic nou sau mai bine zis incerc sa deschid un topicimi arata aceeasi eroare ...
Done.Aliniuz scrie:Acest topic ar trebui facut Sticky .
Cod: Selectaţi tot
Script-Filename: /posting.php
----------------
Request-Method: POST
Matching rule: insert
In variable: helpbox
Possible solution:
------------------
#
#-----[ OPEN ]------------------------------------------
#
/posting.php
#
#-----[ FIND ]------------------------------------------
#
include($phpbb_root_path . 'common.'.$phpEx);
#
#-----[ BEFORE, ADD ]------------------------------------------
#
define('CT_SECLEVEL', 'MEDIUM');
$ct_ignorepvar = array('helpbox');
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Cod: Selectaţi tot
#
#-----[ OPEN ]------------------------------------------
#
/posting.php
#
#-----[ FIND ]------------------------------------------
#
include($phpbb_root_path . 'common.'.$phpEx);
#
#-----[ BEFORE, ADD ]------------------------------------------
#
define('CT_SECLEVEL', 'MEDIUM');
$ct_ignorepvar = array('topicdesc','message');
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
Cod: Selectaţi tot
// Some fields in $HTTP_POST_VARS don't get checked to prevent wrong detection
$unchecked_post_fields = array('username', 'submit', 'post', 'password', 'subject', 'message',
'poll_title', 'poll_option', 'poll_delete',
'email', 'confirm_code', 'aim', 'msn', 'yim',
'interests', 'occupation', 'signature', 'website',
'location', 'search', 'sitename', 'word',
'replacement', 'help', 'last_msg', 'quote', 'dl',
'preview', 'post', 'mode', 'content', 'server_name',
'script_path', 'sitename', 'site_desc', 'disable_reg_msg',
'disable_msg', 'cookie', 'avatar', 'file', 'picture',
'filter', 'xs', 'edit', 'content', 'fileupload', 'filecomment',
'comment', 'rate', 'pic', 'search_author', 'add_poll_option_text');