Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

AquinoBR's avatar

What does it mean?

Hi, I'm helping a friend develop his project. I ran into an error in the code and I have no idea what it means or what it was like to happen.

Error:

Fatal error: Uncaught Error: Call to undefined function obf_DTAVKz4FJAYNPRE5EgoaJBMVKzQzMDI () in C: \ xampp \ htdocs \ cryptoblizz \ index.php: 22 Stack trace: # 0 {main} thrown in C: \ xampp \ htdocs \ cryptoblizz \ index.php online 22

Line 21 and 22

$newtrader = new \Src\Trader();

obf_DTAVKz4FJAYNPRE5EgoaJBMVKzQzMDI('newtrader', ['trader' => $newtrader]);

0 likes
7 replies
Snapey's avatar

Looks like the code is obfuscated in some way?

AquinoBR's avatar

Yes, it was encrypted by IonCube, but I removed this encryption.

jlrdw's avatar

What does the IonCube docs say.

Snapey's avatar

unless you have the original source, you should be out of luck... else , whats the point of the obfuscation package if you can reverse it?

1 like
jlrdw's avatar

And I don't think https://pastebin.com is a safe site:

Trojan/Generic.nyrg BE AWARE BE AWARE

File name: CCEnhancer23.exe

I check all links with virustotal, it shows good, but has bad comments.

AquinoBR's avatar

Thank you for your help in trying to help. But I think it's impossible to solve that.

Thank you!

Please or to participate in this conversation.