Seite 1 von 1

Anti-Bot-Question Fehler

Verfasst: 26.03.2008 21:26
von der.Notnagel
Hallo,

Seit ich den Mod vor ca 20 Minuten eingebaut habe, hab ich Folgendes Problem:

Code: Alles auswählen

Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /srv/www/httpd/phost/w/de/pytalhost/wininfo/web/ef/includes/usercp_register.php on line 216
Die Datei:
http://wininfo.pytalhost.de/ef/usercp_register..txt

Vielen Dank für eure Hilfe.

Verfasst: 26.03.2008 21:47
von Würzi
Moin,

ich würde sagen, das nächste mal ein bisschen besser bei copy und paste aufpassen :wink:

Suche:

Code: Alles auswählen

	$strip_var_list = array('email' => $abq_email_variable_name, 'icq' => 'icq', 'aim' => 'aim', 'msn' => 'msn', 'yim' => 'yim', 'website' => 'website', 'location' => 'location', 'occupation' => 'occupation', 'interests' => 'interests', 'confirm_code' => 'confirm_code', 'abq_aw' => $abq_config['abq_variable_name'], 'idabq' => 'idabq');te', 'location' => 'location', 'occupation' => 'occupation', 'interests' => 'interests', 'confirm_code' => 'confirm_code');
Ersetze mit

Code: Alles auswählen

	$strip_var_list = array('email' => $abq_email_variable_name, 'icq' => 'icq', 'aim' => 'aim', 'msn' => 'msn', 'yim' => 'yim', 'website' => 'website', 'location' => 'location', 'occupation' => 'occupation', 'interests' => 'interests', 'confirm_code' => 'confirm_code', 'abq_aw' => $abq_config['abq_variable_name'], 'idabq' => 'idabq');
Du siehst das auch hier, daß du da etwas verrutscht bist

Code: Alles auswählen

'idabq');te', 'location'


Weiterhin viel Glück :)

Verfasst: 26.03.2008 21:50
von der.Notnagel
Vielen Dank. Solch ein dummer Fehler kann natürlich nur mir passieren. :wink: