code stringlengths 1 2.01M | repo_name stringlengths 3 62 | path stringlengths 1 267 | language stringclasses 231
values | license stringclasses 13
values | size int64 1 2.01M |
|---|---|---|---|---|---|
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: userapp.php 20822 2009-10-26 10:20:57Z monkey $
*/
define('CURSCRIPT', 'userapp');
require_once './include/common.inc.php';
@include_once DISCUZ_ROOT.'./forumdata/cache/cache_scriptlang.php';
... | zyyhong | trunk/jiaju001/newbbs/bbs/userapp.php | PHP | asf20 | 1,512 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: menu.inc.php 21081 2009-11-11 06:49:33Z zhaoxiongfei $
*/
if(!defined('IN_DISCUZ') || !defined('IN_ADMINCP')) {
exit('Access Denied');
}
showmenu('global', array(
array('menu_settings_... | zyyhong | trunk/jiaju001/newbbs/bbs/admin/menu.inc.php | PHP | asf20 | 5,362 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: logs.inc.php 21053 2009-11-09 10:29:02Z wangjinbo $
*/
if(!defined('IN_DISCUZ') || !defined('IN_ADMINCP')) {
exit('Access Denied');
}
cpheader();
$lpp = empty($lpp) ? 20 : $lpp;
$che... | zyyhong | trunk/jiaju001/newbbs/bbs/admin/logs.inc.php | PHP | asf20 | 24,254 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: recyclebin.inc.php 20917 2009-10-29 09:19:37Z monkey $
*/
if(!defined('IN_DISCUZ') || !defined('IN_ADMINCP')) {
exit('Access Denied');
}
require_once DISCUZ_ROOT.'./include/post.func.php... | zyyhong | trunk/jiaju001/newbbs/bbs/admin/recyclebin.inc.php | PHP | asf20 | 13,253 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: ec.inc.php 20461 2009-09-28 04:43:28Z monkey $
*/
if(!defined('IN_DISCUZ') || !defined('IN_ADMINCP')) {
exit('Access Denied');
}
cpheader();
if($operation == 'alipay') {
$settings... | zyyhong | trunk/jiaju001/newbbs/bbs/admin/ec.inc.php | PHP | asf20 | 19,736 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: smilies.inc.php 18512 2009-06-04 08:09:30Z monkey $
*/
if(!defined('IN_DISCUZ') || !defined('IN_ADMINCP')) {
exit('Access Denied');
}
$imgextarray = array('jpg', 'gif');
if($operation... | zyyhong | trunk/jiaju001/newbbs/bbs/admin/smilies.inc.php | PHP | asf20 | 18,649 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: announce.inc.php 16688 2008-11-14 06:41:07Z cnteacher $
*/
if(!defined('IN_DISCUZ') || !defined('IN_ADMINCP')) {
exit('Access Denied');
}
cpheader();
echo '<script type="text/javascript... | zyyhong | trunk/jiaju001/newbbs/bbs/admin/announce.inc.php | PHP | asf20 | 7,463 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: tools.inc.php 17386 2008-12-17 05:10:00Z cnteacher $
*/
if(!defined('IN_DISCUZ') || !defined('IN_ADMINCP')) {
exit('Access Denied');
}
cpheader();
if($operation == 'updatecache') {
... | zyyhong | trunk/jiaju001/newbbs/bbs/admin/tools.inc.php | PHP | asf20 | 7,312 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: members.inc.php 21170 2009-11-19 01:59:32Z liulanbo $
*/
if(!defined('IN_DISCUZ') || !defined('IN_ADMINCP')) {
exit('Access Denied');
}
@set_time_limit(600);
cpheader();
if(!$opera... | zyyhong | trunk/jiaju001/newbbs/bbs/admin/members.inc.php | PHP | asf20 | 87,123 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: magics.inc.php 18917 2009-08-03 01:48:48Z liuqiang $
*/
if(!defined('IN_DISCUZ') || !defined('IN_ADMINCP')) {
exit('Access Denied');
}
cpheader();
if(!isfounder()) cpmsg('noaccess_isfou... | zyyhong | trunk/jiaju001/newbbs/bbs/admin/magics.inc.php | PHP | asf20 | 16,143 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: tradelog.inc.php 18655 2009-07-08 10:28:06Z wangjinbo $
*/
if(!defined('IN_DISCUZ') || !defined('IN_ADMINCP')) {
exit('Access Denied');
}
require_once DISCUZ_ROOT.'./include/trade.func.p... | zyyhong | trunk/jiaju001/newbbs/bbs/admin/tradelog.inc.php | PHP | asf20 | 3,151 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: prune.inc.php 21266 2009-11-24 05:35:06Z liulanbo $
*/
if(!defined('IN_DISCUZ') || !defined('IN_ADMINCP')) {
exit('Access Denied');
}
cpheader();
$page = max(1, intval($page));
req... | zyyhong | trunk/jiaju001/newbbs/bbs/admin/prune.inc.php | PHP | asf20 | 12,950 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: ranks.inc.php 16698 2008-11-14 07:58:56Z cnteacher $
*/
if(!defined('IN_DISCUZ') || !defined('IN_ADMINCP')) {
exit('Access Denied');
}
cpheader();
if(!submitcheck('ranksubmit')) {
... | zyyhong | trunk/jiaju001/newbbs/bbs/admin/ranks.inc.php | PHP | asf20 | 2,756 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: main.inc.php 20857 2009-10-28 00:57:24Z wangjinbo $
*/
if(!defined('IN_DISCUZ') || !defined('IN_ADMINCP')) {
exit('Access Denied');
}
include language('admincp.menu');
$lang = array_mer... | zyyhong | trunk/jiaju001/newbbs/bbs/admin/main.inc.php | PHP | asf20 | 13,149 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: attach.inc.php 20422 2009-09-27 03:19:30Z monkey $
*/
if(!defined('IN_DISCUZ') || !defined('IN_ADMINCP')) {
exit('Access Denied');
}
cpheader();
if(!submitcheck('deletesubmit')) {
... | zyyhong | trunk/jiaju001/newbbs/bbs/admin/attach.inc.php | PHP | asf20 | 8,005 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: admingroups.inc.php 21044 2009-11-09 03:14:02Z monkey $
*/
if(!defined('IN_DISCUZ') || !defined('IN_ADMINCP')) {
exit('Access Denied');
}
cpheader();
if(!$operation) {
if(submitch... | zyyhong | trunk/jiaju001/newbbs/bbs/admin/admingroups.inc.php | PHP | asf20 | 24,436 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: quickqueries.inc.php 16688 2008-11-14 06:41:07Z cnteacher $
*/
if(!defined('IN_DISCUZ') || !defined('IN_ADMINCP')) {
exit('Access Denied');
}
$simplequeries = array(
array('comment' =>... | zyyhong | trunk/jiaju001/newbbs/bbs/admin/quickqueries.inc.php | PHP | asf20 | 2,372 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: creditwizard.inc.php 18655 2009-07-08 10:28:06Z wangjinbo $
*/
if(!defined('IN_DISCUZ') || !defined('IN_ADMINCP')) {
exit('Access Denied');
}
$step = in_array($step, array(1, 2, 3)) ? $s... | zyyhong | trunk/jiaju001/newbbs/bbs/admin/creditwizard.inc.php | PHP | asf20 | 33,606 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: qihoo.inc.php 16688 2008-11-14 06:41:07Z cnteacher $
*/
if(!defined('IN_DISCUZ') || !defined('IN_ADMINCP')) {
exit('Access Denied');
}
cpheader();
$query = $db->query("SELECT value FR... | zyyhong | trunk/jiaju001/newbbs/bbs/admin/qihoo.inc.php | PHP | asf20 | 11,080 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: usergroups.inc.php 20965 2009-11-04 06:37:32Z monkey $
*/
if(!defined('IN_DISCUZ') || !defined('IN_ADMINCP')) {
exit('Access Denied');
}
cpheader();
if(!$operation) {
if(!submitch... | zyyhong | trunk/jiaju001/newbbs/bbs/admin/usergroups.inc.php | PHP | asf20 | 41,211 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: runwizard.inc.php 19960 2009-09-15 23:18:37Z wangjinbo $
*/
if(!defined('IN_DISCUZ') || !defined('IN_ADMINCP')) {
exit('Access Denied');
}
$step = in_array($step, array(1, 2, 3, 4)) ... | zyyhong | trunk/jiaju001/newbbs/bbs/admin/runwizard.inc.php | PHP | asf20 | 13,641 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: threads.inc.php 21266 2009-11-24 05:35:06Z liulanbo $
*/
if(!defined('IN_DISCUZ') || !defined('IN_ADMINCP')) {
exit('Access Denied');
}
require_once DISCUZ_ROOT.'./include/post.func.php'... | zyyhong | trunk/jiaju001/newbbs/bbs/admin/threads.inc.php | PHP | asf20 | 34,322 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: checktools.inc.php 20755 2009-10-19 01:36:56Z monkey $
*/
if(!defined('IN_DISCUZ') || !defined('IN_ADMINCP')) {
exit('Access Denied');
}
cpheader();
if(!isfounder()) cpmsg('noaccess_i... | zyyhong | trunk/jiaju001/newbbs/bbs/admin/checktools.inc.php | PHP | asf20 | 16,852 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: db.inc.php 19482 2009-09-02 07:09:38Z monkey $
*/
if(!defined('IN_DISCUZ') || !defined('IN_ADMINCP')) {
exit('Access Denied');
}
$tabletype = $db->version() > '4.1' ? 'Engine' : 'Type';
... | zyyhong | trunk/jiaju001/newbbs/bbs/admin/db.inc.php | PHP | asf20 | 52,538 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: addons.inc.php 20401 2009-09-25 09:26:17Z monkey $
*/
if(!defined('IN_DISCUZ') || !defined('IN_ADMINCP')) {
exit('Access Denied');
}
define('ADDONS_SERVER', 'http://addons.discuz.com');
... | zyyhong | trunk/jiaju001/newbbs/bbs/admin/addons.inc.php | PHP | asf20 | 11,024 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: importdata.func.php 20026 2009-09-17 02:39:58Z monkey $
*/
if(!defined('IN_DISCUZ') || !defined('IN_ADMINCP')) {
exit('Access Denied');
}
function import_request($importrewrite = 2) {
... | zyyhong | trunk/jiaju001/newbbs/bbs/admin/importdata.func.php | PHP | asf20 | 4,754 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: home.inc.php 20858 2009-10-28 00:59:31Z zhaoxiongfei $
*/
if(!defined('IN_DISCUZ') || !defined('IN_ADMINCP')) {
exit('Access Denied');
}
if(@file_exists(DISCUZ_ROOT.'./install/index.php')) {
... | zyyhong | trunk/jiaju001/newbbs/bbs/admin/home.inc.php | PHP | asf20 | 16,215 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: global.func.php 21350 2010-01-06 12:23:28Z zhaoxiongfei $
*/
if(!defined('IN_DISCUZ') || !defined('IN_ADMINCP')) {
exit('Access Denied');
}
@set_time_limit(0);
function istpldir($dir)... | zyyhong | trunk/jiaju001/newbbs/bbs/admin/global.func.php | PHP | asf20 | 33,273 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: moderate.inc.php 20913 2009-10-29 08:51:23Z monkey $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
cpheader();
if($operation == 'members') {
$do = empty($do) ? 'mod' : $... | zyyhong | trunk/jiaju001/newbbs/bbs/admin/moderate.inc.php | PHP | asf20 | 39,266 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: plugins.inc.php 21070 2009-11-10 06:59:40Z monkey $
*/
if(!defined('IN_DISCUZ') || !defined('IN_ADMINCP')) {
exit('Access Denied');
}
cpheader();
if(!empty($identifier) && !empty($mod... | zyyhong | trunk/jiaju001/newbbs/bbs/admin/plugins.inc.php | PHP | asf20 | 67,510 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: cpanel.share.php 20964 2009-11-04 03:18:22Z zhaoxiongfei $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
class AdminSession {
var $uid = 0;
var $panel = 0;
var $inadmincp = false... | zyyhong | trunk/jiaju001/newbbs/bbs/admin/cpanel.share.php | PHP | asf20 | 9,098 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: threadtypes.inc.php 21237 2009-11-23 03:02:28Z liulanbo $
*/
if(!defined('IN_DISCUZ') || !defined('IN_ADMINCP')) {
exit('Access Denied');
}
cpheader();
if(!$operation) {
if($speci... | zyyhong | trunk/jiaju001/newbbs/bbs/admin/threadtypes.inc.php | PHP | asf20 | 45,290 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: search.inc.php 19537 2009-09-04 04:26:24Z wangjinbo $
*/
if(!defined('IN_DISCUZ') || !defined('IN_ADMINCP')) {
exit('Access Denied');
}
cpheader();
$actionarray = array(
'settings' => arra... | zyyhong | trunk/jiaju001/newbbs/bbs/admin/search.inc.php | PHP | asf20 | 5,471 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: medals.inc.php 21268 2009-11-24 06:15:58Z monkey $
*/
if(!defined('IN_DISCUZ') || !defined('IN_ADMINCP')) {
exit('Access Denied');
}
cpheader();
if(!$operation) {
if(!submitcheck(... | zyyhong | trunk/jiaju001/newbbs/bbs/admin/medals.inc.php | PHP | asf20 | 18,233 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: project.inc.php 21337 2010-01-06 08:09:58Z tiger $
*/
if(!defined('IN_DISCUZ') || !defined('IN_ADMINCP')) {
exit('Access Denied');
}
if(!isfounder()) {
cpheader();
cpmsg('noaccess', ... | zyyhong | trunk/jiaju001/newbbs/bbs/admin/project.inc.php | PHP | asf20 | 17,117 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: tasks.inc.php 21301 2009-11-25 15:02:22Z monkey $
*/
if(!defined('IN_DISCUZ') || !defined('IN_ADMINCP')) {
exit('Access Denied');
}
cpheader();
$id = intval($id);
$membervars = array... | zyyhong | trunk/jiaju001/newbbs/bbs/admin/tasks.inc.php | PHP | asf20 | 41,188 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: forums.inc.php 21337 2010-01-06 08:09:58Z tiger $
*/
if(!defined('IN_DISCUZ') || !defined('IN_ADMINCP')) {
exit('Access Denied');
}
cpheader();
$operation = empty($operation) ? 'admin... | zyyhong | trunk/jiaju001/newbbs/bbs/admin/forums.inc.php | PHP | asf20 | 85,253 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: misc.inc.php 21184 2009-11-19 07:00:04Z monkey $
*/
if(!defined('IN_DISCUZ') || !defined('IN_ADMINCP')) {
exit('Access Denied');
}
cpheader();
$operation = $operation ? $operation : 'customm... | zyyhong | trunk/jiaju001/newbbs/bbs/admin/misc.inc.php | PHP | asf20 | 78,011 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: zip.func.php 16688 2008-11-14 06:41:07Z cnteacher $
*/
if(!defined('IN_DISCUZ') || !defined('IN_ADMINCP')) {
exit('Access Denied');
}
// vim: expandtab sw=4 ts=4 sts=4:
class zipfile ... | zyyhong | trunk/jiaju001/newbbs/bbs/admin/zip.func.php | PHP | asf20 | 13,678 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: templates.inc.php 17432 2008-12-20 13:28:29Z monkey $
*/
if(!defined('IN_DISCUZ') || !defined('IN_ADMINCP')) {
exit('Access Denied');
}
cpheader();
if(!isfounder()) cpmsg('noaccess_isfo... | zyyhong | trunk/jiaju001/newbbs/bbs/admin/templates.inc.php | PHP | asf20 | 22,297 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: login.inc.php 20196 2009-09-21 13:29:23Z monkey $
*/
if(!defined('IN_DISCUZ') || !defined('IN_ADMINCP')) {
exit('Access Denied');
}
if($inajax) {
ajaxshowheader();
ajaxshowfooter();
... | zyyhong | trunk/jiaju001/newbbs/bbs/admin/login.inc.php | PHP | asf20 | 3,259 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: adv.inc.php 20881 2009-10-28 09:07:58Z liuqiang $
*/
if(!defined('IN_DISCUZ') || !defined('IN_ADMINCP')) {
exit('Access Denied');
}
require_once DISCUZ_ROOT.'./forumdata/cache/cache_foru... | zyyhong | trunk/jiaju001/newbbs/bbs/admin/adv.inc.php | PHP | asf20 | 23,582 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: profilefields.inc.php 16698 2008-11-14 07:58:56Z cnteacher $
*/
if(!defined('IN_DISCUZ') || !defined('IN_ADMINCP')) {
exit('Access Denied');
}
cpheader();
if(!$operation) {
if(!su... | zyyhong | trunk/jiaju001/newbbs/bbs/admin/profilefields.inc.php | PHP | asf20 | 5,370 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: settings.inc.php 21057 2009-11-10 01:05:36Z monkey $
*/
if(!defined('IN_DISCUZ') || !defined('IN_ADMINCP')) {
exit('Access Denied');
}
cpheader();
$settings = array();
$query = $db->query("... | zyyhong | trunk/jiaju001/newbbs/bbs/admin/settings.inc.php | PHP | asf20 | 107,598 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: styles.inc.php 21213 2009-11-20 04:55:21Z zhaoxiongfei $
*/
if(!defined('IN_DISCUZ') || !defined('IN_ADMINCP')) {
exit('Access Denied');
}
$operation = empty($operation) ? 'admin' : $ope... | zyyhong | trunk/jiaju001/newbbs/bbs/admin/styles.inc.php | PHP | asf20 | 44,392 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: faq.inc.php 16688 2008-11-14 06:41:07Z cnteacher $
*/
if(!defined('IN_DISCUZ') || !defined('IN_ADMINCP')) {
exit('Access Denied');
}
cpheader();
if(!isfounder()) cpmsg('noaccess_isfound... | zyyhong | trunk/jiaju001/newbbs/bbs/admin/faq.inc.php | PHP | asf20 | 6,333 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: jswizard.inc.php 20835 2009-10-27 02:59:05Z monkey $
*/
if(!defined('IN_DISCUZ') || !defined('IN_ADMINCP')) {
exit('Access Denied');
}
if(!empty($previewurl)) {
include_once DISCUZ_ROO... | zyyhong | trunk/jiaju001/newbbs/bbs/admin/jswizard.inc.php | PHP | asf20 | 78,852 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: viewthread.php 21339 2010-01-06 08:25:41Z zhaoxiongfei $
*/
if(!defined('CURSCRIPT')) {
define('CURSCRIPT', 'viewthread');
}
define('SQL_ADD_THREAD', ' t.dateline, t.special, t.lastpost AS last... | zyyhong | trunk/jiaju001/newbbs/bbs/viewthread.php | PHP | asf20 | 36,198 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: index.php 20890 2009-10-29 01:12:33Z zhaoxiongfei $
*/
$kw_spiders = 'Bot|Crawl|Spider';
// keywords regular expression of search engine spiders
$kw_browsers = 'MSIE|Netscape|Opera|Konqueror... | zyyhong | trunk/jiaju001/newbbs/bbs/archiver/index.php | PHP | asf20 | 7,941 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: thread.inc.php 20890 2009-10-29 01:12:33Z zhaoxiongfei $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
$thread = $sdb->fetch_first("SELECT *, t.status AS threadstatus FROM {$tablepr... | zyyhong | trunk/jiaju001/newbbs/bbs/archiver/include/thread.inc.php | PHP | asf20 | 4,961 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: forum.inc.php 18819 2009-07-23 10:38:43Z liuqiang $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
$forum = $sdb->fetch_first("SELECT * FROM {$tablepre}forums f
LEFT JOIN {$tablepr... | zyyhong | trunk/jiaju001/newbbs/bbs/archiver/include/forum.inc.php | PHP | asf20 | 1,853 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: index.inc.php 20759 2009-10-19 02:07:04Z monkey $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
showheader();
$forums = $subforums = array();
$categories = array(0 => array('fid... | zyyhong | trunk/jiaju001/newbbs/bbs/archiver/include/index.inc.php | PHP | asf20 | 1,215 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: topicadmin.php 20962 2009-11-04 02:55:39Z zhaoxiongfei $
*/
define('CURSCRIPT', 'topicadmin');
define('NOROBOT', TRUE);
require_once './include/common.inc.php';
require_once DISCUZ_ROOT.'./inclu... | zyyhong | trunk/jiaju001/newbbs/bbs/topicadmin.php | PHP | asf20 | 26,438 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: redirect.php 21051 2009-11-09 08:13:08Z monkey $
*/
define('CURSCRIPT', 'viewthread');
require_once './include/common.inc.php';
if(empty($goto) && !empty($ptid)) {
$ptid = intval($ptid);
$p... | zyyhong | trunk/jiaju001/newbbs/bbs/redirect.php | PHP | asf20 | 4,912 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: ajax.php 21155 2009-11-18 00:36:45Z monkey $
*/
define('CURSCRIPT', 'ajax');
define('NOROBOT', TRUE);
require_once './include/common.inc.php';
if($action == 'updatesecqaa') {
$message = '';
... | zyyhong | trunk/jiaju001/newbbs/bbs/ajax.php | PHP | asf20 | 6,668 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: space.php 21055 2009-11-10 00:33:11Z monkey $
*/
if(!defined('CURSCRIPT')) {
define('CURSCRIPT', 'profile');
}
require_once './include/common.inc.php';
$allowviewpro = $discuz_uid && ($uid == ... | zyyhong | trunk/jiaju001/newbbs/bbs/space.php | PHP | asf20 | 8,021 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: modcp.php 21068 2009-11-10 04:48:56Z monkey $
*/
define('NOROBOT', TRUE);
define('IN_MODCP', true);
define('CURSCRIPT', 'modcp');
$action = !empty($_REQUEST['action']) ? (!empty($_GET['action']) ? ... | zyyhong | trunk/jiaju001/newbbs/bbs/modcp.php | PHP | asf20 | 5,989 |
{template header}
<div id="nav"><a href="$indexname">$bbname</a> » {lang ie8:submit_from_acc}</div>
<style type="text/css">
span.tips { font-size: 16px; line-height: 20px; color: #0b85b5; }
div.separator { margin: 20px 0; width: 700px; height: 1px; border-top: 1px solid #d9d9d9; }
h1.step { padding-left:... | zyyhong | trunk/jiaju001/newbbs/bbs/plugins/ie8/templates/ie8_submit.htm | HTML | asf20 | 3,215 |
{template header}
<div id="nav"><a href="$indexname">$bbname</a> » $name</div>
<style type="text/css">
div.ie8 { float: left; margin: 20px; width: 220px; height: 420px; border-right: 1px solid #d9d9d9; }
div.ie8 img { margin: 0 0 10px 10px; }
div.ie8 span { margin: 0 0 0 5px; line-height: 20px; font-si... | zyyhong | trunk/jiaju001/newbbs/bbs/plugins/ie8/templates/ie8_install.htm | HTML | asf20 | 2,107 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc. & (C)2005-2009 mfboy
This is NOT a freeware, use is subject to license terms
$Id: submit.inc.php 20544 2009-10-09 01:04:35Z monkey $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
@include_once DISCUZ_ROOT.'./forumdata/cache/plugin_'.$identifier... | zyyhong | trunk/jiaju001/newbbs/bbs/plugins/ie8/submit.inc.php | PHP | asf20 | 2,113 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc. & (C)2005-2009 mfboy
This is NOT a freeware, use is subject to license terms
$Id: install.inc.php 20544 2009-10-09 01:04:35Z monkey $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
@include_once DISCUZ_ROOT.'./forumdata/cache/plugin_'.$identifie... | zyyhong | trunk/jiaju001/newbbs/bbs/plugins/ie8/install.inc.php | PHP | asf20 | 1,797 |
<!--{block return}-->
<style>
.hslice { margin-bottom: 5px; }
.entry-content, .hslice { background-color: {WRAPBG}; }
#homegrids_e { text-align: center; margin-top: 10px; }
#homegrids_e a { color: {HIGHLIGHTLINK}; font-weight: 700; }
#homegrid_Img { color: {HIGHLIGHTLINK}; }
.entry-content table#homegrids_t... | zyyhong | trunk/jiaju001/newbbs/bbs/plugins/homegrids/templates/homegrids.htm | HTML | asf20 | 2,575 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: uninstall.php 20526 2009-10-04 07:06:00Z monkey $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
if($installlang['homegrids']['requestpre']) {
$sql = "DELETE FROM cdb_request WHERE... | zyyhong | trunk/jiaju001/newbbs/bbs/plugins/homegrids/uninstall.php | PHP | asf20 | 425 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: homegrids.class.php 20541 2009-10-09 00:34:37Z monkey $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
class plugin_homegrids {
function index_hot() {
@include_once DISCUZ_ROOT.'.... | zyyhong | trunk/jiaju001/newbbs/bbs/plugins/homegrids/homegrids.class.php | PHP | asf20 | 1,463 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: plugin.class.php 20939 2009-11-02 01:14:31Z monkey $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
class plugin_uchome {
function profile_baseinfo_top() {
return '<div id="uch_... | zyyhong | trunk/jiaju001/newbbs/bbs/plugins/uchome/plugin.class.php | PHP | asf20 | 2,286 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: admincp.inc.php 20873 2009-10-28 04:42:10Z monkey $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
if(!submitcheck('settingsubmit')) {
$query = $db->query("SELECT * FROM {$tablepre... | zyyhong | trunk/jiaju001/newbbs/bbs/plugins/uchome/admincp.inc.php | PHP | asf20 | 4,082 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: plugin.class.php 20546 2009-10-09 01:09:29Z monkey $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
class plugin_manyou {
var $feeddata;
var $recommendlimit;
function profile_b... | zyyhong | trunk/jiaju001/newbbs/bbs/plugins/manyou/plugin.class.php | PHP | asf20 | 3,670 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: install.php 20822 2009-10-26 10:20:57Z monkey $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
$sql = <<<EOF
CREATE TABLE IF NOT EXISTS cdb_myapp (
`appid` mediumint(8) unsigned ... | zyyhong | trunk/jiaju001/newbbs/bbs/plugins/manyou/install.php | PHP | asf20 | 5,078 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: uninstall.php 20527 2009-10-04 07:06:47Z monkey $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
$sql = <<<EOF
DROP TABLE cdb_myapp;
DROP TABLE cdb_userapp;
DROP TABLE cdb_myinvit... | zyyhong | trunk/jiaju001/newbbs/bbs/plugins/manyou/uninstall.php | PHP | asf20 | 561 |
{template header}
<div id="nav">
<a href="$indexname">$bbname</a> » {lang myrepeats:myrepeats}
</div>
<div id="wrap" class="wrap with_side s_clear">
<div class="main">
<div class="content">
<h1>{lang myrepeats:myrepeats}</h1>
<div class="datalist">
<form method="post" action="plugin.php?i... | zyyhong | trunk/jiaju001/newbbs/bbs/plugins/myrepeats/templates/memcp.htm | HTML | asf20 | 3,931 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: admincp.inc.php 21275 2009-11-24 08:21:28Z monkey $
*/
if(!defined('IN_DISCUZ') || !defined('IN_ADMINCP')) {
exit('Access Denied');
}
$Plang = $scriptlang['myrepeats'];
if($op == 'loc... | zyyhong | trunk/jiaju001/newbbs/bbs/plugins/myrepeats/admincp.inc.php | PHP | asf20 | 5,246 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: install.php 21275 2009-11-24 08:21:28Z monkey $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
$sql = <<<EOF
CREATE TABLE cdb_myrepeats (
`uid` mediumint(8) unsigned NOT NULL,
... | zyyhong | trunk/jiaju001/newbbs/bbs/plugins/myrepeats/install.php | PHP | asf20 | 694 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: uninstall.php 21227 2009-11-22 05:53:46Z monkey $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
$sql = <<<EOF
DROP TABLE cdb_myrepeats;
EOF;
runquery($sql);
$finish = TRUE... | zyyhong | trunk/jiaju001/newbbs/bbs/plugins/myrepeats/uninstall.php | PHP | asf20 | 321 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: switch.inc.php 21275 2009-11-24 08:21:28Z monkey $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
if(!$discuz_uid) {
showmessage('not_loggedin', NULL, 'NOPERM');
}
@includ... | zyyhong | trunk/jiaju001/newbbs/bbs/plugins/myrepeats/switch.inc.php | PHP | asf20 | 3,524 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: myrepeats.class.php 21277 2009-11-24 08:49:22Z monkey $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
class plugin_myrepeats {
function logging_myrepeats_output() {
dset... | zyyhong | trunk/jiaju001/newbbs/bbs/plugins/myrepeats/myrepeats.class.php | PHP | asf20 | 2,312 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: upgrade.php 21275 2009-11-24 08:21:28Z monkey $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
$sql = <<<EOF
ALTER TABLE cdb_myrepeats ADD COLUMN `comment` varchar(255) NOT NULL;
... | zyyhong | trunk/jiaju001/newbbs/bbs/plugins/myrepeats/upgrade.php | PHP | asf20 | 369 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: memcp.inc.php 21277 2009-11-24 08:49:22Z monkey $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
if(!$discuz_uid) {
showmessage('not_loggedin', NULL, 'NOPERM');
}
@include... | zyyhong | trunk/jiaju001/newbbs/bbs/plugins/myrepeats/memcp.inc.php | PHP | asf20 | 3,292 |
{template header}
<!--{if empty($infloat)}-->
<div id="nav"><a href="$indexname">$bbname</a> $navigation</div>
<div id="wrap" class="wrap s_clear">
<div class="main"><div class="content nofloat">
<!--{/if}-->
<script language="javascript">
function showintro(div, myclass){
$(div).style.display = myclass;
... | zyyhong | trunk/jiaju001/newbbs/bbs/plugins/dps_postawards/templates/postawards.htm | HTML | asf20 | 3,114 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc. & (C)2009 DPS LuciferSheng
This is NOT a freeware, use is subject to license terms
$Id: install.php 21306 2009-11-26 00:56:50Z monkey $
*/
if(!defined('IN_DISCUZ') || !defined('IN_ADMINCP')) {
exit('Access Denied');
}
echo "<script type=\"text/javascript... | zyyhong | trunk/jiaju001/newbbs/bbs/plugins/dps_postawards/install.php | PHP | asf20 | 461 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc. & (C)2009 DPS LuciferSheng
This is NOT a freeware, use is subject to license terms
$Id: uninstall.php 21306 2009-11-26 00:56:50Z monkey $
*/
if(!defined('IN_DISCUZ') || !defined('IN_ADMINCP')) {
exit('Access Denied');
}
echo "<script type=\"text/javascri... | zyyhong | trunk/jiaju001/newbbs/bbs/plugins/dps_postawards/uninstall.php | PHP | asf20 | 465 |
<?
/*
[Discuz!] (C)2001-2009 Comsenz Inc. & (C)2009 DPS LuciferSheng
This is NOT a freeware, use is subject to license terms
$Id: postawards.inc.php 21306 2009-11-26 00:56:50Z monkey $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
if(!$tid){
showmessage("dps_postawards:wrong_request");
... | zyyhong | trunk/jiaju001/newbbs/bbs/plugins/dps_postawards/postawards.inc.php | PHP | asf20 | 8,197 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc. & (C)2009 DPS LuciferSheng
This is NOT a freeware, use is subject to license terms
$Id: postawards.class.php 21306 2009-11-26 00:56:50Z monkey $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
class plugin_dps_postawards {
function viewthread... | zyyhong | trunk/jiaju001/newbbs/bbs/plugins/dps_postawards/postawards.class.php | PHP | asf20 | 1,281 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc. & (C)2009 DPS LuciferSheng
This is NOT a freeware, use is subject to license terms
$Id: admin.inc.php 21306 2009-11-26 00:56:50Z monkey $
*/
if(!defined('IN_DISCUZ') || !defined('IN_ADMINCP')) {
exit('Access Denied');
}
$palang = $GLOBALS['scriptlang']['... | zyyhong | trunk/jiaju001/newbbs/bbs/plugins/dps_postawards/admin.inc.php | PHP | asf20 | 3,223 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: javascript.php 18385 2009-04-30 02:25:43Z monkey $
*/
//error_reporting(E_ERROR | E_WARNING | E_PARSE);
error_reporting(0);
define('IN_DISCUZ', TRUE);
define('DISCUZ_ROOT', '../');
if(PHP_VER... | zyyhong | trunk/jiaju001/newbbs/bbs/api/javascript.php | PHP | asf20 | 3,263 |
<?php
/*
[Discuz!] (C)2001-2007 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: passport.php 9805 2007-08-15 05:59:02Z cnteacher $
*/
error_reporting(0);
//error_reporting(E_ERROR | E_WARNING | E_PARSE);
$table_member_columns = array('username', 'password', 'secques', 'email... | zyyhong | trunk/jiaju001/newbbs/bbs/api/passport.php | PHP | asf20 | 9,815 |
<?php
define('IN_DISCUZ', TRUE);
define('UC_CLIENT_VERSION', '1.5.1');
define('UC_CLIENT_RELEASE', '20091001');
define('API_DELETEUSER', 1);
define('API_RENAMEUSER', 1);
define('API_GETTAG', 1);
define('API_SYNLOGIN', 1);
define('API_SYNLOGOUT', 1);
define('API_UPDATEPW', 1);
define('API_UPDATEBADWORDS'... | zyyhong | trunk/jiaju001/newbbs/bbs/api/uc.php | PHP | asf20 | 18,121 |
<?php
/*
[UCenter] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: dbbak.php 18358 2009-04-22 01:19:47Z zhaoxiongfei $
*/
error_reporting(0);
define('IN_COMSENZ', TRUE);
define('ROOT_PATH', dirname(__FILE__).'/../');
define('EXPLOR_SUCCESS', 0);
define('IMPORT... | zyyhong | trunk/jiaju001/newbbs/bbs/api/dbbak.php | PHP | asf20 | 21,728 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: uchome.php 20555 2009-10-09 03:00:53Z liuqiang $
*/
@chdir('../');
require './include/common.inc.php';
if(!$ucappopen['UCHOME']) {
showmessage('uchome_not_installed');
}
if($action == 'ge... | zyyhong | trunk/jiaju001/newbbs/bbs/api/uchome.php | PHP | asf20 | 2,378 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: misc.php 21333 2010-01-06 06:47:34Z cnteacher $
*/
define('NOROBOT', TRUE);
define('CURSCRIPT', 'misc');
require_once './include/common.inc.php';
require_once './include/post.func.php';
$feed... | zyyhong | trunk/jiaju001/newbbs/bbs/misc.php | PHP | asf20 | 49,623 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: medal.php 20267 2009-09-23 02:42:03Z monkey $
*/
define('CURSCRIPT', 'medal');
require_once './include/common.inc.php';
require_once DISCUZ_ROOT.'./forumdata/cache/cache_medals.php';
if(!$disc... | zyyhong | trunk/jiaju001/newbbs/bbs/medal.php | PHP | asf20 | 4,142 |
/*
(C) 2001-2009 Comsenz Inc.
*/
/* common */
*{ word-wrap:break-word; }
body{ padding:5px 0; background:#FFF; text-align:center; }
body, td, input, textarea, select, button{ color:#666; font:12px Verdana, Tahoma, Arial, sans-serif; }
ul, dl, dd, p, h1, h2, h3, h4, h5, h6, form, fieldset { margin:0; padding:0;... | zyyhong | trunk/jiaju001/newbbs/bbs/install/style.css | CSS | asf20 | 4,072 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: db.class.php 20664 2009-10-14 06:31:17Z zhaoxiongfei $
*/
if(!defined('IN_COMSENZ')) {
exit('Access Denied');
}
class dbstuff {
var $querynum = 0;
var $link;
var $histories;
var $time;
... | zyyhong | trunk/jiaju001/newbbs/bbs/install/db.class.php | PHP | asf20 | 3,375 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: extvar.inc.php 21158 2009-11-18 00:52:28Z monkey $
*/
$attachdir = './attachments';
$attachurl = 'attachments';
$cron_pushthread_week = rand(1, 7);
$cron_pushthread_hour = rand(1, 8);
$extcre... | zyyhong | trunk/jiaju001/newbbs/bbs/install/extvar.inc.php | PHP | asf20 | 8,823 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: var.inc.php 21311 2009-11-26 01:35:43Z liulanbo $
*/
if(!defined('IN_COMSENZ')) {
exit('Access Denied');
}
define('SOFT_NAME', 'Discuz!');
define('SOFT_VERSION', '7.2');
define('SOFT_RELEASE'... | zyyhong | trunk/jiaju001/newbbs/bbs/install/var.inc.php | PHP | asf20 | 5,282 |
<?php
define('UC_VERNAME', '中文版');
$lang = array(
'SC_GBK' => '简体中文版',
'TC_BIG5' => '繁体中文版',
'SC_UTF8' => '简体中文 UTF8 版',
'TC_UTF8' => '繁体中文 UTF8 版',
'EN_ISO' => 'ENGLISH ISO8859',
'EN_UTF8' => 'ENGLIST UTF-8',
'title_install' => SOFT_NAME.' 安装向导',
'agreement_yes' => '我同意',
'agreement_no' => ... | zyyhong | trunk/jiaju001/newbbs/bbs/install/lang.inc.php | PHP | asf20 | 105,849 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: tag.php 16688 2008-11-14 06:41:07Z cnteacher $
*/
define('CURSCRIPT', 'tag');
require_once './include/common.inc.php';
if(isset($action) && $action == 'relatetag') {
dheader('Expires: '.gmdat... | zyyhong | trunk/jiaju001/newbbs/bbs/tag.php | PHP | asf20 | 5,965 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: task.php 13890 2008-07-08 02:21:38Z liuqiang $
*/
define('CURSCRIPT', 'task');
define('NOROBOT', TRUE);
require_once './include/common.inc.php';
if(!$taskon && $adminid != 1) {
showmessage('... | zyyhong | trunk/jiaju001/newbbs/bbs/task.php | PHP | asf20 | 19,476 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: login.func.php 20894 2009-10-29 02:06:08Z zhaoxiongfei $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
function userlogin() {
global $db, $tablepre, $_DCACHE, $ucresult, $username, ... | zyyhong | trunk/jiaju001/newbbs/bbs/include/login.func.php | PHP | asf20 | 2,804 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: search_trade.inc.php 17492 2008-12-31 01:39:40Z monkey $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
$orderby = in_array($orderby, array('dateline', 'price', 'expiration')) ? $order... | zyyhong | trunk/jiaju001/newbbs/bbs/include/search_trade.inc.php | PHP | asf20 | 7,828 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: advertisements.inc.php 21075 2009-11-11 02:05:08Z liuqiang $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
$advarray = array();
if(!empty($_DCACHE['advs'])) {
$advs = CURSCRIPT == ... | zyyhong | trunk/jiaju001/newbbs/bbs/include/advertisements.inc.php | PHP | asf20 | 3,449 |