现在注册赶紧抢单赚钱,刷单预约赚钱哦!
您需要 登录 才可以下载或查看,没有账号?立即注册
x
[b][color=#b22222]hooksmodule.class.php[/color][/b]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px]<?php[/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px]/*[/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px] [Discuz!] (C)2001-2009 Comsenz Inc.[/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px] This is NOT a freeware, use is subject to license terms[/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px] 嵌入点模型 2009/9/21 16:43:36[/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px] 本模型供开发者演示并熟悉所有嵌入点的位置[/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px]*/[/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px]class plugin_hooksmodule {[/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px] var $vars = array();[/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px] function plugin_hooksmodule() {[/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px] include_once DISCUZ_ROOT . './forumdata/cache/plugin_hooksmodule.php';[/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px] $data = explode("\n", $_DPLUGIN['hooksmodule']['vars']['data']);[/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px] foreach($data as $row) {[/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px] list($k, $v) = explode(':', $row);[/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px] $this->vars[$k] = $v;[/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px] }[/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px] }[/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px] function index_header() {return $this->vars['index_header'];}[/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px] function index_hot() {return $this->vars['index_hot'];}[/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px] function index_navbar() {return $this->vars['index_navbar'];}[/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px] function index_top() {return $this->vars['index_top'];}[/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px] function index_middle() {return $this->vars['index_middle'];}[/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px] function index_bottom() {return $this->vars['index_bottom'];}[/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px] function forumdisplay_header() {return $this->vars['forumdisplay_header'];}[/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px] function forumdisplay_forumaction() {return $this->vars['forumdisplay_forumaction'];}[/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px] function forumdisplay_modlink() {return $this->vars['forumdisplay_modlink'];}[/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px] function forumdisplay_top() {return $this->vars['forumdisplay_top'];}[/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px] function forumdisplay_middle() {return $this->vars['forumdisplay_middle'];}[/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px] function forumdisplay_thread() {return array($this->vars['forumdisplay_thread']);}[/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px] function forumdisplay_bottom() {return $this->vars['forumdisplay_bottom'];}[/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px] function memcp_side() {return $this->vars['memcp_side'];}[/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px] function profile_baseinfo_top() {return $this->vars['profile_baseinfo_top'];}[/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px] function profile_baseinfo_bottom() {return $this->vars['profile_baseinfo_bottom'];}[/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px] function profile_extrainfo() {return $this->vars['profile_extrainfo'];}[/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px] function profile_side_top() {return $this->vars['profile_side_top'];}[/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px] function profile_side_bottom() {return $this->vars['profile_side_bottom'];}[/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px] function viewthread_top() {return $this->vars['viewthread_top'];}[/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px] function viewthread_fastpost_side() {return $this->vars['viewthread_fastpost_side'];}[/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px] function viewthread_fastpost_content() {return $this->vars['viewthread_fastpost_content'];}[/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px] function viewthread_profileside() {return array($this->vars['viewthread_profileside']);}[/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px] function viewthread_imicons() {return array($this->vars['viewthread_imicons']);}[/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px] function viewthread_sidetop() {return array($this->vars['viewthread_sidetop']);}[/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px] function viewthread_sidebottom() {return array($this->vars['viewthread_sidebottom']);}[/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px] function viewthread_postheader() {return array($this->vars['viewthread_postheader']);}[/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px] function viewthread_posttop() {return array($this->vars['viewthread_posttop']);}[/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px] function viewthread_postbottom() {return array($this->vars['viewthread_postbottom']);}[/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px] function viewthread_useraction() {return $this->vars['viewthread_useraction'];}[/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px] function viewthread_postfooter() {return array($this->vars['viewthread_postfooter']);}[/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px] function viewthread_endline() {return array($this->vars['viewthread_endline']);}[/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px] function viewthread_middle() {return $this->vars['viewthread_middle'];}[/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px] function viewthread_bottom() {return $this->vars['viewthread_bottom'];}[/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px] [/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px] function post_top() {return $this->vars['post_top'];}[/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px] function post_middle() {return $this->vars['post_middle'];}[/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px] function post_bottom() {return $this->vars['post_bottom'];}[/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px] [/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px] function my_navextra() {return $this->vars['my_navextra'];}[/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px] [/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px] function memcp_profilesettings() {return $this->vars['memcp_profilesettings'];} [/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px] function global_header() {return $this->vars['global_header'];}[/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px] function global_footer() {return $this->vars['global_footer'];}[/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px] function global_footerlink() {return $this->vars['global_footerlink'];}[/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px]}[/size][/font][/color]
[color=rgb(0, 0, 0)][font=Consolas, "][size=16px]?>[/size][/font][/color]
[b][color=#b22222]discuz_plugin_hooksmodule.xml[/color][/b][color=#000][/color][color=#000][font="][size=3]
[/size][/font][/color]
[color=rgb(0, 0, 0)][size=16px]<?xml version="1.0" encoding="ISO-8859-1"?>[/size][/color]
[color=rgb(0, 0, 0)][size=16px]<root>[/size][/color]
[color=rgb(0, 0, 0)][size=16px] <item id="Title"><![CDATA[Discuz! Plugin]]></item>[/size][/color]
[color=rgb(0, 0, 0)][size=16px] <item id="Version"><![CDATA[7.1]]></item>[/size][/color]
[color=rgb(0, 0, 0)][size=16px] <item id="Data">[/size][/color]
[color=rgb(0, 0, 0)][size=16px] <item id="plugin">[/size][/color]
[color=rgb(0, 0, 0)][size=16px] <item id="available"><![CDATA[1]]></item>[/size][/color]
[color=rgb(0, 0, 0)][size=16px] <item id="adminid"><![CDATA[1]]></item>[/size][/color]
[color=rgb(0, 0, 0)][size=16px] <item id="name"><![CDATA[嵌入点模型]]></item>[/size][/color]
[color=rgb(0, 0, 0)][size=16px] <item id="identifier"><![CDATA[hooksmodule]]></item>[/size][/color]
[color=rgb(0, 0, 0)][size=16px] <item id="description"><![CDATA[]]></item>[/size][/color]
[color=rgb(0, 0, 0)][size=16px] <item id="datatables"><![CDATA[]]></item>[/size][/color]
[color=rgb(0, 0, 0)][size=16px] <item id="directory"><![CDATA[hooksmodule/]]></item>[/size][/color]
[color=rgb(0, 0, 0)][size=16px] <item id="copyright"><![CDATA[Comsenz Inc.]]></item>[/size][/color]
[color=rgb(0, 0, 0)][size=16px] <item id="version"><![CDATA[1.0.0]]></item>[/size][/color]
[color=rgb(0, 0, 0)][size=16px] <item id="__modules">[/size][/color]
[color=rgb(0, 0, 0)][size=16px] <item id="0">[/size][/color]
[color=rgb(0, 0, 0)][size=16px] <item id="name"><![CDATA[hooksmodule]]></item>[/size][/color]
[color=rgb(0, 0, 0)][size=16px] <item id="type"><![CDATA[11]]></item>[/size][/color]
[color=rgb(0, 0, 0)][size=16px] <item id="adminid"><![CDATA[0]]></item>[/size][/color]
[color=rgb(0, 0, 0)][size=16px] <item id="displayorder"><![CDATA[0]]></item>[/size][/color]
[color=rgb(0, 0, 0)][size=16px] </item>[/size][/color]
[color=rgb(0, 0, 0)][size=16px] </item>[/size][/color]
[color=rgb(0, 0, 0)][size=16px] </item>[/size][/color]
[color=rgb(0, 0, 0)][size=16px] <item id="version"><![CDATA[7.1]]></item>[/size][/color]
[color=rgb(0, 0, 0)][size=16px] <item id="vars">[/size][/color]
[color=rgb(0, 0, 0)][size=16px] <item id="0">[/size][/color]
[color=rgb(0, 0, 0)][size=16px] <item id="displayorder"><![CDATA[0]]></item>[/size][/color]
[color=rgb(0, 0, 0)][size=16px] <item id="title"><![CDATA[测试数据]]></item>[/size][/color]
[color=rgb(0, 0, 0)][size=16px] <item id="description"><![CDATA[一行一个测试数据,每行数据格式“嵌入点:字串”,如“forumdisplay_header:版块顶部”]]></item>[/size][/color]
[color=rgb(0, 0, 0)][size=16px] <item id="variable"><![CDATA[data]]></item>[/size][/color]
[color=rgb(0, 0, 0)][size=16px] <item id="type"><![CDATA[textarea]]></item>[/size][/color]
[color=rgb(0, 0, 0)][size=16px] <item id="value"><![CDATA[]]></item>[/size][/color]
[color=rgb(0, 0, 0)][size=16px] <item id="extra"><![CDATA[]]></item>[/size][/color]
[color=rgb(0, 0, 0)][size=16px] </item>[/size][/color]
[color=rgb(0, 0, 0)][size=16px] </item>[/size][/color]
[color=rgb(0, 0, 0)][size=16px] </item>[/size][/color]
[color=rgb(0, 0, 0)][size=16px]</root>[/size][/color]
[b][color=#b22222]
[/color][/b]
|