⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bmbcodes.php

📁 bmb的论坛
💻 PHP
字号:
<?php
/*
 BMForum Plus! Bulletin Board Systems
 Version : Plus!
 
 This is a freeware, but don't change the copyright information.
 A SourceForge Project - GNU Licence project.
 Web Site: http://www.bmforum.com
 Copyright (C) Bluview Technology
*/

function phpcode($code){
global $gl;
$code=StripSlashes($code);
$code_temp=explode("<br>",$code);
$code=str_replace("<br>","\r\n",$code);
$code = str_replace("&nbsp;", " ", $code);
$code=str_replace('%a%','',$code);
$code=str_replace("鈹

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -