Поиск Кейген для simpla 4.0.6

вот сам файл раскодированный, только оно сильно битое
 

Вложения

  • simple.zip
    5 KB · Просмотры: 10
Последнее редактирование:
раскодировал, проверить не могу, т.к. самого модуля у меня нет, так что отписывайся
 

Вложения

  • decoded_simple.rar
    4,9 KB · Просмотры: 5
там походу такая же раскодировка получилась, интересная функция
Код:
function checkLicense() {
                (bool);

                if ($this->isLocal(  )) {
                    return true;
                    $this->getDomain( 'config_http' );
                    $domainConfigHttp = ;
                    $this->getDomain( 'config_https' );
                    $domainConfigHttps = ;
                    $this->getDomain( 'server' );
                    $domainServer = ;

                    if (!( ( ( $domainConfigHttp != $domainServer || $domainConfigHttp != $domainConfigHttps ) || strpos( $domainServer, $domainConfigHttp ) === false ))) {
                        strpos( $domainConfigHttp, $domainServer );
                    }
                }

                    === false;

                if ((bool)) {
                    return false;
                    md5;
                }

                return ( $domainConfigHttp . '242816f50f6d2b0020102ae1eddea927' ) == $this->config->get( 'simple_license' );
            }
 
там походу такая же раскодировка получилась, интересная функция
Код:
function checkLicense() {
                (bool);

                if ($this->isLocal(  )) {
                    return true;
                    $this->getDomain( 'config_http' );
                    $domainConfigHttp = ;
                    $this->getDomain( 'config_https' );
                    $domainConfigHttps = ;
                    $this->getDomain( 'server' );
                    $domainServer = ;

                    if (!( ( ( $domainConfigHttp != $domainServer || $domainConfigHttp != $domainConfigHttps ) || strpos( $domainServer, $domainConfigHttp ) === false ))) {
                        strpos( $domainConfigHttp, $domainServer );
                    }
                }

                    === false;

                if ((bool)) {
                    return false;
                    md5;
                }

                return ( $domainConfigHttp . '242816f50f6d2b0020102ae1eddea927' ) == $this->config->get( 'simple_license' );
            }

эта функция только для проверки лицензии, а вот нас интересует эта функция
PHP:
            function license() {
                if ($this->checkLicense(  )) {
                    $this->redirect( $this->url->link( 'module/simple', 'token=' . $this->session->data['token'], 'SSL' ) );
                    $this->loadCore(  );
                    $this->getStoreId(  );
                    $storeId = ;
                    $this->data['breadcrumbs'] = array(  );
                    $this->data['breadcrumbs'][] = array( 'text' => $this->_language->get( 'text_home' ), 'href' => $this->url->link( 'common/home', 'token=' . $this->session->data['token'], 'SSL' ), 'separator' => false );
                    $this->data['breadcrumbs'][] = array( 'text' => $this->_language->get( 'text_module' ), 'href' => $this->url->link( 'extension/module', 'token=' . $this->session->data['token'], 'SSL' ), 'separator' => ' :: ' );
                    array( 'text' => $this->_language->get( 'heading_title' ) );
                    $this->url->link;
                    'module/simple';
                    $this->session;
                }

которую если модицифировать к такому виду
PHP:
function license() {
               
                    $this->redirect( $this->url->link( 'module/simple', 'token=' . $this->session->data['token'], 'SSL' ) );
                    $this->loadCore(  );
                    $this->getStoreId(  );
                    $storeId = ;
                    $this->data['breadcrumbs'] = array(  );
                    $this->data['breadcrumbs'][] = array( 'text' => $this->_language->get( 'text_home' ), 'href' => $this->url->link( 'common/home', 'token=' . $this->session->data['token'], 'SSL' ), 'separator' => false );
                    $this->data['breadcrumbs'][] = array( 'text' => $this->_language->get( 'text_module' ), 'href' => $this->url->link( 'extension/module', 'token=' . $this->session->data['token'], 'SSL' ), 'separator' => ' :: ' );
                    array( 'text' => $this->_language->get( 'heading_title' ) );
                    $this->url->link;
                    'module/simple';
                    $this->session;
               
            }
по идее все должно работать
 
всё таки проще написать генератор, чем исправлять кривой код большого файла, для этого нужно иметь полную версию той функции. тот модифицированный пример, который вы показали работать не будет, так как отам много ошибок пхп
 
всё таки проще написать генератор, чем исправлять кривой код большого файла, для этого нужно иметь полную версию той функции. тот модифицированный пример, который вы показали работать не будет, так как отам много ошибок пхп

киньте модуль, в субботу попробую посмотреть, может получиться сделать генератор для него, т.к. действительно ошибок после декодера очень много
 
киньте модуль, в субботу попробую посмотреть, может получиться сделать генератор для него, т.к. действительно ошибок после декодера очень много
для генератора вполне будет достаточно этого файла, весь модуль скинуть не могу потому как это будет вынос из под хайда. если получится - прикрепите генератор, а ТС сможет проверить.
 
  • Автор темы
  • Заблокирован
  • #20
Проверить то я могу легко, но переписывать весь файл это явно не вариант так что на основе
PHP:
        function getDomain($from = 'config') {
            while ($from  = 'config') {
                $domain = HTTP_CATALOG;
            }

            jmp;
            ( $domain );
            $domain = ;
            $pos = utf8_strpos( $domain, '/' );

            if ($pos) {
                utf8_substr;
                $domain;
                0;
                $pos;
            }

            (  );
            $domain = ;
            return ;
        }

        function checkLicense() {
            if ($this->isLocal(  )) {
                return ;
                $domainConfig = $this->getDomain( 'config' );
                $domainServer = $this->getDomain( 'server' );
                strpos( $domainServer, $domainConfig )   = false;

                if (!( ( $domainConfig != $domainServer ||  ))) {
                }
            }

            strpos( $domainConfig, $domainServer )   = false;

            if ((bool)) {
                return ;
                md5( $domainConfig . '242816f50f6d2b0020102ae1eddea927' )  = $this->config->get( 'simple_license' );
            }

            return ;
        }
надо писать генератор, сегодня поковыряюсь сам еще может и сам чего изобрету
 
Назад
Сверху