Hello, i was messing around with the file on my forum and i got this error: Parse error: syntax error, unexpected '/', expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/nitpoker/public_html/dalbook/sources/lib/func_boardstats.php on line 446 the error should be around here somewhere: $this->ipsclass->lang['total_word_string'] = str_replace( "<#posts#>" , "$total_posts" , $this->ipsclass->lang['total_word_string'] ); $this->ipsclass->lang['total_word_string'] = str_replace( "<#reg#>" , $stats['mem_count'] , $this->ipsclass->lang['total_word_string'] ); $this->ipsclass->lang['total_word_string'] = str_replace( "<#mem#>" , $stats['last_mem_name'] , $this->ipsclass->lang['total_word_string'] ); $this->ipsclass->lang['total_word_string'] = str_replace( "<#link#>" , $link , $this->ipsclass->lang['total_word_string'] ); $stats_html .= $this->ipsclass->compiled_templates['skin_boards']->ShowStats($this->ipsclass->lang['total_word_string']); } return $stats_html; } can someone help me? please! this is very urgent!