%d ",array('aieditor_log_7ree',$_G['uid'],$today_time_7ree));
$member_ban_7ree = $member_log_count > $vars_7ree['member_time_7ree'] ? 1 : 0;
}else{
$member_ban_7ree = 0;
}
}
$fids = [];
if($vars_7ree['library_fid1_7ree'] > 0){
$fids[] = $vars_7ree['library_fid1_7ree'];
}
if($vars_7ree['library_fid2_7ree'] > 0){
$fids[] = $vars_7ree['library_fid2_7ree'];
}
$fidList_7ree = dimplode($fids);
$currentlang=currentlang();
if($currentlang=="SC_GBK"){
$substr_char_7ree = 'GBK';
}else{
$substr_char_7ree = 'UTF-8';
}
if(!$option || $option==4){
$Stream_setup_7ree = Stream_7ree::IsSetup_7ree();
if($Stream_setup_7ree){
$stream_config_7ree = Stream_7ree::config_7ree();
// print_r($stream_config_7ree);
}
}
if(!$option) { //home
include_once $include_path_7ree . 'home_7ree.php';
}elseif($option==1){ //page
include_once $include_path_7ree . 'page_7ree.php';
}elseif($option==2){ //dianzan
include_once $include_path_7ree . 'dianzan_7ree.php';
}elseif($option==3){ //wode
include_once $include_path_7ree . 'wode_7ree.php';
}elseif($option==4){ //rusne
include_once $include_path_7ree . 'runse_7ree.php';
}elseif($option==5){ //buy
include_once $include_path_7ree . 'buy_7ree.php';
}elseif($option==6){ //yigoumai
include_once $include_path_7ree . 'order_7ree.php';
}elseif($option==7){ //search
include_once $include_path_7ree . 'search_7ree.php';
}elseif($option==8){
include_once $include_path_7ree . 'addtag_7ree.php';
}elseif($option==9){
include_once $include_path_7ree . 'taglist_7ree.php';
}elseif($option==10){
include_once $include_path_7ree . 'rank_article_7ree.php';
}elseif($option==11){
include_once $include_path_7ree . 'rank_tag_7ree.php';
}else{
exit('Undefined option.');
}
if(!in_array($option,[2,5,8])){
$hotlist_7ree = array();
if($fidList_7ree){
$fidList = dimplode($fids);
$hotlist_7ree = DB::fetch_all('SELECT subject,tid FROM %t WHERE displayorder>=0 AND readperm=0 AND fid IN (%i) ORDER BY views DESC LIMIT 10',array('forum_thread',$fidList_7ree));
}
if($multipage && $vars_7ree['rewrite_7ree']){
$multipage = replaceHref_7ree($multipage);
}
$hottaglist_7ree = C::t("#aieditor_7ree#aieditor_tag_7ree")->rank_7ree(10);
if(defined('IN_MOBILE')){
include template("aieditor_7ree:library_7ree/".$vars_7ree['library_skin_7ree']."/library_7ree");
}else{
include template("diy:library_7ree",0,"source/plugin/aieditor_7ree/template/library_7ree/".$vars_7ree['library_skin_7ree']);
}
}
?>