Seite 1 von 1

Update auf 19 Problem bei usercp_register.php

Verfasst: 04.01.2006 00:20
von darot
Hallo

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';
Bei mir steht in diesem Code aber mehr geschrieben.

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';
Da steht noch was mit photo, team usw.

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');
Kann mir jemand helfen, wie ich das ersetzen muss?

Gruss, Darot

Verfasst: 04.01.2006 00:48
von Fennias Maxim

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', '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');
ersetze es damit.

Verfasst: 04.01.2006 15:27
von darot
Hi

Vielen Dank für deine Hilfe :grin:

darot

Verfasst: 10.01.2006 13:51
von powersilie
Hallo!

Bin auch beim Updaten, aber ich finde in meiner usercp_register.php diese Zeile nicht:

Code: Alles auswählen

if ($row['code'] != $confirm_code)
DAVOR soll ja dieses hier kommen:

Code: Alles auswählen

// Only compare one char if the zlib-extension is not loaded
				if (!@extension_loaded('zlib'))
				{
					$row['code'] = substr($row['code'], -1);
				}
Ich hab noch nix hochgeladen, weil ich eben diese kleine Zeile nicht finde.
Was kann ich tun, bitte um Hilfe!

Danke und lg
Powersilie

Verfasst: 10.01.2006 18:20
von Fennias Maxim
>>>Eine PHP-Datei zum Download bereitstellen<<<

Dann stell doch mal deine usercp_register hier rein.

Verfasst: 10.01.2006 18:25
von powersilie
Ok, hier ist sie:

http://fweb30.ok-webhost06.de/usercp_register.txt

Vielleicht bin ich schon blind, aber ich finds nicht. Wenn es keine Bedeutung hat, dann ist ja gut, aber kann ja sein, daß dann eine Fehlermeldung kommt.....irgendwo.

Danke und lg
Powersilie

Verfasst: 10.01.2006 18:31
von Fennias Maxim
Du hast anscheinend irgendeinen MOD eingebaut der deinem forum ein neues aktivierungssystem verpasst...daher kannst du diese stelle nicht aktualisiern. Ist aber auch nicht nötig. Kann aber auch sein das dein Forum jetzt nichtmehr läuft. Probiers.

Verfasst: 10.01.2006 18:34
von powersilie
Stimmt, hab einige Mods drinnen, auch den Ctracker.
Danke fürs Überprüfen, ich werde einfach mal alles raufladen und testen!

lg
Powersilie

Verfasst: 12.01.2006 21:09
von powersilie
Fennias Maxim hat geschrieben:Du hast anscheinend irgendeinen MOD eingebaut der deinem forum ein neues aktivierungssystem verpasst...daher kannst du diese stelle nicht aktualisiern. Ist aber auch nicht nötig. Kann aber auch sein das dein Forum jetzt nicht mehr läuft. Probiers.
Hi!

Wollte nur Rückmeldung machen, falls jemand das gleiche Problem hat. Es macht wirklich nichts, das Forum läuft nach dem Update (trotz der fehlenden Stelle) tadellos!

lg
Powersilie