-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /var/www/html/z_admin.bk.240724/php/member/
File Upload :
Current File : /var/www/html/z_admin.bk.240724/php/member/skn.list.php

<?php

#######################################################
// skin file
#######################################################

	$skins = $skin->skin ( array (
							 'frm'			=> 'FORM' ,
							 'rep'			=> 'REP' ,
							 'none'			=> 'NONE' ,
						 ) , $skinfile ) ;

#######################################################
// get data
#######################################################

	$total['script_joingroup'] = script_array($define_member_group);

	$repeat = '' ;
	$total = $exe->qry_list ( " from tbl_{$total[table]} " .
							  " where keycode='{$total[code]}' {$search_query[total]} order by numid desc " ,
							  " numid , id , name , level , write_date , hp , tel , joingroup " , $total ) ;

	while ( $rs = $exe->fetch ( $total['execute'] ))
	{
		$rs['recno'] = $total['recno'] ;
		$total['recno']-- ;
		$rs['new_icon'] = date_new ( $rs['write_date'] , 2 , '<img src="/img/board_icon/new.gif" align="absmiddle" >' ) ;
		#if ( $new_icon != '' ) $rs['recno'] = $new_icon ;
		$rs['level'] = $define_member_level[$rs['level']] ;
		$rs['write_date'] = ucf_date_format( $rs['write_date'] , 'y/m/d' ) ;
		$rs['havePoint'] = number_format($rs['havePoint']) ;

		$repeat.= str_foreach ( $rs , 'RS' , $skins['rep']) ;
	}
	// °Ô½Ã¹°ÀÌ Çϳªµµ ¾øÀ¸¸é
	if ( $total['totalcount'] < 1 ) $repeat = $skins['none'] ;

#######################################################
// paging
#######################################################

	$total = $exe->paging ( $total['cmnval'] . '&mode=' . $total['mode'] , $total ) ;

#######################################################
// end
#######################################################

	$result = str_foreach ( array  ( 'repeat' => $repeat ) , 'INFO' , $skins['frm'] ) ;

?>

Copyright © 2017 || Recoded By Mr.Bumblebee