Search found 4 matches

by zithromax
Sat Jun 02, 2012 12:32 am
Forum: Trade Expert - Support & Main Discussion
Topic: Incoming Traffic Tracking
Replies: 7
Views: 9786

Re: Incoming Traffic Tracking

Thanks afamintas for the help.

Found out that TubeX uses Smarty, needed to add the code like this to the global-header.tpl

Code: Select all

{php}include("/full/path/to/te3/in.php");{/php}
by zithromax
Fri Jun 01, 2012 11:58 pm
Forum: Trade Expert - Support & Main Discussion
Topic: Incoming Traffic Tracking
Replies: 7
Views: 9786

Re: Incoming Traffic Tracking

Thats the thing, TubeX has tpl extensions. No shtml or php. Not sure what to do here.
by zithromax
Fri Jun 01, 2012 11:37 pm
Forum: Trade Expert - Support & Main Discussion
Topic: Incoming Traffic Tracking
Replies: 7
Views: 9786

Incoming Traffic Tracking

New to this trading script and trading itself so please be gentle. ;) I currently have TubeX and within the global-header.tpl I have added <!--#include virtual="/te3/in.php?$QUERY_STRING" --> between the <head> </head> tag. I am not sure if this is quite correct as the manual states the co...