403Webshell
Server IP : 195.130.67.5  /  Your IP : 216.73.217.154
Web Server : Microsoft-IIS/10.0
System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586
User : IUSR ( 0)
PHP Version : 7.4.19
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/Old Sites/moke/components/com_myrssreader/views/check/tmpl/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/Old Sites/moke/components/com_myrssreader/views/check/tmpl/default.php
<?php 
/**
* @package      My RSS Reader
* @copyright    Copyright (C) 2010 FalsinSoft. All rights reserved.
* @license      GNU/GPL
* @website      http://falsinsoft.blogspot.com
* @email        falsinsoft@gmail.com
* 
*/

defined('_JEXEC') or die('Restricted access'); 

JHTML::_('stylesheet', 'myrssreader.css', 'components/com_myrssreader/assets/');

$img_ok 	= JURI::root().'components/com_myrssreader/images/ok.gif';
$img_failed = JURI::root().'components/com_myrssreader/images/failed.gif';

?>

<style type="text/css">
#rss_check_list,
.rss_check_item,
.rss_check_item_name,
.rss_check_item_status
{
border: 0 !important;
padding: 10px !important;
margin-left: auto !important;
margin-right: auto !important;
}
#rss_check_list
{
}
.rss_check_item
{
}
.rss_check_item_name
{
}
.rss_check_item_status
{
}
#rss_copyright
{
	text-align: center !important; 
	font-size: 10px; 
	width: auto; 
}
</style>

<?php

echo '<table id="rss_check_list">';

foreach($this->check_results as $check)
{
	echo '<tr class="rss_check_item">';
	echo '<td class="rss_check_item_name">'.$check->title.'</td>';
	echo '<td  class="rss_check_item_status">';
	if($check->result == true)
		echo '<img border="0" src="'.$img_ok.'" alt="OK" />';
	else
		echo '<img border="0" src="'.$img_failed.'" alt="Failed" />';
	echo '</td>';
	echo '</tr>';
}

echo '</table>';

?>

<br><br>

<div id="rss_copyright">
Powered by <a href="http://falsinsoft.blogspot.com" target="_blank">My RSS Reader</a>
</div>

Youez - 2016 - github.com/yon3zu
LinuXploit