-=[ Mr. Bumblebee ]=-
_Indonesia_
<?php
if( $total['options']['category'] == 'on' )
{
$skins = $skin->skin ( array (
'frm' => 'FORM' ,
'rep' => 'REPEAT'
) , $skinfile ) ;
$execute = $exe->qry_one( " from tbl_{$total[table]}_category WHERE keycode='{$total[code]}' order by sequence asc " , " numid, keycode , sequence , board_name , fixed_board , hide_board ");
while ( $rs = $exe->fetch($execute) ) {
$info['repeat'].= str_foreach( $rs, 'RS', $skins['rep'] );
}
$result = str_foreach ( $info , 'INFO' , $skins['frm'] ) ;
}
else
script_re($total['cmnall'], ' Áö¿øÇÏÁö ¾Ê´Â ±â´ÉÀÔ´Ï´Ù. ');
?>
Copyright © 2017 || Recoded By Mr.Bumblebee