Author Topic: /tp/img.php  (Read 9441 times)

0 Members and 1 Guest are viewing this topic.

Offline Zora

  • Newbie
  • *
  • Posts: 26
    • View Profile
/tp/img.php
« on: July 21, 2010, 09:50:53 AM »
From the manual - does this have to be on every page of the site - and what does it do. Also, I didn't think the script used cron - as on the marketing copy - it states: Fast and reliable. No MySQL and No Cronjob required.

Quote
in case that ssi_in.php is included inside php function(mostly on tube and blog systems) you MUST include this right after start of <body> (it's needed to start cron):

<img src="/tp/img.php" width="0" height="0" style='display:none;border:none'>
« Last Edit: July 21, 2010, 12:17:38 PM by Zora »

Offline ip0li

  • mgSearkGD
  • Administrator
  • Hero Member
  • *****
  • Posts: 1959
    • View Profile
    • Pretty Girls from your city for night
Re: /tp/img.php
« Reply #1 on: July 22, 2010, 05:04:34 AM »
img.php is used to start "virtual" cron inside tp script since it doesn't use standard "server" cronjob. It is also used to analyze traffic quality (no img traffic and some other things).

It is recommended to add it sitewide, so yes, on all pages.