simple machines
#12
in zeile 195 steht:
// Found 'im, let's set up the variables.
if ($ID_MEMBER != 0)
{
if (empty($_SESSION['ID_MSG_LAST_VISIT']))
{
$_SESSION['ID_MSG_LAST_VISIT'] = $user_settings['ID_MSG_LAST_VISIT'];
unset($user_settings['ID_MSG_LAST_VISIT']);

updateMemberData($ID_MEMBER, array('ID_MSG_LAST_VISIT' => (int) $modSettings['maxMsgID'], 'lastLogin' => time(), 'memberIP' => '\'' . $_SERVER['REMOTE_ADDR'] . '\''));

$user_settings['lastLogin'] = time();
} <<---das is zeile 195

$username = $user_settings['memberName'];

if (empty($user_settings['additionalGroups']))
$user_info = array(
'groups' => array($user_settings['ID_GROUP'], $user_settings['ID_POST_GROUP'])
);
else
$user_info = array(
'groups' => array_merge(
array($user_settings['ID_GROUP'], $user_settings['ID_POST_GROUP']),
explode(',', $user_settings['additionalGroups'])
)
);
}

das wars Smile nur ne geschlossene klammer
Alles rund um die Video und Audiobearbeitung findet ihr
  Zitieren


Nachrichten in diesem Thema
simple machines - von Das_Grauen - 17.10.2004, 10:47
[Kein Betreff] - von Das_Grauen - 17.10.2004, 10:48
[Kein Betreff] - von pattex - 17.10.2004, 10:49
[Kein Betreff] - von pattex - 17.10.2004, 23:10
[Kein Betreff] - von SunSonic - 17.10.2004, 23:16
[Kein Betreff] - von pattex - 17.10.2004, 23:19
[Kein Betreff] - von Das_Grauen - 17.10.2004, 23:24
[Kein Betreff] - von SunSonic - 17.10.2004, 23:25
[Kein Betreff] - von Das_Grauen - 17.10.2004, 23:27
[Kein Betreff] - von pattex - 17.10.2004, 23:28
[Kein Betreff] - von SunSonic - 17.10.2004, 23:30
[Kein Betreff] - von Das_Grauen - 17.10.2004, 23:30
[Kein Betreff] - von Das_Grauen - 17.10.2004, 23:31
[Kein Betreff] - von SunSonic - 18.10.2004, 00:53
Update des Simple Machines Forum - von SunSonic - 19.10.2004, 04:35
[Kein Betreff] - von Justme - 03.01.2005, 14:07
[Kein Betreff] - von Das_Grauen - 30.01.2005, 11:30
[Kein Betreff] - von pattex - 26.05.2006, 08:43
[Kein Betreff] - von Das_Grauen - 27.05.2006, 08:36
[Kein Betreff] - von pattex - 27.05.2006, 13:20
[Kein Betreff] - von pattex - 25.06.2006, 14:31
[Kein Betreff] - von kickedINtheHEAD - 25.06.2006, 15:48
[Kein Betreff] - von pattex - 25.06.2006, 15:56
[Kein Betreff] - von SunSonic - 11.12.2006, 21:35
[Kein Betreff] - von pattex - 11.12.2006, 23:47
[Kein Betreff] - von SunSonic - 13.12.2006, 03:04
[Kein Betreff] - von SunSonic - 13.12.2006, 05:28
[Kein Betreff] - von pattex - 08.03.2007, 15:06
[Kein Betreff] - von MaxisSpieler - 06.05.2008, 19:41

Gehe zu:


Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste