⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 openlitebrowse.php

📁 很棒的在线教学系统
💻 PHP
字号:
<?php // $Id: openlitebrowse.php,v 1.2 2006/03/09 01:51:22 moodler Exp $    require_once("../../../../../config.php");    if (empty($CFG->hivehost) or empty($CFG->hiveport) or empty($CFG->hiveprotocol) or empty($CFG->hivepath)) {        print_header();        notify('A Hive repository is not yet configured in Moodle.  Please see Resource settings.');        print_footer();        die;    }    if (empty($SESSION->HIVE_SESSION)) {        print_header();        notify('You do not have access to the Hive repository. Moodle signs you into Hive when you log in. This process may have failed.');        close_window_button();        print_footer();        die;    }// MW Redirect to the Hive page. No need for a self-posting form as there is no sensitive data.$query ='';$query .= 'HISTORY=';$query .= '&hiveLanguage=en_AU';$query .= '&PUBCATEGORY_LIST=';$query .= '&CATEGORY_LIST=';$query .= '&HIDE_LOGOUT=Y';$query .= '&mkurl='.$CFG->wwwroot.'/mod/resource/type/repository/hive/makelink.php';$query .= '&HIDE_CHANGEUSERDETAILS=Y';$query .= '&HIVE_RET=ORG';$query .= '&HIVE_REQ=2113';$query .= '&HIVE_ERRCODE=0';$query .= '&mklms=Moodle';$query .= '&HIVE_PROD=0';$query .= '&HIVE_REF=hin:hive@Hive%20Login%20HTML%20Template';$query .= '&HIVE_LITEMODE=liteBrowse';$query .= '&HIVE_ITEMTYPE='.$CFG->decsitemtypeid;$query .= '&HIVE_CURRENTBUREAUID='.$CFG->decsbureauid;$query .= '&HIVE_SEREF='.$CFG->wwwroot.'/sso/hive/expired.php';$query .= '&HIVE_SESSION='.$SESSION->HIVE_SESSION;//$query  = '';//================================================    $stylesheets = '';    foreach ($CFG->stylesheets as $stylesheet) {        if(empty($stylesheets)) {          $stylesheets = $stylesheet;        } else {          $stylesheets .= '%26'.$stylesheet;        }    }$query  = '';// $query .= 'HIVE_REF=hin:hive@Demo%20LMS%20Browse'; $query .= 'HIVE_REF=hin:hive@LMS%20Browse'; $query .= '&HIVE_RET=ORG'; $query .= '&HIVE_REQ=2113'; $query .= '&HIVE_PROD=0'; $query .= '&HIVE_CURRENTBUREAUID='.$CFG->decsbureauid; $query .= '&HIVE_BUREAU='.$CFG->decsbureauid; $query .= '&HIVE_ITEMTYPE='.$CFG->decsitemtypeid; $query .= '&mkurl='.$CFG->wwwroot.'/mod/resource/type/repository/hive/makelink.php'; $query .= '&mklms=Moodle'; $query .= '&HIVE_SEREF='.$CFG->wwwroot.'/sso/hive/expired.php'; $query .= '&HIVE_SESSION='.$SESSION->HIVE_SESSION; $query .= '&mklmsstyle='.$stylesheets;    redirect($CFG->hiveprotocol .'://'. $CFG->hivehost .':'. $CFG->hiveport .''. $CFG->hivepath .'?'.$query);?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -