Script Pulse

Trade Pulse => Trade Pulse Support => Topic started by: Zora on July 21, 2010, 09:50:53 AM

Title: /tp/img.php
Post by: Zora 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'>
Title: Re: /tp/img.php
Post by: ip0li 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.