Probleme mit Thread.php

*Nicole*
Hallo.

ich habe gerade mehrere Hacks installiert, und weiß jetzt nicht gnau woher der Fehler kommt.

Ich wollte gerade bei mir im Forum ein Thema schreiben, und als ich absenden wollte kam folgendes
:


Parse error: syntax error, unexpected T_IF, expecting T_VARIABLE or '$' in /home/www/web641/html/thread.php on line 127


verschiedene Hacks


Hier ist die Thread.php als textdatei

Ich bitte um schnelle Hilfe.
[kamui]
Ersetze folgendes (Zeile 125 + 126):
code:
1:
2:
3:
global $guthaben;

		global $thread, $board, $tpl, $wbbuserdata, $style, $lang, $session, $userratings, $showuserratinginthread, $showuserlevels, $showonlineinthread, $useronlinetimeout, $showregdateinthread, $showuserfieldsinthread, $showgenderinthread, $showavatar, $_GET, $showthreadstarter, $showuserpostsinthread, $allowsigsmilies, $allowsightml, $allowsigbbcode, $max_sig_image, $authormarking, $picmaxwidth, $picmaxheight, $allowflashavatar, $thumbnailsperrow, $SID_ARG_1ST, $SID_ARG_2ND, $SID_ARG_2ND_UN, 

durch folgendes:
code:
1:
global $thread, $board, $tpl, $wbbuserdata, $style, $lang, $session, $userratings, $showuserratinginthread, $showuserlevels, $showonlineinthread, $useronlinetimeout, $showregdateinthread, $showuserfieldsinthread, $showgenderinthread, $showavatar, $_GET, $showthreadstarter, $showuserpostsinthread, $allowsigsmilies, $allowsightml, $allowsigbbcode, $max_sig_image, $authormarking, $picmaxwidth, $picmaxheight, $allowflashavatar, $thumbnailsperrow, $SID_ARG_1ST, $SID_ARG_2ND, $SID_ARG_2ND_UN, $guthaben;