Server IP : 192.250.235.76 / Your IP : 45.90.210.12
System : Linux s2968.sgp1.stableserver.net 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
PHP Version : 8.2.29
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
1902110114081995
Server IP : 198.54.116.172 / Your IP : 216.73.216.36
System : Linux server322.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : mail
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Upload Files :
Command :
Current File : /var/softaculous/joomla30//sign_on.php
<?php
use Joomla\CMS\Factory as JFactory;
@unlink(__FILE__);
// Validate if the request is from Softaculous
if($_REQUEST['pass'] != '[[autopass]]'){
die("Unauthorized Access");
}
define('_JEXEC', 1);
// Joomla 4.x
if(file_exists(__DIR__ . '/administrator/includes/app.php')){
ob_start();
require_once __DIR__ . '/administrator/includes/app.php';
}else{
// Joomla 3.x
if (file_exists(__DIR__ . '/defines.php'))
{
include_once __DIR__ . '/defines.php';
}
if (!defined('_JDEFINES'))
{
define('JPATH_BASE', __DIR__ . DIRECTORY_SEPARATOR . 'administrator' );
require_once JPATH_BASE . '/includes/defines.php';
}
require_once JPATH_BASE . '/includes/framework.php';
require_once JPATH_BASE . '/includes/helper.php';
require_once JPATH_BASE . '/includes/subtoolbar.php';
}
$app = JFactory::getApplication('administrator');
// Check for a cookie if user is not logged in
if(JFactory::getUser()->get('guest')){
$signon_user = '[[signon_username]]';
$options = array('action' => 'core.login.admin');
$instance = Joomla\CMS\User\User::getInstance();
$db = JFactory::getDbo();
if(!empty($signon_user) && !preg_match('/^\[\[(.*?)\]\]$/is', $signon_user)){
$id = (int) Joomla\CMS\User\UserHelper::getUserId($signon_user);
}else{
$query = $db->getQuery(true);
$query->select($db->quoteName('user_id'))
->from($db->quoteName('#__user_usergroup_map'))
->where($db->quoteName('group_id') . ' = 8' );
$db->setQuery($query);
$users = $db->loadColumn();
$id = min($users);
}
if (!$id)
{
$app->redirect('administrator/index.php');
exit();
}
$instance->load($id);
// If the user is blocked, redirect with an error
if ($instance->block == 1)
{
$app->redirect('administrator/index.php');
exit();
}
$result = $instance->authorise($options['action']);
// Mark the user as logged in
$instance->guest = 0;
$session = Joomla\CMS\Factory::getSession();
// Grab the current session ID
$oldSessionId = $session->getId();
// Fork the session
$session->fork();
$session->set('user', $instance);
// Ensure the new session's metadata is written to the database
$app->checkSession();
// Purge the old session
$query = $db->getQuery(true)
->delete('#__session')
->where($db->quoteName('session_id') . ' = ' . $db->quoteBinary($oldSessionId));
$db->setQuery($query)->execute();
$instance->setLastVisit();
}
$app->redirect('administrator/index.php');
exit();
Name
Size
Last Modified
Owner / Group
Permissions
Options
.. -- January 11 2026 11:30:19 root / root 0755 images -- January 08 2026 11:29:21 root / root 0755 php53 -- January 08 2026 11:29:21 root / root 0755 php56 -- January 08 2026 11:29:21 root / root 0755 php71 -- January 08 2026 11:29:21 root / root 0755 php81 -- January 08 2026 11:29:21 root / root 0755 php82 -- January 08 2026 11:29:21 root / root 0755 clone.php 3.964 KB January 07 2026 12:29:38 root / root 0644 configuration.php 2.161 KB April 16 2025 10:01:36 root / root 0644 edit.php 5.82 KB January 07 2026 12:29:38 root / root 0644 edit.xml 0.614 KB November 28 2025 11:32:44 root / root 0644 extend.php 8.772 KB January 07 2026 12:29:38 root / root 0644 fileindex.php 0.226 KB October 16 2025 12:23:56 root / root 0644 import.php 8.899 KB January 07 2026 12:29:38 root / root 0644 info.xml 7.046 KB January 07 2026 09:15:24 root / root 0644 install.js 1.75 KB November 21 2023 08:00:16 root / root 0644 install.php 15.038 KB January 07 2026 12:29:38 root / root 0644 install.xml 1.363 KB October 16 2025 12:23:56 root / root 0644 joomla30.sql 322.117 KB January 07 2026 09:15:24 root / root 0644 joomla30.zip 30.7 MB January 07 2026 09:15:24 root / root 0644 md5 1.222 KB January 07 2026 12:29:38 root / root 0644 notes.txt 4.152 KB January 07 2026 09:15:24 root / root 0644 restore.php 2.227 KB January 07 2026 12:29:38 root / root 0644 sign_on.php 2.383 KB November 28 2025 11:32:44 root / root 0644 update_pass.php 0.485 KB December 23 2021 11:54:36 root / root 0644 upgrade.php 23.377 KB January 07 2026 12:29:38 root / root 0644 upgrade.xml 0.615 KB December 23 2021 11:54:36 root / root 0644