GRAYBYTE WORDPRESS FILE MANAGER8323

Server IP : 198.54.121.189 / Your IP : 216.73.216.140
System : Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Directory : /home/giriqfky/universaltoursandtravels.co.in/wp-content/plugins/seraphinite-accelerator/
Upload Files :
Current_dir [ Writeable ] Document_root [ Writeable ]

Command :


Current File : /home/giriqfky/universaltoursandtravels.co.in/wp-content/plugins/seraphinite-accelerator//re.php
<?php

class _seraph_accel_re_Rtn
{
	public function __destruct()
	{
		_seraph_accel_re_Rtn::IncludeGen();
		_seraph_accel_re_Rtn::End( \seraph_accel\Net::GetHrFromResponseCode( http_response_code() ), false );
	}

	static function RunInit()
	{
		http_response_code( 200 );
		self::$g_oInst = new _seraph_accel_re_Rtn();
	}

	static function IncludeGen()
	{
		if( method_exists( '\\seraph_accel\\Gen', 'HrSucc' ) )
			return;

		define( 'ABSPATH', __DIR__ );
		require( __DIR__ . '/Cmn/Gen.php' );
	}

	static function End( $hr, $exit = true )
	{
		echo( "\x01" . json_encode( array( 'hr' => $hr ) ) . "\x01" );
		if( $exit )
			exit( 0 );
	}

	static function ExecUnMaskUrlArg( $v )
	{

		return( str_replace( '^', '%', $v ) );
	}

	private static $g_oInst;
}

$aOpts = getopt( '', array( 'root:', 'soft:', 'url:', 'method:', 'hdrs:', 't:', 'tmp:' ) );

if( isset( $aOpts[ 't' ] ) )
{

	$reFile = defined( 'SERAPH_ACCEL_REFILE' ) ? SERAPH_ACCEL_REFILE : __FILE__;

	_seraph_accel_re_Rtn::IncludeGen();

	if( !function_exists( 'proc_open' ) || !function_exists( 'proc_close' ) )
		_seraph_accel_re_Rtn::End( \seraph_accel\Gen::E_ACCESS_DENIED );

	$nTimeout = ( int )$aOpts[ 't' ] * 1000;

	$sCmd = \seraph_accel\Gen::ExecEscArg( PHP_BINARY ) . ' -c ' . \seraph_accel\Gen::ExecEscArg( php_ini_loaded_file() ) . ' -d opcache.file_cache=' . \seraph_accel\Gen::ExecEscArg( ini_get( 'opcache.file_cache' ) ) . ' -d opcache.enable_cli=' . ini_get( 'opcache.enable_cli' ) . ' -d opcache.file_cache_only=' . ini_get( 'opcache.file_cache_only' ) . ' -d opcache.optimization_level=' . ini_get( 'opcache.optimization_level' ) . ' -d display_errors=' . ini_get( 'display_errors' ) . ' -d output_buffering=' . ini_get( 'output_buffering' ) . ' -d memory_limit=' . ini_get( 'memory_limit' ) . ' -d max_execution_time=' . ini_get( 'max_execution_time' ) . ' -d register_argc_argv=' . ini_get( 'register_argc_argv' ) . ' ' . \seraph_accel\Gen::ExecEscArg( $reFile ) . ' --root=' . \seraph_accel\Gen::ExecEscArg( (isset($aOpts[ 'root' ])?$aOpts[ 'root' ]:'') ) . ' --soft=' . \seraph_accel\Gen::ExecEscArg( (isset($aOpts[ 'soft' ])?$aOpts[ 'soft' ]:'') ) . ' --method=' . \seraph_accel\Gen::ExecEscArg( (isset($aOpts[ 'method' ])?$aOpts[ 'method' ]:'') ) . ' --url=' . \seraph_accel\Gen::ExecEscArg( (isset($aOpts[ 'url' ])?$aOpts[ 'url' ]:'') ) . ' --hdrs=' . \seraph_accel\Gen::ExecEscArg( (isset($aOpts[ 'hdrs' ])?$aOpts[ 'hdrs' ]:'') );

	if( isset( $aOpts[ 'tmp' ] ) )
		$sFileOut = ( string )$aOpts[ 'tmp' ];
	else
		$sFileOut = strstr( strtolower( PHP_OS ), 'win' ) ? 'NUL' : '/dev/null';

	$hProc = @proc_open( $sCmd, array( 1 => array( 'file', $sFileOut, 'w' ) ), $aPipe, null, null, array( 'bypass_shell' => true ) );
	if( !$hProc )
		_seraph_accel_re_Rtn::End( \seraph_accel\Gen::E_FAIL );

	if( !$nTimeout )
		_seraph_accel_re_Rtn::End( \seraph_accel\Gen::S_OK );

	$sBody = '';
	while( $nTimeout )
	{
		usleep( 250 * 1000 );

		$stat = proc_get_status( $hProc );
		if( !$stat[ 'running' ] )
			break;

		$nTimeout -= 250;
	}

	if( !$nTimeout )
		_seraph_accel_re_Rtn::End( \seraph_accel\Gen::E_TIMEOUT );

	if( !isset( $aOpts[ 'tmp' ] ) )
		_seraph_accel_re_Rtn::End( \seraph_accel\Gen::S_OK );

	print( ( string )file_get_contents( $aOpts[ 'tmp' ] ) );
	exit( 0 );
}

