Script Pulse
Trade Pulse => Trade Pulse Support => Topic started by: freetradescript on October 22, 2011, 06:37:19 AM
-
I know this ain't you script but it's related in a way and if you don't know the answer, well maybe someone does and it ain't bad in a way as others could benefit from this so here it is.
Where do i add the track code
<?php virtual("/tp/ssi_in.php")?>
in wordpress with the wpxtube pluggin ?
By the way, the guys at wpxtube as already intergrated some pre-settings to make it easier to use scriptpulse.
Right now, i have added the code at the very top of the index.php page within the wpxtubetheme. Looks like it's tracking alright but i ain't sure.
or
<?php virtual("/tp/ssi_in.php")?>
after the body tag in header.php
Or elsewhere, don't know ?
Thanks
-
<?php virtual("/tp/ssi_in.php")?>
this should be between <head></head> tags in your page. Also there should be <img src="/tp/img.php" width="0" height="0" style='display:none;border:none'>
just after start of BODY tag.
Cheers
-
in index.php ?
-
On all urls on your site, what file U need to edit depends on your theme/script. usually its header.php.
-
sorry for bumping this but this is what i need help with the cron doesnt update stats
-
<img src="/tp/img.php" width="0" height="0" style='display:none;border:none'>
add it just after start of BODY tag.
-
done that im familiar with your script