CHips L MINI SHELL

CHips L pro

Current Path : /opt/cpanel/ea-php54/root/usr/share/pear/RVSeagullMod/modules/photogallery/classes/
Upload File :
Current File : //opt/cpanel/ea-php54/root/usr/share/pear/RVSeagullMod/modules/photogallery/classes/Output.php

<?php 
/* Reminder: always indent with 4 spaces (no tabs). */
// +---------------------------------------------------------------------------+
// WebSite:  http://www.rvglobalsoft.com
// Unauthorized copying is strictly forbidden and may result in severe legal action.
// Copyright (c) 2006 RV Global Soft Co.,Ltd. All rights reserved.
// 
// =====YOU MUST KEEP THIS COPYRIGHTS NOTICE INTACT AND CAN NOT BE REMOVE =======
// Copyright (c) 2006 RV Global Soft Co.,Ltd. All rights reserved.
// This Agreement is a legal contract, which specifies the terms of the license
// and warranty limitation between you and RV Global Soft Co.,Ltd. and RV Site Builder.
// You should carefully read the following terms and conditions before
// installing or using this software.  Unless you have a different license
// agreement obtained from RV Global Soft Co.,Ltd., installation or use of this software
// indicates your acceptance of the license and warranty limitation terms
// contained in this Agreement. If you do not agree to the terms of this
// Agreement, promptly delete and destroy all copies of the Software.
//
// =====  Grant of License =======
// The Software may only be installed and used on a single host machine.
//
// =====  Disclaimer of Warranty =======
// THIS SOFTWARE AND ACCOMPANYING DOCUMENTATION ARE PROVIDED "AS IS" AND
// WITHOUT WARRANTIES AS TO PERFORMANCE OF MERCHANTABILITY OR ANY OTHER
// WARRANTIES WHETHER EXPRESSED OR IMPLIED.   BECAUSE OF THE VARIOUS HARDWARE
// AND SOFTWARE ENVIRONMENTS INTO WHICH RV SITE BUILDER MAY BE USED, NO WARRANTY OF
// FITNESS FOR A PARTICULAR PURPOSE IS OFFERED.  THE USER MUST ASSUME THE
// ENTIRE RISK OF USING THIS PROGRAM.  ANY LIABILITY OF RV GLOBAL SOFT CO.,LTD. WILL BE
// LIMITED EXCLUSIVELY TO PRODUCT REPLACEMENT OR REFUND OF PURCHASE PRICE.
// IN NO CASE SHALL RV GLOBAL SOFT CO.,LTD. BE LIABLE FOR ANY INCIDENTAL, SPECIAL OR
// CONSEQUENTIAL DAMAGES OR LOSS, INCLUDING, WITHOUT LIMITATION, LOST PROFITS
// OR THE INABILITY TO USE EQUIPMENT OR ACCESS DATA, WHETHER SUCH DAMAGES ARE
// BASED UPON A BREACH OF EXPRESS OR IMPLIED WARRANTIES, BREACH OF CONTRACT,
// NEGLIGENCE, STRICT TORT, OR ANY OTHER LEGAL THEORY. THIS IS TRUE EVEN IF
// RV GLOBAL SOFT CO.,LTD. IS ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. IN NO CASE WILL
// RV GLOBAL SOFT CO.,LTD.'S LIABILITY EXCEED THE AMOUNT OF THE LICENSE FEE ACTUALLY PAID
// BY LICENSEE TO RV GLOBAL SOFT CO.,LTD.
// +---------------------------------------------------------------------------+
// $Id: Output.php,v 1.52 2006/04/18 04:20:39 apiruk Exp $
// +---------------------------------------------------------------------------+
 
/**  
 * Type you class description here ... 
 *  
 * @package sitebuilder 
 * @author  
 * @version $Revision: 1.52 $ 
 * @since   PHP 4.1 
 */ 

if (is_file(dirname(__FILE__) . '/SgOutput.php')) {
	require_once dirname(__FILE__) . '/SgOutput.php';
}

if (class_exists('SitebuilderOutput')) {
	class PhotogalleryOutput extends SitebuilderOutput
	{
		function lastLogin($usrName, $usrNameComp, $lastLogin)
		{
			if ($usrName == $usrNameComp) {
				return $lastLogin;
			}

			return '';
		}
		
		function printHeader($fileHeader)
		{
			$pathFileHeader = RvsLibs_File::buildPath(array(SGL_THEME_DIR, 'rvtheme', 'default', $fileHeader));
			if(file_exists($pathFileHeader)) {
				$handle = fopen($pathFileHeader, "r");
				$contents = fread($handle, filesize($pathFileHeader));
				fclose($handle);
				echo $contents;
			}
		}
		
		function printFooter($fileFooter)
		{
			$pathFileFooter = RvsLibs_File::buildPath(array(SGL_THEME_DIR, 'rvtheme', 'default', $fileFooter));
			if(file_exists($pathFileFooter)) {
				$handle = fopen($pathFileFooter, "r");
				$contents = fread($handle, filesize($pathFileFooter));
				fclose($handle);
				echo $contents;
			}
		}
		
		function isCustomCss($file)
		{
			$pathCss = RvsLibs_File::buildPath(array(SGL_Config::get('path.webRoot'),'js', 'photogallery','themes','rvsdefault','galleria.' . $file . '.css'));
			return (is_file($pathCss)) ? true : false;
		}		
	}
}

?>

Copyright 2K16 - 2K18 Indonesian Hacker Rulez