{
	if( !isset( $aOpts[ 'root' ] ) )
	{
		echo( 'E_INVALIDARG: root' );

		_seraph_accel_re_Rtn::IncludeGen();
		_seraph_accel_re_Rtn::End( \seraph_accel\Gen::E_INVALIDARG );
	}

	$_SERVER[ 'DOCUMENT_ROOT' ] = str_replace( '//', '/', $aOpts[ 'root' ] );
}

$dirPrev = str_replace( '\\', '/', __FILE__ );

if( strpos( $dirPrev, '/public_html' ) !== false && strpos( $_SERVER[ 'DOCUMENT_ROOT' ], '/private_html' ) !== false )
	$_SERVER[ 'DOCUMENT_ROOT' ] = str_replace( '/private_html', '/public_html', $_SERVER[ 'DOCUMENT_ROOT' ] );

{
	$dirDocRootPrefix = '';
	$dirDocRootProbe = rtrim( $_SERVER[ 'DOCUMENT_ROOT' ], '/' );

	for( ;; )
	{
		if( strpos( $dirPrev, $dirDocRootProbe ) === 0 )
			break;

		$dirDocRootProbeNext = ltrim( $dirDocRootProbe, '/' );
		$posSlash = strpos( $dirDocRootProbeNext, '/' );
		if( $posSlash === false )
		{
			$dirDocRootPrefix = null;
			break;
		}

		$dirDocRootProbeNext = substr( $dirDocRootProbeNext, $posSlash );
		$dirDocRootPrefix .= substr( $dirDocRootProbe, 0, strlen( $dirDocRootProbe ) - strlen( $dirDocRootProbeNext ) );
		$dirDocRootProbe = $dirDocRootProbeNext;
	}

	if( $dirDocRootPrefix )
		$dirPrev = $dirDocRootPrefix . $dirPrev;
}

if( defined( 'SERAPH_ACCEL_REFILE' ) )
	$dirSiteRootCurScript = dirname( SERAPH_ACCEL_REFILE );
else
{
	$aDirPrev = array( $dirPrev );
	while( $dirSiteRootCurScript = @dirname( $dirPrev ) )
	{
		if( $dirSiteRootCurScript === $dirPrev )
		{
			$dirSiteRootCurScript = null;
			break;
		}

		$aDirPrev[] = $dirSiteRootCurScript;
		if( @file_exists( $dirSiteRootCurScript . '/wp-load.php' ) )
			break;

		$dirPrev = $dirSiteRootCurScript;
	}

	unset( $dirPrev );

	if( !$dirSiteRootCurScript )
	{
		echo( 'E_INVALID_STATE: reFile: ' . json_encode( $aDirPrev ) );

		_seraph_accel_re_Rtn::IncludeGen();
		_seraph_accel_re_Rtn::End( \seraph_accel\Gen::E_INVALID_STATE );
	}
}

$dirSiteRootCurScript .= '/';
{
	$pos = strpos( $dirSiteRootCurScript, $_SERVER[ 'DOCUMENT_ROOT' ] );
	if( $pos === false )
	{
		$_SERVER[ 'DOCUMENT_ROOT' ] = $dirSiteRootCurScript;
	}

	else if( $pos > 0 )
		$dirSiteRootCurScript = substr( $dirSiteRootCurScript, $pos );
}

{
	$aOpts[ 'hdrs' ] = ( array )@json_decode( rawurldecode( isset( $aOpts[ 'hdrs' ] ) ? _seraph_accel_re_Rtn::ExecUnMaskUrlArg( $aOpts[ 'hdrs' ] ) : '' ), true );

	foreach( $aOpts[ 'hdrs' ] as $hdrKey => $hdrVal )
	{
		$hdrKey = strtoupper( str_replace( array( '-' ), '_', $hdrKey ) );
		$_SERVER[ 'HTTP_' . $hdrKey ] = $hdrVal;

		if( $hdrKey == 'COOKIE' )
		{
			foreach( explode( ';', trim( $hdrVal, " \t\n\r\0\x0B;" ) ) as $cookieKeyVal )
			{
				$cookieKeyVal = explode( '=', trim( $cookieKeyVal ) );
				if( count( $cookieKeyVal ) == 2 )
					$_COOKIE[ trim( $cookieKeyVal[ 0 ] ) ] = trim( $cookieKeyVal[ 1 ] );
			}
		}
	}
	unset( $hdrKey, $hdrVal );
}

