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
1902130114081995
Server IP : 198.54.116.172 / Your IP : 216.73.216.172
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/webmail//migrate.php
<?php
use Symfony\Component\Console\Input\ArrayInput;
use Symfony\Component\Console\Output\BufferedOutput;
require_once "../system/autoload.php";
\Aurora\System\Api::Init(true);
$sPassword = "pass";
set_time_limit(0);
if (!(isset($_GET['pass']) && $sPassword !== '' && $sPassword === $_GET['pass'])) {
exit("Migration script password is incorrect or not set.");
}
class P8ToP9Migration
{
public function Init()
{
}
public function Start()
{
try {
$container = \Aurora\Api::GetContainer();
$container['console']->setAutoExit(false);
$output = new BufferedOutput();
$container['console']->find('migrate:eav-to-sql')
->run(new ArrayInput([
'--no-interaction'=>true,
'--wipe'=>!!$_GET['wipe'],
'--quiet'=>!!$_GET['quiet'],
'--migrate-file'=>!!$_GET['migrate-file'],
]), $output);
$content = array_filter(explode(PHP_EOL, $output->fetch()));
dd($content);
} catch (\Exception $oEx) {
dd($oEx);
\Aurora\System\Api::LogException($oEx);
}
}
}
ob_start();
$oMigration = new P8ToP9Migration();
$oMigration->Start();
ob_end_flush();
exit("Done");
Name
Size
Last Modified
Owner / Group
Permissions
Options
.. -- January 13 2026 11:29:28 root / root 0755 images -- October 24 2025 10:29:21 root / root 0755 php53 -- October 24 2025 10:29:21 root / root 0755 php56 -- October 24 2025 10:29:21 root / root 0755 php71 -- October 24 2025 10:29:21 root / root 0755 php81 -- October 24 2025 10:29:21 root / root 0755 php82 -- October 24 2025 10:29:21 root / root 0755 Core.config.json 4.251 KB January 20 2025 09:28:00 root / root 0644 _edit.php 3.577 KB December 23 2021 11:54:36 root / root 0644 _edit.xml 0.423 KB December 23 2021 11:54:36 root / root 0644 _extend.php 1.514 KB December 23 2021 11:54:36 root / root 0644 changelog.txt 2.593 KB October 23 2025 08:51:32 root / root 0644 clone.php 4.985 KB October 23 2025 11:27:10 root / root 0644 config.json 7.129 KB January 20 2025 09:28:00 root / root 0644 db_init.php 0.604 KB December 23 2021 11:54:36 root / root 0644 encryption_key.php 0.008 KB September 19 2024 10:58:12 root / root 0644 fileindex.php 0.184 KB October 23 2025 08:51:32 root / root 0644 import.php 3.842 KB October 23 2025 11:27:10 root / root 0644 info.xml 3.877 KB October 23 2025 08:51:32 root / root 0644 install.js 1.289 KB December 23 2021 11:54:36 root / root 0644 install.php 5.88 KB October 23 2025 11:27:10 root / root 0644 install.xml 3.578 KB December 23 2021 11:54:36 root / root 0644 md5 4.04 KB October 23 2025 11:27:10 root / root 0644 migrate.php 1.284 KB December 23 2021 11:54:36 root / root 0644 notes.txt 1.566 KB July 04 2025 11:00:52 root / root 0644 upgrade.php 5.729 KB October 23 2025 11:27:10 root / root 0644 upgrade.xml 0.612 KB September 19 2024 10:58:12 root / root 0644 webmail.sql 42.154 KB October 23 2025 08:51:32 root / root 0644 webmail.zip 66.86 MB October 23 2025 08:51:32 root / root 0644