×

We break the prices at DeZender (-60% for life) (29 Sep 2021)

Over the past few months, we have received a lot of requests concerning the revision of our prices.
It’s now done on the batch file prices, with prices reduced by -60% on all our offers !
This offer will remain for life, even on our future services in preparation for file decompilation : PHP 8.0, 8.1, and more.

The Team DeZender

Decompilation of 25 files in php ioncube. Payment done!

  • Posts: 3
  • Thank you received: 0
  • Posts: 6207
  • Thank you received: 165
Hello and thank you for your order.
I sent your decrypted files to your e-mail box.
Good reception. ;)

The DeZender Team
3 months 1 week ago #13620

Please Log in or Create an account to join the conversation.

  • Posts: 3
  • Thank you received: 0
There is a way to correct these small mistakes in quotation marks and line breaks that are wrong, but correcting them by hand takes time. Thanks. Everything decoded as promised
Example:

$sql_cart = 'SELECT c.*,' . "\r\n\t\t\t" . 'p.name AS product,' . "\r\n\t\t\t" . 'p.price,' . "\r\n\t\t\t" . 'p.image_path' . "\r\n\t\t\t" . 'FROM `cart_list` c' . "\r\n\t\t\t" . 'INNER JOIN product_list p ON c.product_id = p.id' . "\r\n\t\t\t" . 'WHERE customer_id = \'' . $customer_id . '\'';
3 months 1 week ago #13621

Please Log in or Create an account to join the conversation.

  • Posts: 6207
  • Thank you received: 165
They are not incorrect, but converted from the decompiler which detects line breaks and tabs and converts them.
You can make patterns under, for example, Notepad++ to convert all of this, but I see for example "\r\n" which are Windows line breaks, but the PHP file decompiles into Unix format or into "\n".
3 months 1 week ago #13622

Please Log in or Create an account to join the conversation.

Moderators: DeZender
Time to create page: 0.028 seconds
Copyright © 2009 - 2024 DeZender.Net All rights reserved.