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?
/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.
Comments
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.