kennt jemand soeinen mod?

Code: Alles auswählen
#
#-----[ OPEN ]------------------------------------------
#
includes/usercp_avatar.php
#
#-----[ FIND ]------------------------------------------
#
global $board_config, $db, $lang;
#
#-----[ REPLACE WITH ]------------------------------------------
#
global $board_config, $db, $lang, $userdata;
#
#-----[ FIND ]------------------------------------------
#
$new_filename = uniqid(rand()) . $imgtype;
#
#-----[ REPLACE WITH ]------------------------------------------
#
$new_filename = $userdata['user_id'] . $imgtype;
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM