und
Code: Alles auswählen
Parse error: syntax error, unexpected '$template' (T_VARIABLE), expecting function (T_FUNCTION) in /users/gamenowde/www/phpBB3/includes/acp/acp_forums.php on line 614
Code: Alles auswählen
Parse error: syntax error, unexpected '$template' (T_VARIABLE), expecting function (T_FUNCTION) in /users/gamenowde/www/phpBB3/includes/acp/acp_forums.php on line 614
Code: Alles auswählen
// SAFE GT START
if (strlen($forum_data['forum_password']) == 32)
{
$errors[] = $user->lang['FORUM_PASSWORD_OLD'];
}
// SAFE GT START
if (!empty($forum_data['forum_gamertags']))
{
$thegts = unserialize($forum_data['forum_gamertags']);
if ($thegts == null){
$thegts = array();
}
}
else
{
$thegts = array();
}
// SAFE GT END
}
}
$template->assign_vars(array(
Code: Alles auswählen
if (strlen($forum_data['forum_password']) == 32)
{
$errors[] = $user->lang['FORUM_PASSWORD_OLD'];
}
// SAFE GT START
if (!empty($forum_data['forum_gamertags']))
{
$thegts = unserialize($forum_data['forum_gamertags']);
if ($thegts == null){
$thegts = array();
}
}
else
{
$thegts = array();
}
// SAFE GT END
$template->assign_vars(array(
Code: Alles auswählen
Allgemeiner Fehler
Cannot find module ./../includes/acp/acp_safegt.php
BACKTRACE
FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()
FILE: [ROOT]/includes/functions_module.php
LINE: 446
CALL: trigger_error()
FILE: [ROOT]/adm/index.php
LINE: 74
CALL: p_master->load_active()
en
eingefügt werden:root\language\en\mods\*.*
de
einfügen:root\language\de\mods\*.*
Code: Alles auswählen
info_acp_safegt.php
info_acp_users.php
info_ucp_profile.php
lang_safegt.php
umil_safegt_install.php