Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
выложите симплу, тоже попробую осилить своим декодеромвот сам файл раскодированный, только оно сильно битое
вот сам файлвыложите симплу, тоже попробую осилить своим декодером
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' ); }
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;
}
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;
}
всё таки проще написать генератор, чем исправлять кривой код большого файла, для этого нужно иметь полную версию той функции. тот модифицированный пример, который вы показали работать не будет, так как отам много ошибок пхп
для генератора вполне будет достаточно этого файла, весь модуль скинуть не могу потому как это будет вынос из под хайда. если получится - прикрепите генератор, а ТС сможет проверить.киньте модуль, в субботу попробую посмотреть, может получиться сделать генератор для него, т.к. действительно ошибок после декодера очень много
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 ;
}