[Release] ImperiaMuCMS version 1.1.1 Nulled

Page 2 of 4 FirstFirst 1234 LastLast
Results 16 to 30 of 48
  1. #16
    Proficient Member Young is offline
    MemberRank
    Jul 2005 Join Date
    BrazilLocation
    190Posts

    Re: [Release] ImperiaMuCMS version 1.1.1 Nulled

    Full source decoded/decrypted: https://mega.nz/#!YUkTQCTK!47aGWwyCe...ZqzRpzxbNvydig

    Ps.: Code needs some fixes to become fully functional.
    Last edited by Young; 05-10-18 at 07:45 AM.

  2. #17
    Proficient Member Lautaro is offline
    MemberRank
    Jul 2007 Join Date
    CaliforniaLocation
    163Posts

    Re: [Release] ImperiaMuCMS version 1.1.1 Nulled

    Quote Originally Posted by Young View Post
    Full source decoded/decrypted: https://mega.nz/#!YUkTQCTK!47aGWwyCe...ZqzRpzxbNvydig

    Ps.: Code needs some fixes to become fully functional.
    Ps².: I can pay a few bucks, to some good soul that can fix it. Send me an private message.
    It's funny to see that their website is based on my open-source cms WebEngine, yet they give absolutely no credit to it.
    Plus trying to sell it for 2k usd with no encryption *sigh*...

    Shoot me a PM and i'll help you fix any errors.

  3. #18
    Proficient Member Young is offline
    MemberRank
    Jul 2005 Join Date
    BrazilLocation
    190Posts

    shout Re: [Release] ImperiaMuCMS version 1.1.1 Nulled

    Quote Originally Posted by evilek91 View Post
    - me Evilek (crack/null)
    Hidden "c99shell" backdoor in admincp folder. These script kiddies make me laugh. You little scammer!



    Decoded backdoor source code: https://pastebin.com/bcGmfaWB

  4. #19
    Account Upgraded | Title Enabled! solarismu is offline
    MemberRank
    May 2017 Join Date
    219Posts

    Re: [Release] ImperiaMuCMS version 1.1.1 Nulled

    Not suprised :)) even though I never use or download these things :))Anyway, it also raises a big question mark on all of his previous releases... -rep

  5. #20
    Proficient Member Young is offline
    MemberRank
    Jul 2005 Join Date
    BrazilLocation
    190Posts

    Re: [Release] ImperiaMuCMS version 1.1.1 Nulled

    Quote Originally Posted by solarismu View Post
    Not suprised :)) even though I never use or download these things :))Anyway, it also raises a big question mark on all of his previous releases... -rep
    Yup! Imagine what's inside these compiled files: http://forum.ragezone.com/f197/relea...n-9-a-1126961/

    I feel pity for who use that...

  6. #21
    Enthusiast 6atters is offline
    MemberRank
    Sep 2015 Join Date
    46Posts

    Re: [Release] ImperiaMuCMS version 1.1.1 Nulled

    will he see the season 3 server files ??

  7. #22
    Account Upgraded | Title Enabled! seedmaker is offline
    MemberRank
    Feb 2017 Join Date
    127.0.0.1Location
    580Posts

    Re: [Release] ImperiaMuCMS version 1.1.1 Nulled

    class.character.php/class.items.php/class.market.php Check these files wont work inn your decrypted

  8. #23
    Account Upgraded | Title Enabled! walter29 is offline
    MemberRank
    Dec 2007 Join Date
    316Posts

    Re: [Release] ImperiaMuCMS version 1.1.1 Nulled

    Has anyone removed the license yet?

  9. #24
    Account Upgraded | Title Enabled! ADMTec is offline
    MemberRank
    Aug 2011 Join Date
    473Posts

    Re: [Release] ImperiaMuCMS version 1.1.1 Nulled

    Can someone use the web ?? after it has expired?

  10. #25
    Apprentice Rocky Alin is offline
    MemberRank
    Aug 2015 Join Date
    11Posts

    Re: [Release] ImperiaMuCMS version 1.1.1 Nulled

    Full decoded license.php

    <?php if (time()>'1543532400'){die('this application expired. The license was active only until 30.11.2018 00:00:00. ');} ?><?phpfunction givehost($host_with_subdomain){ $array = explode('.', $host_with_subdomain); return (array_key_exists(count($array) - 2, $array) ? $array[count($array) - 2] : '') . '.' . $array[count($array) - 1];}echo "\r\n";if (__license__) { if (file_exists('../includes/license/license.imperiamucms')) { unlink('../includes/license/license.imperiamucms'); }}if (isset($_post['systemcheck'])) { if (__license__) { $error = false; $validated = true; $filelicense = fopen("../includes/license/license.imperiamucms", "w"); $licensebyevilek = "\rnulled by evilek.\n\rdo you want to thank for the release?\rhttps://www.paypal.me/maniaxy\n\rdo you have any questions?\rcontact: evilek91@gmail.com\n\rhave fun :d"; fwrite($filelicense, $licensebyevilek); $key = ''; $customer = ''; $general = new general(); if (isset($_post['licensecheck'])) { $key = htmlspecialchars($_post['licensekey']); $customer = htmlspecialchars($_post['customer']); $response = curl_file_get_contents(__imperiamucms_license_server__ . 'applications/nexus/interface/licenses/?info&key=' . $key . '&identifier=' . $customer); $data = json_decode($response); $cfields = json_decode(json_encode($data->custom_fields), true); $currentdomain = __domain__; $licensedomain = $cfields[2]; $licensetype = $general->getlicensetype($data->purchase_name); if ($licensetype) { if ($data->key == $key) { if ((time() < $data->expires) || ($licensetype == 'bronze')) { if (substr($licensedomain, 0, 8) == 'https://') { $licensedomain = substr($licensedomain, 8); } if (substr($licensedomain, 0, 7) == 'http://') { $licensedomain = substr($licensedomain, 7); } if (substr($licensedomain, 0, 4) == 'www.') { $licensedomain = substr($licensedomain, 4); } if (substr($currentdomain, 0, 8) == 'https://') { $currentdomain = substr($currentdomain, 8); } if (substr($currentdomain, 0, 7) == 'http://') { $currentdomain = substr($currentdomain, 7); } if (substr($currentdomain, 0, 4) == 'www.') { $currentdomain = substr($currentdomain, 4); } $currentdomain = preg_replace('/:\\d+$/', '', $currentdomain); $licensedomain = preg_replace('/:\\d+$/', '', $licensedomain); $currentdomain = givehost($currentdomain); $licensedomain = givehost($licensedomain); if ($currentdomain == $licensedomain) { $alternativeip = gethostbyname($_server['server_name']); if (($_server['server_addr'] == $cfields[3]) || ($_server['local_addr'] == $cfields[3]) || ($alternativeip == $cfields[3])) { if ($data->customer_email == $customer) { $foundactivelicense = false; $usageid = 1; $activatelicense = false; $usage_data = json_decode(json_encode($data->usage_data), true); if (is_array($usage_data)) { foreach ($usage_data as $thisusage) { if ($thisusage['extra']['url'] == __base_url__) { $foundactivelicense = true; break; } ++$usageid; } } if (!$foundactivelicense) { $response = curl_file_get_contents(__imperiamucms_license_server__ . 'applications/nexus/interface/licenses/?activate&key=' . $key . '&identifier=' . $customer . '&setidentifier=' . $customer . '&extra={"url":"' . __base_url__ . '"}'); $licensedata = json_decode($response); if ($licensedata->response == 'okay') { $usageid = $licensedata->usage_id; $activatelicense = true; } else { $errcode = (!empty($licensedata->errorcode) ? '[' . $licensedata->errorcode . '] ' : ''); $errmsg = (!empty($licensedata->errormessage) ? '[' . $licensedata->errormessage . '] ' : ''); echo "\r\n" . ' <div class="alert alert-danger" role="alert">' . "\r\n" . ' <span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>' . "\r\n" . ' <span class="sr-only">error:</span>' . "\r\n" . ' ' . $errcode . $errmsg . 'activation failed.' . "\r\n" . ' </div>'; $error = true; } } if ($foundactivelicense || $activatelicense) { exit('unable to open file!'); ($file = fopen('../includes/license/license.imperiamucms', 'w')) || true; $txt = '{"toafuezppi1rcj54jrl1pc1boubgpu4m":"h1jp7rfhukfnbumoaqzf620gnlwdepes","key":"' . $data->key . '","email":"' . $data->customer_email . '","server":"' . $cfields[1] . '",' . "\r\n" . ' "be9z2thwco74tzzb9mbfj7kstxmoqm4e":"og8l3eeuamyldrwnrfz13qjiwgfr80oh","domain":"' . $cfields[2] . '","ip":"' . $cfields[3] . '","usage_id":"' . $usageid . '",' . "\r\n" . ' "fe8sr541zzepxhreje908uuu5adagwaw":"p99je0ld99vaovu8yplcmidqsju61lhz","expires":"' . $data->expires . '","activation":"' . Time() . '","last_checked":"' . Time() . '",' . "\r\n" . ' "1wv37dposkyxh9caoeay2jsnl39xyyxs":"kgbd6gamtrgzkm9pfrfepawsqwi6oddk","last_checked_local":"' . Time() . '","fail_count":"0","product":"' . $licensetype . '",' . "\r\n" . ' "toafuezppi1rcj54jrl1pc1boubgpu4m":"h1jp7rfhukfnbumoaqzf620gnlwdepes","last_result":"ok","last_result_local":"ok"}'; $txt = $general->encodel($txt); fwrite($file, $txt); fclose($file); chmod('../includes/license/license.imperiamucms', 511); echo "\r\n" . ' <div class="alert alert-success" role="alert">' . "\r\n" . ' <span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>' . "\r\n" . ' <span class="sr-only">success:</span>' . "\r\n" . ' license successfully activated.' . "\r\n" . ' </div>'; $validated = true; } else { $validated = true; } } else { echo "\r\n" . ' <div class="alert alert-danger" role="alert">' . "\r\n" . ' <span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>' . "\r\n" . ' <span class="sr-only">error:</span>' . "\r\n" . ' invalid email.' . "\r\n" . ' </div>'; $error = true; } } else { echo "\r\n" . ' <div class="alert alert-danger" role="alert">' . "\r\n" . ' <span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>' . "\r\n" . ' <span class="sr-only">error:</span>' . "\r\n" . ' invalid ip. [' . $_server['server_addr'] . '] [' . $_server['local_addr'] . '] [' . $alternativeip . ']' . "\r\n" . ' </div>'; $error = true; } } else { echo "\r\n" . ' <div class="alert alert-danger" role="alert">' . "\r\n" . ' <span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>' . "\r\n" . ' <span class="sr-only">error:</span>' . "\r\n" . ' invalid domain. [' . $currentdomain . ']' . "\r\n" . ' </div>'; $error = true; } } else { echo "\r\n" . ' <div class="alert alert-danger" role="alert">' . "\r\n" . ' <span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>' . "\r\n" . ' <span class="sr-only">error:</span>' . "\r\n" . ' expired license.' . "\r\n" . ' </div>'; $error = true; } } else { echo "\r\n" . ' <div class="alert alert-danger" role="alert">' . "\r\n" . ' <span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>' . "\r\n" . ' <span class="sr-only">error:</span>' . "\r\n" . ' key does not exist or does not belong to you.' . "\r\n" . ' </div>'; $error = true; } } else { echo "\r\n" . ' <div class="alert alert-danger" role="alert">' . "\r\n" . ' <span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>' . "\r\n" . ' <span class="sr-only">error:</span>' . "\r\n" . ' invalid license.' . "\r\n" . ' </div>'; $error = true; } } } echo "\r\n" . ' <div class="page-header">' . "\r\n" . ' <h1>imperiamucms install' . "\r\n" . ' <small>step: License check</small>' . "\r\n" . ' </h1>' . "\r\n" . ' </div>' . "\r\n" . ' <div class="panel panel-default">' . "\r\n" . ' <div class="panel-body">' . "\r\n" . ' <div class="row">' . "\r\n" . ' <form method="post" action="'; if ($validated || !__license__) { echo __base_url__ . 'index.php?step=config'; } echo '">' . "\r\n" . ' <div class="col-md-3">' . "\r\n" . ' <ul class="nav nav-pills nav-stacked no-hover">' . "\r\n" . ' <li class=\'done\'>' . "\r\n" . ' <a><i class=\'fa fa-check\'></i>&nbsp;&nbsp;system check</a>' . "\r\n" . ' </li>' . "\r\n" . ' <li class=\'\'>' . "\r\n" . ' <a><i class=\'fa fa-circle\'></i>&nbsp;&nbsp;license</a>' . "\r\n" . ' </li>' . "\r\n" . ' <li class=\'\'>' . "\r\n" . ' <a><i class=\'fa fa-circle-o\'></i>&nbsp;&nbsp;website config</a>' . "\r\n" . ' </li>' . "\r\n" . ' <li class=\'\'>' . "\r\n" . ' <a><i class=\'fa fa-circle-o\'></i>&nbsp;&nbsp;install</a>' . "\r\n" . ' </li>' . "\r\n" . ' </ul>' . "\r\n" . ' </div>' . "\r\n" . ' <div class="col-md-9">' . "\r\n" . ' '; if (!$validated && __license__) { echo ' <div class="form-group">' . "\r\n" . ' <label for="licensekey" class="control-label">license key</label>' . "\r\n" . ' <input name="licensekey" type="text" id="licensekey" value="'; echo $key; echo '"' . "\r\n" . ' class="form-control" required="required" placeholder="xxxx-xxxx-xxxx-xxxx-xxxx">' . "\r\n" . ' <span id="licensekey" class="help-block">license key can be found in "billing & purchases -> manage purchases -> click on product".</span>' . "\r\n" . ' </div>' . "\r\n" . ' <div class="form-group">' . "\r\n" . ' <label for="customer" class="control-label">email address</label>' . "\r\n" . ' <input name="customer" type="email" id="customer" value="'; echo $customer; echo '"' . "\r\n" . ' class="form-control" required="required" placeholder="customer@gmail.com">' . "\r\n" . ' <span id="customer" class="help-block">enter your email address what you are using on imperiamucms website.</span>' . "\r\n" . ' </div>' . "\r\n" . ' </div>' . "\r\n" . ' <div class="text-center">' . "\r\n" . ' <input type="hidden" name="systemcheck">' . "\r\n" . ' <input type="submit" name="licensecheck" value="validate license"' . "\r\n" . ' class="btn btn-primary btn-lg">' . "\r\n" . ' </div>' . "\r\n" . ' '; } else { echo ' <div class="col-md-9">' . "\r\n" . ' <h5 class="text-muted">license was successfully validated and activated. Please continue on' . "\r\n" . ' next step by click on the button below.</h5>' . "\r\n" . ' </div>' . "\r\n" . ' <div class="text-center">' . "\r\n" . ' <input type="hidden" name="systemcheck">' . "\r\n" . ' <input type="submit" name="licenseok" value="continue" class="btn btn-primary btn-lg">' . "\r\n" . ' </div>' . "\r\n" . ' '; } echo ' </form>' . "\r\n" . ' </div>' . "\r\n" . ' </div>' . "\r\n" . ' </div>' . "\r\n\r\n" . ' ';}else { echo 'direct access is not allowed.';}?><?php ?>

  11. #26
    Apprentice Rocky Alin is offline
    MemberRank
    Aug 2015 Join Date
    11Posts

    Re: [Release] ImperiaMuCMS version 1.1.1 Nulled

    FULL DECODED LICENSE.PHP

    PHP Code:
    <?php if (time()>'1543532400'){die('This application expired. The license was active only until  30.11.2018 00:00:00. ');}  ?><?phpfunction giveHost($host_with_subdomain){    $array explode('.'$host_with_subdomain);    return (array_key_exists(count($array) - 2$array) ? $array[count($array) - 2] : '') . '.' $array[count($array) - 1];}echo "\r\n";if (__LICENSE__) {    if (file_exists('../includes/license/license.imperiamucms')) {        unlink('../includes/license/license.imperiamucms');    }}if (isset($_POST['systemcheck'])) {    if (__LICENSE__) {        $error false;        $validated true;                $filelicense fopen("../includes/license/license.imperiamucms""w");        $licensebyevilek "\rNulled by Evilek.\n\rDo you want to thank for the release?\rhttps://www.paypal.me/Maniaxy\n\rDo you have any questions?\rContact: evilek91@gmail.com\n\rHave fun :D";        fwrite($filelicense$licensebyevilek);                $key '';        $customer '';        $General = new General();        if (isset($_POST['licensecheck'])) {            $key htmlspecialchars($_POST['licenseKey']);            $customer htmlspecialchars($_POST['customer']);            $response curl_file_get_contents(__IMPERIAMUCMS_LICENSE_SERVER__ 'applications/nexus/interface/licenses/?info&key=' $key '&identifier=' $customer);            $data json_decode($response);            $cfields json_decode(json_encode($data->custom_fields), true);            $currentDomain __DOMAIN__;            $licenseDomain $cfields[2];            $licenseType $General->getLicenseType($data->purchase_name);            if ($licenseType) {                if ($data->key == $key) {                    if ((time() < $data->expires) || ($licenseType == 'bronze')) {                        if (substr($licenseDomain08) == 'https://') {                            $licenseDomain substr($licenseDomain8);                        }                        if (substr($licenseDomain07) == 'http://') {                            $licenseDomain substr($licenseDomain7);                        }                        if (substr($licenseDomain04) == 'www.') {                            $licenseDomain substr($licenseDomain4);                        }                        if (substr($currentDomain08) == 'https://') {                            $currentDomain substr($currentDomain8);                        }                        if (substr($currentDomain07) == 'http://') {                            $currentDomain substr($currentDomain7);                        }                        if (substr($currentDomain04) == 'www.') {                            $currentDomain substr($currentDomain4);                        }                        $currentDomain preg_replace('/:\\d+$/'''$currentDomain);                        $licenseDomain preg_replace('/:\\d+$/'''$licenseDomain);                        $currentDomain givehost($currentDomain);                        $licenseDomain givehost($licenseDomain);                        if ($currentDomain == $licenseDomain) {                            $alternativeIP gethostbyname($_SERVER['SERVER_NAME']);                            if (($_SERVER['SERVER_ADDR'] == $cfields[3]) || ($_SERVER['LOCAL_ADDR'] == $cfields[3]) || ($alternativeIP == $cfields[3])) {                                if ($data->customer_email == $customer) {                                    $foundActiveLicense false;                                    $usageId 1;                                    $activateLicense false;                                    $usage_data json_decode(json_encode($data->usage_data), true);                                    if (is_array($usage_data)) {                                        foreach ($usage_data as $thisUsage) {                                            if ($thisUsage['extra']['url'] == __BASE_URL__) {                                                $foundActiveLicense true;                                                break;                                            }                                            ++$usageId;                                        }                                    }                                    if (!$foundActiveLicense) {                                        $response curl_file_get_contents(__IMPERIAMUCMS_LICENSE_SERVER__ 'applications/nexus/interface/licenses/?activate&key=' $key '&identifier=' $customer '&setIdentifier=' $customer '&extra={"url":"' __BASE_URL__ '"}');                                        $licenseData json_decode($response);                                        if ($licenseData->response == 'OKAY') {                                            $usageId $licenseData->usage_id;                                            $activateLicense true;                                        }                                        else {                                            $errCode = (!empty($licenseData->errorCode) ? '[' $licenseData->errorCode '] ' '');                                            $errMsg = (!empty($licenseData->errorMessage) ? '[' $licenseData->errorMessage '] ' '');                                            echo "\r\n" '                        <div class="alert alert-danger" role="alert">' "\r\n" '                            <span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>' "\r\n" '                            <span class="sr-only">Error:</span>' "\r\n" '                            ' $errCode $errMsg 'Activation failed.' "\r\n" '                        </div>';                                            $error true;                                        }                                    }                                    if ($foundActiveLicense || $activateLicense) {                                        exit('Unable to open file!');                                        ($file fopen('../includes/license/license.imperiamucms''w')) || true;                                        $txt '{"toAfuezPpi1rCJ54jRL1PC1BouBgPu4m":"h1Jp7rFhUKfnBuMoAqZf620GnlwdepeS","key":"' $data->key '","email":"' $data->customer_email '","server":"' $cfields[1] . '",' "\r\n" '                               "Be9Z2tHWcO74TZzB9mBfJ7kStXMoQM4E":"oG8l3eeUAMYlDrWNrFz13qjIWGFr80Oh","domain":"' $cfields[2] . '","ip":"' $cfields[3] . '","usage_id":"' $usageId '",' "\r\n" '                               "FE8Sr541ZZEPxHreJe908uuu5adaGWAW":"P99jE0lD99VaoVu8yPlcmIdqsJU61LHz","expires":"' $data->expires '","activation":"' time() . '","last_checked":"' time() . '",' "\r\n" '                               "1wv37dPOSkyxH9CaOeay2JSnL39XYYxS":"KGbD6gamTrgzkM9pfRfEPaWsQwI6Oddk","last_checked_local":"' time() . '","fail_count":"0","product":"' $licenseType '",' "\r\n" '                               "toAfuezPpi1rCJ54jRL1PC1BouBgPu4m":"h1Jp7rFhUKfnBuMoAqZf620GnlwdepeS","last_result":"ok","last_result_local":"ok"}';                                        $txt $General->encodel($txt);                                        fwrite($file$txt);                                        fclose($file);                                        chmod('../includes/license/license.imperiamucms'511);                                        echo "\r\n" '                      <div class="alert alert-success" role="alert">' "\r\n" '                        <span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>' "\r\n" '                        <span class="sr-only">Success:</span>' "\r\n" '                        License successfully activated.' "\r\n" '                      </div>';                                        $validated true;                                    }                                    else {                                        $validated true;                                    }                                }                                else {                                    echo "\r\n" '                  <div class="alert alert-danger" role="alert">' "\r\n" '                    <span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>' "\r\n" '                    <span class="sr-only">Error:</span>' "\r\n" '                    Invalid email.' "\r\n" '                  </div>';                                    $error true;                                }                            }                            else {                                echo "\r\n" '                <div class="alert alert-danger" role="alert">' "\r\n" '                  <span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>' "\r\n" '                  <span class="sr-only">Error:</span>' "\r\n" '                  Invalid IP. [' $_SERVER['SERVER_ADDR'] . '] [' $_SERVER['LOCAL_ADDR'] . '] [' $alternativeIP ']' "\r\n" '                </div>';                                $error true;                            }                        }                        else {                            echo "\r\n" '              <div class="alert alert-danger" role="alert">' "\r\n" '                <span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>' "\r\n" '                <span class="sr-only">Error:</span>' "\r\n" '                Invalid domain. [' $currentDomain ']' "\r\n" '              </div>';                            $error true;                        }                    }                    else {                        echo "\r\n" '            <div class="alert alert-danger" role="alert">' "\r\n" '              <span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>' "\r\n" '              <span class="sr-only">Error:</span>' "\r\n" '              Expired license.' "\r\n" '            </div>';                        $error true;                    }                }                else {                    echo "\r\n" '          <div class="alert alert-danger" role="alert">' "\r\n" '            <span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>' "\r\n" '            <span class="sr-only">Error:</span>' "\r\n" '            Key does not exist or does not belong to you.' "\r\n" '          </div>';                    $error true;                }            }            else {                echo "\r\n" '          <div class="alert alert-danger" role="alert">' "\r\n" '            <span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>' "\r\n" '            <span class="sr-only">Error:</span>' "\r\n" '            Invalid license.' "\r\n" '          </div>';                $error true;            }        }    }    echo "\r\n" '    <div class="page-header">' "\r\n" '        <h1>ImperiaMuCMS Install' "\r\n" '            <small>Step: License Check</small>' "\r\n" '        </h1>' "\r\n" '    </div>' "\r\n" '    <div class="panel panel-default">' "\r\n" '        <div class="panel-body">' "\r\n" '            <div class="row">' "\r\n" '                <form method="post" action="';    if ($validated || !__LICENSE__) {        echo __BASE_URL__ 'index.php?step=config';    }    echo '">' "\r\n" '                    <div class="col-md-3">' "\r\n" '                        <ul class="nav nav-pills nav-stacked no-hover">' "\r\n" '                            <li class=\'done\'>' "\r\n" '                                <a><i class=\'fa fa-check\'></i>&nbsp;&nbsp;System Check</a>' "\r\n" '                            </li>' "\r\n" '                            <li class=\'\'>' "\r\n" '                                <a><i class=\'fa fa-circle\'></i>&nbsp;&nbsp;License</a>' "\r\n" '                            </li>' "\r\n" '                            <li class=\'\'>' "\r\n" '                                <a><i class=\'fa fa-circle-o\'></i>&nbsp;&nbsp;Website Config</a>' "\r\n" '                            </li>' "\r\n" '                            <li class=\'\'>' "\r\n" '                                <a><i class=\'fa fa-circle-o\'></i>&nbsp;&nbsp;Install</a>' "\r\n" '                            </li>' "\r\n" '                        </ul>' "\r\n" '                    </div>' "\r\n" '                    <div class="col-md-9">' "\r\n" '                        ';    if (!$validated && __LICENSE__) {        echo '                        <div class="form-group">' "\r\n" '                            <label for="licenseKey" class="control-label">License Key</label>' "\r\n" '                            <input name="licenseKey" type="text" id="licenseKey" value="';        echo $key;        echo '"' "\r\n" '                                   class="form-control" required="required" placeholder="XXXX-XXXX-XXXX-XXXX-XXXX">' "\r\n" '                            <span id="licenseKey" class="help-block">License key can be found in "Billing & Purchases -> Manage Purchases -> click on product".</span>' "\r\n" '                        </div>' "\r\n" '                        <div class="form-group">' "\r\n" '                            <label for="customer" class="control-label">Email Address</label>' "\r\n" '                            <input name="customer" type="email" id="customer" value="';        echo $customer;        echo '"' "\r\n" '                                   class="form-control" required="required" placeholder="customer@gmail.com">' "\r\n" '                            <span id="customer" class="help-block">Enter your email address what you are using on ImperiaMuCMS website.</span>' "\r\n" '                        </div>' "\r\n" '                    </div>' "\r\n" '                    <div class="text-center">' "\r\n" '                        <input type="hidden" name="systemcheck">' "\r\n" '                        <input type="submit" name="licensecheck" value="Validate License"' "\r\n" '                               class="btn btn-primary btn-lg">' "\r\n" '                    </div>' "\r\n" '                    ';    }    else {        echo '                        <div class="col-md-9">' "\r\n" '                            <h5 class="text-muted">License was successfully validated and activated. Please continue on' "\r\n" '                                next step by click on the button below.</h5>' "\r\n" '                        </div>' "\r\n" '                        <div class="text-center">' "\r\n" '                            <input type="hidden" name="systemcheck">' "\r\n" '                            <input type="submit" name="licenseok" value="Continue" class="btn btn-primary btn-lg">' "\r\n" '                        </div>' "\r\n" '                    ';    }    echo '                </form>' "\r\n" '            </div>' "\r\n" '        </div>' "\r\n" '    </div>' "\r\n\r\n" '    ';}else {    echo 'Direct access is not allowed.';}?><?php ?>

  12. #27
    Enthusiast ocros is offline
    MemberRank
    Jan 2007 Join Date
    39Posts

    Re: [Release] ImperiaMuCMS version 1.1.1 Nulled

    Please FIX License!!

    https://ibb.co/xHphpZZ

    NOT WORK!!!

  13. #28
    Account Upgraded | Title Enabled! seedmaker is offline
    MemberRank
    Feb 2017 Join Date
    127.0.0.1Location
    580Posts

    Re: [Release] ImperiaMuCMS version 1.1.1 Nulled

    Quote Originally Posted by Rocky Alin View Post
    FULL DECODED LICENSE.PHP

    PHP Code:
    <?php if (time()>'1543532400'){die('This application expired. The license was active only until  30.11.2018 00:00:00. ');}  ?><?phpfunction giveHost($host_with_subdomain){    $array explode('.'$host_with_subdomain);    return (array_key_exists(count($array) - 2$array) ? $array[count($array) - 2] : '') . '.' $array[count($array) - 1];}echo "\r\n";if (__LICENSE__) {    if (file_exists('../includes/license/license.imperiamucms')) {        unlink('../includes/license/license.imperiamucms');    }}if (isset($_POST['systemcheck'])) {    if (__LICENSE__) {        $error false;        $validated true;                $filelicense fopen("../includes/license/license.imperiamucms""w");        $licensebyevilek "\rNulled by Evilek.\n\rDo you want to thank for the release?\rhttps://www.paypal.me/Maniaxy\n\rDo you have any questions?\rContact: evilek91@gmail.com\n\rHave fun :D";        fwrite($filelicense$licensebyevilek);                $key '';        $customer '';        $General = new General();        if (isset($_POST['licensecheck'])) {            $key htmlspecialchars($_POST['licenseKey']);            $customer htmlspecialchars($_POST['customer']);            $response curl_file_get_contents(__IMPERIAMUCMS_LICENSE_SERVER__ 'applications/nexus/interface/licenses/?info&key=' $key '&identifier=' $customer);            $data json_decode($response);            $cfields json_decode(json_encode($data->custom_fields), true);            $currentDomain __DOMAIN__;            $licenseDomain $cfields[2];            $licenseType $General->getLicenseType($data->purchase_name);            if ($licenseType) {                if ($data->key == $key) {                    if ((time() < $data->expires) || ($licenseType == 'bronze')) {                        if (substr($licenseDomain08) == 'https://') {                            $licenseDomain substr($licenseDomain8);                        }                        if (substr($licenseDomain07) == 'http://') {                            $licenseDomain substr($licenseDomain7);                        }                        if (substr($licenseDomain04) == 'www.') {                            $licenseDomain substr($licenseDomain4);                        }                        if (substr($currentDomain08) == 'https://') {                            $currentDomain substr($currentDomain8);                        }                        if (substr($currentDomain07) == 'http://') {                            $currentDomain substr($currentDomain7);                        }                        if (substr($currentDomain04) == 'www.') {                            $currentDomain substr($currentDomain4);                        }                        $currentDomain preg_replace('/:\\d+$/'''$currentDomain);                        $licenseDomain preg_replace('/:\\d+$/'''$licenseDomain);                        $currentDomain givehost($currentDomain);                        $licenseDomain givehost($licenseDomain);                        if ($currentDomain == $licenseDomain) {                            $alternativeIP gethostbyname($_SERVER['SERVER_NAME']);                            if (($_SERVER['SERVER_ADDR'] == $cfields[3]) || ($_SERVER['LOCAL_ADDR'] == $cfields[3]) || ($alternativeIP == $cfields[3])) {                                if ($data->customer_email == $customer) {                                    $foundActiveLicense false;                                    $usageId 1;                                    $activateLicense false;                                    $usage_data json_decode(json_encode($data->usage_data), true);                                    if (is_array($usage_data)) {                                        foreach ($usage_data as $thisUsage) {                                            if ($thisUsage['extra']['url'] == __BASE_URL__) {                                                $foundActiveLicense true;                                                break;                                            }                                            ++$usageId;                                        }                                    }                                    if (!$foundActiveLicense) {                                        $response curl_file_get_contents(__IMPERIAMUCMS_LICENSE_SERVER__ 'applications/nexus/interface/licenses/?activate&key=' $key '&identifier=' $customer '&setIdentifier=' $customer '&extra={"url":"' __BASE_URL__ '"}');                                        $licenseData json_decode($response);                                        if ($licenseData->response == 'OKAY') {                                            $usageId $licenseData->usage_id;                                            $activateLicense true;                                        }                                        else {                                            $errCode = (!empty($licenseData->errorCode) ? '[' $licenseData->errorCode '] ' '');                                            $errMsg = (!empty($licenseData->errorMessage) ? '[' $licenseData->errorMessage '] ' '');                                            echo "\r\n" '                        <div class="alert alert-danger" role="alert">' "\r\n" '                            <span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>' "\r\n" '                            <span class="sr-only">Error:</span>' "\r\n" '                            ' $errCode $errMsg 'Activation failed.' "\r\n" '                        </div>';                                            $error true;                                        }                                    }                                    if ($foundActiveLicense || $activateLicense) {                                        exit('Unable to open file!');                                        ($file fopen('../includes/license/license.imperiamucms''w')) || true;                                        $txt '{"toAfuezPpi1rCJ54jRL1PC1BouBgPu4m":"h1Jp7rFhUKfnBuMoAqZf620GnlwdepeS","key":"' $data->key '","email":"' $data->customer_email '","server":"' $cfields[1] . '",' "\r\n" '                               "Be9Z2tHWcO74TZzB9mBfJ7kStXMoQM4E":"oG8l3eeUAMYlDrWNrFz13qjIWGFr80Oh","domain":"' $cfields[2] . '","ip":"' $cfields[3] . '","usage_id":"' $usageId '",' "\r\n" '                               "FE8Sr541ZZEPxHreJe908uuu5adaGWAW":"P99jE0lD99VaoVu8yPlcmIdqsJU61LHz","expires":"' $data->expires '","activation":"' time() . '","last_checked":"' time() . '",' "\r\n" '                               "1wv37dPOSkyxH9CaOeay2JSnL39XYYxS":"KGbD6gamTrgzkM9pfRfEPaWsQwI6Oddk","last_checked_local":"' time() . '","fail_count":"0","product":"' $licenseType '",' "\r\n" '                               "toAfuezPpi1rCJ54jRL1PC1BouBgPu4m":"h1Jp7rFhUKfnBuMoAqZf620GnlwdepeS","last_result":"ok","last_result_local":"ok"}';                                        $txt $General->encodel($txt);                                        fwrite($file$txt);                                        fclose($file);                                        chmod('../includes/license/license.imperiamucms'511);                                        echo "\r\n" '                      <div class="alert alert-success" role="alert">' "\r\n" '                        <span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>' "\r\n" '                        <span class="sr-only">Success:</span>' "\r\n" '                        License successfully activated.' "\r\n" '                      </div>';                                        $validated true;                                    }                                    else {                                        $validated true;                                    }                                }                                else {                                    echo "\r\n" '                  <div class="alert alert-danger" role="alert">' "\r\n" '                    <span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>' "\r\n" '                    <span class="sr-only">Error:</span>' "\r\n" '                    Invalid email.' "\r\n" '                  </div>';                                    $error true;                                }                            }                            else {                                echo "\r\n" '                <div class="alert alert-danger" role="alert">' "\r\n" '                  <span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>' "\r\n" '                  <span class="sr-only">Error:</span>' "\r\n" '                  Invalid IP. [' $_SERVER['SERVER_ADDR'] . '] [' $_SERVER['LOCAL_ADDR'] . '] [' $alternativeIP ']' "\r\n" '                </div>';                                $error true;                            }                        }                        else {                            echo "\r\n" '              <div class="alert alert-danger" role="alert">' "\r\n" '                <span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>' "\r\n" '                <span class="sr-only">Error:</span>' "\r\n" '                Invalid domain. [' $currentDomain ']' "\r\n" '              </div>';                            $error true;                        }                    }                    else {                        echo "\r\n" '            <div class="alert alert-danger" role="alert">' "\r\n" '              <span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>' "\r\n" '              <span class="sr-only">Error:</span>' "\r\n" '              Expired license.' "\r\n" '            </div>';                        $error true;                    }                }                else {                    echo "\r\n" '          <div class="alert alert-danger" role="alert">' "\r\n" '            <span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>' "\r\n" '            <span class="sr-only">Error:</span>' "\r\n" '            Key does not exist or does not belong to you.' "\r\n" '          </div>';                    $error true;                }            }            else {                echo "\r\n" '          <div class="alert alert-danger" role="alert">' "\r\n" '            <span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>' "\r\n" '            <span class="sr-only">Error:</span>' "\r\n" '            Invalid license.' "\r\n" '          </div>';                $error true;            }        }    }    echo "\r\n" '    <div class="page-header">' "\r\n" '        <h1>ImperiaMuCMS Install' "\r\n" '            <small>Step: License Check</small>' "\r\n" '        </h1>' "\r\n" '    </div>' "\r\n" '    <div class="panel panel-default">' "\r\n" '        <div class="panel-body">' "\r\n" '            <div class="row">' "\r\n" '                <form method="post" action="';    if ($validated || !__LICENSE__) {        echo __BASE_URL__ 'index.php?step=config';    }    echo '">' "\r\n" '                    <div class="col-md-3">' "\r\n" '                        <ul class="nav nav-pills nav-stacked no-hover">' "\r\n" '                            <li class=\'done\'>' "\r\n" '                                <a><i class=\'fa fa-check\'></i>&nbsp;&nbsp;System Check</a>' "\r\n" '                            </li>' "\r\n" '                            <li class=\'\'>' "\r\n" '                                <a><i class=\'fa fa-circle\'></i>&nbsp;&nbsp;License</a>' "\r\n" '                            </li>' "\r\n" '                            <li class=\'\'>' "\r\n" '                                <a><i class=\'fa fa-circle-o\'></i>&nbsp;&nbsp;Website Config</a>' "\r\n" '                            </li>' "\r\n" '                            <li class=\'\'>' "\r\n" '                                <a><i class=\'fa fa-circle-o\'></i>&nbsp;&nbsp;Install</a>' "\r\n" '                            </li>' "\r\n" '                        </ul>' "\r\n" '                    </div>' "\r\n" '                    <div class="col-md-9">' "\r\n" '                        ';    if (!$validated && __LICENSE__) {        echo '                        <div class="form-group">' "\r\n" '                            <label for="licenseKey" class="control-label">License Key</label>' "\r\n" '                            <input name="licenseKey" type="text" id="licenseKey" value="';        echo $key;        echo '"' "\r\n" '                                   class="form-control" required="required" placeholder="XXXX-XXXX-XXXX-XXXX-XXXX">' "\r\n" '                            <span id="licenseKey" class="help-block">License key can be found in "Billing & Purchases -> Manage Purchases -> click on product".</span>' "\r\n" '                        </div>' "\r\n" '                        <div class="form-group">' "\r\n" '                            <label for="customer" class="control-label">Email Address</label>' "\r\n" '                            <input name="customer" type="email" id="customer" value="';        echo $customer;        echo '"' "\r\n" '                                   class="form-control" required="required" placeholder="customer@gmail.com">' "\r\n" '                            <span id="customer" class="help-block">Enter your email address what you are using on ImperiaMuCMS website.</span>' "\r\n" '                        </div>' "\r\n" '                    </div>' "\r\n" '                    <div class="text-center">' "\r\n" '                        <input type="hidden" name="systemcheck">' "\r\n" '                        <input type="submit" name="licensecheck" value="Validate License"' "\r\n" '                               class="btn btn-primary btn-lg">' "\r\n" '                    </div>' "\r\n" '                    ';    }    else {        echo '                        <div class="col-md-9">' "\r\n" '                            <h5 class="text-muted">License was successfully validated and activated. Please continue on' "\r\n" '                                next step by click on the button below.</h5>' "\r\n" '                        </div>' "\r\n" '                        <div class="text-center">' "\r\n" '                            <input type="hidden" name="systemcheck">' "\r\n" '                            <input type="submit" name="licenseok" value="Continue" class="btn btn-primary btn-lg">' "\r\n" '                        </div>' "\r\n" '                    ';    }    echo '                </form>' "\r\n" '            </div>' "\r\n" '        </div>' "\r\n" '    </div>' "\r\n\r\n" '    ';}else {    echo 'Direct access is not allowed.';}?><?php ?>
    can you tell me what site or anything did you use to decode the license? thanks you

  14. #29
    Apprentice Rocky Alin is offline
    MemberRank
    Aug 2015 Join Date
    11Posts

    cool Re: [Release] ImperiaMuCMS version 1.1.1 Nulled

    Quote Originally Posted by seedmaker View Post
    can you tell me what site or anything did you use to decode the license? thanks you
    Tis program its secret you have google its help you

  15. #30
    Account Upgraded | Title Enabled! seedmaker is offline
    MemberRank
    Feb 2017 Join Date
    127.0.0.1Location
    580Posts

    Re: [Release] ImperiaMuCMS version 1.1.1 Nulled

    Quote Originally Posted by Rocky Alin View Post
    Tis program its secret you have google its help you
    I already did bro i will not ask for a help if i find it... by the way thak you for your reply

    - - - Updated - - -

    Quote Originally Posted by seedmaker View Post
    I already did bro i will not ask for a help if i find it... by the way thak you for your reply
    Or can you decode this

    Admincp/modules/home.php thank you hihi



Page 2 of 4 FirstFirst 1234 LastLast

Advertisement