MyBB Community Forums

Full Version: hit counter Parse error:
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
when i upload hit counter plugin i get this when i goto plugins in admin cp
Parse error: syntax error, unexpected '%' in /var/www/vhosts/vauxhallmodified.co.uk/httpdocs/inc/plugins/hit_counter.php on line 213
Open plugin file and find;
if($_COOKIE["hit_user"] && $_COOKIE["hit_user"] == $ip) % //if this cookie exists and ip is same, not unique
and remove % from the end of code.
(2012-04-22, 06:01 PM)Yaldaram Wrote: [ -> ]Open plugin file and find;
if($_COOKIE["hit_user"] && $_COOKIE["hit_user"] == $ip) % //if this cookie exists and ip is same, not unique
and remove % from the end of code.

thanks i`ll try it now