unset( $_SERVER[ 'argv' ], $_SERVER[ 'argc' ], $_SERVER[ 'PATH_TRANSLATED' ] );

$aUrlParts = isset( $aOpts[ 'url' ] ) ? parse_url( _seraph_accel_re_Rtn::ExecUnMaskUrlArg( $aOpts[ 'url' ] ) ) : null;
if( !$aUrlParts || !isset( $aUrlParts[ 'scheme' ] ) || !isset( $aUrlParts[ 'host' ] ) )
{
	echo( 'E_INVALIDARG: url: "' . (isset($aOpts[ 'url' ])?$aOpts[ 'url' ]:'') . '"' );

	_seraph_accel_re_Rtn::IncludeGen();
	_seraph_accel_re_Rtn::End( \seraph_accel\Gen::E_INVALIDARG );
}

if( !isset( $aUrlParts[ 'path' ] ) )
	$aUrlParts[ 'path' ] = '';

$_SERVER[ 'REQUEST_TIME_FLOAT' ] = microtime( true );
$_SERVER[ 'REQUEST_TIME' ] = ( int )$_SERVER[ 'REQUEST_TIME_FLOAT' ];
$_SERVER[ 'REQUEST_METHOD' ] = isset( $aOpts[ 'method' ] ) ? $aOpts[ 'method' ] : 'GET';
$_SERVER[ 'REQUEST_SCHEME' ] = $aUrlParts[ 'scheme' ];
$_SERVER[ 'HTTPS' ] = $aUrlParts[ 'scheme' ] === 'https' ? 'on' : '';

{
	if( !isset( $aOpts[ 'soft' ] ) )
	{
		echo( 'E_INVALIDARG: soft' );

		_seraph_accel_re_Rtn::IncludeGen();
		_seraph_accel_re_Rtn::End( \seraph_accel\Gen::E_INVALIDARG );
	}

	$_SERVER[ 'SERVER_SOFTWARE' ] = ( strlen( $aOpts[ 'soft' ] ) ? rawurldecode( _seraph_accel_re_Rtn::ExecUnMaskUrlArg( $aOpts[ 'soft' ] ) ) : 'Generic' ) . ' (Seraph Accel Request Emulator 2.22.9)';
	$_SERVER[ 'SERVER_NAME' ] = $aUrlParts[ 'host' ];
	$_SERVER[ 'SERVER_ADDR' ] = '127.0.0.1';
	$_SERVER[ 'SERVER_PORT' ] = isset( $aUrlParts[ 'port' ] ) ? $aUrlParts[ 'port' ] : ( $_SERVER[ 'HTTPS' ] === 'on' ? 443 : 80 );
	$_SERVER[ 'SERVER_PROTOCOL' ] = 'HTTP/1.1';
}

$_SERVER[ 'HTTP_HOST' ] = $aUrlParts[ 'host' ];
if( $_SERVER[ 'HTTPS' ] === 'on' )
{
	if( $_SERVER[ 'SERVER_PORT' ] != 443 )
		$_SERVER[ 'HTTP_HOST' ] .= ':' . $_SERVER[ 'SERVER_PORT' ];
}
else
{
	if( $_SERVER[ 'SERVER_PORT' ] != 80 )
		$_SERVER[ 'HTTP_HOST' ] .= ':' . $_SERVER[ 'SERVER_PORT' ];
}

if( !isset( $_SERVER[ 'HTTP_USER_AGENT' ] ) )
	$_SERVER[ 'HTTP_USER_AGENT' ] = 'Seraph Accel Request Emulator 2.22.9';
if( !isset( $_SERVER[ 'HTTP_ACCEPT' ] ) )
	$_SERVER[ 'HTTP_ACCEPT' ] = 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8;v=b3;q=0.7';

$_SERVER[ 'HTTP_ACCEPT_ENCODING' ] = 'identity';

$_SERVER[ 'REQUEST_URI' ] = $aUrlParts[ 'path' ] . ( isset( $aUrlParts[ 'query' ] ) ? ( '?' . $aUrlParts[ 'query' ] ) : '' );
$_SERVER[ 'QUERY_STRING' ] = isset( $aUrlParts[ 'query' ] ) ? $aUrlParts[ 'query' ] : '';

$_REQUEST = array(); parse_str( $_SERVER[ 'QUERY_STRING' ], $_REQUEST );
if( $_SERVER[ 'REQUEST_METHOD' ] == 'GET' )
{
	$_GET = $_REQUEST;
	$_POST = array();
}
else if( $_SERVER[ 'REQUEST_METHOD' ] == 'POST' )
{
	$_GET = array();
	$_POST = $_REQUEST;
}

