Update auf 19 Problem bei usercp_register.php
Verfasst: 04.01.2006 00:20
Hallo
Ich habe ein Problem bei der usercp_register.php.
Da steht:
Finde
Bei mir steht in diesem Code aber mehr geschrieben.
Da steht noch was mit photo, team usw.
Diesen Code sollte ich mit diesem ersetzen
Kann mir jemand helfen, wie ich das ersetzen muss?
Gruss, Darot
Ich habe ein Problem bei der usercp_register.php.
Da steht:
Finde
Code: Alles auswählen
$strip_var_list = array('username' => 'username', 'email' => 'email', 'icq' => 'icq', 'aim' => 'aim', 'msn' => 'msn', 'yim' => 'yim', 'website' => 'website', 'location' => 'location', 'occupation' => 'occupation', 'interests' => 'interests');
$strip_var_list['confirm_code'] = 'confirm_code';
Code: Alles auswählen
$strip_var_list = array('username' => 'username', 'email' => 'email', 'icq' => 'icq', 'aim' => 'aim', 'msn' => 'msn', 'yim' => 'yim', 'website' => 'website', 'location' => 'location', 'occupation' => 'occupation', 'interests' => 'interests', 'realname' => 'realname', 'adress' => 'adress', 'birth' => 'birth', 'photo' => 'photo', 'slogan' => 'slogan', 'opt_title' => 'opt_title', 'opt_text' => 'opt_text', 'team_desc' => 'team_desc', 'team_text' => 'team_text');
$strip_var_list['confirm_code'] = 'confirm_code';
Diesen Code sollte ich mit diesem ersetzen
Code: Alles auswählen
$strip_var_list = array('email' => 'email', 'icq' => 'icq', 'aim' => 'aim', 'msn' => 'msn', 'yim' => 'yim', 'website' => 'website', 'location' => 'location', 'occupation' => 'occupation', 'interests' => 'interests', 'confirm_code' => 'confirm_code');
Gruss, Darot