Cod: Selectaţi tot
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Script-Filename: /phpBB2/admin/admin_forums.php
----------------
Request-Method: POST
Matching rule: create
In variable: addforum
Possible solution:
------------------
#
#-----[ OPEN ]------------------------------------------
#
/phpBB2/admin/admin_forums.php
#
#-----[ FIND ]------------------------------------------
#
include($phpbb_root_path . 'common.'.$phpEx);
#
#-----[ BEFORE, ADD ]------------------------------------------
#
define('CT_SECLEVEL', 'MEDIUM');
$ct_ignorepvar = array('addforum');
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
ex:
Cod: Selectaţi tot
//
// Load default header
//
define('CT_SECLEVEL', 'MEDIUM');
$ct_ignorepvar = array('addcategory');
define('CT_SECLEVEL', 'MEDIUM');
$ct_ignorepvar = array('addforum');
define('CT_SECLEVEL', 'MEDIUM');
$ct_ignorepvar = array('submit');
$phpbb_root_path = "./../";
require($phpbb_root_path . 'extension.inc');
require('./pagestart.' . $phpEx);
include($phpbb_root_path . 'includes/functions_admin.'.$phpEx);
