Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - jermaine

Pages: [1]
1
never mine i got it problem solved ;D

2
ok i have integrate tradepulse into my site i use this code for tracking  {php}include("/home/user/public_html/tp/ssi_in.php");{/php} to my .tpl file it woks fine  now when i scroll over the thumbs on my site they dont rotate anymore.

it's like the location of the images have change to this when i view image location http://www.mysite.com/tp/a_ft.php?rand=1212847/1.jpg

its supposed to be like this http://www.mysite.com/media/videos/tmb/12128/1.jpg

any idea why?

3
Trade Pulse Support / Re: Incoming hits count via htaccess at all pages?
« on: September 05, 2010, 11:06:04 AM »
when i add the htaccess code my site goes blank but it does track the hits    :(

4
Is there a way to include the tracking code to  the htaccess? if who would i do it?

5
Trade Pulse Support / Re: Incoming hits count via htaccess at all pages?
« on: September 04, 2010, 07:25:06 PM »
how do you add the tracking code to htaccess?

6
Hello i need some help to include this incoming traffic tracking into my site.

I place the code in the index.php in so many ways but anyway i have it. it just messup the whose site text gets bigger and thumbs vanish

so for now i can't  track incoming traffic.  my site is  running AVS Script so it uses .TPL files


ways that mess up the site

<?php include("/home/user/public_html/tp/ssi_in.php"); ?>

require 'tp/ssi_in.php';
include("/home/user/public_html/tp/ssi_in.php");


when i use those codes in my index.php

this is how it looks when i view my source code in firefox  


<script language="javascript" type="text/javascript">
var d;
d = Math.floor(Math.random () * 10000);
document.write('<s' + 'cri' + 'pt language="JavaScript" src="/tp/filter.php?pro='+ d +'"></sc' + 'ript>');
</script>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
etc
</head>

so help would be nicely appreciated.

Thanks

Pages: [1]