Verfasst: 30.12.2004 21:17
Danke Andy120 das war es, jetz komme ich wieder in ProfileAndy120 hat geschrieben:Versuche mal so:
Code: Alles auswählen
if ( $mode == 'editprofile' ) { $user_id = intval($HTTP_POST_VARS['user_id']); $current_email = trim(htmlspecialchars($HTTP_POST_VARS['current_email'])); } $strip_var_list = array('username' => 'username', 'email' => 'email', 'icq' => 'icq', 'aim' => 'aim', 'msn' => 'msn', 'yim' => 'yim', 'website' => 'website', 'location' => 'location', 'occupation' => 'occupation', 'interests' => 'interests'); // Begin Map Mod $strip_vars_mapmod = array('longitude' => 'longitude', 'latitude' => 'latitude'); $strip_var_list = array_merge ($strip_var_list, $strip_vars_mapmod); // End Map Mod $strip_var_list['confirm_code'] = 'confirm_code'; // Strip all tags from data ... may p**s some people off, bah, strip_tags is // doing the job but can still break HTML output ... have no choice, have // to use htmlspecialchars ... be prepared to be moaned at. while( list($var, $param) = @each($strip_var_list) )

@kratzer54847
ich öffne das wie gesagt online bevor ich die Installation beginne
Hier nochmal
"""""
Preview Mode
The following is a list of files that the MOD specifies to be modified. Click "View" to view what changes will take place. The changes that EasyMOD will make to the files are bolded in red. Unfortunately, becasue of HTML formatting, some extra carriage returns are occasionally added, but they will not appear when the file is actually written.
Filename
memberlist.php View
templates/subSilver/memberlist_body.tpl View
includes/constants.php View
includes/page_header.php View
includes/usercp_register.php View
includes/usercp_viewprofile.php View
templates/subSilver/overall_header.tpl View
templates/subSilver/profile_add_body.tpl View
templates/subSilver/profile_view_body.tpl View
templates/subSilver/subSilver.cfg View
templates/subSilver/admin/user_edit_body.tpl View
admin/admin_users.php View
viewtopic.php View
templates/subSilver/viewtopic_body.tpl View
viewonline.php View
admin/index.php View
includes/usercp_avatar.php View
includes/functions.php View
"""