错6笔记

 找回密码
 立即注册
查看: 738|回复: 0

PHP代码高亮测试

[复制链接]

182

主题

238

帖子

1111

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
1111
发表于 2018-10-22 16:58:56 | 显示全部楼层 |阅读模式

亲,您还没有注册哦,错6笔记愿与你结交好友,享用更多功能,让你轻松玩转社区,快来注册吧!

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
[PHP] 纯文本查看 复制代码
<?php
/**
 *
 *****************************************************************************************************
 *    如果您通过浏览器访问网站时看到了这个提示,那么我们很遗憾地通知您,您的空间不支持 PHP 。
 *    也就是说,您的空间可能是静态空间,或没有安装PHP,或没有为 Web 服务器打开 PHP 支持。
 *    Sorry, PHP is not installed on your web hosting if you see this prompt.
 *    Please check out the PHP configuration.
 *
 *    如您使用虚拟主机:
 *
 *        > 联系空间商,更换空间为支持 PHP 的空间。
 *        > Contact your service provider, and let them provice a new service which supports PHP.
 *
 *
 *    如您自行搭建服务器,推荐您:
 *    Configuring manually? Recommend:
 *
 *        > 访问 PHP 官方网站获取安装帮助。
 *        > Visit PHP Official Website to get the documentation of installion and configuration.
 *        > [url]http://php.net[/url]
 *
 ******************************************************************************************************
 */

/**
 * Z-Blog with PHP
 * @author
 * @copyright (C) RainbowSoft Studio
 * @version
 */
require 'zb_system/function/c_system_base.php';

$zbp->RedirectInstall();
$zbp->CheckGzip();
$zbp->Load();
$zbp->RedirectPermanentDomain();
$zbp->CheckSiteClosed();

foreach ($GLOBALS['hooks']['Filter_Plugin_Index_Begin'] as $fpname => &$fpsignal) {
    $fpname();
}

ViewIndex();

foreach ($GLOBALS['hooks']['Filter_Plugin_Index_End'] as $fpname => &$fpsignal) {
    $fpname();
}

RunTime();
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|小黑屋|错6笔记 ( 辽ICP备18006810号 )

GMT+8, 2024-4-24 18:09 , Processed in 0.106563 second(s), 26 queries .

Powered by Discuz! X3.4

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表