Incoming Traffic Tracking

Our support will answer all your general questions here.

Moderator: Rock

Post Reply
zithromax
Posts: 4
Joined: Fri Jun 01, 2012 11:02 pm

Incoming Traffic Tracking

Post by zithromax »

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

Code: Select all

<!--#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 code is for shtml extensions, could someone please advise? Thanks!
afamintas
Posts: 28
Joined: Fri Jul 22, 2011 9:19 pm
Location: Portugal
Contact:

Re: Incoming Traffic Tracking

Post by afamintas »

If your page is http://www.yourdomain.com/index.shtml the extension is correct. If php has to be another code.
To php:

<? virtual('/te3/in.php?'.$_SERVER['QUERY_STRING']); ?>
Cheers
http://www.amadorasfamintas.com/ - http://www.amadorasfamintas.com/te3/signup.php
The next generation traffic network PlugRush Build your own unique widget in minutes.
zithromax
Posts: 4
Joined: Fri Jun 01, 2012 11:02 pm

Re: Incoming Traffic Tracking

Post by zithromax »

Thats the thing, TubeX has tpl extensions. No shtml or php. Not sure what to do here.
afamintas
Posts: 28
Joined: Fri Jul 22, 2011 9:19 pm
Location: Portugal
Contact:

Re: Incoming Traffic Tracking

Post by afamintas »

zithromax wrote:Thats the thing, TubeX has tpl extensions. No shtml or php. Not sure what to do here.
Put here the URL of your site.
http://www.amadorasfamintas.com/ - http://www.amadorasfamintas.com/te3/signup.php
The next generation traffic network PlugRush Build your own unique widget in minutes.
zithromax
Posts: 4
Joined: Fri Jun 01, 2012 11:02 pm

Re: Incoming Traffic Tracking

Post by zithromax »

afamintas
Posts: 28
Joined: Fri Jul 22, 2011 9:19 pm
Location: Portugal
Contact:

Re: Incoming Traffic Tracking

Post by afamintas »

Your site has php extension, so you already know what the code will have to put in your global-header.tpl

Code: Select all

<? virtual('/te3/in.php?'.$_SERVER['QUERY_STRING']); ?>
http://www.mongertube.com/index.php

8-)
http://www.amadorasfamintas.com/ - http://www.amadorasfamintas.com/te3/signup.php
The next generation traffic network PlugRush Build your own unique widget in minutes.
zithromax
Posts: 4
Joined: Fri Jun 01, 2012 11:02 pm

Re: Incoming Traffic Tracking

Post by zithromax »

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}
afamintas
Posts: 28
Joined: Fri Jul 22, 2011 9:19 pm
Location: Portugal
Contact:

Re: Incoming Traffic Tracking

Post by afamintas »

zithromax wrote: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}
As I do not know your script at least gave the idea would be like. ;)
http://www.amadorasfamintas.com/ - http://www.amadorasfamintas.com/te3/signup.php
The next generation traffic network PlugRush Build your own unique widget in minutes.
Post Reply