gallery + PHLOGGER

badtz

Joined: 2002-10-23
Posts: 7
Posted: Thu, 2002-12-26 00:31

Im setting up phlogger and have a quick question. phlogger requires a bit of code to work properly. I've figured out where to put it, now I need to know the following

If I want to monitor only outside users and not my own traffic, are

view_album.php, view_photo.php, login.php and index.php sufficient to edit? (login.php to watch nefarious customers trying to do whatever) Im not much with html/php but from checking out my logs it seems those are the files a client uses when viewing pictures/galleries.

 
beckett
beckett's picture

Joined: 2002-08-16
Posts: 3474
Posted: Tue, 2003-01-07 06:48

These are the main pages you can navigate to in Gallery:

albums.php
search.php
slideshow.php
slideshow_low.php
view_album.php
view_photo.php

Add login.php for the sake of your nefarious customers. :roll:
Note that index.php is not in the list. :smile: It doesn't really do anything of value for your monitoring purposes.

-Beckett (

)

 
slowmail

Joined: 2002-09-13
Posts: 4
Posted: Wed, 2003-04-23 04:43

Should I be adding the phlogger code into the .php files above, or should I put them into the html_wrap directory instead?

If the latter, what should i be adding to the code, and to which files?