G
Gemini_13
Гость
Мой косяк при подготовке инструкции, шишки кидать в меня.
В инструкции:
Правильно будет так:
найди:
замени на:
найди:
замени на:
В инструкции:
Код:
# ---- [ Найти ] -------------------
if (!IS_AM) bb_die($lang['ONLY_FOR_MOD']);
# ---- [ Заменить на ] -------------------
global $template, $attach_config, $bb_cfg, $lang, $return_message, $reg_mode, $tr_cfg, $userdata;
Код:
# ---- [ Найти ] -------------------
global $template, $attach_config, $bb_cfg, $lang, $return_message, $reg_mode, $tr_cfg;
# ---- [ Заменить на ] -------------------
global $template, $attach_config, $bb_cfg, $lang, $return_message, $reg_mode, $tr_cfg, $userdata;
конкретное решение по твоей проблеме:Notice: Undefined variable: userdata in C:\www\includes\functions_torrent.php on line 388 строчка - if ($userdata['user_id'] == $torrent['poster_id'] && bf($userdata['group_opt'], 'group_opt', 'torstatus'))
найди:
PHP:
global $template, $attach_config, $bb_cfg, $lang, $return_message, $reg_mode, $tr_cfg, $userdata;
PHP:
if (!IS_AM) bb_die($lang['ONLY_FOR_MOD']);
PHP:
global $template, $attach_config, $bb_cfg, $lang, $return_message, $reg_mode, $tr_cfg;
PHP:
global $template, $attach_config, $bb_cfg, $lang, $return_message, $reg_mode, $tr_cfg, $userdata;