Page 1 of 1
Niche trade
Posted: Thu Aug 30, 2012 9:35 am
by king
How to set niche page (tracking of incoming) for niche trade?
Re: Niche trade
Posted: Fri Aug 31, 2012 9:43 am
by king
Another Question:
Created in menu 'Pages' - page "asians"
Then created asians.php and set code
Code: Select all
<?
$te3_page="asians";
include("/te3/in.php");
?>
When I open page /asians.php in te3 not counting any visits for page "asians"!! Why
Re: Niche trade
Posted: Wed Sep 05, 2012 6:00 pm
by texpert
Yes, you can use niche trading in combination with pages.
Your code looks ok on the first sight. It must be some silly mistake i believe. I will need your TE3 login info and link to that page etc. So i can see it for myself. Perhaps it's best we talk realtime on ICQ regarding this issue?
kind regards,
Jim
Re: Niche trade
Posted: Wed Sep 05, 2012 6:52 pm
by king
Yeap. 2.75.2.2.7.2.9.6
Re: Niche trade
Posted: Thu Sep 06, 2012 6:10 pm
by texpert
Added you to ICQ and sent u a msg!

Re: Niche trade
Posted: Thu Sep 06, 2012 7:34 pm
by texpert
There were two problems. $te3_page has to be on top of include and second, it didn't execute in.php at all. I removed "slash" in front of te3 and it's executing it now.
$te3_page="asians";
include("te3/in.php");
Pages are being tracked properly for you now, i have checked.
kind regards,
Jmi