Quote:
Originally Posted by biggkay
The new uptade doesn't work. I get this error.
Parse error: parse error, unexpected T_STRING, expecting T_VARIABLE or '$' in /home/pioneers/public_html/forums/register.php on line 88
|
whoops That means something is missing. Must be a typo. Thank you for telling me. Let me check it out.
Your sure you didnt make any mistakes correct?
BRB
edit. Im at work so try this...
Change in the hack:
Quote:
if ( $month == 0 OR ! preg_match ( "!^(19[0-9]{2}|200[0-5]{1})$!", $year ) )
|
to:
Quote:
if ( $month == 0 OR ! preg_match ( '!^(19[0-9]{2}|200[0-5]{1})$!', $year ) )
|