HEX
Server: Apache/2.4.59 (Debian)
System: Linux skycube.cz 4.19.0-25-amd64 #1 SMP Debian 4.19.289-2 (2023-08-08) x86_64
User: ilya (534)
PHP: 7.3.31-1~deb10u7
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
Upload Files
File: /var/www/ilya/data/www/irkboard.ru/cache/cacheid_2/skin_mlist.php
<?php
/*--------------------------------------------------*/
/* FILE GENERATED BY INVISION POWER BOARD 3         */
/* CACHE FILE: Skin set id: 2               */
/* CACHE FILE: Generated: Tue, 18 Aug 2009 18:02:01 GMT */
/* DO NOT EDIT DIRECTLY - THE CHANGES WILL NOT BE   */
/* WRITTEN TO THE DATABASE AUTOMATICALLY            */
/*--------------------------------------------------*/

class skin_mlist_2 {

/**
* Construct
*/
function __construct( ipsRegistry $registry )
{
	/* Make object */
	$this->registry   =  $registry;
	$this->DB         =  $this->registry->DB();
	$this->settings   =& $this->registry->fetchSettings();
	$this->request    =& $this->registry->fetchRequest();
	$this->lang       =  $this->registry->getClass('class_localization');
	$this->member     =  $this->registry->member();
	$this->memberData =& $this->registry->member()->fetchMemberData();
	$this->cache      =  $this->registry->cache();
	$this->caches     =& $this->registry->cache()->fetchCaches();
}
	/* -- member_list_show --*/
function member_list_show($members, $pages="", $dropdowns=array(), $defaults=array(), $custom_fields=null, $url='') {
$IPBHTML = "";
$IPBHTML .= "<users>
" . ((is_array( $members ) and count( $members )) ? ("".$this->__f__a5843ee949eda71b06828e507f8f7f1d($members,$pages,$dropdowns,$defaults,$custom_fields,$url)."") : ("")) . "
	{$pages}
	</users>";
return $IPBHTML;
}


function __f__a5843ee949eda71b06828e507f8f7f1d($members, $pages="", $dropdowns=array(), $defaults=array(), $custom_fields=null, $url='')
{
	$_ips___x_retval = '';
	foreach( $members as $member )
	{
		
		$_ips___x_retval .= "
		<user>
			<id>{$member['id']}</id>
			<name>{$member['members_display_name']}</name>
			<url>" . $this->registry->getClass('output')->formatUrl( $this->registry->getClass('output')->buildUrl( "showuser={$member['id']}", 'public','' ), "{$member['members_seo_name']}", "showuser" ) . "</url>
			<joined>" . $this->registry->getClass('class_localization')->getDate($member['joined'],"joined", 0) . "</joined>
			<group>" . IPSLib::makeNameFormatted( $member['group'], $member['member_group_id'] ) . "</group>
			<posts>" . $this->registry->getClass('class_localization')->formatNumber( $member['posts'] ) . "</posts>
			<reputation>{$member['pp_reputation_points']}</reputation>
			<rating>{$member['pp_rating_real']}</rating>
		</user>
	
";
	}
	$_ips___x_retval .= '';
	return $_ips___x_retval;
}



}

/*--------------------------------------------------*/
/* END OF FILE                                      */
/*--------------------------------------------------*/

?>