-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /var/www/html/admin-1/php/board/
File Upload :
Current File : /var/www/html/admin-1/php/board/skn.reply.php

<?php

########################################################
// approve
########################################################

	if ( empty($numid)) script_re($total['cmnall'] , ' Á¢±ÙÇÒ ¼ö ¾ø½À´Ï´Ù. ' ) ;

	$info = $exe->qry_fetch ( " from tbl_{$total[table]} where keycode='{$total[code]}' and numid='{$numid}' " , " * " ) ;
	if ( empty($info['numid'])) script_re( $total['cmnall'] , ' »èÁ¦µÇ¾ú°Å³ª ¾ø´Â µ¥ÀÌÅÍÀÔ´Ï´Ù. ' ) ;

	if ( $total['options']['reply'] != 'on' || $total['options']['replylevel'] > $total['loginlevel'] || $info['record_type'] == 'Y' )
		script_re($total['cmnnb'] . '&mode=view' , ' »ç¿ëÇÒ ¼ö ¾ø½À´Ï´Ù. ' ) ;

	if ( $total['options']['self'] == 'on' )
	{
	//	if ( $info['real_id'] != $total['loginid'] ) script_bk( ' ±ÇÇÑÀÌ ¾ø½À´Ï´Ù. ' ) ;
	}

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

	$skins = $skin->skin (	array (
								'frm'			=> 'FORM' ,
								'rec'			=> 'RECORD' ,
								'sec'			=> 'SECRET' ,
								'file'			=> 'FILE' ,
								'slt'			=> 'SELECT' ,
								'hed'			=> 'HEAD' ,
							) , $skinfile ) ;

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

	$info['mode'] = 're_in' ;

	$info['contents'] =	'<br>' .
									'<br>' .
									'<div style="border:1 solid #000000; margin-left:10px; padding:10px;"> ¿øº»±Û ( ÀÛ¼ºÀÚ : ' . html_entity_decode($info['name']) . ' ) <br><hr>' .
									'<div >' . html_entity_decode($info['contents']) . '</div>' .
									'</div>' ;

	if ( $total['code'] == 'B08' || $total['code'] == 'B10' || $total['code'] == 'B09' ) {
		$info['title_color'] = 'red' ;
		$info['name'] = 'soccernet' ;
		$info['title'] = '´äº¯µå¸³´Ï´Ù' ;
	} else {
		$info['name'] = 'soccernet' ;
	}

	if ( $total['options']['WYSIWYG'] != 'off' ) {
		$EDITOR = createTextEditor() ;
		$EDITOR->Value      = $info['contents'] ;
		$info['contents'] = $EDITOR->Create();
	}
	$info['text_type'] = $text_type ;

	$info['pass'] = '' ;
	#$info['name'] = $total['loginname'] ;

	if ( $total['options']['WYSIWYG'] == 'fckeditor' ) {
		$info['text_type'] = 'html' ;
	} else if ( $total['options']['WYSIWYG'] == 'default' ) {
		$info['text_type'] = 'html' ;
		$EDITOR = new defaultHtmlEditor ;
		$EDITOR->contents = $info['contents'] ;
		$info['contents'] = $EDITOR->view();
	} else if ( $total['options']['WYSIWYG'] == 'off' ) {
		$info['text_type'] = 'text' ;
	} else {
		$info['text_type'] = 'text' ;
	}

########################################################
// use record
########################################################

//	if ( $total['options']['record'] == 'on' && $total['options']['record_level'] <= $total['loginlevel'] ) $info['frm_record'] = str_foreach ( array ( 'record_type' => 'N' ) , 'INFO' , $skins['rec'] ) ;

########################################################
// use secret
########################################################

	if ( $total['options']['secret'] == 'on' ) $info['frm_secret'] = str_foreach ( array ( 'secret_type' => ( $total['code'] == 'B02' || $total['code'] == 'B08' || $total['code'] == 'B10' || $total['code'] == 'B09' ? 'checked' : '' ) ) , 'INFO' , $skins['sec'] ) ;

########################################################
// use file upload
########################################################

	if ( $total['options']['file'] == 'on' )
	{
		$info['frm_file'] = str_foreach ( array ( 'nowsize' => 0 , 'temp_code' => time() . str_rand(10) , 'filelist' => '' ) , 'INFO' , $skins['file'] ) ;
	}

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

	$result = str_foreach ( $info , 'INFO' , $skins['frm'] ) ;

?>

Copyright © 2017 || Recoded By Mr.Bumblebee