AnonSec Shell
Server IP : 87.98.231.4  /  Your IP : 216.73.216.226   [ Reverse IP ]
Web Server : Apache
System : Linux webm007.cluster103.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
User : grupmartgn ( 667608)
PHP Version : 8.5.7
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
Domains : 2 Domains
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/g/r/u/grupmartgn/elanartcrafts/components/com_virtuemart/views/virtuemart/tmpl/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /home/g/r/u/grupmartgn/elanartcrafts/components/com_virtuemart/views/virtuemart/tmpl/feed.php
<?php

/**
 *
 * renders the VirtueMart product Feeds
 *
 * @package     VirtueMart
 * @subpackage
 * @author      Max Milbers
 * @link        https://virtuemart.net
 * @copyright   Copyright (c) 2014 VirtueMart Team. All rights reserved.
 * @license     https://www.gnu.org/licenses/gpl-3.0.html GNU/GPL
 * @version     $Id: feed.php 8024 2014-06-12 15:08:59Z Milbo $
 */

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


if ( $this->virtuemartFeed) {
	?> <ul class="newsfeed" id="newsfeed"> <?php
	foreach ($this->virtuemartFeed as $item) {
		if (!empty($item->link)) {
			$description=strip_tags($item->description);
			$description=substr($description, 0,200)."...";
			?>
			<li class="newsfeed-item">
				<a href="<?php echo $item->link; ?>" target="_blank" title=" <?php echo $description; ?>"> <?php echo $item->title; ?></a>
			</li>
		<?php
		}
	}
	?></ul><?php
}


if ( $this->extensionsFeed ) {
	$j=0;
	foreach ($this->extensionsFeed as $item){
		// This is directly related to extensions.virtuemart.net
		if (($j / 5) == 0) { ?>
			<div class="clear"></div>

			<h2 class="cpanel"><?php echo vmText::_('COM_VIRTUEMART_FEED_LATEST_EXTENSION')?></h2>
			<?php
		} elseif (($j / 5) == 1) { ?>
			<div class="clear"></div>

			<h2 class="cpanel"><?php echo vmText::_('COM_VIRTUEMART_FEED_FEATURED_EXTENSION')?></h2>
		<?php
		} elseif (($j / 5) == 2) { ?>
			<div class="clear"></div>
			<h2 class="cpanel"><?php echo vmText::_('COM_VIRTUEMART_FEED_POPULAR_EXTENSION')?></h2>
		<?php
		}
		$image="";
		if (!empty($item->link)) {
			 $description = $item->description;
			preg_match('/<img[^>]+>/i',$description, $result);
			if (is_array($result) and isset($result[0])){
				$image=$result[0];
				$description=str_replace($image,"",$description);
				$description=strip_tags($description);
				$description=str_replace(vmText::_ ('COM_VIRTUEMART_FEED_READMORE') ,"",$description);
			} else {
				$description="";
			}
			?>
			<div class="icon vmextimg" >
				<a href="<?php echo $item->link; ?>" target="_blank" title="<?php echo $description ?>">
					<?php
					if ($image){
						echo  $image."<br />" ;
					}
					echo $item->title;
					?>
				</a>
			</div>
		<?php
		}
		$j++;
	}
}
?>

Anon7 - 2022
AnonSec Team