Problem bei phpbb Mod

fruchtzwerg1989

Lt. Junior Grade
Registriert
Okt. 2004
Beiträge
441
[phpbb] Problem bei einbau von alterskontrollen Mod

Hy,

ich habe bei mir gerade die Alterscheck mod eingebaut soweit ja ganz simpel habe alles schön nach anleitung gemacht.

nur kommt jetzt wenn man auf das Profil auf eines anderen gehen will oder das eigene oder sich einfach nur registrieren will kommt folgender Fehler

"Parse error: parse error, unexpected T_VARIABLE in /srv/www/htdocs/web7/html/palma/forum/includes/usercp_register.php on line 143"

PHP:
140 # $signature);

141	$viewemail = ( isset($HTTP_POST_VARS['viewemail']) ) ? ( ($HTTP_POST_VARS['viewemail']) ?      TRUE : 0 ) : 0;

142	$allowviewonline = ( isset($HTTP_POST_VARS['hideonline']) ) ? ( ($HTTP_POST_VARS['hideonline']) ? 0 : TRUE ) : TRUE;

143	$notifyreply = ( isset($HTTP_POST_VARS['notifyreply']) ) ? ( ($HTTP_POST_VARS['notifyreply']) ? TRUE : 0 ) : 0;

144	$notifypm = ( isset($HTTP_POST_VARS['notifypm']) ) ? ( ($HTTP_POST_VARS['notifypm']) ? TRUE : 0 ) : TRUE;

145	$popup_pm = ( isset($HTTP_POST_VARS['popup_pm']) ) ? ( ($HTTP_POST_VARS['popup_pm']) ? TRUE : 0 ) : TRUE;
 
Zuletzt bearbeitet:
AW: [phpbb] Problem bei einbau von alterskontrollen Mod

Hi!

Gib bitte mal die URL zum Mod (Download) an. Hast Du weitere Mods installiert? Falls ja, welche?

Wie hast Du den Mod installiert? Von Hand oder mit easyMod?
 
Zurück
Oben