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 :  /inetpub/wwwroot/icd/administrator/components/com_linkr/views/docs/tmpl/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /inetpub/wwwroot/icd/administrator/components/com_linkr/views/docs/tmpl/default_feed.php
<?php
defined('_JEXEC') or die;

// Output filter
jimport('joomla.filter.filteroutput');

// Feed title
echo '<a href="http://feeds.feedburner.com/JoomlaLinkr" target="_blank">Linkr RSS</a>';

// Feed items
echo '<div style="padding:4px;">';
$items	= $this->feed->get_items();
$total	= count($items);
for ($n = 0; $n < $total, $n < 3; $n++)
{
	echo '<div>';
	$i	= & $items[$n];
	
	// Title
	echo '<strong>'. $i->get_title() .'</strong>';
	
	// Description
	$desc	= JFilterOutput::cleanText($i->get_description());
	//$desc	= html_entity_decode($desc, ENT_COMPAT, 'UTF-8');
	$desc	= html_entity_decode($desc, ENT_COMPAT); // PHP4 compatibility
	if (strlen($desc) > 160) {
		$desc	= substr($desc, 0, 160) .'...';
	}
	echo ' - '. htmlspecialchars($desc, ENT_COMPAT, 'UTF-8');
	
	// Item link
	$link	= $i->get_link();
	$link	= $link ? $link : 'http://j.l33p.com/linkr';
	echo ' '. JHTML::link($link, '&#187;', array('target' => '_blank'));
	
	echo '</div>';
}
echo '</div>';


Youez - 2016 - github.com/yon3zu
LinuXploit