See my addendum in section PART 2 (2025)

   Installation des Panels
   -----------------------
   1.  Kopiere den Ordner phpwebstat_panel in den "infusions" Ordner von PHP Fusion auf Deinem Server.
   2.  ffne die Datei phpwebstat_panel.php mit einem Editor und passe den Link zum Counter der Stat an.
   3.  Fge den Panel nach Anleitung von PHP Fusion in Deine Webseite ein.

   Tracking-Code der Statistik einbinden
   -------------------------------------
   ffne die Datei "themes/templates/footer.php" und suche nach:

   echo "</body>\n</html>\n";

   davor einfgen:

   echo "<script type=\"text/javascript\" src=\"http://www.example.com/stat/track.php?mode=js\"></script>\n";
   echo "<noscript><img src=\"http://www.example.com/stat/track.php?mode=img\" border=\"0\" alt=\"\" width=\"1\" height=\"1\" /></noscript>\n";

   AUCH HIER MUSS DIE URL (DOMAIN) ANGEPASST WERDEN!

-------------------------------------------------------------------------------------------------------------

   Installation of the panel
   -----------------------
   1.  Copy the folder phpwebstat_panel in the "infusions" folder of PHP Fusion on your server.
   2.  Open the file phpwebstat_panel.php with an editor and customize the link to the Stat Counter.
   3.  Insert the panel as directed by PHP Fusion into your Web page.

   How to embed the tracking code to the statistics
   -------------------------------------
   Open the file "themes/templates/footer.php" and search for:

   echo "</body>\n</html>\n";

   above this has to be entered:

   echo "<script type=\"text/javascript\" src=\"http://www.example.com/stat/track.php?mode=js\"></script>\n";
   echo "<noscript><img src=\"http://www.example.com/stat/track.php?mode=img\" border=\"0\" alt=\"\" width=\"1\" height=\"1\" /></noscript>\n";

   ALSO THE DOMAIN HAS TO BE EDITED WITHIN THESE LINES ABOVE!

=============================================================================================================
=============================================================================================================

   PART 2 (2025)

	The above is the original README content, as distributed with this infusion file.

	The following is my addendum.

	The original 'PHP Fusion Panel', as downloaded from https://www.php-web-statistik.de/en/downloads.php did not work when infused on my Chrome-Fusion v3.00.3 website.  My site kept redirecting to my full Webstats page.

	I modified this infusion slightly, and now it works on my Chrome-Fusion site.  It also works on my 7.02.07 IUP v1.9 test website.

	As they say, "Your mileage may vary".

   Installation of the panel
   -----------------------
   1.  Copy the extracted phpwebstat_panel folder to the "infusions" folder of your PHP Fusion on your server.
   2.  Open the file phpwebstat_panel.php with an editor and customize the link to your Stat Counter.
   2a. Change "http://www.example.com/stat/index.php\"   to the location of your full WebStats page (in my case, I use "../webstats/index.php\").
   2b. Change "http://www.example.com/stat/counter.php\" to the location of your WebStats counter   (in my case, I use "../webstats/counter.php\").
   3.  Install and Enable the panel as directed by PHP Fusion into your Web page.

   If your panel is blank, then that means you have not correctly pointed this infusion (in steps 2a and 2b) to your site.

   On my sites, I have named this panel "Website Statistics", in yellow.  If you wish to change that for your site, modify everything after the openside line:

   Example:
	change:	openside("<font color='yellow'><b>Website Statistics</b></font>");
	to:	openside("<font color='white'><b>WhatEverYouWantToCallThisPanel</b></font>");

   Of course, change the above WhatEverYouWantToCallThisPanel to whatever you actually want to call this panel :-).

   Enjoy.

