uawdijnntqw1x1x1
IP : 216.73.216.200
Hostname : raton.hozzt.com
Kernel : Linux raton.hozzt.com 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64
Disable Function : symlink, show_source, system, virtual, shell_exec,passthru, exec, popen,proc_open, proc_close, proc_nice, proc_terminate,proc_get_status, pfsockopen,allow_url_fopen, posix_getpwuid, eval,posix_setsid, posix_mkfifo, posix_setpgid,posix_setuid, posix_uname,posix_kill,apache_child_terminate, apache_setenv,define_syslog_variables,escapeshellarg, escapeshellcmd, leak, dl, fp, fput,ftp_connect, ftp_exec,ftp_get, ftp_login, ftp_nb_fput, ftp_put, ftp_raw, ftp_rawlist,highlight_file, ini_alter, ini_get_all, ini_restore, inject_code
OS : Linux
PATH:
/
home
/
ledbazaa
/
public_html
/
3s-technologies.com.tr
/
joomla
/
installation-ng
/
index.php
/
/
<?php /** * @package Joomla.Installation * @copyright Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ // PHP 5 check if (version_compare(PHP_VERSION, '5.2.4', '<')) { die('Your host needs to use PHP 5.2.4 or higher to run this version of Joomla!'); } /** * Constant that is checked in included files to prevent direct access. */ define('_JEXEC', 1); /** * Constant that defines the base path of the installed Joomla site. */ define('JPATH_BASE', dirname(__FILE__)); // Set path constants. $parts = explode(DIRECTORY_SEPARATOR, JPATH_BASE); array_pop($parts); define('JPATH_ROOT', implode(DIRECTORY_SEPARATOR, $parts)); define('JPATH_SITE', JPATH_ROOT); define('JPATH_CONFIGURATION', JPATH_ROOT); define('JPATH_ADMINISTRATOR', JPATH_ROOT . '/administrator'); define('JPATH_LIBRARIES', JPATH_ROOT . '/libraries'); define('JPATH_PLUGINS', JPATH_ROOT . '/plugins'); define('JPATH_INSTALLATION', JPATH_ROOT . '/installation'); define('JPATH_THEMES', JPATH_BASE); define('JPATH_CACHE', JPATH_ROOT . '/cache'); define('JPATH_MANIFESTS', JPATH_ADMINISTRATOR . '/manifests'); /* * Joomla system checks. */ error_reporting(E_ALL); @ini_set('magic_quotes_runtime', 0); @ini_set('zend.ze1_compatibility_mode', '0'); /* * Check for existing configuration file. */ if (file_exists(JPATH_CONFIGURATION.'/configuration.php') && (filesize(JPATH_CONFIGURATION.'/configuration.php') > 10) && !file_exists(JPATH_INSTALLATION.'/index.php')) { header('Location: ../index.php'); exit(); } // // Joomla system startup. // // Bootstrap the Joomla Framework. require_once JPATH_LIBRARIES.'/import.php'; // Botstrap the CMS libraries. require_once JPATH_LIBRARIES.'/cms.php'; // Joomla library imports. jimport('joomla.database.table'); jimport('joomla.environment.uri'); jimport('joomla.utilities.arrayhelper'); // Create the application object. $app = JFactory::getApplication('installation'); // Initialise the application. $app->initialise(); // Render the document. $app->render(); // Return the response. echo $app;
/home/ledbazaa/public_html/3s-technologies.com.tr/joomla/installation-ng/index.php