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: cleanup_daily.inc.php 16688 2008-11-14 06:41:07Z cnteacher $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } $db->query("UPDATE {$tablepre}advertisements SET available='0' WHERE endtime...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/crons/cleanup_daily.inc.php
PHP
asf20
1,986
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: medals_daily.inc.php 16688 2008-11-14 06:41:07Z cnteacher $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } $medalnewarray = array(); $query = $db->query("SELECT me.id, me.uid, me.me...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/crons/medals_daily.inc.php
PHP
asf20
1,237
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: secqaa_daily.inc.php 16688 2008-11-14 06:41:07Z cnteacher $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } if($secqaa['status'] > 0) { require_once DISCUZ_ROOT.'./include/cache.func....
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/crons/secqaa_daily.inc.php
PHP
asf20
359
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: threadexpiries_hourly.inc.php 16688 2008-11-14 06:41:07Z cnteacher $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } $actionarray = array(); $query = $db->query("SELECT * FROM {$tablep...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/crons/threadexpiries_hourly.inc.php
PHP
asf20
3,085
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: diff.class.php 16698 2008-11-14 07:58:56Z cnteacher $ */ class Diff { var $table = array(); var $left = array(); var $right = array(); var $left_len = 0; var $right_len = 0; function Di...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/diff.class.php
PHP
asf20
4,771
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: sendmail.inc.php 16688 2008-11-14 06:41:07Z cnteacher $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } $mail = unserialize($mail); $errorlog = $action != 'mailcheck' ? 'errorlog' : ...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/sendmail.inc.php
PHP
asf20
5,549
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: security.inc.php 16688 2008-11-14 06:41:07Z cnteacher $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } if($attackevasive & 1 || $attackevasive & 4) { $_DCOOKIE['lastrequest'] = authc...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/security.inc.php
PHP
asf20
5,303
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: promotion.inc.php 16688 2008-11-14 06:41:07Z cnteacher $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } if(!empty($fromuid)) { $fromuid = intval($fromuid); $fromuser = ''; } if...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/promotion.inc.php
PHP
asf20
981
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: newtrade.inc.php 16688 2008-11-14 06:41:07Z cnteacher $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } $discuz_action = 11; if(empty($forum['fid']) || $forum['type'] == 'group') { ...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/newtrade.inc.php
PHP
asf20
9,825
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: misc.func.php 16688 2008-11-14 06:41:07Z cnteacher $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } function convertip($ip) { $return = ''; if(preg_match("/^\d{1,3}\.\d{1,3}\.\d{1...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/misc.func.php
PHP
asf20
11,569
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: editpost.inc.php 17400 2008-12-17 09:59:30Z liuqiang $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } if($special == 6) { require_once DISCUZ_ROOT.'./api/video.php'; require_once D...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/editpost.inc.php
PHP
asf20
40,726
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: insenz.func.php 16688 2008-11-14 06:41:07Z cnteacher $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } define('INSENZ_VERSION', '1.1'); function insenz_authcode($string, $operation, ...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/insenz.func.php
PHP
asf20
2,847
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: request.func.php 17526 2009-01-12 08:06:52Z monkey $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } function parse_request($requestdata, $cachefile, $mode, $specialfid = 0, $key...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/request.func.php
PHP
asf20
31,797
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: gifmerge.class.php 16688 2008-11-14 06:41:07Z cnteacher $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } class GifMerge { var $ver = '1.1'; var $dly = 50; var $mod = 'C_FIL...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/gifmerge.class.php
PHP
asf20
9,142
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: db_mysql.class.php 16688 2008-11-14 06:41:07Z cnteacher $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } class dbstuff { var $version = ''; var $querynum = 0; var $link = null;...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/db_mysql.class.php
PHP
asf20
3,825
<?php function getuidfields() { return array( 'members', 'memberfields', 'access', 'activities', 'activityapplies', 'attachments', 'attachpaymentlog', 'creditslog', 'debateposts', 'debates', 'favorites', 'forumrecommend|authorid,moderatorid', 'invites', 'magiclog', 'mag...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/membermerge.func.php
PHP
asf20
1,212
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: printable.inc.php 16688 2008-11-14 06:41:07Z cnteacher $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } $thisbg = '#FFFFFF'; $query = $db->query("SELECT p.*, m.username, m.groupid F...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/printable.inc.php
PHP
asf20
1,466
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: modlist.inc.php 16697 2008-11-14 07:36:51Z monkey $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } if($requestrun) { $modlist = array(); if($GLOBALS['forum']['moderators']...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/request/modlist.inc.php
PHP
asf20
1,365
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: thread.inc.php 16697 2008-11-14 07:36:51Z monkey $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } if($requestrun) { if(!defined('TPLDIR')) { @include_once DISCUZ_ROOT.'./...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/request/thread.inc.php
PHP
asf20
3,685
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: feed.inc.php 16697 2008-12-05 07:36:51Z andy $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } if($requestrun) { $parameter = array(); $parameter[] = 'ac=feed'; if(!empty($...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/request/feed.inc.php
PHP
asf20
2,379
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: doing.inc.php 16697 2008-12-12 07:36:51Z andy $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } if($requestrun) { $parameter = array(); $parameter[] = 'ac=doing'; if(!emp...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/request/doing.inc.php
PHP
asf20
2,352
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: space.inc.php 16697 2008-12-06 07:36:51Z andy $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } if($requestrun) { $parameter = array(); $parameter[] = 'ac=space'; if(!emp...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/request/space.inc.php
PHP
asf20
4,976
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: birthday.inc.php 16697 2008-11-14 07:36:51Z monkey $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } if($requestrun) { $limit = !empty($settings['limit']) ? intval($settings[...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/request/birthday.inc.php
PHP
asf20
1,530
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: tag.inc.php 16697 2008-11-14 07:36:51Z monkey $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } if($requestrun) { $max = $db->result_first("SELECT total FROM {$tablepre}tags ...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/request/tag.inc.php
PHP
asf20
1,768
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: assistant.inc.php 16697 2008-11-14 07:36:51Z monkey $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } if($requestrun) { $nocache = 1; $avatar = discuz_uc_avatar($GLOBALS['d...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/request/assistant.inc.php
PHP
asf20
731
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: forumtree.inc.php 16697 2008-11-14 07:36:51Z monkey $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } if($requestrun) { require_once DISCUZ_ROOT.'./include/forum.func.php'; ...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/request/forumtree.inc.php
PHP
asf20
1,061
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: rowcombine.inc.php 16697 2008-11-14 07:36:51Z monkey $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } if($requestrun) { $combinetitles = $combinedata = $datalist = ''; $co...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/request/rowcombine.inc.php
PHP
asf20
1,713
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: google.inc.php 16697 2008-11-14 07:36:51Z monkey $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } if($requestrun) { $writedata = !empty($GLOBALS['google']) ? '<div id="heads...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/request/google.inc.php
PHP
asf20
1,634
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: html.inc.php 16697 2008-11-14 07:36:51Z monkey $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } if($requestrun) { $settings['code'] = stripslashes($settings['code']); if($...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/request/html.inc.php
PHP
asf20
1,262
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: viewthread_poll.inc.php 17181 2008-12-09 05:58:19Z tiger $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } $polloptions = array(); $votersuid = ''; if($count = $sdb->fetch_first("SE...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/viewthread_poll.inc.php
PHP
asf20
2,711
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: common.inc.php 17460 2008-12-24 01:46:38Z monkey $ */ error_reporting(0); set_magic_quotes_runtime(0); $mtime = explode(' ', microtime()); $discuz_starttime = $mtime[1] + $mtime[0]; define('SYS_D...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/common.inc.php
PHP
asf20
16,377
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: magic_close.inc.php 16688 2008-11-14 06:41:07Z cnteacher $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } if(submitcheck('usesubmit')) { if(empty($tid)) { showmessage('magics_in...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/magic/magic_close.inc.php
PHP
asf20
1,012
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: magic_hidden.inc.php 16688 2008-11-14 06:41:07Z cnteacher $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } if(submitcheck('usesubmit')) { if(empty($pid)) { showmessage('magics_i...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/magic/magic_hidden.inc.php
PHP
asf20
2,118
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: magic_del.inc.php 16688 2008-11-14 06:41:07Z cnteacher $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } if(submitcheck('usesubmit')) { if(empty($pid)) { showmessage('magics_info...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/magic/magic_del.inc.php
PHP
asf20
2,192
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: magic_renew.inc.php 16688 2008-11-14 06:41:07Z cnteacher $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } if(submitcheck('usesubmit')) { if(empty($pid)) { showmessage('magics_in...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/magic/magic_renew.inc.php
PHP
asf20
2,089
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: magic_open.inc.php 16688 2008-11-14 06:41:07Z cnteacher $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } if(submitcheck('usesubmit')) { if(empty($tid)) { showmessage('magics_inf...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/magic/magic_open.inc.php
PHP
asf20
962
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: magic_up.inc.php 16688 2008-11-14 06:41:07Z cnteacher $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } if(submitcheck('usesubmit')) { if(empty($tid)) { showmessage('magics_info_...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/magic/magic_up.inc.php
PHP
asf20
947
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: magic_reporter.inc.php 16688 2008-11-14 06:41:07Z cnteacher $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } if(submitcheck('usesubmit')) { if(empty($username)) { showmessage('m...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/magic/magic_reporter.inc.php
PHP
asf20
1,112
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: magic_see.inc.php 16688 2008-11-14 06:41:07Z cnteacher $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } if(submitcheck('usesubmit')) { if(empty($pid)) { showmessage('magics_info...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/magic/magic_see.inc.php
PHP
asf20
789
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: magic_money.inc.php 16688 2008-11-14 06:41:07Z cnteacher $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } if(submitcheck('usesubmit')) { $getmoney = rand(1, intval($magic['price'] ...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/magic/magic_money.inc.php
PHP
asf20
731
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: magic_color.inc.php 16688 2008-11-14 06:41:07Z cnteacher $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } if(submitcheck('usesubmit')) { if(empty($highlight_color)) { showmessag...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/magic/magic_color.inc.php
PHP
asf20
2,922
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: magic_move.inc.php 16688 2008-11-14 06:41:07Z cnteacher $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } if(submitcheck('usesubmit')) { if(empty($tid) && empty($moveto)) { showm...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/magic/magic_move.inc.php
PHP
asf20
2,050
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: magic_top.inc.php 16688 2008-11-14 06:41:07Z cnteacher $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } if(submitcheck('usesubmit')) { if(empty($tid)) { showmessage('magics_info...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/magic/magic_top.inc.php
PHP
asf20
1,012
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: forumdisplay.php 17459 2008-12-24 01:20:28Z zhaoxiongfei $ */ define('CURSCRIPT', 'forumdisplay'); require_once './include/common.inc.php'; require_once DISCUZ_ROOT.'./include/forum.func.php'; ...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/forumdisplay.php
PHP
asf20
17,301
<?php /* [UCenter] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: mail.php 753 2008-11-14 06:48:25Z cnteacher $ */ !defined('IN_UC') && exit('Access Denied'); class mailcontrol extends base { function __construct() { $this->mailcontrol(); } function...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/uc_client/control/mail.php
PHP
asf20
993
<?php /* [UCenter] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: pm.php 836 2008-12-05 02:25:48Z monkey $ */ !defined('IN_UC') && exit('Access Denied'); define('PMLIMIT1DAY_ERROR', -1); define('PMFLOODCTRL_ERROR', -2); define('PMMSGTONOTFRIEND', -3); define(...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/uc_client/control/pm.php
PHP
asf20
8,108
<?php /* [UCenter] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: domain.php 753 2008-11-14 06:48:25Z cnteacher $ */ !defined('IN_UC') && exit('Access Denied'); class domaincontrol extends base { function __construct() { $this->domaincontrol(); } fu...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/uc_client/control/domain.php
PHP
asf20
511
<?php /* [UCenter] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: friend.php 753 2008-11-14 06:48:25Z cnteacher $ */ !defined('IN_UC') && exit('Access Denied'); class friendcontrol extends base { function __construct() { $this->friendcontrol(); } fu...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/uc_client/control/friend.php
PHP
asf20
1,532
<?php /* [UCenter] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: app.php 884 2008-12-16 01:13:31Z monkey $ */ !defined('IN_UC') && exit('Access Denied'); class appcontrol extends base { function __construct() { $this->appcontrol(); } function appco...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/uc_client/control/app.php
PHP
asf20
925
<?php /* [UCenter] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: feed.php 883 2008-12-16 00:51:21Z zhaoxiongfei $ */ !defined('IN_UC') && exit('Access Denied'); class feedcontrol extends base { function __construct() { $this->feedcontrol(); } funct...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/uc_client/control/feed.php
PHP
asf20
4,028
<?php /* [UCenter] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: tag.php 753 2008-11-14 06:48:25Z cnteacher $ */ !defined('IN_UC') && exit('Access Denied'); class tagcontrol extends base { function __construct() { $this->tagcontrol(); } function ta...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/uc_client/control/tag.php
PHP
asf20
2,012
<?php /* [UCenter] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: cache.php 753 2008-11-14 06:48:25Z cnteacher $ */ !defined('IN_UC') && exit('Access Denied'); class cachecontrol extends base { function __construct() { $this->cachecontrol(); } funct...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/uc_client/control/cache.php
PHP
asf20
473
<?php /* [UCenter] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: client.php 919 2009-01-21 01:25:32Z zhaoxiongfei $ */ if(!defined('UC_API')) { exit('Access denied'); } error_reporting(0); define('IN_UC', TRUE); define('UC_CLIENT_VERSION', '1.5.0'); def...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/uc_client/client.php
PHP
asf20
19,412
<?php /* [UCenter] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: uccode.class.php 753 2008-11-14 06:48:25Z cnteacher $ */ class uccode { var $uccodes; function uccode() { $this->uccode = array( 'pcodecount' => -1, 'codecount' => 0, 'codehtml' ...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/uc_client/lib/uccode.class.php
PHP
asf20
5,020
<?php /* [UCenter] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: db.class.php 753 2008-11-14 06:48:25Z cnteacher $ */ class db { var $querynum = 0; var $link; var $histories; var $dbhost; var $dbuser; var $dbpw; var $dbcharset; var $pconnect; ...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/uc_client/lib/db.class.php
PHP
asf20
3,977
<?php /* [UCenter] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: sendmail.inc.php 753 2008-11-14 06:48:25Z cnteacher $ */ !defined('IN_UC') && exit('Access Denied'); if($mail_setting['mailsilent']) { error_reporting(0); } $maildelimiter = $mail_setting['m...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/uc_client/lib/sendmail.inc.php
PHP
asf20
5,010
<?php /* [UCenter] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: xml.class.php 846 2008-12-08 05:37:05Z zhaoxiongfei $ */ function xml_unserialize(&$xml, $isnormal = FALSE) { $xml_parser = new XML($isnormal); $data = $xml_parser->parse($xml); $xml_parser->de...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/uc_client/lib/xml.class.php
PHP
asf20
2,771
<?php /* [UCenter] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: mail.php 848 2008-12-08 05:43:39Z zhaoxiongfei $ */ !defined('IN_UC') && exit('Access Denied'); define('UC_MAIL_REPEAT', 5); class mailmodel { var $db; var $base; var $apps; functio...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/uc_client/model/mail.php
PHP
asf20
5,074
<?php /* [UCenter] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: base.php 837 2008-12-05 03:14:47Z zhaoxiongfei $ */ !defined('IN_UC') && exit('Access Denied'); if(!function_exists('getgpc')) { function getgpc($k, $var='G') { switch($var) { case 'G': $...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/uc_client/model/base.php
PHP
asf20
6,440
<?php /* [UCenter] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: pm.php 908 2008-12-26 07:27:51Z monkey $ */ !defined('IN_UC') && exit('Access Denied'); class pmmodel { var $db; var $base; function __construct(&$base) { $this->pmmodel($base); } ...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/uc_client/model/pm.php
PHP
asf20
16,049
<?php /* [UCenter] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: domain.php 848 2008-12-08 05:43:39Z zhaoxiongfei $ */ !defined('IN_UC') && exit('Access Denied'); class domainmodel { var $db; var $base; function __construct(&$base) { $this->domainm...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/uc_client/model/domain.php
PHP
asf20
1,391
<?php /* [UCenter] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: note.php 916 2009-01-19 05:56:07Z monkey $ */ !defined('IN_UC') && exit('Access Denied'); define('UC_NOTE_REPEAT', 5); define('UC_NOTE_TIMEOUT', 15); define('UC_NOTE_GC', 10000); define('API_...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/uc_client/model/note.php
PHP
asf20
6,591
<?php /* [UCenter] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: user.php 878 2008-12-15 03:27:41Z zhaoxiongfei $ */ !defined('IN_UC') && exit('Access Denied'); class usermodel { var $db; var $base; function __construct(&$base) { $this->usermodel($...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/uc_client/model/user.php
PHP
asf20
6,981
<?php /* [UCenter] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: friend.php 773 2008-11-26 08:45:08Z zhaoxiongfei $ */ !defined('IN_UC') && exit('Access Denied'); class friendmodel { var $db; var $base; function __construct(&$base) { $this->friendm...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/uc_client/model/friend.php
PHP
asf20
3,574
<?php /* [UCenter] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: app.php 846 2008-12-08 05:37:05Z zhaoxiongfei $ */ !defined('IN_UC') && exit('Access Denied'); class appmodel { var $db; var $base; function __construct(&$base) { $this->appmodel($bas...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/uc_client/model/app.php
PHP
asf20
783
<?php /* [UCenter] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: misc.php 846 2008-12-08 05:37:05Z zhaoxiongfei $ */ !defined('IN_UC') && exit('Access Denied'); define('UC_ARRAY_SEP_1', 'UC_ARRAY_SEP_1'); define('UC_ARRAY_SEP_2', 'UC_ARRAY_SEP_2'); class mi...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/uc_client/model/misc.php
PHP
asf20
4,191
<?php /* [UCenter] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: tag.php 753 2008-11-14 06:48:25Z cnteacher $ */ !defined('IN_UC') && exit('Access Denied'); class tagmodel { var $db; var $base; function __construct(&$base) { $this->tagmodel($base);...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/uc_client/model/tag.php
PHP
asf20
2,212
<?php /* [UCenter] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: cache.php 846 2008-12-08 05:37:05Z zhaoxiongfei $ */ !defined('IN_UC') && exit('Access Denied'); if(!function_exists('file_put_contents')) { function file_put_contents($filename, $s) { $fp = ...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/uc_client/model/cache.php
PHP
asf20
2,206
<?php if(!defined('IN_DISCUZ')) { exit('Access Denied'); } define('DISCUZ_VERSION', '7.0.0'); define('DISCUZ_RELEASE', '20090121'); ?>
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/discuz_version.php
PHP
asf20
147
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: post.php 17458 2008-12-23 12:06:32Z monkey $ */ define('CURSCRIPT', 'post'); define('NOROBOT', TRUE); require_once './include/common.inc.php'; require_once DISCUZ_ROOT.'./include/post.func.php';...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/post.php
PHP
asf20
9,471
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: topic.php 16688 2008-11-14 06:41:07Z cnteacher $ */ define('CURSCRIPT', 'topic'); require_once './include/common.inc.php'; $randnum = !empty($qihoo['relate']['webnum']) ? rand(1, 1000) : ''; $st...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/topic.php
PHP
asf20
1,047
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: my.php 17336 2008-12-15 06:54:54Z monkey $ */ define('NOROBOT', TRUE); define('CURSCRIPT', 'my'); require_once './include/common.inc.php'; require_once DISCUZ_ROOT.'./forumdata/cache/cache_forums....
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/my.php
PHP
asf20
31,809
<? /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: plugin.php 16688 2008-11-14 06:41:07Z cnteacher $ */ require_once './include/common.inc.php'; $pluginmodule = isset($pluginlinks[$identifier][$module]) ? $pluginlinks[$identifier][$module] : ''; i...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/plugin.php
PHP
asf20
909
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: sitemap.php 16688 2008-11-14 06:41:07Z cnteacher $ */ error_reporting(0); define('IN_DISCUZ', TRUE); define('DISCUZ_ROOT', './'); if(PHP_VERSION < '4.1.0') { $_GET = &$HTTP_GET_VARS; $_SERVE...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/sitemap.php
PHP
asf20
3,524
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: index.php 16722 2008-11-17 04:38:57Z cnteacher $ */ define('CURSCRIPT', 'wap'); require_once '../include/common.inc.php'; if(preg_match('/(mozilla|m3gate|winwap|openwave)/i', $_SERVER['HTTP_USER_...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/wap/index.php
PHP
asf20
1,208
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: thread.inc.php 16688 2008-11-14 06:41:07Z cnteacher $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } $discuz_action = 193; $breaked = 0; $threadposts = ''; $start = isset($...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/wap/include/thread.inc.php
PHP
asf20
5,836
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: post.inc.php 17403 2008-12-18 01:31:43Z tiger $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } require_once DISCUZ_ROOT.'./include/discuzcode.func.php'; require_once DISCUZ_ROO...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/wap/include/post.inc.php
PHP
asf20
8,131
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: goto.inc.php 16721 2008-11-17 04:30:43Z cnteacher $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } $discuz_action = 194; $do = !empty($do) && in_array($do, array('last', 'nex...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/wap/include/goto.inc.php
PHP
asf20
1,683
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: myphone.inc.php 16688 2008-11-14 06:41:07Z cnteacher $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } $discuz_action = 194; echo "<p>$lang[my_phone]<br />".dhtmlspecialchars(...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/wap/include/myphone.inc.php
PHP
asf20
778
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: stats.inc.php 16688 2008-11-14 06:41:07Z cnteacher $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } $discuz_action = 194; $members = $totalmembers; @extract($sdb->fetch_firs...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/wap/include/stats.inc.php
PHP
asf20
589
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: home.inc.php 16688 2008-11-14 06:41:07Z cnteacher $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } $newthreads = round(($timestamp - $lastvisit + 600) / 1000) * 1000; $onlineme...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/wap/include/home.inc.php
PHP
asf20
2,580
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: forum.inc.php 16688 2008-11-14 06:41:07Z cnteacher $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } $discuz_action = 192; $page = max(1, intval($page)); $start_limit = $numb...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/wap/include/forum.inc.php
PHP
asf20
4,316
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: global.func.php 16718 2008-11-17 03:48:41Z cnteacher $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } function wapheader($title) { global $action, $_SERVER; header("Content-...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/wap/include/global.func.php
PHP
asf20
5,522
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: search.inc.php 16718 2008-11-17 03:48:41Z cnteacher $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } $cachelife_time = 300; // Life span for cache of searching in specified ran...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/wap/include/search.inc.php
PHP
asf20
6,010
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: register.inc.php 16724 2008-11-17 04:41:22Z tiger $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } if($discuz_uid) { wapmsg('login_succeed'); } if(!$wapregister) { wapms...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/wap/include/register.inc.php
PHP
asf20
4,766
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: login.inc.php 16718 2008-11-17 03:48:41Z cnteacher $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } require_once DISCUZ_ROOT.'./include/misc.func.php'; if(empty($logout)) { ...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/wap/include/login.inc.php
PHP
asf20
4,835
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: my.inc.php 16688 2008-11-14 06:41:07Z cnteacher $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } if(empty($discuz_uid)) { wapmsg('not_loggedin'); } $uid = !empty($uid) ? i...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/wap/include/my.inc.php
PHP
asf20
3,651
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: eccredit.php 16688 2008-11-14 06:41:07Z cnteacher $ */ define('NOROBOT', TRUE); define('CURSCRIPT', 'eccredit'); require_once './include/common.inc.php'; require_once DISCUZ_ROOT.'./include/ec_cre...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/eccredit.php
PHP
asf20
8,082
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: admincp.php 16688 2008-11-14 06:41:07Z cnteacher $ */ define('IN_ADMINCP', TRUE); define('NOROBOT', TRUE); require_once './include/common.inc.php'; require_once DISCUZ_ROOT.'./admin/global.func.ph...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/admincp.php
PHP
asf20
4,306
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: logging.php 17399 2008-12-17 09:13:08Z monkey $ */ define('NOROBOT', TRUE); define('CURSCRIPT', 'logging'); require_once './include/common.inc.php'; require_once DISCUZ_ROOT.'./include/misc.func...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/logging.php
PHP
asf20
6,410
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: rss.php 17423 2008-12-19 07:34:20Z monkey $ */ //error_reporting(E_ERROR | E_WARNING | E_PARSE); error_reporting(0); define('IN_DISCUZ', TRUE); define('DISCUZ_ROOT', ''); $timestamp = time(...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/rss.php
PHP
asf20
5,907
/*------------------------------------------------------------------------------ ** Ident: Innovation en Inspiration > Google Android ** Author: rene ** Copyright: (c) Jan 22, 2009 Sogeti Nederland B.V. All Rights Reserved. **------------------------------------------------------------------------------ ** ...
zzy20080920-gps
OpenGPSTracker/test/src/nl/sogeti/android/gpstracker/tests/GPStrackingInstrumentation.java
Java
gpl3
3,313
/*------------------------------------------------------------------------------ ** Ident: Innovation en Inspiration > Google Android ** Author: rene ** Copyright: (c) Jan 22, 2009 Sogeti Nederland B.V. All Rights Reserved. **------------------------------------------------------------------------------ ...
zzy20080920-gps
OpenGPSTracker/test/src/nl/sogeti/android/gpstracker/tests/utils/MockGPSLoggerDriver.java
Java
gpl3
10,654
/*------------------------------------------------------------------------------ ** Ident: Innovation en Inspiration > Google Android ** Author: rene ** Copyright: (c) Jan 22, 2009 Sogeti Nederland B.V. All Rights Reserved. **------------------------------------------------------------------------------ **...
zzy20080920-gps
OpenGPSTracker/test/src/nl/sogeti/android/gpstracker/tests/utils/TelnetPositionSender.java
Java
gpl3
4,544
/*------------------------------------------------------------------------------ ** Ident: Innovation en Inspiration > Google Android ** Author: rene ** Copyright: (c) Jan 22, 2009 Sogeti Nederland B.V. All Rights Reserved. **------------------------------------------------------------------------------ **...
zzy20080920-gps
OpenGPSTracker/test/src/nl/sogeti/android/gpstracker/tests/demo/OpenGPSTrackerDemo.java
Java
gpl3
10,188
<html><head></head><body> <p> Open GPS Tracker is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. </p><p> Open GPS Tracker is distributed in the...
zzy20080920-gps
OpenGPSTracker/application/assets/license_short.html
HTML
gpl3
729
</html><head></head> <body> <div class="section-copyrights"> <h3>Copyright (c) 2008 Google Inc.</h3> <h4>Apache License Version 2.0</h4> <ul> <li>UnicodeReader.java</li> </ul> <hr/> <h3>Copyright (c) 2005-2008, The Android Open Source Project</h3> <h4>Apache License Version 2.0</h4> <ul> <li>compass_arrow.png</li> <l...
zzy20080920-gps
OpenGPSTracker/application/assets/notices.html
HTML
gpl3
10,965
</html><head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> </head> <body> <h4>Translations</h4> Translations hosted by <a href="http://www.getlocalization.com/">Get Localization</a>. <ul> <li>Chinese: 安智网汉化, NetDragon Websoft</li> <li>Danish: Martin Larsen</li> <li>Dutch: René de Groot, zwets</l...
zzy20080920-gps
OpenGPSTracker/application/assets/contributions.html
HTML
gpl3
1,021
/*------------------------------------------------------------------------------ ** Ident: Sogeti Smart Mobile Solutions ** Author: rene ** Copyright: (c) Apr 24, 2011 Sogeti Nederland B.V. All Rights Reserved. **------------------------------------------------------------------------------ ** Sogeti Nederl...
zzy20080920-gps
OpenGPSTracker/application/src/nl/sogeti/android/gpstracker/db/DatabaseHelper.java
Java
gpl3
22,575
/*------------------------------------------------------------------------------ ** Ident: Sogeti Smart Mobile Solutions ** Author: rene ** Copyright: (c) Apr 24, 2011 Sogeti Nederland B.V. All Rights Reserved. **------------------------------------------------------------------------------ ** Sogeti Nederl...
zzy20080920-gps
OpenGPSTracker/application/src/nl/sogeti/android/gpstracker/db/GPStracking.java
Java
gpl3
13,886