i get this parse error - Parse error: syntax error, unexpected '?' in /home/mypage/phpfreechat-1.2-setup.php on line 1 when navigating to the page once its uploaded
i am using phpbb 3.0.8
can anyone tell me how to fix this?
Thanks
edit: line one reads
<?php error_reporting(E_ALL);list(,$data)=explode("n",file_get_contents(__FILE__),2);$data=gzuncompress($data);$data=unserialize($data);eval($data[0]);die;__halt_compiler(); ?>
not sure why i am getting the error