I am having that same error even before getting to setup the system.
http://www.countme-in.com/cmilinks/docs
better install instructions would perhaps help. I looked at index.php line 1 and there is no problem that I can see, and where there should be a "}" or not I don't have a clue. This is what I got in my index/setup file.
************************************
<?php
// *******************************************************************
// admin/setup.php
// *******************************************************************
include("../include/config.php"

;
include ("../include/lang/$language.php"

;
$step = $_GET['step']; if (empty($step)){$step="1";
}
?>
************************************
John Jones.
PS: I had PHPlinks (old version) installed on another site and did not have this error come up.