Hi ...
da ist was doppelt in der usercp_register.php
suche:
Code: Alles auswählen
$strip_var_list = array('username' => 'username', 'email' => 'email', 'icq' => 'icq', 'aim' => 'aim', 'msn' => 'msn', 'skype' => 'skype', 'yim' => 'yim', 'website' => 'website', 'location' => 'location', 'occupation' => 'occupation', 'interests' => 'interests', 'realname' => 'realname', 'firstname' => 'firstname', 'realname' => 'realname', 'firstname' => 'firstname', 'country' => 'country');
ersetze mit:
Code: Alles auswählen
$strip_var_list = array('username' => 'username', 'email' => 'email', 'icq' => 'icq', 'aim' => 'aim', 'msn' => 'msn', 'skype' => 'skype', 'yim' => 'yim', 'website' => 'website', 'location' => 'location', 'occupation' => 'occupation', 'interests' => 'interests', 'realname' => 'realname', 'firstname' => 'firstname', 'country' => 'country');
suche:
Code: Alles auswählen
$interests = stripslashes($interests);
$realname = stripslashes($realname);
$firstname = stripslashes($firstname);
$realname = stripslashes($realname);
$firstname = stripslashes($firstname);
ersetze mit:
Code: Alles auswählen
$interests = stripslashes($interests);
$realname = stripslashes($realname);
$firstname = stripslashes($firstname);
Eventuell hilft das schon.
Mit welcher Einbauanleitung hast du die beiden Felder fürs Profil eingebaut?
Markus