code
stringlengths
1
2.01M
language
stringclasses
1 value
<?php // +---------------------------------------------------------------------- // | ThinkPHP [ WE CAN DO IT JUST THINK IT ] // +---------------------------------------------------------------------- // | Copyright (c) 2010 http://thinkphp.cn All rights reserved. // +----------------------------------------------...
PHP
<?php // +---------------------------------------------------------------------- // | ThinkPHP [ WE CAN DO IT JUST THINK IT ] // +---------------------------------------------------------------------- // | Copyright (c) 2010 http://thinkphp.cn All rights reserved. // +--------------------------------------------...
PHP
<?php // +---------------------------------------------------------------------- // | ThinkPHP [ WE CAN DO IT JUST THINK IT ] // +---------------------------------------------------------------------- // | Copyright (c) 2007 http://thinkphp.cn All rights reserved. // +----------------------------------------------...
PHP
<?php // +---------------------------------------------------------------------- // | ThinkPHP [ WE CAN DO IT JUST THINK IT ] // +---------------------------------------------------------------------- // | Copyright (c) 2010 http://thinkphp.cn All rights reserved. // +----------------------------------------------...
PHP
<?php // +---------------------------------------------------------------------- // | ThinkPHP [ WE CAN DO IT JUST THINK IT ] // +---------------------------------------------------------------------- // | Copyright (c) 2010 http://thinkphp.cn All rights reserved. // +----------------------------------------------...
PHP
<?php // +---------------------------------------------------------------------- // | ThinkPHP [ WE CAN DO IT JUST THINK IT ] // +---------------------------------------------------------------------- // | Copyright (c) 2010 http://thinkphp.cn All rights reserved. // +----------------------------------------------...
PHP
<?php // +---------------------------------------------------------------------- // | ThinkPHP [ WE CAN DO IT JUST THINK IT ] // +---------------------------------------------------------------------- // | Copyright (c) 2010 http://thinkphp.cn All rights reserved. // +----------------------------------------------...
PHP
<?php // +---------------------------------------------------------------------- // | ThinkPHP [ WE CAN DO IT JUST THINK IT ] // +---------------------------------------------------------------------- // | Copyright (c) 2010 http://thinkphp.cn All rights reserved. // +----------------------------------------------...
PHP
<?php // +---------------------------------------------------------------------- // | ThinkPHP [ WE CAN DO IT JUST THINK IT ] // +---------------------------------------------------------------------- // | Copyright (c) 2008 http://thinkphp.cn All rights reserved. // +----------------------------------------------...
PHP
<?php //本地配置 session_start(); header('Content-Type: text/html; charset=utf-8'); //定义全局参数 //函数体要引用全局变量,即在函数体内申明如:global $a; $SystemConest=array(); $SystemConest[0]=dirname(__FILE__); $SystemConest[1]="guanli";//后台管理目录 $SystemConest[2]="admin";//超级帐号 $SystemConest[3]=1*1024*100;//充许文件上传的大小 $SystemConest[4]=...
PHP
<?php //当是haomzl.com时加载global2.php 修改的时候要在这两个文件都修改 include (strstr($_SERVER['HTTP_HOST'],"haomzl.com"))?'global2.php':'global1.php'; ?>
PHP
<?php session_start(); require "../global.php";//$dirname."/". require $SystemConest[0]."/"."inc/Uifunction.php"; unset($_SESSION['Login']); //注销login alert("/".$SystemConest[1]."",2,"退出成功"); ?>
PHP
<? session_start(); require "../global.php"; ?> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>网站管理系统</title> <style type="text/css"> <!-- body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px...
PHP
<?php session_start(); require "../global.php"; define('APP_NAME', 'xdreamsguanli'); define("APP_DEBUG", true); //是否开启调式 require "../DThinkPHP/ThinkPHP.php"; ?>
PHP
<? require "../global.php"; ?> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <style type="text/css"> body,td,th { font-size: 12px; } body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; } </style> <table width="423" border="0" cellpadding="0" cells...
PHP
<?php require "../global.php";//$dirname."/". require RootDir."/".$SystemConest[1]."/system/Config.php"; require RootDir."/"."inc/Menu_js.php"; include RootDir."/"."inc/const.php"; require RootDir."/"."inc/Uifunction.php"; require RootDir."/".$SystemConest[1]."/UIFunction/adminClass.php"; require RootDir."/".$Sy...
PHP
<?php require "../global.php";?> <html > <head> <title>管理后台</title> <link href="../Inc/Css.css" rel="stylesheet" type="text/css" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> </head> <style type="text/css"> <!-- body { margin-left: 0px; margin-top: 0px; margin-right: 0px; mar...
PHP
<?php session_start(); require "../../../global.php";//$dirname."/". require RootDir."/"."inc/config.php"; require RootDir."/"."inc/Uifunction.php"; require RootDir."/".$SystemConest[1]."/UIFunction/adminClass.php"; require RootDir."/".$SystemConest[1]."/system/Config.php"; require RootDir."/".$SystemConest[1]."...
PHP
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>文件上传</title> <link href="../../Inc/Css.css" rel="stylesheet" type="text/css" /> <style type="text/css"> <!-- body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; } --> </style></head>...
PHP
<? function ShowAdminList($MenuId,$mydb) { global $SystemConest; global $TableName; $AdminFields=array(); $mydb->TableName=$TableName; $mydb->ArrFields=$AdminFields; $sqlrs="select * from ".$SystemConest[7].$mydb->TableName." order by ".$mydb->TableName."0"; $rsc=$mydb-...
PHP
<? session_start(); require "../../../global.php";//$dirname."/". require RootDir."/"."inc/config.php"; require RootDir."/"."inc/Uifunction.php"; require RootDir."/".$SystemConest[1]."/UIFunction/adminClass.php"; require RootDir."/".$SystemConest[1]."/system/Config.php"; require RootDir."/".$SystemConest[1]."/sy...
PHP
<? session_start(); require "../../../global.php";//$dirname."/". require $SystemConest[0]."/"."inc/config.php"; require $SystemConest[0]."/"."inc/Uifunction.php"; require $SystemConest[0]."/".$SystemConest[1]."/System/Config.php"; require $SystemConest[0]."/".$SystemConest[1]."/UIFunction/adminClass.php"; requir...
PHP
<? class AdminSys extends YYBDB { var $UserName; var $PassWord; var $Info; var $Rule; var $GetID; function Class_Terminate() { unset($this); } //用户登陆 function Login() { global $SystemConest; $sqlrs="Select * From ".$SystemConest[7]."sysadmin Where sysadmin1='" .$this->UserName...
PHP
<?php session_start(); require "../../../global.php";//$dirname."/". require RootDir."/"."inc/config.php"; require RootDir."/"."inc/Uifunction.php"; require RootDir."/".$SystemConest[1]."/UIFunction/adminClass.php"; require RootDir."/".$SystemConest[1]."/system/Config.php"; require RootDir."/".$SystemConest[1]."...
PHP
<?php session_start(); require "../../../global.php"; include $SystemConest[0]."/".$SystemConest[1]."/system/Config.php"; require_once $SystemConest[0]."/"."inc/config.php"; require_once $SystemConest[0]."/"."inc/Uifunction.php"; require_once $SystemConest[0]."/".$SystemConest[1]."/UIFunction/adminClass.php";...
PHP
<?php session_start(); require "../../../global.php";//$dirname."/". require RootDir."/"."inc/config.php"; require RootDir."/"."inc/Uifunction.php"; require RootDir."/".$SystemConest[1]."/UIFunction/adminClass.php"; require RootDir."/".$SystemConest[1]."/system/Config.php"; require RootDir."/".$SystemConest[1]."...
PHP
<? function SysSetForm($mydb) { $sqlrs="select * from ".$mydb->TableName." where ".$mydb->TableName."0 =".$mydb->ArrFields[0].""; $rsc=$mydb->db_query($sqlrs); $rs=$mydb->db_fetch_array($rsc); ?> <form id="form1" name="form1" method="post" action="Index_Save.php?MenuId=<? echo $_REQUEST["...
PHP
<?php session_start(); require "../../../global.php";//$dirname."/". require RootDir."/"."inc/config.php"; require RootDir."/"."inc/Uifunction.php"; require RootDir."/".$SystemConest[1]."/UIFunction/adminClass.php"; require RootDir."/".$SystemConest[1]."/system/Config.php"; require RootDir."/".$SystemConest[1]."...
PHP
<?php session_start(); require "../../../global.php";//$dirname."/". require RootDir."/"."inc/config.php"; require RootDir."/"."inc/Uifunction.php"; require RootDir."/".$SystemConest[1]."/UIFunction/adminClass.php"; require RootDir."/".$SystemConest[1]."/system/Config.php"; require RootDir."/".$SystemConest[1]."...
PHP
<?php session_start(); require "../../../global.php";//$dirname."/". require RootDir."/"."inc/config.php"; require RootDir."/"."inc/Uifunction.php"; require RootDir."/".$SystemConest[1]."/UIFunction/adminClass.php"; require RootDir."/".$SystemConest[1]."/system/Config.php"; require RootDir."/".$SystemConest[1]."...
PHP
<?php session_start(); require "../../../global.php";//$dirname."/". require RootDir."/"."inc/config.php"; require RootDir."/"."inc/Uifunction.php"; require RootDir."/".$SystemConest[1]."/UIFunction/adminClass.php"; require RootDir."/".$SystemConest[1]."/system/Config.php"; require RootDir."/".$SystemConest[1]."...
PHP
<?php session_start(); require "../../../global.php";//$dirname."/". require RootDir."/"."inc/config.php"; require RootDir."/"."inc/Uifunction.php"; require RootDir."/".$SystemConest[1]."/UIFunction/adminClass.php"; require RootDir."/".$SystemConest[1]."/system/Config.php"; require RootDir."/".$SystemConest[1]."...
PHP
<?php //=============================================== // 单页图文系统 // 用于保存单页信息 如:公司介绍 公告等 //=============================================== $MyOnePageFields=array(8); $MyOnePageDB=new YYBDB(); $MyOnePageDB->TableName="OnePageSys"; //加载栏目 返回RS或Nothing function OnePageSys_Load($mydb,$MenuId) { ...
PHP
<?php session_start(); require "../../../global.php";//$dirname."/". require RootDir."/"."inc/config.php"; require RootDir."/"."inc/Uifunction.php"; require RootDir."/".$SystemConest[1]."/UIFunction/adminClass.php"; require RootDir."/".$SystemConest[1]."/system/Config.php"; require RootDir."/".$SystemConest[1]."...
PHP
<?php session_start(); require "../../../global.php";//$dirname."/". require RootDir."/"."inc/config.php"; require RootDir."/"."inc/Uifunction.php"; require RootDir."/".$SystemConest[1]."/UIFunction/adminClass.php"; require RootDir."/".$SystemConest[1]."/system/Config.php"; require RootDir."/".$SystemConest[1]."...
PHP
<?php $SystemTablename=array(); $SystemTablename[0]="classsys";//类别表名 $SystemTablename[1]="sysadmin"; $SystemTablename[2]="menusys"; $SystemTablename[3]="sysset"; $SystemTablename[4]="price,pic";//价格表名 $SystemTablename[5]="info,pic";//列表属性表名 function systemList($nselectItem,$sselectname) { /* ============...
PHP
<?php /* * Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.html or http://ckeditor.com/license */ /*! \mainpage CKEditor - PHP server side intergation * \section intro_sec CKEditor * Visit <a href="http://ckeditor.com">CKEditor web site</a> to find ...
PHP
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license --> <html xmlns="http://www.w3.org/1999/xhtml"> ...
PHP
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license --> <html xmlns="http://www.w3.org/1999/xhtml"> ...
PHP
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license --> <html xmlns="http://www.w3.org/1999/xhtml"> ...
PHP
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license --> <html xmlns="http://www.w3.org/1999/xhtml"> ...
PHP
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license --> <html xmlns="http://www.w3.org/1999/xhtml"> ...
PHP
<?php /* ------------------------------------------------------------------------------------------- CKEditor - Posted Data We are sorry, but your Web server does not support the PHP language used in this script. Please note that CKEditor can be used with any other server-side language than just PHP. ...
PHP
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <?php /* Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ ?> <html xmlns="http://www.w3.org/1999/x...
PHP
<?php /* * Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.html or http://ckeditor.com/license */ /** * \brief CKEditor class that can be used to create editor * instances in PHP pages on server side. * @see http://ckeditor.com * * Sample usage: ...
PHP
<?php /* * Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.html or http://ckeditor.com/license */ /** * \brief CKEditor class that can be used to create editor * instances in PHP pages on server side. * @see http://ckeditor.com * * Sample usage: ...
PHP
<?php $sitepath=dirname(__FILE__); $sys_config=array( "uppicload"=>"/upfiles/".date("Ym")."/",//上传图片保存的路径 "fileType"=>array(".gif",".png",".jpg",".jpeg",".bmp"),//上传类型 "fileSize"=>1000,//文件大小限制,单位KB ); ?>
PHP
<?php /** * Created by JetBrains PhpStorm. * User: taoqili * Date: 12-2-8 * Time: 下午1:20 * To change this template use File | Settings | File Templates. */ //上传配置 $config = array( "uploadPath" => "../uploadfiles/" , //保存路径 "fileType" => array( ".rar" , ".doc" , ".docx" , ".zip" , ".pdf" , ".txt...
PHP
<?php require "../../../config.php"; //上传配置 $config = array( "uploadPath"=>$sys_config["uppicload"], //保存路径 "fileType"=>$sys_config["fileType"], //文件允许格式 "fileSize"=>$sys_config["fileSize"], //文件大小限制,单位KB ); ...
PHP
<?php require "../../../config.php"; //上传配置 $config = array( "uploadPath"=>$sys_config["uppicload"], //保存路径 "fileType"=>$sys_config["fileType"], //文件允许格式 "fileSize"=>$sys_config["fileSize"], //文件大小限制,单位KB ); ...
PHP
<?php /** * Created by JetBrains PhpStorm. * User: taoqili * Date: 12-2-19 * Time: 下午10:44 * To change this template use File | Settings | File Templates. */ //include("simple_html_dom.php"); $key =htmlspecialchars($_POST["searchKey"]); $type = htmlspecialchars($_POST["videoType"]); $html = file_get_co...
PHP
<?php require "../../../config.php"; /** * Created by JetBrains PhpStorm. * User: taoqili * Date: 11-12-28 * Time: 上午9:54 * To change this template use File | Settings | File Templates. */ $uri = htmlspecialchars( $_POST[ 'content' ] ); //Ajax提交的网址内容中如果包含了&符号,上述函数会将其转成&amp;导致地址解析不对,这里要转回来 $uri = str_re...
PHP
<?php require "../../../config.php"; /** * Created by JetBrains PhpStorm. * User: ueditor * Date: 12-1-16 * Time: 上午11:44 * To change this template use File | Settings | File Templates. */ $path =$sys_config["uppicload"]; //最好使用缩略图地址,否则当网速慢时可能会造成严重的延时 $action = htmlspecialchars($_POST["action"]); if($a...
PHP
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/> <?php //获取数据 $content = htmlspecialchars(stripslashes($_POST['myEditor'])); $content1 = htmlspecialchars(stripslashes($_POST['myEditor1'])); //存入数据库或者其他操作 //------------- //显示 echo "第1个编辑器的值"; echo htmlspecialchars_decode($content); echo ...
PHP
<?php session_start(); require "../../../global.php";//$dirname."/". require RootDir."/"."inc/config.php"; require RootDir."/"."inc/Uifunction.php"; require RootDir."/".$SystemConest[1]."/UIFunction/adminClass.php"; require RootDir."/".$SystemConest[1]."/system/Config.php"; require RootDir."/".$SystemConest[1]."...
PHP
<?php session_start(); require "../../../global.php";//$dirname."/". require RootDir."/"."inc/config.php"; require RootDir."/"."inc/Uifunction.php"; require RootDir."/".$SystemConest[1]."/UIFunction/adminClass.php"; require RootDir."/".$SystemConest[1]."/system/Config.php"; require RootDir."/".$SystemConest[1]....
PHP
<?php session_start(); require "../../../global.php";//$dirname."/". require RootDir."/"."inc/config.php"; require RootDir."/"."inc/Uifunction.php"; require RootDir."/".$SystemConest[1]."/UIFunction/adminClass.php"; require RootDir."/".$SystemConest[1]."/system/Config.php"; require RootDir."/".$SystemConest[1]."...
PHP
<?php session_start(); require "../../../global.php";//$dirname."/". require RootDir."/"."inc/config.php"; require RootDir."/"."inc/Uifunction.php"; require RootDir."/".$SystemConest[1]."/UIFunction/adminClass.php"; require RootDir."/".$SystemConest[1]."/system/Config.php"; require RootDir."/".$SystemConest[1]."...
PHP
<?php session_start(); require "../../../global.php";//$dirname."/". require RootDir."/"."inc/config.php"; require RootDir."/"."inc/Uifunction.php"; require RootDir."/".$SystemConest[1]."/UIFunction/adminClass.php"; require RootDir."/".$SystemConest[1]."/system/Config.php"; require RootDir."/".$SystemConest[1]."...
PHP
<? session_start(); require "../../../global.php";//$dirname."/". require $SystemConest[0]."/"."inc/Uifunction.php"; require "../../../inc/ActionFile.Class.php"; $myfile=new ActionFile(); $myfile->DelFile("/index.htm"); if($myfile->CreateAnyPageToPage("http://".$_SERVER['HTTP_HOST'],$SystemConest[0]."/index.ht...
PHP
<?php session_start(); require "../../../global.php";//$dirname."/". require RootDir."/"."inc/config.php"; require RootDir."/"."inc/Uifunction.php"; require RootDir."/".$SystemConest[1]."/UIFunction/adminClass.php"; require RootDir."/".$SystemConest[1]."/system/Config.php"; require RootDir."/".$SystemConest[1]."...
PHP
<?php session_start(); require "../../../global.php";//$dirname."/". require RootDir."/"."inc/config.php"; require RootDir."/"."inc/Uifunction.php"; require RootDir."/".$SystemConest[1]."/UIFunction/adminClass.php"; require RootDir."/".$SystemConest[1]."/system/Config.php"; require RootDir."/".$SystemConest[1]."...
PHP
<?php /* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2009 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") ...
PHP
<?php /* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2009 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") ...
PHP
<?php header('Content-type: text/html; charset=utf-8'); // The following variables values must reflect your installation needs. $aspell_prog = '"C:\Program Files\Aspell\bin\aspell.exe"'; // by FredCK (for Windows) //$aspell_prog = 'aspell'; // by FredCK (for Linux) $lang = 'en_US'; $aspell_opts =...
PHP
<?php if ( !isset( $_SERVER ) ) { $_SERVER = $HTTP_SERVER_VARS ; } if ( !isset( $_GET ) ) { $_GET = $HTTP_GET_VARS ; } if ( !isset( $_FILES ) ) { $_FILES = $HTTP_POST_FILES ; } if ( !defined( 'DIRECTORY_SEPARATOR' ) ) { define( 'DIRECTORY_SEPARATOR', strtoupper(substr(PHP_OS, 0, ...
PHP
<?php /* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2009 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") ...
PHP
<?php /* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2009 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") ...
PHP
<?php /* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2009 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") ...
PHP
<?php /* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2009 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") ...
PHP
<?php /* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2009 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") ...
PHP
<?php /* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2009 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") ...
PHP
<?php /* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2009 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") ...
PHP
<?php /* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2009 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") ...
PHP
<?php /* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2009 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") ...
PHP
<?php /* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2009 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") ...
PHP
<?php /* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2009 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") ...
PHP
<?php /* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2009 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") ...
PHP
<?php /* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2009 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") ...
PHP
<?php session_start(); require "../../../global.php";//$dirname."/". require RootDir."/"."inc/config.php"; require RootDir."/"."inc/Uifunction.php"; require RootDir."/".$SystemConest[1]."/UIFunction/adminClass.php"; require RootDir."/".$SystemConest[1]."/system/Config.php"; require RootDir."/".$SystemConest[1]."...
PHP
 <?php //=============================== // 栏目管理/菜单管理 //=============================== $ClassFields=array(5); $MyClassDB=new YYBDB(); $MyClassDB->TableName=$SystemTablename[0]; $ListPropertyPageTdNum=1;//显示字段总数 $arrlistTitleNum[]=array(); $shangjiId=0; //显示上面的标题 function getTitle($mydb,...
PHP
<?php session_start(); require "../../../global.php";//$dirname."/". require RootDir."/"."inc/config.php"; require RootDir."/"."inc/Uifunction.php"; require RootDir."/".$SystemConest[1]."/UIFunction/adminClass.php"; require RootDir."/".$SystemConest[1]."/system/Config.php"; require RootDir."/".$SystemConest[1]."...
PHP
<?php session_start(); require "../../../global.php";//$dirname."/". require RootDir."/"."inc/config.php"; require RootDir."/"."inc/Uifunction.php"; require RootDir."/".$SystemConest[1]."/UIFunction/adminClass.php"; require RootDir."/".$SystemConest[1]."/system/Config.php"; require RootDir."/".$SystemConest[1]."...
PHP
<?php include_once("../../../global.php"); /** 因为这是记录后台的操作记录,所以,里面的字段不能完全确认,必须得在后台功能配置完成后再修改这里 */ function addlog($mydb,$username,$content) { global $SystemConest; $tablename="log"; $sql="insert into ".$SystemConest[7].$tablename."(log1,log2,log3,log4) value('".$username."','".$content."',546,".time().")"; ...
PHP
<?php session_start(); require "../../../global.php";//$dirname."/". require RootDir."/"."inc/config.php"; require RootDir."/"."inc/Uifunction.php"; require RootDir."/".$SystemConest[1]."/UIFunction/adminClass.php"; require RootDir."/".$SystemConest[1]."/system/Config.php"; require RootDir."/".$SystemConest[1]."...
PHP
<?php session_start(); require "../../../global.php";//$dirname."/". require RootDir."/"."inc/config.php"; require RootDir."/"."inc/Uifunction.php"; require RootDir."/".$SystemConest[1]."/UIFunction/adminClass.php"; require RootDir."/".$SystemConest[1]."/system/Config.php"; require RootDir."/".$SystemConest[1]....
PHP
<? session_start();?> <!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=utf-8" /> <title>无标题文档</title> </head> <link href="../../I...
PHP
<? session_start();?> <!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><link href="../../Inc/Css.css" rel="stylesheet" type="text/css"> <meta http-equiv="Content-Type" content="text/html; chars...
PHP
<? session_start();?> <!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><link href="../../Inc/Css.css" rel="stylesheet" type="text/css"> <meta http-equiv="Content-Type" content="text/html; chars...
PHP
<?php session_start(); require "../../../global.php";//$dirname."/". require RootDir."/"."inc/config.php"; require RootDir."/"."inc/Uifunction.php"; require RootDir."/".$SystemConest[1]."/UIFunction/adminClass.php"; require RootDir."/".$SystemConest[1]."/system/Config.php"; require RootDir."/".$SystemConest[1]."...
PHP
<?php session_start(); require "../../../global.php";//$dirname."/". require RootDir."/"."inc/config.php"; require RootDir."/"."inc/Uifunction.php"; require RootDir."/".$SystemConest[1]."/UIFunction/adminClass.php"; require RootDir."/".$SystemConest[1]."/system/Config.php"; require RootDir."/".$SystemConest[1]....
PHP
<?php session_start(); require "../../../global.php";//$dirname."/". require RootDir."/"."inc/config.php"; require RootDir."/"."inc/Uifunction.php"; require RootDir."/".$SystemConest[1]."/UIFunction/adminClass.php"; require RootDir."/".$SystemConest[1]."/system/Config.php"; require RootDir."/".$SystemConest[1]....
PHP
<?php session_start(); require "../../../global.php";//$dirname."/". require RootDir."/"."inc/config.php"; require RootDir."/"."inc/Uifunction.php"; require RootDir."/".$SystemConest[1]."/UIFunction/adminClass.php"; require RootDir."/".$SystemConest[1]."/system/Config.php"; require RootDir."/".$SystemConest[1]."...
PHP
<? session_start(); require "../../../global.php";//$dirname."/". require RootDir."/"."inc/config.php"; require RootDir."/"."inc/Uifunction.php"; require RootDir."/".$SystemConest[1]."/UIFunction/adminClass.php"; require RootDir."/".$SystemConest[1]."/system/Config.php"; require RootDir."/".$SystemConest[1]."/sys...
PHP
<? session_start(); require "../../../global.php";//$dirname."/". require RootDir."/"."inc/config.php"; require RootDir."/"."inc/Uifunction.php"; require RootDir."/".$SystemConest[1]."/UIFunction/adminClass.php"; require RootDir."/".$SystemConest[1]."/system/Config.php"; require RootDir."/".$SystemConest[1]."/s...
PHP
<script src="/Public/jsLibrary/jquery/jquery.js"></script> <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script> <script src="/<?php echo $SystemConest[1];?>/system/ckeditor/ckeditor.js"></script> <?php require_once("UserFunction.php");//加载特定项目函数库 //请在 文件$dirname."/"....
PHP
<? session_start(); require "../../../global.php"; require RootDir."/"."inc/config.php"; require RootDir."/"."inc/Uifunction.php"; require RootDir."/".$SystemConest[1]."/UIFunction/adminClass.php"; require RootDir."/".$SystemConest[1]."/system/Config.php"; require RootDir."/".$SystemConest[1]."/system/menusys/fun...
PHP
<?php session_start(); //此页为列表属性的显示页 require "../../../global.php";//$dirname."/". require RootDir."/"."inc/config.php"; require RootDir."/"."inc/Uifunction.php"; require RootDir."/".$SystemConest[1]."/UIFunction/adminClass.php"; require RootDir."/".$SystemConest[1]."/system/Config.php"; require RootDir."/".$Sy...
PHP
<?php session_start(); //此页为价格属性的显示页 require "../../../global.php";//$dirname."/". require RootDir."/"."inc/config.php"; require RootDir."/"."inc/Uifunction.php"; require RootDir."/".$SystemConest[1]."/UIFunction/adminClass.php"; require RootDir."/".$SystemConest[1]."/system/Config.php"; require RootDir."/".$Sy...
PHP
<? session_start(); ?> <script language="javascript" src="/jsLibrary/clienthint_ajax.js"></script> <?php require "../../../global.php"; require RootDir."/"."inc/config.php"; require RootDir."/".$SystemConest[1]."/system/Config.php"; require RootDir."/".$SystemConest[1]."/system/menusys/function.php"; $mydb=n...
PHP