here is the part if having error.
Fatal error: Using $this when not in object context in /pb_events.php on line 6
line 6 i
You have to make the object first.
$object=new Myobject; DoEvents($object);