Author Topic: Wpxtube along with scriptpulse  (Read 10936 times)

0 Members and 1 Guest are viewing this topic.

Offline freetradescript

  • Jr. Member
  • **
  • Posts: 55
    • View Profile
Wpxtube along with scriptpulse
« 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


« Last Edit: October 22, 2011, 06:42:47 AM by freetradescript »

Offline ip0li

  • miSearkXD
  • Administrator
  • Hero Member
  • *****
  • Posts: 1952
    • View Profile
    • Premier Сasual Dating Real-life Girls
Re: Wpxtube along with scriptpulse
« Reply #1 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

Offline freetradescript

  • Jr. Member
  • **
  • Posts: 55
    • View Profile
Re: Wpxtube along with scriptpulse
« Reply #2 on: October 22, 2011, 07:37:18 AM »
in index.php ?

Offline ip0li

  • miSearkXD
  • Administrator
  • Hero Member
  • *****
  • Posts: 1952
    • View Profile
    • Premier Сasual Dating Real-life Girls
Re: Wpxtube along with scriptpulse
« Reply #3 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.

Offline Jay Moore

  • Newbie
  • *
  • Posts: 9
    • View Profile
Re: Wpxtube along with scriptpulse
« Reply #4 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

« Last Edit: November 02, 2012, 09:19:43 AM by Jay Moore »

Offline ip0li

  • miSearkXD
  • Administrator
  • Hero Member
  • *****
  • Posts: 1952
    • View Profile
    • Premier Сasual Dating Real-life Girls
Re: Wpxtube along with scriptpulse
« Reply #5 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.

Offline Jay Moore

  • Newbie
  • *
  • Posts: 9
    • View Profile
Re: Wpxtube along with scriptpulse
« Reply #6 on: November 02, 2012, 09:45:26 AM »
done that im familiar with your script