Php 7.4 Ioncube decode please

xcanxx

Newbie
Joined
Mar 1, 2026
Messages
4
Reaction score
0
Is there anyone who can decode and send the attached file?
Hetzner plugin.
https://disk.yandex.com.tr/d/UPWfKJWa7OmW2w
 
https://disk.yandex.com.tr/d/UPWfKJWa7OmW2w
Here is Demo from deobfuscation. com :

<?php
class HetznerCloud_Module extends ServerModule {
public $api;
public $server;
public $temp;
}
class HetznerCloudAdminArea {
private $controller;
public $view;
public $show_with_theme;
public $page_title;
public $meta_title;
public $breadcrumb;
public $page_title_after_html;
public $access_without_login;
public $module_dir;
public $module_dir2;
....................
 
Back
Top