LdapVisitorInfo

Hi,
I have installed LdapVisitorInfo plugin on IIS +Php server.
LdapConnection plugin is configured well.
I utilize PIWIK for Sharepoint monitoring.
Because I’m not familiar with Java or PHP could you please help me with proper setting of tracking code and make that LdapVisitorInfo plugin works?
Below default tracking code:


<!-- Piwik -->
<script type="text/javascript">
  var _paq = _paq || [];
  _paq.push(['trackPageView']);
  _paq.push(['enableLinkTracking']);
  (function() {
    var u="//server:81/";
    _paq.push(['setTrackerUrl', u+'piwik.php']);
    _paq.push(['setSiteId', 5]);
    var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
    g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
  })();
</script>
<noscript><p><img src="//server:81/piwik.php?idsite=5" style="border:0;" alt="" /></p></noscript>
<!-- End Piwik Code -->


Thank you in Advance

for support about custom plugins such as LdapVisitorInfo please post in the Github issue tracker for this plugin directly, as the developers of these plugins will not read the forums