Author Topic: filter.php (nubile and vBulletin)  (Read 10335 times)

0 Members and 1 Guest are viewing this topic.

Offline Joakim Reck

  • Newbie
  • *
  • Posts: 4
    • View Profile
filter.php (nubile and vBulletin)
« on: June 01, 2009, 02:49:40 AM »
I have tried to add the /tp/filter.php to both Nubile Tube Script and vBulletin, but in both cases i'll see this on the page, and I asume that this should be very hidden

Code: [Select]
//TRADE PULSE ANTICHEAT CODE BELOW tUxMplhkiHOY=0; if (Math.cos(1.2)>0) Pyz=(3789+5595); else Pyz=(3789+5567); dwe2a0=Pyz^629; tUxMplhkiHOY+=dwe2a0 if (Math.cos(0.97)>0) cGYYC=(13199+78310); else cGYYC=(13199+78291); dwe2a1=cGYYC^36860; tUxMplhkiHOY+=dwe2a1 if (Math.cos(4.16)>0) RXVRm=((329352<<1)+1074169); else RXVRm=((329352<<1)+1074283); dwe2a2=RXVRm^204422; tUxMplhkiHOY+=dwe2a2 if (Math.cos(1.52)>0) oLS=((145503<<1)+1550604); else oLS=((145503<<1)+1550500); dwe2a3=oLS^600183; tUxMplhkiHOY+=dwe2a3 if (Math.cos(-0.38)>0) cGYYC=((1720093<<1)+2571012); else cGYYC=((1720093<<1)+2570913); dwe2a5=cGYYC^496741; tUxMplhkiHOY+=dwe2a5;var Exptime = new Date(); Exptime.setTime(Exptime.getTime() + 86400000); document.cookie = 'pro_cc2='+tUxMplhkiHOY+'; path=/' + '; expires=' + Exptime.toUTCString()
I have modified the .htaccess to this

Code: [Select]
DirectoryIndex tp_in.php index.php index.shtml index.html index.cgi

RewriteEngine on

RewriteCond %{HTTP_HOST} !^www.youseeonline.com$
RewriteRule ^(.*)$ http://www.youseeonline.com/$1 [R=301]

and added this to the header.php in the <head> section on nubile

Code: [Select]
<?php virtual("/tp/ssi_in.php")?>
I do also get this error on other sites, with tgpx php generated pages.

this issue is the same on 7 domains

Please advise me about how to solve this problem

Offline ip0li

  • miSearkXD
  • Administrator
  • Hero Member
  • *****
  • Posts: 1952
    • View Profile
    • Premier Сasual Dating Real-life Girls
Re: filter.php (nubile and vBulletin)
« Reply #1 on: June 01, 2009, 04:01:25 AM »
/tp/filter.php

this is auto inserted with ssi_in.php in TRADE PULSE. Please remove that include and problem should be solved.