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

📄 sell.php

📁 bmb的论坛
💻 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*/

require("datafile/config.php");
require("getskin.php");

get_forum_info();
if (file_exists("{$idpath}forum$forumid/$filename")) {
	$abcarticlelist=file("{$idpath}forum$forumid/$filename");
	$shell=explode("|",$abcarticlelist[0]);
	$seller=$shell[1];
	$asellmoney=$shell[11];
	$sellmoney=$shell[11];
}

$auoget=get_user_info($seller);
$useddrtype=$auoget[18];
$tmpdfsdf=explode("|",$usergroupdata[$useddrtype]);
$post_sell_max=$tmpdfsdf[29];

if($asellmoney>$post_sell_max) $asellmoney=$post_sell_max; 
if($sellmoney>$post_sell_max) $sellmoney=$post_sell_max; 

if ($login_status==0) {
	require("header.php");
	navi_bar($gl[368],$gl[368],'');
	msg_box($gl[368],$gl[51]);
	exit;
}

if(strtolower("璐靛

⌨️ 快捷键说明

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