User Tools

Site Tools


te3:incoming

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
te3:incoming [2014/08/09 07:31] – [PHP extension] adminte3:incoming [2014/11/26 06:39] (current) – removed moderator
Line 1: Line 1:
-====== Incoming tracking ====== 
- 
-{{INLINETOC}} 
- 
-== Description == 
-To configure “incoming traffic” tracking on your site, you'll have to add a special tracking code on all pages that receive traffic (index page and all sub pages). 
----- 
- 
- 
-===== Standard incoming tracking ===== 
-Standard incoming tracking is simple to setup and it can do everything [[te3:incoming:redirections|advanced]] incoming tracking can do, except it cannot rotate multiple index pages. We recommend standard incoming tracking for beginners and ordinary users. 
-==== PHP extension ==== 
- 
- 
-Add one of the tracking codes below to all your ''<nowiki>.php</nowiki>'' pages that receive traffic. Add it inside the ''<nowiki><head> </head></nowiki>'' tag. The "include" command will most likely work for everyone.\\  
- 
- 
-<code>include("./te3/in.php");</code> 
-<code>include("/FULL/PATH/TO/te3/in.php");</code> 
-<code>virtual("/te3/in.php");</code> 
-/* 
-  * <color red>include("</color><color blue>/te3/in.php</color><color red>");</color> 
-  * <color red>include("</color><color blue>/FULL/PATH/TO/te3/in.php</color><color red>");</color> 
-  * <color red>virtual("</color><color blue>/te3/in.php</color><color red>");</color> 
-*/ 
-==== SSI extension ==== 
- 
-Add the tracking code below to all your ''<nowiki>.shtml</nowiki>'' pages that receive traffic. Add it inside the ''<nowiki><head> </head></nowiki>'' tag. 
- 
-<code><!–-#include virtual=”/te3/in.php?$QUERY_STRING” --></code> 
-/* 
-  * <color red><!--#include virtual="</color><color blue>/te3/in.php?$QUERY_STRING</color><color red>" --></color> 
- 
-*/ 
- 
  
te3/incoming.1407569464.txt.gz · Last modified: 2014/08/09 07:31 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki