Search results

  1. T

    [BETA] Ioncube Decoder

    ser error_reporting (0); ob_start (); if (!is_writable ('../include/')) { $msg = 'The <em>include</em> Folder is not writable!'; } else { $msg = ''; } if ((isset ($_POST[install]) AND $msg == '')) { $license_key = $_POST[key_string]; $error_text['disabled']...
Back
Top