6
I just had a look at
http://www.tswn.com/modules/mydownloads/singlefile.php?cid=3&lid=29 and found the info, that XoopsPPHLogger X2 "is compatable with XOOPS Version 2.0.3".
Does anybody know if XoopsPPHLogger is compatible with 2.0.7 as well?
What are the advantages of installing XoopsPPHLogger as a XOOPS-Modul compared to installing original PPHLogger (I just tried to install POWER PHLOGGER 2.2.5 - phpee.com)?
http://www.phpee.com/index.php?node=21
Is this info for installation sufficient?
http://pphlogger.phpee.com/documentation.php
What is the best way to integrate the code?
PHP only implementation?
http://pphlogger.phpee.com/doc.html
Use this implementation if you would like to completely hide your counter. No code at all will be visible on your site and you will be able to track anyone entering your site.
Place the following code at the top of your page:
<?php$id = "username";define('PPHL_SCRIPT_PATH', '/home/your_domain/htdocs/pphlogger/'); // relative (e.g. "pphlogger/") or absolute path to your PP-directory$st = 'php';include(PPHL_SCRIPT_PATH."pphlogger.php");?>
Can somebody share some best practices ...

)) Thanks asche