Script Pulse

Trade Pulse => Trade Pulse Support => Topic started by: freetradescript on October 22, 2011, 06:37:19 AM

Title: Wpxtube along with scriptpulse
Post 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


Title: Re: Wpxtube along with scriptpulse
Post by: ip0li on October 22, 2011, 07:14:21 AM
Code: [Select]
<?php virtual("/tp/ssi_in.php")?>
this should be between <head></head> tags in your page. Also there should be
Code: [Select]
<img src="/tp/img.php" width="0" height="0" style='display:none;border:none'> just after start of BODY tag.

Cheers
Title: Re: Wpxtube along with scriptpulse
Post by: freetradescript on October 22, 2011, 07:37:18 AM
in index.php ?
Title: Re: Wpxtube along with scriptpulse
Post by: ip0li on October 22, 2011, 07:40:43 AM
On all urls on your site, what file U need to edit depends on your theme/script. usually its header.php.
Title: Re: Wpxtube along with scriptpulse
Post by: Jay Moore on November 02, 2012, 08:01:50 AM
sorry for bumping this but this is what i need help with the cron doesnt update stats

Title: Re: Wpxtube along with scriptpulse
Post by: ip0li on November 02, 2012, 09:36:20 AM
<img src="/tp/img.php" width="0" height="0" style='display:none;border:none'>

add it just after start of BODY tag.
Title: Re: Wpxtube along with scriptpulse
Post by: Jay Moore on November 02, 2012, 09:45:26 AM
done that im familiar with your script