ZenphotoCMS Forum
Which page? - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: Which page? (/thread-817.html)



Which page? - nabberuk - 2006-09-25

Just a quick question, i want to add a bit of code (to just put the visitors ip into a mysql table). Does anyone know which page will be executed each time someones views something?

many thanks




Which page? - trisweb - 2006-09-25

/index.php is always run, as every page is requested through it.

Also, if you want to track image requests, you have to put tracking code in /zen/i.php too. You could even separate them, and record which image was requested at what size or whatever. If you just want page requests though, just use index.php.




Which page? - nabberuk - 2006-09-28

many thanks matey!