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 /* [UCenter] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: mail.php 847 2008-12-08 05:43:24Z 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_server/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: setting.php 845 2008-12-08 05:36:51Z zhaoxiongfei $ */ !defined('IN_UC') && exit('Access Denied'); class settingmodel { var $db; var $base; function __construct(&$base) { $this->setti...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/model/setting.php
PHP
asf20
839
<?php /* [UCenter] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: pm.php 907 2008-12-26 07:27:40Z monkey $ */ !defined('IN_UC') && exit('Access Denied'); class pmmodel { var $db; var $base; var $lang; function __construct(&$base) { $this->pmmodel(...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/model/pm.php
PHP
asf20
19,367
<?php /* [UCenter] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: domain.php 847 2008-12-08 05:43:24Z 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_server/model/domain.php
PHP
asf20
1,389
<?php /* [UCenter] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: note.php 915 2009-01-19 05:55:43Z 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_server/model/note.php
PHP
asf20
7,748
<?php /* [UCenter] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: user.php 879 2008-12-15 03:28:36Z 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_server/model/user.php
PHP
asf20
7,843
<?php /* [UCenter] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: friend.php 772 2008-11-26 08:44:48Z 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_server/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: admin.php 753 2008-11-14 06:48:25Z cnteacher $ */ !defined('IN_UC') && exit('Access Denied'); class adminbase extends base { var $cookie_status = 1; function __construct() { $this->admi...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/model/admin.php
PHP
asf20
3,911
<?php /* [UCenter] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: user.php 753 2008-11-14 06:48:25Z cnteacher $ */ !defined('IN_UC') && exit('Access Denied'); class versionmodel { var $db; var $base; function __construct(&$base) { $this->versionmode...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/model/version.php
PHP
asf20
575
<?php /* [UCenter] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: app.php 844 2008-12-08 02:06:04Z 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_server/model/app.php
PHP
asf20
2,628
<?php /* [UCenter] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: feed.php 845 2008-12-08 05:36:51Z zhaoxiongfei $ */ !defined('IN_UC') && exit('Access Denied'); class feedmodel { var $db; var $base; var $apps; var $operations = array(); function _...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/model/feed.php
PHP
asf20
1,433
<?php /* [UCenter] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: misc.php 845 2008-12-08 05:36:51Z 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_server/model/misc.php
PHP
asf20
4,198
<?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_server/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: cron.php 847 2008-12-08 05:43:24Z zhaoxiongfei $ */ !defined('IN_UC') && exit('Access Denied'); class cronmodel { var $db; var $base; function __construct(&$base) { $this->cronmodel($...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/model/cron.php
PHP
asf20
617
<?php /* [UCenter] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: cache.php 845 2008-12-08 05:36:51Z 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_server/model/cache.php
PHP
asf20
2,504
<?php /* [UCenter] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: plugin.php 845 2008-12-08 05:36:51Z zhaoxiongfei $ */ !defined('IN_UC') && exit('Access Denied'); class pluginmodel { var $db; var $base; function __construct(&$base) { $this->pluginm...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/model/plugin.php
PHP
asf20
2,621
<?php /* [UCenter] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: avatar.php 910 2008-12-30 03:51:44Z monkey $ */ error_reporting(0); define('UC_API', strtolower(($_SERVER['HTTPS'] == 'on' ? 'https' : 'http').'://'.$_SERVER['HTTP_HOST'].substr($_SERVER['PHP_SE...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/avatar.php
PHP
asf20
1,756
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: ajax.php 17239 2008-12-11 05:12:34Z liuqiang $ */ define('CURSCRIPT', 'ajax'); define('NOROBOT', TRUE); require_once './include/common.inc.php'; if($action == 'updatesecqaa') { $message = ''...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/ajax.php
PHP
asf20
6,139
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: space.php 17199 2008-12-09 14:29:41Z liuqiang $ */ if(!defined('CURSCRIPT')) { define('CURSCRIPT', 'profile'); } require_once './include/common.inc.php'; $allowviewpro = $discuz_uid && ($uid =...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/space.php
PHP
asf20
7,690
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: modcp.php 16688 2008-11-14 06:41:07Z cnteacher $ */ define('NOROBOT', TRUE); define('IN_MODCP', true); define('CURSCRIPT', 'modcp'); $action = !empty($_REQUEST['action']) ? $_GET['action'] : (!empt...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/modcp.php
PHP
asf20
5,478
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: video.php 16688 2008-11-14 06:41:07Z cnteacher $ */ error_reporting(0); define('DISCUZ_ROOT', substr(dirname(__FILE__), 0, -3)); require_once DISCUZ_ROOT.'./forumdata/cache/cache_settings.php'; ...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/api/video.php
PHP
asf20
17,006
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: javascript.php 16688 2008-11-14 06:41:07Z cnteacher $ */ //error_reporting(E_ERROR | E_WARNING | E_PARSE); error_reporting(0); define('IN_DISCUZ', TRUE); define('DISCUZ_ROOT', '../'); if(PHP_...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/api/javascript.php
PHP
asf20
3,228
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: advcache.php 16698 2008-11-14 07:58:56Z cnteacher $ */ error_reporting(0); define('IN_DISCUZ', TRUE); define('DISCUZ_ROOT', substr(dirname(__FILE__), 0, -3)); $timestamp = time(); @set_time_l...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/api/advcache.php
PHP
asf20
6,047
<?php define('IN_DISCUZ', TRUE); define('UC_CLIENT_VERSION', '1.5.0'); define('UC_CLIENT_RELEASE', '20090121'); 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/51shangcheng.cn/htdocs/api/uc.php
PHP
asf20
18,099
<?php /* [UCenter] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: dbbak.php 17414 2008-12-19 02:55:20Z zhaoxiongfei $ */ error_reporting(0); define('IN_COMSENZ', TRUE); define('ROOT_PATH', dirname(__FILE__).'/../'); define('EXPLOR_SUCCESS', 0); define('IMPORT...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/api/dbbak.php
PHP
asf20
21,712
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: uchome.php 17407 2008-12-18 03:25:16Z liuqiang $ */ @chdir('../'); require './include/common.inc.php'; if(!$ucappopen['UCHOME']) { showmessage('uchome_not_installed'); } if($action == 'getalbums' && $disc...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/api/uchome.php
PHP
asf20
2,268
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: misc.php 17437 2008-12-22 04:10:42Z monkey $ */ define('NOROBOT', TRUE); define('CURSCRIPT', 'misc'); require_once './include/common.inc.php'; require_once './include/post.func.php'; $feed = ...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/misc.php
PHP
asf20
42,588
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: medal.php 17501 2009-01-05 01:19:36Z tiger $ */ define('CURSCRIPT', 'medal'); require_once './include/common.inc.php'; require_once DISCUZ_ROOT.'./forumdata/cache/cache_medals.php'; if(!$discu...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/medal.php
PHP
asf20
3,301
<?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/51shangcheng.cn/htdocs/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('NOROBOT', TRUE); require_once './include/common.inc.php'; if(!$taskon && $adminid != 1) { showmessage('task_close'); } $discuz_acti...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/task.php
PHP
asf20
16,189
<?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/51shangcheng.cn/htdocs/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 16688 2008-11-14 06:41:07Z cnteacher $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } $advarray = array(); if(!empty($_DCACHE['advs'])) { $advs = $_DCACHE['ad...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/advertisements.inc.php
PHP
asf20
3,920
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: task.func.php 17385 2008-12-17 05:05:02Z liuqiang $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } function task_apply($task = array()) { global $db, $tablepre, $discuz_uid, $discuz_...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/task.func.php
PHP
asf20
4,457
<?php function getswfattach($getcount = 1) { global $db, $tablepre, $discuz_uid, $dateformat, $timeformat, $timeoffset; require_once DISCUZ_ROOT.'./include/attachment.func.php'; $swfattachs = array(); if($getcount) { $swfattachs = $db->result_first("SELECT count(*) FROM {$tablepre}attachments WHERE ti...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/swfupload.func.php
PHP
asf20
4,732
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: template.func.php 16688 2008-11-14 06:41:07Z cnteacher $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } function parse_template($tplfile, $templateid, $tpldir) { global $language, $s...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/template.func.php
PHP
asf20
6,631
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: forum.func.php 16688 2008-11-14 06:41:07Z cnteacher $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } function checkautoclose() { global $timestamp, $forum, $thread; if(!$forum['i...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/forum.func.php
PHP
asf20
10,217
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: viewthread_debate.inc.php 17198 2008-12-09 09:27:24Z zhaoxiongfei $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } $debate = $thread; $debate = $sdb->fetch_first("SELECT * FROM {$tabl...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/viewthread_debate.inc.php
PHP
asf20
3,082
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: viewthread_reward.inc.php 16854 2008-11-24 14:15:05Z monkey $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } $bapid = 0; $rewardprice = abs($thread['price']); $bestpost = array(); i...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/viewthread_reward.inc.php
PHP
asf20
475
function validate() { return checkusername($('form1').username.value) && checkpassword($('form1').password.value, $('form1').password2.value) && checkname($('form1').name.value) && checkidcard($('form1').idcard.value) && checkemail($('form1').email1.value, 'email1') && ($('form1').email2.value ? chec...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/js/insenz_reg.js
JavaScript
asf20
4,541
/* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: slide.js 16929 2008-11-28 00:59:14Z monkey $ */ /* var slideSpeed = 2500; var slideImgsize = [140,140]; var slideTextBar = 0; var slideBorderColor = '#C8DCEC'; var slideBgColor = '#FFF'; var slideImgs =...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/js/slide.js
JavaScript
asf20
5,867
/* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: common.js 17535 2009-01-20 05:12:20Z monkey $ */ var lang = new Array(); var userAgent = navigator.userAgent.toLowerCase(); var is_opera = userAgent.indexOf('opera') != -1 && opera.version(); var is_moz = ...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/js/common.js
JavaScript
asf20
68,273
/* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: floatadv.js 17449 2008-12-22 08:58:53Z cnteacher $ */ var delta=0.15; var collection; var closeB=false; function floaters() { this.items = []; this.addItem = function(id,x,y,content) { document.wri...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/js/floatadv.js
JavaScript
asf20
2,039
/* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: tree.js 17449 2008-12-22 08:58:53Z cnteacher $ */ var icon = new Object(); icon.root = IMGDIR + '/tree_root.gif'; icon.folder = IMGDIR + '/tree_folder.gif'; icon.folderOpen = IMGDIR + '/tree_folderopen....
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/js/tree.js
JavaScript
asf20
5,554
/* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: calendar.js 17449 2008-12-22 08:58:53Z cnteacher $ */ var controlid = null; var currdate = null; var startdate = null; var enddate = null; var yy = null; var mm = null; var hh = null; var ii = null; ...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/js/calendar.js
JavaScript
asf20
9,444
/* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: post.js 17506 2009-01-05 04:57:02Z monkey $ */ var postSubmited = false; function AddText(txt) { obj = $('postform').message; selection = document.selection; checkFocus(); if(!isUndefined(obj.selec...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/js/post.js
JavaScript
asf20
57,051
/* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: viewthread.js 17535 2009-01-20 05:12:20Z monkey $ */ var replyreload = ''; function attachimgshow(pid) { aimgs = aimgcount[pid]; aimgcomplete = 0; loadingcount = 0; for(i = 0;i < aimgs.length;i++) ...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/js/viewthread.js
JavaScript
asf20
14,745
/* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: bbcode.js 17473 2008-12-25 02:10:55Z monkey $ */ var re; if(isUndefined(codecount)) var codecount = '-1'; if(isUndefined(codehtml)) var codehtml = new Array(); function addslashes(str) { return preg_re...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/js/bbcode.js
JavaScript
asf20
20,520
if(typeof deconcept=="undefined"){var deconcept=new Object();} if(typeof deconcept.util=="undefined"){deconcept.util=new Object();} if(typeof deconcept.SWFObjectUtil=="undefined"){deconcept.SWFObjectUtil=new Object();} deconcept.SWFObject=function(_1,id,w,h,_5,c,_7,_8,_9,_a,_b){ if(!document.createElement||!docum...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/js/video.js
JavaScript
asf20
6,054
/* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: md5.js 16688 2008-11-14 06:41:07Z cnteacher $ */ var hexcase = 0; var chrsz = 8; function hex_md5(s){ return binl2hex(core_md5(str2binl(s), s.length * chrsz)); } function core_md5(x, len) { x[len >>...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/js/md5.js
JavaScript
asf20
5,334
document.writeln('<script type="text/javascript">'); document.writeln('function validate_google(theform) {'); document.writeln(' if(theform.site.value == 1) {'); document.writeln(' theform.q.value = \'site:' + google_host + ' \' + theform.q.value;'); document.writeln(' }'); document.writeln('}'); document.writel...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/js/google.js
JavaScript
asf20
2,095
/* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: qihoo.js 17449 2008-12-22 08:58:53Z cnteacher $ */ var qihoo_num = 0; var qihoo_perpage = 0; var qihoo_threads = ""; function qihoothreads(num) { var threadslist = ""; if(num) { for(i = 0; i < num...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/js/qihoo.js
JavaScript
asf20
2,508
/* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: iframe.js 17449 2008-12-22 08:58:53Z cnteacher $ */ function refreshmain(e) { e = e ? e : window.event; actualCode = e.keyCode ? e.keyCode : e.charCode; if(actualCode == 116 && parent.main) { parent....
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/js/iframe.js
JavaScript
asf20
580
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: cron.func.php 16688 2008-11-14 06:41:07Z cnteacher $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } function runcron($cronid = 0) { global $timestamp, $db, $tablepre, $_DCACHE; i...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/cron.func.php
PHP
asf20
4,801
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: viewthread_activity.inc.php 17393 2008-12-17 07:30:46Z liuqiang $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } $sdb = loadmultiserver(); $applylist = array(); $activity = $sdb->fetch...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/viewthread_activity.inc.php
PHP
asf20
2,518
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: seccode.class.php 16698 2008-11-14 07:58:56Z cnteacher $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } class seccode { var $code; var $type = 0; var $width = 150; var $hei...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/seccode.class.php
PHP
asf20
20,720
<?php /* [Discuz!] (C)2001-2009 Comsenz Technology Ltd. This is NOT a freeware, use is subject to license terms $Id: ec_credit.func.php 16688 2008-11-14 06:41:07Z cnteacher $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } function updatecreditcache($uid, $type, $return = 0) { global $d...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/ec_credit.func.php
PHP
asf20
3,023
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: xmlparser.class.php 16688 2008-11-14 06:41:07Z cnteacher $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } class XMLParser { function getChildren($vals, &$i) { $children = arra...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/xmlparser.class.php
PHP
asf20
2,451
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: threadpay.inc.php 17362 2008-12-16 03:30:55Z monkey $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } if(!isset($extcredits[$creditstransextra[1]])) { showmessage('credits_transaction...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/threadpay.inc.php
PHP
asf20
1,872
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: forumselect.inc.php 16698 2008-11-14 07:58:56Z cnteacher $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } if(!isset($_DCACHE['forums'])) { require_once DISCUZ_ROOT.'./forumdata/cache...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/forumselect.inc.php
PHP
asf20
1,883
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: editor.func.php 17417 2008-12-19 06:16:25Z liuqiang $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } function absoluteurl($url) { global $boardurl; if($url{0} == '/') { return '...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/editor.func.php
PHP
asf20
12,713
<? /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: image.class.php 17503 2009-01-05 02:21:45Z monkey $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } class Image { var $attachinfo = ''; var $targetfile = ''; var $imagecreatefromfu...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/image.class.php
PHP
asf20
13,865
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: gift.inc.php 17385 2008-12-17 05:05:02Z liuqiang $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } function task_install() { global $db, $tablepre; } function task_uninstall() { ...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/tasks/gift.inc.php
PHP
asf20
685
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: post.inc.php 17326 2008-12-15 03:09:58Z liuqiang $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } function task_condition() { } function task_preprocess() { } function task_csc...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/tasks/post.inc.php
PHP
asf20
2,006
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: mod.inc.php 16697 2008-11-14 07:36:51Z monkey $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } function task_condition() { } function task_preprocess() { } function task_csc($t...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/tasks/mod.inc.php
PHP
asf20
395
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: avatar.inc.php 17065 2008-12-05 01:30:57Z liuqiang $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } function task_install() { global $db, $tablepre; } function task_uninstall() {...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/tasks/avatar.inc.php
PHP
asf20
947
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: gift.cfg.php 16697 2008-11-14 07:36:51Z monkey $ */ $task_name = $tasklang['gift_name']; $task_description = $tasklang['gift_desc']; $task_icon = 'gift.gif'; $task_period = ''; $task...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/tasks/gift.cfg.php
PHP
asf20
550
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: avatar.cfg.php 16697 2008-11-14 07:36:51Z monkey $ */ $task_name = $tasklang['avatar_name']; $task_description = $tasklang['avatar_desc']; $task_icon = ''; $task_period = ''; $task_c...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/tasks/avatar.cfg.php
PHP
asf20
879
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: member.inc.php 17090 2008-12-05 05:15:08Z liuqiang $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } function task_condition() { } function task_preprocess() { global $db, $tablep...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/tasks/member.inc.php
PHP
asf20
3,055
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: promotion.inc.php 17523 2009-01-12 03:41:50Z liuqiang $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } function task_install() { global $db, $tablepre; } function task_uninstall(...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/tasks/promotion.inc.php
PHP
asf20
1,619
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: promotion.cfg.php 16697 2008-11-14 07:36:51Z monkey $ */ $task_name = $tasklang['promotion_name']; $task_description = $tasklang['promotion_desc']; $task_icon = ''; $task_period = ''; ...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/tasks/promotion.cfg.php
PHP
asf20
674
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: newthread.inc.php 16688 2008-11-14 06:41:07Z cnteacher $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } $discuz_action = 11; if(($special == 1 && !$allowpostpoll) || ($special == 2 ...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/newthread.inc.php
PHP
asf20
22,378
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: post.func.php 17503 2009-01-05 02:21:45Z monkey $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } function attach_upload($varname = 'attach', $swfupload = 0) { global $db, $tablepre...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/post.func.php
PHP
asf20
22,011
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: counter.inc.php 17367 2008-12-16 06:13:26Z monkey $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } $visitor = array(); $visitor['agent'] = $_SERVER['HTTP_USER_AGENT']; list(...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/counter.inc.php
PHP
asf20
2,688
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: viewthread_trade.inc.php 17493 2008-12-31 01:48:20Z monkey $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } if(empty($do) || $do == 'tradeinfo') { if($do == 'tradeinfo') { $trad...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/viewthread_trade.inc.php
PHP
asf20
5,949
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: chinese.class.php 16688 2008-11-14 06:41:07Z cnteacher $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } define('CODETABLE_DIR', DISCUZ_ROOT.'./include/tables/'); class Chines...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/chinese.class.php
PHP
asf20
7,047
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: insenz_cron.func.php 16688 2008-11-14 06:41:07Z cnteacher $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } function insenz_runcron() { global $timestamp, $db, $tablepre, $_DCACHE; ...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/insenz_cron.func.php
PHP
asf20
5,294
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: moderation.inc.php 17453 2008-12-23 00:36:47Z monkey $ */ if(!empty($tid)) { $moderate = array($tid); } if(!defined('IN_DISCUZ') || CURSCRIPT != 'topicadmin') { exit('Access Denied'); } i...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/moderation.inc.php
PHP
asf20
15,825
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: search_sort.inc.php 17492 2008-12-31 01:39:40Z monkey $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } if(!empty($searchid)) { $page = max(1, intval($page)); $start_limit = ($page ...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/search_sort.inc.php
PHP
asf20
8,051
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: category.inc.php 16688 2008-11-14 06:41:07Z cnteacher $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } $gquery = $db->query("SELECT f.fid, f.fup, f.type, f.name, ff.moderators FROM {$t...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/category.inc.php
PHP
asf20
2,825
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: global.func.php 17460 2008-12-24 01:46:38Z monkey $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } function authcode($string, $operation = 'DECODE', $key = '', $expiry = 0) { $ck...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/global.func.php
PHP
asf20
43,632
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: ftp.func.php 16688 2008-11-14 06:41:07Z cnteacher $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } function dftp_connect($ftphost, $ftpuser, $ftppass, $ftppath, $ftpport = 21, $ftpssl ...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/ftp.func.php
PHP
asf20
3,711
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: discuzcode.func.php 17473 2008-12-25 02:10:55Z monkey $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } include template('discuzcode'); $discuzcodes = array( 'pcodecount' => -1, ...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/discuzcode.func.php
PHP
asf20
17,397
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: viewthread_video.inc.php 16698 2008-11-14 07:58:56Z cnteacher $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } require_once DISCUZ_ROOT.'./api/video.php'; $videolist = array(); $va...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/viewthread_video.inc.php
PHP
asf20
2,504
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: cache.func.php 17540 2009-01-21 01:20:42Z cnteacher $ */ define('DISCUZ_KERNEL_VERSION', '7.0.0'); define('DISCUZ_KERNEL_RELEASE', '20090121'); function updatecache($cachename = '') { global ...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/cache.func.php
PHP
asf20
73,211
<html> <head> <title>Service Unavailable</title> </head> <body bgcolor="#FFFFFF"> <table cellpadding="0" cellspacing="0" border="0" width="700" align="center" height="85%"> <tr align="center" valign="middle"> <td> <table cellpadding="10" cellspacing="0" border="0" width="80%" align="center" style="fon...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/serverbusy.htm
HTML
asf20
728
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: magic.func.php 16688 2008-11-14 06:41:07Z cnteacher $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } function checkmagicperm($perms, $id) { $id = $id ? intval($id) : ''; if(!strexi...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/magic.func.php
PHP
asf20
8,000
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: trade.func.php 16698 2008-11-14 07:58:56Z cnteacher $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } $apitype = empty($apitype) || !preg_match('/^[a-z0-9]+$/i', $apitype) ? 'alipay' : $a...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/trade.func.php
PHP
asf20
3,103
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: attachment.func.php 17535 2009-01-20 05:12:20Z monkey $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } function attachtype($type, $returnval = 'html') { static $attachicons = array...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/attachment.func.php
PHP
asf20
5,718
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: newreply.inc.php 17198 2008-12-09 09:27:24Z zhaoxiongfei $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } $discuz_action = 12; if($special == 5) { $debate = array_merge($thread, $...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/newreply.inc.php
PHP
asf20
18,112
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $RCSfile: search_qihoo.inc.php,v $ $Revision: 1.8 $ $Date: 2007/08/06 09:54:48 $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } if(empty($srchtxt) && empty($srchuname)) { showmessage('sear...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/search_qihoo.inc.php
PHP
asf20
1,226
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: db_mysql_error.inc.php 17439 2008-12-22 04:27:17Z monkey $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } $timestamp = time(); $errmsg = ''; $dberror = $this->error(); $dberrno = ...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/db_mysql_error.inc.php
PHP
asf20
3,760
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: announcements_daily.inc.php 17476 2008-12-25 02:58:18Z liuqiang $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } $db->query("UPDATE {$tablepre}tasks SET available='2' WHERE available='...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/crons/announcements_daily.inc.php
PHP
asf20
696
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: todayposts_daily.inc.php 16688 2008-11-14 06:41:07Z cnteacher $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } $yesterdayposts = intval($db->result_first("SELECT sum(todayposts) FROM {...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/crons/todayposts_daily.inc.php
PHP
asf20
924
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: cleanup_monthly.inc.php 16688 2008-11-14 06:41:07Z cnteacher $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } $myrecordtimes = $timestamp - $_DCACHE['settings']['myrecorddays'] * 86400...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/crons/cleanup_monthly.inc.php
PHP
asf20
793
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: birthdays_daily.inc.php 16688 2008-11-14 06:41:07Z cnteacher $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } if($maxbdays) { require_once DISCUZ_ROOT.'./include/cache.func.php'; u...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/crons/birthdays_daily.inc.php
PHP
asf20
780
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: promotions_hourly.inc.php 16688 2008-11-14 06:41:07Z cnteacher $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } if($creditspolicy['promotion_visit']) { $uidarray = $userarray = arr...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/crons/promotions_hourly.inc.php
PHP
asf20
1,209
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: onlinetime_monthly.inc.php 16688 2008-11-14 06:41:07Z cnteacher $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } $db->query("UPDATE {$tablepre}onlinetime SET thismonth='0'"); $db->que...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/crons/onlinetime_monthly.inc.php
PHP
asf20
420
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: notify_daily.inc.php 16688 2008-11-14 06:41:07Z cnteacher $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } $subscriptions = array(); $query = $db->query("SELECT t.tid, t.subject, t.au...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/crons/notify_daily.inc.php
PHP
asf20
1,558
<?php if(!defined('IN_DISCUZ')) { exit('Access Denied'); } if($tagstatus) { require_once DISCUZ_ROOT.'./include/cache.func.php'; updatecache(array('tags_index', 'tags_viewthread')); $db->query("DELETE FROM {$tablepre}tags WHERE total=0", 'UNBUFFERED'); } ?>
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/crons/tags_daily.inc.php
PHP
asf20
276
<?php /* [Discuz!] (C)2001-2009 Comsenz Inc. This is NOT a freeware, use is subject to license terms $Id: magics_daily.inc.php 16688 2008-11-14 06:41:07Z cnteacher $ */ if(!defined('IN_DISCUZ')) { exit('Access Denied'); } if(!empty($magicstatus)) { $magicarray = array(); $query = $db->query("SE...
zyyhong
trunk/jiaju001/51shangcheng.cn/htdocs/include/crons/magics_daily.inc.php
PHP
asf20
1,205