IonCube Decoder for PHP 7.1
Online

Decode IonCube encrypted PHP 7.1 files. IonCube 10–15 supported. Free preview, no install.

10,000+ files decoded · 99.9% success rate · Free preview available

terminal
functions.php
Encrypted
1<?php //ICB0 74:0 81:51714 82:a6b9e ?>2<?php //003353if(extension_loaded('ionCube Loader')){4  die('The file '.__FILE__." is corrupted.");5}echo("Script error: the ionCube Loader for6PHP needs to be installed. The ionCube Loader7is the industry standard PHP extension for8running protected PHP code, and can usually9be added easily to a PHP installation.10For Loaders please visit ioncube.com");11exit(199);12?>13HR+cPvXRFmq8V8KYrIAfBlzaKcilXyFs2r2RC9Y145H9SXxbv8z4Lq0MxIV3wSHaW2odtYN/0K4Vsvwk15a1kzeOgsPqnNbhOX/LQgSYhjrw/EiwtFawI9vdP16H6sVa75iFaAcfDaauMfUyBMOoWe0IRKr6olKseh
functions_decoded.php
Decoded
1<?php23function invoice_settings($v1 = null) {4    if ($v1 === null) {5        return get_option("acme_invoice");6    }7    return get_option("acme_invoice")[$v1];8}910function invoice_log($v1 = null, $v2 = "info") {11    $v3 = new Acme_Invoice_Log();12    $v3->write($v2, $v1);13    return $v3;14}1516function invoice_load_textdomain() {17    load_plugin_textdomain("acme-invoices", __DIR__);18    return;19}
Ready

Free Preview

Upload any IonCube encrypted PHP file and preview the decoded output instantly. No registration required.

Only upload files you own, are authorized to analyze, or are lawfully permitted to recover, migrate, audit, or interoperate with. Do not upload third-party proprietary software without permission. See Terms.

Decode IonCube PHP 7.1 files online

PHP 7.1 shipped in December 2016 and reached end-of-life in December 2019. Despite that, it's still the target of countless encoded PHP apps still running in production — especially commercial WHMCS modules, legacy WordPress plugins, and custom enterprise code written during the PHP 7 migration era.

DecodePHP supports IonCube 10 through 15 against PHP 7.1 fully. Upload, preview, and download. Perfect companion for legacy-app modernization projects where the first step is recovering the 7.1 source before you can migrate forward.

IonCube 10–15

Full support for IonCube versions 10 through 15. We keep up with every encoder release.

PHP 7.1–8.4

Every PHP version covered: 7.1, 7.2, 7.3, 7.4, 8.1, 8.2, 8.3, and 8.4.

Clean output

Properly formatted, readable code with preserved structure and formatting.

Fast decoding

Most files decoded in under 30 seconds. Optimized for files of any size.

100% online

Nothing to install. Works in any browser, on any device, anywhere.

Instant download

Download decoded files immediately after processing. No waiting.

How it works

Three steps to decoded source

  1. 01

    Upload your file

    Drag and drop your IonCube encrypted PHP file or click to browse.

  2. 02

    Preview the output

    See the first 20 lines of decoded code instantly to verify quality.

  3. 03

    Download the full file

    Purchase credits and download the complete decoded source code.

PHP 7.1 at a glance

Released
December 2016
End of life
December 2019
Zend engine
Zend Engine 3 (introduced in PHP 7.0)
IonCube encoders that target it
IonCube 10, 11, and 12 emit bytecode for PHP 7.1 targets. IonCube 13+ can also compile for 7.1 as a legacy fallback.

What PHP 7.1 introduced

Decoders for PHP 7.1 need to reconstruct opcodes for these language features specifically:

  • Nullable return types (?int, ?string)
  • void return type
  • iterable pseudo-type
  • Multi-catch exception handling (catch (A | B $e))
  • Class constant visibility modifiers
  • Symmetric array destructuring ([$a, $b] = $arr)
  • Keys in list() / array destructuring

Why PHP 7.1 decoding still matters

  • Thousands of commercial WHMCS modules built between 2017 and 2019 still run on encoded PHP 7.1 in production.
  • Shared hosts that haven't yet forced an upgrade still serve PHP 7.1 installs, especially in emerging markets.
  • Legacy enterprise billing systems and custom e-commerce plugins commonly ship encoded for 7.1.

Gotchas specific to decoding PHP 7.1

  • Some PHP 7.1-encoded files use the older IonCube 10.0 header format that drops the trailing version byte — decoders need to fall back to context heuristics.
  • Nullable-type opcodes (OP_DECLARE_FUNC) differ between 7.1 and 7.2. A 7.2 decoder can miscompile a 7.1 file if the detector guesses wrong.
  • PHP 7.1's ZEND_AST_ZVAL constant-folding is more conservative than 7.4's; decoded output may contain redundant ternaries that a modern PHP could elide.

File signature

An IonCube-encoded file targeting PHP 7.1 typically begins with a header that looks like this:

<?php //004fb0a1\n<?php //PHP70+\nHR+cPkX...

The first line encodes a header hash, the second encodes the PHP target, and the remainder is the encrypted bytecode payload. Our free in-browser version detector reads these bytes to identify the exact encoder and PHP target for your file.

Credit packs

Buy once and decode anytime. Web and API access are included.

Starter

$19

3 credits · $6.33/file

Entry pack for a few one-off files.

  • 3 file credits
  • Web + API access
  • Credits do not expire
  • IonCube 10–15 & PHP 7.1–8.4
  • Successful decodes only
Most Popular

Pro

$59

30 credits · $1.97/file

Best default pack for developers.

  • 30 file credits
  • Web + API access
  • Credits do not expire
  • IonCube 10–15 & PHP 7.1–8.4
  • Successful decodes only

Enterprise

$199

150 credits · $1.33/file

High-volume pack for teams and agencies.

  • 150 file credits
  • Web + API access
  • Credits do not expire
  • IonCube 10–15 & PHP 7.1–8.4
  • Successful decodes only

Custom

Contact us

150+ credits · custom volume

Larger volume, special handling, or custom terms.

  • 150+ file credits
  • Web + API access
  • Custom volume pricing
  • Priority handling options
  • Email support

Secure crypto payments · Bitcoin, Ethereum, Litecoin, Monero, USDT

Frequently asked questions

Does your decoder support IonCube with PHP 7.1?
Yes. DecodePHP decodes IonCube 10–15 files compiled for PHP 7.1. The 7.1 runtime has been end-of-life since 2019, but legacy codebases still ship this way and DecodePHP handles them.
Why do I still need a PHP 7.1 decoder in 2026?
Thousands of legacy apps (WHMCS modules, custom enterprise PHP, WordPress plugins) ship encoded for PHP 7.1 and are still in production. To modernize them, you need the source back.
Can I decode IonCube 11 files for PHP 7.1?
Yes. All IonCube 10–15 × PHP 7.1 combinations are supported.
Is there a free preview for PHP 7.1 files?
Yes. First 20 lines of decoded PHP shown instantly before payment.
Can I use decoded PHP 7.1 source on PHP 8.x?
The decoded source runs on PHP 7.1. To run it on PHP 8.x you may need compatibility fixes (nullable types, numeric strings, etc.). We recommend running on a matching PHP 7.1 environment first, then migrating.
My file was encoded in PHP 7.1 but my server is PHP 7.4 — which decoder?
Use the decoder matching the file's target PHP version (7.1). The resulting source will run on PHP 7.1+.

Ready to decode?

Upload your first file and see the results in seconds.

Contact us on Signal