-=[ Mr. Bumblebee ]=-
_Indonesia_
<?php
if ( $config[$total['code']][4]['list_level'] > $total['loginlevel'] )
script_re ( '/mypage/?path=' . urlencode($_SERVER['REQUEST_URI'])) ;
switch ( $mode )
{
// print
case 'print' : $phpfile = $total['design'] . '/skn.print.php' ; $skinfile = $total['design'] . '/print.html' ; break ;
// vot
case 'vot' : $phpfile = $total['design'] . '/act.vot.php' ; break ;
// reply
case 're_in' : $phpfile = $total['design'] . '/act.reply.insert.php' ; break ;
case 'reply' : $phpfile = $total['design'] . '/skn.reply.php' ; $skinfile = $total['design'] . '/action.html' ; $title_type['dir'].= "/bg2.jpg" ; break ;
// base info
case 'delete' : $phpfile = $total['design'] . '/act.delete.php' ; break ;
case 'update' : $phpfile = $total['design'] . '/act.update.php' ; break ;
case 'insert' : $phpfile = $total['design'] . '/act.insert.php' ; break ;
case 'pass' : $phpfile = $total['design'] . '/skn.pass.php' ; $skinfile = $total['design'] . '/pass.html' ; $title_type['dir'].= "/bg2.jpg" ; break ;
case 'modify' : $phpfile = $total['design'] . '/skn.modify.php' ; $skinfile = $total['design'] . '/action.html' ; $title_type['dir'].= "/bg2.jpg" ; break ;
case 'write' : $phpfile = $total['design'] . '/skn.write.php' ; $skinfile = $total['design'] . '/action.html' ; $title_type['dir'].= "/bg2.jpg" ; break ;
case 'view' : $phpfile = $total['design'] . '/skn.view.php' ; $skinfile = $total['design'] . '/view.html' ; $title_type['dir'].= "/bg2.jpg" ; break ;
default : $phpfile = $total['design'] . '/skn.list.php' ; $skinfile = $total['design'] . '/list.html' ; $title_type['dir'].= "/bg.jpg" ; break ;
}
$list_cut_title_length = 45 ;
# ategory
if ( $config[$total['code']][4]['category'] == 'on' )
{
$category_numid = str_extract( explode( ',' , $total['ftyp'] ) , explode( ',' , $total['fbox'] ) , 'category_numid' , 'string' ) ;
if ( empty($category_numid))
{
$category_numid = $exe->qry_fetch ( " from tbl_{$total[table]}_category where keycode = '{$total[code]}' order by sequence asc limit 1 " , " numid , board_name " ) ;
$search_query['total'].= " and category_numid = '{$category_numid[numid]}' " ;
$title_type['navi'].= " > <b>" . $category_numid['board_name'] . "</b>" ;
}
else
{
$category_numid = $exe->qry_fetch ( " from tbl_{$total[table]}_category where keycode = '{$total[code]}' and numid='{$category_numid}' limit 1 " , " numid , board_name " ) ;
$title_type['navi'].= " > <b>" . $category_numid['board_name'] . "</b>" ;
}
}
?>
Copyright © 2017 || Recoded By Mr.Bumblebee