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.
Posts: 3474
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 (
)
Posts: 4
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?