HEX
Server: Apache
System: Linux webm002.cluster115.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User: centralexf (54246)
PHP: 5.4.45
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/centralexf/www/modules/mod_imgscrawler/mod_imgscrawler.php
<?php
/**
* @version		$Id: mod_imgscroller.php 2009 vargas $
* @package		Joomla
* @license		GNU/GPL, see LICENSE.php
*/

// no direct access
defined('_JEXEC') or die('Restricted access');

global $imgscrawler_id;

if ( !$imgscrawler_id ) : $imgscrawler_id =1; endif;

// Include the syndicate functions only once
require_once (dirname(__FILE__).DS.'helper.php');

$folder	= modImgsCrawlerHelper::getFolder($params);
$images	= modImgsCrawlerHelper::getImages($params, $folder);

if (!count($images)) {
	echo JText::_( 'No images ');
	return;
}

require(JModuleHelper::getLayoutPath('mod_imgscrawler'));

$imgscrawler_id++;