Just a quick remark. I had many problems getting this plugin to run, it kept giving me trash in the code. While examining the code, I found out the reason:
on lines 293 and 607 the php code is opened with <?, which I believe is a deprecated way which does no longer work in php 5.
When I replaced those with <?php everything ran just fine. This might be the reason for some users not getting it to work.
|