Author Topic: PHPlogger + 4Images statistics  (Read 5637 times)

0 Members and 1 Guest are viewing this topic.

Offline edwin

  • Full Member
  • ***
  • Posts: 199
    • View Profile
    • http://www.foto-janssen.nl
PHPlogger + 4Images statistics
« on: November 17, 2002, 02:56:44 PM »
I've installed PHPLogger to see more statistics on the site and i have to implant in my HTML pages a code linked to a *.js

Now I want to see wich pictures are most wanted and i want to inplant it for each pictures but this controlled by PHP and not HTML, so i can see wich pictures are most looked at


Can anybody help me with it

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
PHPlogger + 4Images statistics
« Reply #1 on: November 17, 2002, 10:47:11 PM »
Maybe add the appropriate code to includes/page_footer.php.

Jan
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search

Offline edwin

  • Full Member
  • ***
  • Posts: 199
    • View Profile
    • http://www.foto-janssen.nl
PHPlogger + 4Images statistics
« Reply #2 on: November 17, 2002, 11:13:38 PM »
Would this work Jan, i'll try

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
PHPlogger + 4Images statistics
« Reply #3 on: November 17, 2002, 11:14:51 PM »
I don't know PHPLogger, just try it ;)

Jan
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search

Offline edwin

  • Full Member
  • ***
  • Posts: 199
    • View Profile
    • http://www.foto-janssen.nl
PHPlogger + 4Images statistics
« Reply #4 on: November 17, 2002, 11:36:56 PM »
If you a curious it can be found on http://www.phpee.com and is named pphlogger

Offline Chris

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.487
  • Did u ever stop to think and then forget to start?
    • View Profile
Try it
« Reply #5 on: November 18, 2002, 12:10:05 AM »
I use pphlogger and I put the javascript in my footer.html template.  Everything works perfectly.

Offline edwin

  • Full Member
  • ***
  • Posts: 199
    • View Profile
    • http://www.foto-janssen.nl
PHPlogger + 4Images statistics
« Reply #6 on: November 18, 2002, 01:26:00 AM »
Chris or Jan, Í have put here


-------------------------------------------------------------------------------------
    http://www.4homepages.de must also remain intact.
    These conditions are part of the licence this software
    is released under. See the Licence.txt file for
    more information.
// -->
<!-- PowerPhlogger Code START -->
<script language="JavaScript" type="text/javascript" src="http://www.foto-janssen.nl/PHPlogger/pphlogger.js""></script>
<noscript><img alt="" src="http://www.foto-janssen.nl/PHPlogger/pphlogger.php?id=Fotoed&st=img"></noscript>
<!-- PowerPhlogger Code END -->

<p align="center">
  Powered by <b>4images</b> {script_version}
------------------------------------------------------------------------------------

Is this correct and should this work

regards