One Hat Cyber Team
Your IP :
216.73.216.14
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
/
templates
/
purple_heart
/
View File Name :
index.php
<?php echo "<?xml version=\"1.0\"?>"; ?> <?php defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <?php mosShowHead(); ?> <?php if ($my->id) { initEditor(); } ?> <meta http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?>" /> <link href="templates/purple_heart/css/template_css.css" rel="stylesheet" type="text/css" /> </head> <body> <!-- Top Bar Table Begin --> <table class="top_bar"> <tr> <!-- Empty Cell Begin --> <td> </td> <!-- Empty Cell End --> </tr> </table> <!-- Top Bar Table End --> <!-- Main Image and Site Name Table Begin --> <table class="table_1"> <tr> <!-- Main Image Cell Begin --> <td class="main_image"> <img src="<?php echo $mosConfig_live_site;?>/templates/purple_heart/images/main_image.jpg" width="144" height="104" alt="Purple Hearts" /> </td> <!-- Main Image Cell End --> <!-- Site Name Cell Begin --> <td class="site_name"> <font class="siteheading"><?php echo $mosConfig_sitename; ?></font> </td> <!-- Site Name Cell End --> </tr> </table> <!-- Main Image and Site Name Table End --> <!-- Lower Bar Table Begin --> <table class="lower_bar"> <tr> <!-- Pathway Cell Begin --> <td> </td> <!-- Pathway Cell End --> </tr> </table> <!-- Lower Bar Table End --> <!-- Menu and Content Table Begin --> <table class="table_2"> <tr> <!-- Left Side Modules Cell Begin --> <?php if (mosCountModules( "left" )) { ?> <td valign="top" class="left_modules"> <?php mosLoadModules ( "left" ); ?> </td> <?php } ?> <!-- Left Side Modules Cell End --> <!-- Top and Bottom Modules and Main Content Cell Begin --> <td valign="top" class="main_content"> <?php mosLoadModules ( "top" ); ?> <?php include_once( 'mainbody.php' ); ?> <?php mosLoadModules ( "bottom" ); ?> </td> <!-- Top and Bottom Modules and Main Content Cell End --> <!-- Right Side Modules Cell Begin --> <?php if (mosCountModules( "right" )) { ?> <td valign="top" class="right_modules"> <?php mosLoadModules ( "right" ); ?> </td> <?php } ?> <!-- Right Side Modules Cell End --> </tr> </table> <!-- Menu and Content Table End --> <!-- Footer Table Begin --> <table class="table_bottom"> <tr> <!-- Footer Cell Begin --> <td align="center" class="footer"> <?php include_once( $GLOBALS['mosConfig_absolute_path'] . '/templates/purple_heart/footer.php' ); ?> </td> <!-- Footer Cell End --> </tr> </table> <!-- Footer Table End --> </body> </html>