AnonSec Shell
Server IP : 87.98.231.4  /  Your IP : 216.73.217.178   [ 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/grupmartgn/elanartcrafts/components/com_virtuemart/sublayouts/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


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

Current File : /home/grupmartgn/elanartcrafts/components/com_virtuemart/sublayouts/bs3-customfields_related.php
<?php
/**
* sublayout products
*
* @package	VirtueMart
* @author Max Milbers
* @link http://www.virtuemart.net
* @copyright Copyright (c) 2014 VirtueMart Team. All rights reserved.
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL2, see LICENSE.php
* @version $Id: cart.php 7682 2014-02-26 17:07:20Z Milbo $
*/

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

$product = $viewData['product'];
$position = $viewData['position'];
$customTitle = isset($viewData['customTitle'])? $viewData['customTitle']: false;;
if(isset($viewData['class'])){
	$class = $viewData['class'];
} else {
	$class = 'product-fields';
}

if (!empty($product->customfieldsSorted[$position])) {
	if($customTitle and isset($product->customfieldsSorted[$position][0])){
		$field = $product->customfieldsSorted[$position][0]; ?>
		<h4 class="page-header"><?php echo vmText::_ ($field->custom_title); ?></h4>
	<?php
	}
	if ($position == 'related_categories') {
		echo '<h4 class="page-header">'.vmText::_('COM_VIRTUEMART_RELATED_CATEGORIES').'</h4>';
	}
	?>
	<div class="<?php echo $class?> row flex">
	<?php
	$custom_title = null;
	foreach ($product->customfieldsSorted[$position] as $field) {
		if ( $field->is_hidden ) //OSP http://forum.virtuemart.net/index.php?topic=99320.0
		continue;
		?>
		<div class="product-field product-field-type-<?php echo $field->field_type ?> col-xs-6 col-md-4">
			<?php
			if (!empty($field->display)){
			?>
			<div class="product-field-display text-center thumbnail">
			<?php echo $field->display ?>
			</div>
			<?php
			}
			?>
		</div>
	<?php
	  $custom_title = $field->custom_title;
	}
	?>
	</div>
<?php
}

Anon7 - 2022
AnonSec Team