$_SERVER[ 'REMOTE_ADDR' ] = '127.0.0.1';
$_SERVER[ 'REMOTE_PORT' ] = 65535;

$file = null;
foreach( array( $aUrlParts[ 'path' ], substr( $dirSiteRootCurScript, strlen( $_SERVER[ 'DOCUMENT_ROOT' ] ) ) ) as $pathSrch )
{
	$fileProbe = $_SERVER[ 'DOCUMENT_ROOT' ] . rtrim( $pathSrch, '/' );
	if( substr_compare( $fileProbe, '.php', -strlen( '.php' ), strlen( '.php' ), true ) !== 0 )
		$fileProbe .= '/index.php';

	if( strpos( $fileProbe, $dirSiteRootCurScript ) !== 0 )
	{
		echo( 'E_ACCESS_DENIED: ' . json_encode( array( 'fileProbe' => $fileProbe, 'dirSiteRootCurScript' => $dirSiteRootCurScript ) ) );

		_seraph_accel_re_Rtn::IncludeGen();
		_seraph_accel_re_Rtn::End( \seraph_accel\Gen::E_ACCESS_DENIED );
	}

	if( @file_exists( $fileProbe ) )
	{
		$file = $fileProbe;
		break;
	}
}

unset( $aOpts, $aUrlParts, $pathSrch );

if( $file === null )
{
	echo( 'E_NOT_FOUND' );

	_seraph_accel_re_Rtn::IncludeGen();
	_seraph_accel_re_Rtn::End( \seraph_accel\Gen::E_NOT_FOUND );
}

$_SERVER[ 'SCRIPT_FILENAME' ] = $file;
$_SERVER[ 'PHP_SELF' ] = $_SERVER[ 'SCRIPT_NAME' ] = substr( $file, strlen( $_SERVER[ 'DOCUMENT_ROOT' ] ) );

_seraph_accel_re_Rtn::RunInit();

include( $file );


[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
July 11 2025 13:53:58
giriqfky / giriqfky
0755
Cmn
--
July 01 2025 06:23:22
giriqfky / giriqfky
0755
Images
--
July 01 2025 06:23:22
giriqfky / giriqfky
0755
languages
--
July 01 2025 06:23:22
giriqfky / giriqfky
0755
Admin.js
24.951 KB
November 09 2024 05:34:01
giriqfky / giriqfky
0644
cache.php
50.874 KB
November 09 2024 05:34:01
giriqfky / giriqfky
0644
cache_ext.php
26.612 KB
November 09 2024 05:34:01
giriqfky / giriqfky
0644
cache_ext_CloudFlareHooksEx.php
0.887 KB
November 09 2024 05:34:01
giriqfky / giriqfky
0644
common.php
155.235 KB
November 09 2024 05:34:01
giriqfky / giriqfky
0644
content.php
101.892 KB
November 09 2024 05:34:01
giriqfky / giriqfky
0644
content_css.php
78.575 KB
November 09 2024 05:34:01
giriqfky / giriqfky
0644
content_css_ex.php
40.645 KB
November 09 2024 05:34:01
giriqfky / giriqfky
0644
content_frm.php
442.287 KB
November 09 2024 05:34:01
giriqfky / giriqfky
0644
content_img.php
41.418 KB
November 09 2024 05:34:01
giriqfky / giriqfky
0644
content_js.php
26.839 KB
November 09 2024 05:34:01
giriqfky / giriqfky
0644
htmlparser.php
47.269 KB
November 09 2024 05:34:01
giriqfky / giriqfky
0644
icon.png
0.257 KB
November 09 2024 05:34:01
giriqfky / giriqfky
0644
main.php
94.008 KB
November 09 2024 05:34:01
giriqfky / giriqfky
0644
oper.php
70.204 KB
November 09 2024 05:34:01
giriqfky / giriqfky
0644
options.php
326.101 KB
November 09 2024 05:34:01
giriqfky / giriqfky
0644
plugin_root.php
1.193 KB
November 09 2024 05:34:01
giriqfky / giriqfky
0644
re.php
9.965 KB
November 09 2024 05:34:01
giriqfky / giriqfky
0644
readme.txt
1.566 KB
November 09 2024 05:34:01
giriqfky / giriqfky
0644
sql.php
5.937 KB
November 09 2024 05:34:01
giriqfky / giriqfky
0644
third-party-software.html
35.169 KB
November 09 2024 05:34:01
giriqfky / giriqfky
0644
tune.php
71.1 KB
November 09 2024 05:34:01
giriqfky / giriqfky
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF