Author Topic: whats this?  (Read 8225 times)

0 Members and 1 Guest are viewing this topic.

Offline sophocles

  • Newbie
  • *
  • Posts: 18
    • View Profile
whats this?
« on: January 16, 2009, 02:01:58 PM »
I take a look into my source of my website
and i saw this strange java script
<script language="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>

whats means this script??

Offline ip0li

  • mgSearkGD
  • Administrator
  • Hero Member
  • *****
  • Posts: 1963
    • View Profile
    • Pretty Girls from your city for night
Re: whats this?
« Reply #1 on: January 16, 2009, 06:30:51 PM »
Copy paste from manual:

Quote
Most advanced way is auto included with incoming traffic tracker so you don't need to manually add it.

Real people with real browser will parse dynamic javascript source and will get dynamic cookie. Bots can't parse this script, because it's not static. So, everybody who can't parse this code and don't have it's cookie will be treated as 'filtered' traffic. Again, with this type of traffic you can do anything you want(for example: send only to galleries). Check Settings -> Out for more details.

I hope it helped.