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

📄 fra_post.php

📁 采用模块化设计,自由组合文章,软件,论坛等模块,安装方便快捷 模板支持Dreamweaver可视化编辑,创建风格更为容易,专业
💻 PHP
字号:
<?php

if (!defined('ROOT'))
    exit('Access Denied');
session_start();
$type = (int)$_GET['type'];
$fid = (int)$_GET['fid'];
$tid = (int)$_GET['tid'];
$pid = (int)$_GET['pid'];
$quick = isset($_GET['quick']) ? true : false;
$captcha = strtolower($_POST['captcha']);
$f_html = empty($_POST['atc_html']) ? 0 : 1;
$f_url = empty($_POST['atc_autourl']) ? 0 : 1;
$f_ubb = empty($_POST['atc_convert']) ? 0 : 1;
$f_link = empty($_POST['f_link']) ? 0 : 1;
$f_twt = empty($_POST['f_twt']) ? 0 : 1;
$content = trim($_POST['atc_content']);
$con = array();
$tomod = $_GET['tomod'];
$exmods = exmods();
$tomod_post_pv = $tomod . '_post_pv';
in_array($tomod, $exmods) or e('鍏ュ彛閿欒

⌨️ 快捷键说明

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