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: thread.inc.php 16688 2008-11-14 06:41:07Z cnteacher $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
$thread = $sdb->fetch_first("SELECT * FROM {$tablepre}threads t
LEFT JOIN {$tab... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/archiver/include/thread.inc.php | PHP | asf20 | 4,705 |
<?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');
}
$forum = $sdb->fetch_first("SELECT * FROM {$tablepre}forums f
LEFT JOIN {$tablep... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/archiver/include/forum.inc.php | PHP | asf20 | 1,852 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: index.inc.php 16688 2008-11-14 06:41:07Z cnteacher $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
showheader();
$forums = $subforums = array();
$categories = array(0 => array('... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/archiver/include/index.inc.php | PHP | asf20 | 1,197 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: topicadmin.php 17512 2009-01-06 07:42:10Z liuqiang $
*/
define('CURSCRIPT', 'topicadmin');
define('NOROBOT', TRUE);
require_once './include/common.inc.php';
require_once DISCUZ_ROOT.'./include/p... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/topicadmin.php | PHP | asf20 | 25,244 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: redirect.php 16688 2008-11-14 06:41:07Z cnteacher $
*/
define('CURSCRIPT', 'viewthread');
require_once './include/common.inc.php';
if($goto == 'findpost') {
$pid = intval($pid);
$ptid = i... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/redirect.php | PHP | asf20 | 3,467 |
<?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_server/control/mail.php | PHP | asf20 | 1,004 |
<?php
/*
[UCenter] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: pm.php 857 2008-12-09 09:48:05Z 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_server/control/pm.php | PHP | asf20 | 8,110 |
<?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_server/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: pm_client.php 820 2008-12-03 09:18:59Z zhaoxiongfei $
*/
!defined('IN_UC') && exit('Access Denied');
class pm_clientcontrol extends base {
function __construct() {
$this->pm_clientcontrol()... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/control/pm_client.php | PHP | asf20 | 13,342 |
<?php
/*
[UCenter] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: badword.php 889 2008-12-16 04:24:21Z zhaoxiongfei $
*/
!defined('IN_UC') && exit('Access Denied');
class control extends adminbase {
function __construct() {
$this->control();
}
funct... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/control/admin/badword.php | PHP | asf20 | 2,841 |
<?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 control extends adminbase {
var $apps = array();
var $operations = array();
function __... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/control/admin/mail.php | PHP | asf20 | 2,528 |
<?php
/*
[UCenter] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: setting.php 775 2008-11-26 09:30:04Z zhaoxiongfei $
*/
!defined('IN_UC') && exit('Access Denied');
class control extends adminbase {
var $_setting_items = array('doublee', 'accessemail', 'cens... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/control/admin/setting.php | PHP | asf20 | 5,906 |
<?php
class control extends adminbase {
var $startrow = 0;
var $sizelimit = 0;
var $complete = TRUE;
function __construct() {
$this->control();
}
function control() {
parent::__construct();
$this->check_priv();
if(!$this->user['isfounder'] && !$this->user['allowadmindb']) {
$this->m... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/control/admin/db.php | PHP | asf20 | 11,346 |
<?php
/*
[UCenter] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: pm.php 753 2008-11-14 06:48:25Z cnteacher $
*/
!defined('IN_UC') && exit('Access Denied');
class control extends adminbase {
function __construct() {
$this->control();
}
function cont... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/control/admin/pm.php | PHP | asf20 | 3,802 |
<?php
/*
[UCenter] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: domain.php 845 2008-12-08 05:36:51Z zhaoxiongfei $
*/
!defined('IN_UC') && exit('Access Denied');
class control extends adminbase {
function __construct() {
$this->control();
}
functi... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/control/admin/domain.php | PHP | asf20 | 2,108 |
<?php
/*
[UCenter] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: seccode.php 753 2008-11-14 06:48:25Z cnteacher $
*/
!defined('IN_UC') && exit('Access Denied');
class control extends base {
function __construct() {
$this->control();
}
function cont... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/control/admin/seccode.php | PHP | asf20 | 1,335 |
<?php
/*
[UCenter] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: frame.php 820 2008-12-03 09:18:59Z zhaoxiongfei $
*/
!defined('IN_UC') && exit('Access Denied');
class control extends adminbase {
var $members;
var $apps;
var $friends;
function __con... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/control/admin/frame.php | PHP | asf20 | 6,163 |
<?php
/*
[UCenter] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: note.php 845 2008-12-08 05:36:51Z zhaoxiongfei $
*/
!defined('IN_UC') && exit('Access Denied');
class control extends adminbase {
var $apps = array();
var $operations = array();
function... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/control/admin/note.php | PHP | asf20 | 3,695 |
<?php
/*
[UCenter] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: user.php 888 2008-12-16 02:07:15Z monkey $
*/
!defined('IN_UC') && exit('Access Denied');
define('UC_USER_CHECK_USERNAME_FAILED', -1);
define('UC_USER_USERNAME_BADWORD', -2);
define('UC_USER_USE... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/control/admin/user.php | PHP | asf20 | 12,148 |
<?php
/*
[UCenter] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: admin.php 845 2008-12-08 05:36:51Z zhaoxiongfei $
*/
!defined('IN_UC') && exit('Access Denied');
class control extends adminbase {
function __construct() {
$this->control();
}
functio... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/control/admin/admin.php | PHP | asf20 | 6,321 |
<?php
/*
[UCenter] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: feed.php 753 2008-11-14 06:48:25Z cnteacher $
*/
!defined('IN_UC') && exit('Access Denied');
class control extends adminbase {
var $apps = array();
var $operations = array();
function __... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/control/admin/feed.php | PHP | asf20 | 1,070 |
<?php
/*
[UCenter] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: credit.php 917 2009-01-19 06:26:55Z monkey $
*/
!defined('IN_UC') && exit('Access Denied');
class control extends adminbase {
function __construct() {
$this->control();
}
function con... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/control/admin/credit.php | PHP | asf20 | 8,373 |
<?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 control extends adminbase {
function __construct() {
$this->control();
}
function c... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/control/admin/cache.php | PHP | asf20 | 967 |
<?php
/*
[UCenter] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: log.php 753 2008-11-14 06:48:25Z cnteacher $
*/
!defined('IN_UC') && exit('Access Denied');
class control extends adminbase {
function __construct() {
$this->control();
}
function con... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/control/admin/log.php | PHP | asf20 | 1,437 |
<?php
/*
[UCenter] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: plugin.php 895 2008-12-23 02:57:07Z monkey $
*/
!defined('IN_UC') && exit('Access Denied');
class pluginbase extends adminbase {
var $plugin = array();
var $plugins = array();
function _... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/control/admin/plugin.php | PHP | asf20 | 1,444 |
<?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_server/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: user.php 753 2008-11-14 06:48:25Z cnteacher $
*/
!defined('IN_UC') && exit('Access Denied');
class versioncontrol extends base {
function __construct() {
$this->versioncontrol();
}
fu... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/control/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 885 2008-12-16 01:13:36Z monkey $
*/
!defined('IN_UC') && exit('Access Denied');
class appcontrol extends base {
function __construct() {
$this->appcontrol();
}
function appco... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/control/app.php | PHP | asf20 | 4,423 |
<?php
/*
[UCenter] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: feed.php 882 2008-12-16 00:50:38Z zhaoxiongfei $
*/
!defined('IN_UC') && exit('Access Denied');
class feedcontrol extends base {
function __construct() {
$this->feedcontrol();
}
funct... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/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_server/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: credit.php 917 2009-01-19 06:26:55Z monkey $
*/
!defined('IN_UC') && exit('Access Denied');
class creditcontrol extends base {
function __construct() {
$this->creditcontrol();
}
funct... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/control/credit.php | PHP | asf20 | 1,461 |
<?php
/*
[UCenter] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: upgrade1.php 12117 2008-01-11 06:25:08Z heyond $
*/
define("IN_UC", TRUE);
define('UC_ROOT', realpath('..').'/');
$version_old = 'UCenter 1.0';
$version_new = 'UCenter 1.5';
$lock_file = UC_ROO... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/upgrade/upgrade2.php | PHP | asf20 | 20,546 |
var userAgent = navigator.userAgent.toLowerCase();
var is_opera = userAgent.indexOf('opera') != -1 && opera.version();
var is_moz = (navigator.product == 'Gecko') && userAgent.substr(userAgent.indexOf('firefox') + 8, 3);
var is_ie = (userAgent.indexOf('msie') != -1 && !is_opera) && userAgent.substr(userAgent.indexOf... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/js/common.js | JavaScript | asf20 | 4,255 |
var controlid = null;
var currdate = null;
var startdate = null;
var enddate = null;
var yy = null;
var mm = null;
var hh = null;
var ii = null;
var currday = null;
var addtime = false;
var today = new Date();
var lastcheckedyear = false;
var lastcheckedmonth = false;
function loadcalendar() {
s = '';... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/js/calendar.js | JavaScript | asf20 | 7,743 |
//Common
var userAgent = navigator.userAgent.toLowerCase();
var is_opera = userAgent.indexOf('opera') != -1 && opera.version();
var is_moz = (navigator.product == 'Gecko') && userAgent.substr(userAgent.indexOf('firefox') + 8, 3);
var is_ie = (userAgent.indexOf('msie') != -1 && !is_opera) && userAgent.substr(userAge... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/js/pm_editor.js | JavaScript | asf20 | 7,252 |
var Ajaxs = new Array();
function Ajax(waitId) {
var aj = new Object();
aj.waitId = waitId ? $(waitId) : null;
aj.targetUrl = '';
aj.sendString = '';
aj.resultHandle = null;
aj.loading = '<img src="image/common/loading.gif" style="margin: 3px; vertical-align: middle" />Loading... ';
aj.createXMLHttpReque... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/js/ajax.js | JavaScript | asf20 | 7,173 |
<? if(!defined('UC_ROOT')) exit('Access Denied');?>
<? include $this->gettpl('header');?>
<script type="text/javascript">
function $(id) {
return document.getElementById(id);
}
</script>
<div class="container">
<form action="admin.php?m=user&a=login" method="post" id="loginform" <? if($iframe) { ?>target="_... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/data/view/admin_login.php | PHP | asf20 | 3,538 |
<? if(!defined('UC_ROOT')) exit('Access Denied');?>
<? if(UC_DEBUG) { ?>
<style type="text/css">
#debuginfo {width: 60%;margin-left: 2em;}
fieldset {margin-top: 2em; display: block;}
</style>
<div style="text-align: left;" id="debuginfo">
Processed in <span id="debug_time"></span> s
<fieldset>
<leg... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/data/view/footer.php | PHP | asf20 | 1,037 |
<? if(!defined('UC_ROOT')) exit('Access Denied');?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<?=UC_CHARSET?>" />
<title>UCe... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/data/view/header.php | PHP | asf20 | 3,800 |
<?php
define('UC_DBHOST', 'localhost');
define('UC_DBUSER', '51shangcheng');
define('UC_DBPW', '18946981');
define('UC_DBNAME', '51shangcheng');
define('UC_DBCHARSET', 'utf8');
define('UC_DBTABLEPRE', 'cdb_uc_');
define('UC_COOKIEPATH', '/');
define('UC_COOKIEDOMAIN', '');
define('UC_DBCONNECT', 0);
define('... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/data/config.inc.php | PHP | asf20 | 759 |
{template header_client}
{template pm_nav}
<div class="ucinfo">
<h1>
<!--{if $filter == 'announcepm'}-->
<img src="avatar.php?uid=0&size=small" /> {lang pm_annbox}
<!--{elseif !$msgto}-->
<img src="avatar.php?uid=0&size=small" /> {lang pm_system}
<!--{else}-->
<img src="avatar.php?uid=$touid&size=s... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/view/default/pm_view.htm | HTML | asf20 | 4,130 |
<script src="js/pm_editor.js" type="text/javascript"></script>
<script type="text/javascript">
lang['pm_prompt_list'] = '{lang pm_prompt_list}';
lang['pm_prompt_img'] = '{lang pm_prompt_img}';
lang['pm_prompt_url'] = '{lang pm_prompt_url}';
lang['pm_prompt_email'] = '{lang pm_prompt_email}';
</script>
<div cla... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/view/default/pm_editorbar.htm | HTML | asf20 | 2,882 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={UC_CHARSET}" />
<title>UCenter Administrator's Control Panel</title>
<link rel="s... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/view/default/header.htm | HTML | asf20 | 3,996 |
{template header_client}
<img src="avatar.php?uid=$uid&key=$key&random=$random">
<form method="post" action="index.php?m=user&a=avatar&appid=$appid&key=$key&random=$random" enctype="multipart/form-data">
<input type="hidden" name="formhash" value="{FORMHASH}">
<input type="file" name="attach[]" />
<input type="... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/view/default/user_avatar.htm | HTML | asf20 | 418 |
{template header}
<script src="js/common.js" type="text/javascript"></script>
<script type="text/javascript">
function switchbtn(btn) {
$('srchuserdiv').style.display = btn == 'srch' ? '' : 'none';
$('srchuserdiv').className = btn == 'srch' ? 'tabcontentcur' : '' ;
$('srchuserbtn').className = btn == 'sr... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/view/default/admin_badword.htm | HTML | asf20 | 4,138 |
{template header}
<script src="js/common.js" type="text/javascript"></script>
<div class="container">
<h3>{lang cache_update}</h3>
<!--{if $updated}-->
<div class="correctmsg"><p>{lang update_succeed}</p></div>
<!--{/if}-->
<div class="mainbox">
<form action="admin.php?m=cache&a=update" method="post... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/view/default/admin_cache.htm | HTML | asf20 | 975 |
{template header}
<div class="container">
<!--{if $status}-->
<div class="correctmsg"><p>{lang clearpm_deleted}: $delnum</p></div>
<!--{/if}-->
<h3 class="marginbot">
<a href="admin.php?m=pm&a=ls" class="sgbtn">{lang announcepm}</a>
<a href="admin.php?m=pm&a=send" class="sgbtn">{lang pm_send_announce}... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/view/default/admin_pm_clear.htm | HTML | asf20 | 1,585 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>UCenter Administrator's Control Panel</title>
<meta http-equiv="Content-Type" content="text/html;charset={UC_CHARSET}" />
<link rel="stylesheet" href="images/admincp.css" type="text/css" media="... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/view/default/admin_frame_index.htm | HTML | asf20 | 1,044 |
{template header}
<style>
.tabhead {width: 100%; clear: both; background: url(images/bg_tab_line.gif) repeat-x bottom;}
.tabhead li{line-height: 1.2em; display:block; padding:5px 7px 2px 7px; border:1px solid #CCC; border-bottom:0px solid #B5CFD9; color:#666; float:left; margin-right:5px;}
.tabhead li.checked{ba... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/view/default/plugin_header.htm | HTML | asf20 | 970 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={UC_CHARSET}" />
<title>UCenter Administrator's Control Panel</title>
<link rel="s... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/view/default/admin_frame_header.htm | HTML | asf20 | 1,738 |
{eval $s = ob_get_contents();}
{eval ob_end_clean();}
{{eval $s = preg_replace("/([\\x00-\\x09\\x0b-\\x0c\\x0e-\\x1f])+/", ' ', $s);}}
$s
]]></root>{eval exit;} | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/view/default/footer_ajax.htm | HTML | asf20 | 164 |
{template header}
<script src="js/common.js" type="text/javascript"></script>
<div class="container">
<!--{if $status}-->
<div class="correctmsg"><p>{if $status == 1}{lang announcepm_send_succeed}{/if}</p></div>
<!--{/if}-->
<h3 class="marginbot">
<a href="admin.php?m=pm&a=ls" class="sgbtn">{lang anno... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/view/default/admin_pm_send.htm | HTML | asf20 | 1,212 |
{template header_client}
{template pm_nav}
<div class="ucinfo">
<form method="post" action="index.php?m=pm_client&a=blackls">
<input type="hidden" name="formhash" value="{FORMHASH}" />
<table cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td>
<textarea class="listarea" id="pm_bla... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/view/default/pm_blackls.htm | HTML | asf20 | 692 |
{template header}
<!--{if empty($_REQUEST['inajax'])}-->
<div class="container">
<div class="ajax rtninfo">
<div class="ajaxbg">
<h4>{lang message_title}:</h4>
<p>$message</p>
<!--{if $redirect == 'BACK'}-->
<p><a href="###" onclick="history.back();">{lang message_back}</a></p>
<!--{... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/view/default/message.htm | HTML | asf20 | 704 |
{template header}
<script src="js/common.js" type="text/javascript"></script>
<div class="container">
<div class="note">
<p class="i">{lang creditexchange_tips}</p>
</div>
<!--{if $status}-->
<div class="{if $status > 0}correctmsg{else}errormsg{/if}"><p>{if $status == 1}{lang creditexchange_updated}... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/view/default/admin_credit.htm | HTML | asf20 | 3,854 |
{template header}
<script src="js/common.js" type="text/javascript"></script>
<div class="container">
<h3 class="marginbot">
{lang feed_list}
<!--{if $user['allowadminnote'] || $user['isfounder']}--><a href="admin.php?m=note&a=ls" class="sgbtn">{lang note_list}</a><!--{/if}-->
<!--{if $user['allowadminlo... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/view/default/admin_feed.htm | HTML | asf20 | 1,221 |
{template header}
<script src="js/common.js" type="text/javascript"></script>
<div class="container">
<h3 class="marginbot">
<a href="admin.php?m=feed&a=ls" class="sgbtn">{lang feed_list}</a>
{lang note_list}
<!--{if $user['allowadminlog'] || $user['isfounder']}--><a href="admin.php?m=log&a=ls" class="sg... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/view/default/admin_note.htm | HTML | asf20 | 2,364 |
{template header}
<div class="container">
<h3 class="marginbot">
<a href="admin.php?m=feed&a=ls" class="sgbtn">{lang feed_list}</a>
<!--{if $user['allowadminnote'] || $user['isfounder']}--><a href="admin.php?m=note&a=ls" class="sgbtn">{lang note_list}</a><!--{/if}-->
{lang menu_log}
<a href="admin.ph... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/view/default/admin_log.htm | HTML | asf20 | 1,097 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset={UC_CHARSET}">
<meta name="keywords" content="">
<meta name="desc... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/view/default/header_client.htm | HTML | asf20 | 625 |
{template header_client}
{template pm_nav}
<div class="ucinfo">
<form method="post" action="index.php?m=pm_client&a=delete&folder=$folder&filter=$filter&$extra">
<input type="hidden" name="formhash" value="{FORMHASH}" />
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="pmlist">
{eval $pmran... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/view/default/pm_ls.htm | HTML | asf20 | 4,015 |
{template header}
<script src="js/common.js" type="text/javascript"></script>
<div class="container">
<h3 class="marginbot">
<a href="admin.php?m=feed&a=ls" class="sgbtn">{lang feed_list}</a>
<!--{if $user['allowadminnote'] || $user['isfounder']}--><a href="admin.php?m=note&a=ls" class="sgbtn">{lang note_li... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/view/default/admin_mail.htm | HTML | asf20 | 2,224 |
{template header}
<script src="js/common.js" type="text/javascript"></script>
<script type="text/javascript">
var apps = new Array();
var run = 0;
function testlink() {
if(apps[run]) {
$('status_' + apps[run]).innerHTML = '{lang app_link}';
$('link_' + apps[run]).src = $('link_' + apps[run]).getAttribute... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/view/default/admin_app.htm | HTML | asf20 | 12,334 |
</div>
</body>
</html> | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/view/default/footer_client.htm | HTML | asf20 | 24 |
{template header}
<script src="js/common.js" type="text/javascript"></script>
<script src="js/calendar.js" type="text/javascript"></script>
<!--{if $a == 'ls'}-->
<script type="text/javascript">
function switchbtn(btn) {
$('srchuserdiv').style.display = btn == 'srch' ? '' : 'none';
$('srchuserdiv'... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/view/default/admin_user.htm | HTML | asf20 | 7,079 |
{template header}
<script src="js/common.js" type="text/javascript"></script>
<!--{if $a == 'ls'}-->
<div class="container">
<!--{if $status}-->
<div class="correctmsg"><p>{if $status == 1}{lang announcepm_deleted}{/if}</p></div>
<!--{/if}-->
<h3 class="marginbot">
{lang announcepm}
<a href="admin.p... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/view/default/admin_pm.htm | HTML | asf20 | 2,341 |
{template header}
<script src="js/common.js" type="text/javascript"></script>
<div class="container">
<!--{if $status}-->
<div class="{if $status > 0}correctmsg{else}errormsg{/if}"><p>{if $status == 2}{lang domain_list_updated}{elseif $status == 1}{lang domain_add_succeed}{/if}</p></div>
<!--{/if}-->
<div ... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/view/default/admin_domain.htm | HTML | asf20 | 2,412 |
<?php
$lang = array(
'other' => '其他',
'app_connent_ok' => '通信成功',
'app_connent_false' => '通信失败',
'note_deleteuser' => '删除用户',
'note_renameuser' => '重命名用户',
'note_deletefriend' => '删除好友',
'note_gettag' => '获取TAG',
'note_getcreditsettings' => '获取应用积分设置',
'note_updatecreditsettings' => '更新应用积分设置',... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/view/default/main.lang.php | PHP | asf20 | 2,357 |
{template header_client}
<br />
<table cellpadding="0" cellspacing="0" class="msg" style="width: 65%" align="center">
<thead>
<tr>
<th>{lang message_title}</th>
</tr>
</thead>
<tbody>
<tr>
<td>$message<br />
<!--{if $redirect == 'BACK'}-->
<a href="###" onclick="history.back();"> {lang... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/view/default/message_client.htm | HTML | asf20 | 707 |
{eval @ob_end_clean();}
{eval ob_start();}
{eval @header("Expires: -1");}
{eval @header("Cache-Control: no-store, private, post-check=0, pre-check=0, max-age=0", FALSE);}
{eval @header("Pragma: no-cache");}
{eval @header("Content-type: application/xml; charset=$charset");}
{eval echo "<?xml version=\"1.0\" encodi... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/view/default/header_ajax.htm | HTML | asf20 | 357 |
{template header}
<script src="js/common.js" type="text/javascript"></script>
<div class="container">
<!--{if $operate == 'list'}-->
<h3 class="marginbot">
<a href="admin.php?m=db&a=ls&o=export" class="sgbtn">{lang db_export}</a>
{lang db_list}
</h3>
<div class="note fixwidthdec">
<p class=... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/view/default/admin_db.htm | HTML | asf20 | 7,162 |
{template header}
<script type="text/javascript">
function $(id) {
return document.getElementById(id);
}
</script>
<div class="container">
<form action="admin.php?m=user&a=login" method="post" id="loginform" {if $iframe}target="_self"{else}target="_top"{/if}>
<input type="hidden" name="formhash" value="{F... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/view/default/admin_login.htm | HTML | asf20 | 3,246 |
<?php
$lang = array(
'user_search' => '搜索用户',
'user_name' => '用户名',
'user_regdate' => '注册日期',
'user_regip' => '注册IP',
'user_before' => '之前',
'user_after' => '之后',
'user_search' => '搜 索',
'user_add' => '添加用户',
'user_password' => '密码',
'user_addsubmit' => '添 加',
'delete' => '删除',
'email' => 'Em... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/view/default/admin.lang.php | PHP | asf20 | 420 |
<script type="text/javascript">
function checkall(form, prefix, checkall) {
var checkall = checkall ? checkall : 'chkall';
for(var i = 0; i < form.elements.length; i++) {
var e = form.elements[i];
if(e.name && e.name != checkall && (!prefix || (prefix && e.name.match(prefix)))) {
e.checked = form.element... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/view/default/pm_nav.htm | HTML | asf20 | 2,546 |
<!--{if UC_DEBUG}-->
<style type="text/css">
#debuginfo {width: 60%;margin-left: 2em;}
fieldset {margin-top: 2em; display: block;}
</style>
<div style="text-align: left;" id="debuginfo">
Processed in <span id="debug_time"></span> s
<fieldset>
<legend><b>GET:</b></legend>
<!--{eval echo '<pre>'.p... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/view/default/footer.htm | HTML | asf20 | 1,012 |
{template header}
<script src="js/common.js" type="text/javascript"></script>
<div class="container">
<!--{if $updated}-->
<div class="correctmsg"><p>{lang update_succeed}</p></div>
<!--{elseif $a == 'register'}-->
<div class="note fixwidthdec"><p class="i">{lang setting_register_tips}</p></div>
<!--{... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/view/default/admin_setting.htm | HTML | asf20 | 13,451 |
</div>
</div>
{template footer} | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/view/default/plugin_footer.htm | HTML | asf20 | 35 |
<?php
$languages = array(
'title'=>'标题',
'return'=>'返回',
'dateline'=>'时间',
'delete'=>'删除',
'checkall'=>'全选',
'submit' => '提 交',
'yes' => '是',
'no' => '否',
'tips' => '提示',
'list_empty' => '目前没有相关记录!',
'shortcut_tips' => '点击编辑,提交后保存',
'welcome' => '您好',
'edit' => '编辑',
'plugin' => '插件',
'... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/view/default/templates.lang.php | PHP | asf20 | 22,587 |
{template header}
{if $iframe}
<script type="text/javascript">
var uc_menu_data = new Array();
o = document.getElementById('header_menu_menu');
elems = o.getElementsByTagName('A');
for(i = 0; i<elems.length; i++) {
uc_menu_data.push(elems[i].innerHTML);
uc_menu_data.push(elems[i].href);
}
try {
p... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/view/default/admin_frame_main.htm | HTML | asf20 | 5,459 |
{template header_client}
{template pm_nav}
<script type="text/javascript">
function switchfirendls() {
if(document.getElementById('friendls').style.display == '') {
document.getElementById('friendls').style.display = 'none';
document.getElementById('pmcontent').className = 'pmcontent noside';
} else {
... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/view/default/pm_send.htm | HTML | asf20 | 4,105 |
{template header}
<!--{if $a == 'ls'}-->
<script src="js/common.js" type="text/javascript"></script>
<script src="js/calendar.js" type="text/javascript"></script>
<script type="text/javascript">
function switchbtn(btn) {
$('addadmindiv').className = btn == 'addadmin' ? 'tabcontentcur' : '' ;
$('ed... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/view/default/admin_admin.htm | HTML | asf20 | 10,404 |
<?php
$lang = array(
'please_login' => '请重新登录',
'receiver_no_exists' => '收件人不存在,请重新填写',
'pm_save_succeed' => '短消息已保存到草稿箱',
'pm_send_succeed' => '$sent 条短消息成功发送',
'pm_send_announce_succeed' => '公共消息成功发送',
'pm_send_ignore' => '短消息发送失败',
'pm_delete_succeed' => '短消息成功删除',
'pm_delete_invalid' => '短消息无法删除'... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/view/default/messages.lang.php | PHP | asf20 | 3,485 |
{template header}
<script src="js/common.js" type="text/javascript"></script>
<div class="container">
<!--{if $a == 'ls'}-->
<h3 class="marginbot">{lang menu_tag_templates}</h3>
<div class="mainbox">
<!--{if $applist}-->
<input type="hidden" name="formhash" value="{FORMHASH}">
<table class="da... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/view/default/admin_tag.htm | HTML | asf20 | 1,901 |
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Common Style ~~~~ */
* { word-wrap: break-word; }
body { background: #FFF; text-align: center; }
* html body { width: expression(document.body.scrollHeight >= document.documentElement.clientHeight ? '780px' : ''); }
body, td, input, t... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/images/default/style.css | CSS | asf20 | 9,502 |
<?php
/*
[UCenter] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: index.php 918 2009-01-21 01:24:29Z zhaoxiongfei $
*/
define('UC_SERVER_VERSION', '1.5.0');
define('UC_SERVER_RELEASE', '20090121');
error_reporting(0);
set_magic_quotes_runtime(0);
$mtime = e... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/index.php | PHP | asf20 | 3,334 |
<?php
/*
[UCenter] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: admin.php 918 2009-01-21 01:24:29Z zhaoxiongfei $
*/
define('UC_SERVER_VERSION', '1.5.0');
define('UC_SERVER_RELEASE', '20090121');
error_reporting(0);
set_magic_quotes_runtime(0);
$mtime = e... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/admin.php | PHP | asf20 | 2,752 |
<?php
/*
[UCenter] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: dbbak.php 17033 2008-12-04 02:24:03Z 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/uc_server/api/dbbak.php | PHP | asf20 | 21,709 |
<?php
!defined('IN_UC') && exit('Access Denied');
class control extends pluginbase {
var $md5data = array();
function control() {
$this->pluginbase();
}
function onindex() {
if(!$ucfiles = @file(UC_ROOT.'./control/admin/ucfiles.md5')) {
$this->message('校验文件不存在,无法校验');
}
$this->... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/plugin/filecheck/plugin.php | PHP | asf20 | 3,877 |
{template plugin_header}
<!--{if $modifiedfiles > 0}-->
<a href="###" onclick="showresult('modify')"><em class="edited">{lang plugin_filecheck_modifed}: $modifiedfiles</em></a>
<!--{/if}-->
<!--{if $deletedfiles > 0}-->
<a href="###" onclick="showresult('del')"><em class="edited">{lang plugin_fileche... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/plugin/filecheck/plugin_filecheck.htm | HTML | asf20 | 768 |
/*
(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/51shangcheng.cn/htdocs/uc_server/install/style.css | CSS | asf20 | 3,944 |
<?php
/*
[Discuz!] (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 $
*/
if(!defined('IN_COMSENZ')) {
exit('Access Denied');
}
class dbstuff {
var $querynum = 0;
var $link;
var $histories;
var $time;
var... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/install/db.class.php | PHP | asf20 | 3,367 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: index.php 843 2008-12-05 08:02:58Z zhaoxiongfei $
*/
error_reporting(E_ERROR | E_WARNING | E_PARSE);
@set_time_limit(1000);
set_magic_quotes_runtime(0);
define('IN_COMSENZ', TRUE);
define('ROOT_PA... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/install/index.php | PHP | asf20 | 5,526 |
<?php
/*
[Discuz!] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: forum.func.php 14122 2008-08-20 06:06:33Z cnteacher $
*/
if(!defined('IN_COMSENZ')) {
exit('Access Denied');
}
define('SOFT_NAME', 'UCenter');
define('SOFT_VERSION', '1.5.0');
define('SOFT_RE... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/install/var.inc.php | PHP | asf20 | 3,709 |
<?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/51shangcheng.cn/htdocs/uc_server/install/lang.inc.php | PHP | asf20 | 14,938 |
<?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 __construct() {
$this->uccode();
}
function uccode() {
$this->uccode = array(
'pco... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/lib/uccode.class.php | PHP | asf20 | 5,073 |
<?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_server/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: template.class.php 845 2008-12-08 05:36:51Z zhaoxiongfei $
*/
class template {
var $tpldir;
var $objdir;
var $tplfile;
var $objfile;
var $langfile;
var $vars;
var $force = 0;
... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/lib/template.class.php | PHP | asf20 | 6,193 |
<?php
/*
[UCenter] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: upload.class.php 845 2008-12-08 05:36:51Z zhaoxiongfei $
*/
Class upload{
var $dir;
var $thumb_width;
var $thumb_height;
var $thumb_ext;
var $watermark_file;
var $watermark_pos;
var $... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/lib/upload.class.php | PHP | asf20 | 8,315 |
<?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_server/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 845 2008-12-08 05:36:51Z 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_server/lib/xml.class.php | PHP | asf20 | 2,804 |
<?php
/*
[UCenter] (C)2001-2009 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$Id: badword.php 847 2008-12-08 05:43:24Z zhaoxiongfei $
*/
!defined('IN_UC') && exit('Access Denied');
class badwordmodel {
var $db;
var $base;
function __construct(&$base) {
$this->badwo... | zyyhong | trunk/jiaju001/51shangcheng.cn/htdocs/uc_server/model/badword.php | PHP | asf20 | 2,244 |