
Code: Select all
<!--#include virtual="/te3/in.php?$QUERY_STRING" -->
Moderator: Rock
Code: Select all
<!--#include virtual="/te3/in.php?$QUERY_STRING" -->
CheersTo php:
<? virtual('/te3/in.php?'.$_SERVER['QUERY_STRING']); ?>
Put here the URL of your site.zithromax wrote:Thats the thing, TubeX has tpl extensions. No shtml or php. Not sure what to do here.
Code: Select all
<? virtual('/te3/in.php?'.$_SERVER['QUERY_STRING']); ?>
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.zithromax wrote:Thanks afamintas for the help.
Found out that TubeX uses Smarty, needed to add the code like this to the global-header.tplCode: Select all
{php}include("/full/path/to/te3/in.php");{/php}