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
/
w
/
View File Name :
header.php
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <?php include_once("header.inc.php"); include_once("ip2country.inc.php"); session_start(); $_locales = array("en" => "en_GB", "ru" => "ru_RU.UTF-8", "ua" => "uk_UA.UTF-8"); if (isset($_GET['lang'])) { $_SESSION['lang'] = $_GET['lang']; } if (!isset($_SESSION['lang'])) $_SESSION['lang'] = guess_client_language(); $lang = lang(); ?> <HTML> <HEAD> <? if (!isset($_title)) $_title = enruua("Anatoly Samoilenko","А. М. Самойленко","А. М. Самойленко"); ?> <TITLE><? echo $_title; ?></TITLE> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" > <LINK REL="STYLESHEET" HREF="style.css"> </head> <body> <DIV CLASS="language_select_top"> <P STYLE="text-align: left; margin-top: 5px;"> <?php echo language_select("flag"); ?> </P> </DIV> <A href="."><IMG SRC="logo.jpg" class="logo" ALT="Anatoly Samoilenko"></A> <SPAN style="font-weight: bold; font-size: 1.5em; text-transform: uppercase;"><? echo enruua("Anatoly Samoilenko","Анатолий Михайлович Самойленко","Анатолій Михайлович Самойленко"); ?></span> <? $current_item = current_item(); ?> <? $menu = array("main" => array("uri" => "main.php", "name" => enruua("Main","Главная","Головна")), "cv" => array("uri" => "cv.php", "name" => enruua("Biography","Биография","Біографія")), "contact" => array("uri" => "contact.php", "name" => enruua("Contact","Связь","Зв'язок") ) ); ?> <table> <col style="width: 20%;"> <col style="width: 80%;"> <tr> <td> <div class="menu"> <table> <? foreach ($menu as $item) { echo "<tr><td><a href=\"". $item['uri']."\""; if ($current_item == $item['uri']) $class = " class=\"current_item\""; else $class=""; echo $class; echo ">". $item['name']. "</a></td></tr>\n"; } ?> </table> </div> </td> <td> <div class="stuff"> <?php $s = current_item(".php"); $m = $menu[$s]; /*if (trim($_title)) echo "<h2>".$_title."</h2>\n";*/ echo "<h2>". $m['name']."</h2>\n" ?>