Jokerperfect
Писатель
- Регистрация
- 2 Апр 2014
- Сообщения
- 2
- Реакции
- 0
- Автор темы
- #1
Hello, i have carparts ( with integration 3.0.20 ) tecdoc but is crypted.. Can you help me with decrypt ?
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.
this is the latest version of the module. do not believe it. maximum 3.2.5Hello, i have carparts ( with integration 3.0.20 ) tecdoc but is crypted.. Can you help me with decrypt ?
this is the highest version judging by the path provided - it is not decorated<?php
// Version
define('VERSION', '3.0.3.1');
//CarMod - main page position
if((!isset($_REQUEST['route']) AND !isset($_REQUEST['_route_'])) OR $_REQUEST['route']=='common/home'){
define('CM_PROLOG_INCLUDED',true);
define('CM_INDEX_INCLUDED', true); //Prevent double inclusion of "/carparts/tocms/.." script
require_once('carparts/config.php');
require_once('carparts/index.php');
And for version :
define('VERSION', '3.0.2.0'); to..
......