✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ premium290.web-hosting.com ​🇻​♯➤ 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP 🇾​♯➤ 2025

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 63.250.38.37 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.216.4
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗙𝗙 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ 𝗔𝗟𝗟 𝗪𝗢𝗥𝗞𝗜𝗡𝗚....

𝗛𝗢𝗠𝗘
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /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();


Current_dir [ 𝗡𝗢𝗧 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
26 Jun 2026 9.53 AM
root / root
0755
images
--
28 May 2026 9.52 AM
root / root
0755
php53
--
28 May 2026 9.52 AM
root / root
0755
php56
--
28 May 2026 9.52 AM
root / root
0755
php71
--
28 May 2026 9.52 AM
root / root
0755
php81
--
28 May 2026 9.52 AM
root / root
0755
php82
--
28 May 2026 9.52 AM
root / root
0755
clone.php
3.984 KB
27 May 2026 12.34 PM
root / root
0644
configuration.php
2.161 KB
16 Apr 2025 10.01 AM
root / root
0644
edit.php
5.832 KB
27 May 2026 12.34 PM
root / root
0644
edit.xml
0.614 KB
28 Nov 2025 11.32 AM
root / root
0644
extend.php
8.797 KB
27 May 2026 12.34 PM
root / root
0644
fileindex.php
0.226 KB
16 Oct 2025 12.23 PM
root / root
0644
import.php
8.88 KB
27 May 2026 12.34 PM
root / root
0644
info.xml
7.046 KB
27 May 2026 7.40 AM
root / root
0644
install.js
1.75 KB
21 Nov 2023 8.00 AM
root / root
0644
install.php
15.235 KB
27 May 2026 12.34 PM
root / root
0644
install.xml
1.363 KB
16 Oct 2025 12.23 PM
root / root
0644
joomla30.sql
326.254 KB
27 May 2026 7.40 AM
root / root
0644
joomla30.zip
32.71 MB
27 May 2026 7.40 AM
root / root
0644
md5
1.222 KB
27 May 2026 12.34 PM
root / root
0644
notes.txt
4.152 KB
7 Jan 2026 9.15 AM
root / root
0644
restore.php
2.259 KB
27 May 2026 12.34 PM
root / root
0644
sign_on.php
2.383 KB
28 Nov 2025 11.32 AM
root / root
0644
update_pass.php
0.485 KB
23 Dec 2021 11.54 AM
root / root
0644
upgrade.php
24.694 KB
27 May 2026 12.34 PM
root / root
0644
upgrade.xml
0.615 KB
23 Dec 2021 11.54 AM
root / root
0644

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF