<?php
if(!isset($type)){exit();}
if(!isset($_GET["cid"]) or !is_numeric($_GET["cid"])){
header("HTTP/1.1 404 Not Found");
include "404.html";
exit();
}
$cid=$_GET["cid"];
$sql=$this->Sql("select * from `s_content` where `cid`='".$this->res($cid)."' limit 0,1");
if($this->num($sql)==0){
header("HTTP/1.1 404 Not Found");
include "404.html";
exit();
}
$a=$this->row2($sql);
$content=$a["content"];
$sqlu=$this->Sql("select `face`,`nickname` from `s_user` where `uid`='".$a["uid"]."' limit 0,1");
$u=$this->row2($sqlu);
$this->showhd($a["title"]);
//亲密度
$this->qinmidu($a["uid"]);
$vid=$this->iview($cid);
?>
<Style>
.logo{height:55px;line-height:50px;font-size:17px;font-weight:bold;vertical-align:middle;background-color:#fff;position:fixed;left:0px;width:100%;top:0px;z-index:55;box-shadow: #b9bcbc 0px 8px 8px -8px;}
.logo #logo{display:inline-block;height:55px;line-height:50px;color:#777;float:left;}
#logo span{display:inline-block;height:50px;width:50px;border-radius:25px;margin-right:5px;margin-left:10px;border:0px;}
.logo img{vertical-align:middle;height:50px;border-radius:25px;}
#qq{float:right;margin-right:10px;font-size:20px;}
.sousuo{height:32px;width:32px;float:right;margin-top:11px;margin-right: 8px;background:#fff;display:inline-block;}
.sousuo img{height:32px;width:32px;}
.hmmm{display:inline-block;height:55px;line-height:55px;float:left;color:#777;font-size:20px;font-weight:bold;margin-left:10px;width:60px;text-align:center;}
</Style>
<div style='height:50px;'></div>
<div class='logo'><a id='logo' href='/'><span><img src='/public/img/logo.png'/></span></a>
<a class='hmmm' href='/?type2=guan' style='<?php if($type2=="guan"){ echo "color:#000"; } ?>'>关注</a>
<a class='hmmm' href='/?type2=tui' style='<?php if($type2=="tui"){ echo "color:#000"; } ?>'>推荐</a>
<a class='hmmm' href='/?type2=pai' style='<?php if($type2=="pai"){ echo "color:#000"; } ?>'>排行</a>
<a href='/?type=soso' class='sousuo'><img src='/public/img/sousuo1.png'/></a>
</div>
<style type="text/css">
.art1{margin:10px auto;border-radius:10px;max-width:1000px;}
.art11{background-color:#fff;margin-left:10px;margin-right:50px;border-radius:10px;padding:10px;}
.art1t{font-size:18px;font-weight:bold;line-height:35px;margin:3px 0px 3px 0px;color:#000;font-weight:bold;}
.art1c{line-height:28px;}
.art1a{font-size:12px;color:#999;line-height:25px;padding-right:60px;}
.art1a img{height:13px;margin-left:3px;vertical-align: middle;margin-top:-2px;margin-right: 1px;}
.art1c img{border-radius:8px;max-width:500px;width:100%;}
.art1tag{line-height:28px;}
.art1tag a{margin-right:8px;}
</style>
<div class='art1'><div class='art11'>
<div class='art1a'><?php echo date("Y年m月d日",$a["time"]); ?>发布 <img src='/public/img/view.png'/><?php echo $a["view"]; ?></div>
<div class='art1c'><?php echo $content; ?></div>
</div></div>
<style type="text/css">
.art{margin:10px 10px 0px 10px;border-radius:8px;background-color:#fff;padding:8px;box-shadow: #b9bcbc 0px 8px 8px -8px;}
.artt{line-height:30px;color:#333;font-size:16px;font-weight:bold;}
.artc{height:52px;line-height:26px;color:#888;overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.picsbx1{float:left;max-width:120px;margin-right:10px;}
.picsbx1 img{max-width:120px;width:100%;border-radius:10px;}
.picsbx2{max-height:80px;line-height:80px; vertical-align: middle;}
.picsbx2 img{width:50%;float:left;max-width:200px;vertical-align:middle;}
.picsbx3{max-height:60px;line-height:60px;vertical-align: middle;}
.picsbx3 img{width:33%;float:left;max-width:200px;vertical-align:middle;}
.user{line-height:45px;}
.user img{width:32px;height:32px;vertical-align:middle;border-radius:16px;margin-right:4px;}
.user a{color:#555;}
.arttm{border-top:1px solid #dedede;margin-top:5px;}
.arttm a{display:inline-block;width:33%;float:left;height:35px;line-height:35px;text-align:center;font-size: 12px;color:#777;}
.arttm img{width:20px;height:20px;vertical-align:middle;margin-right:4px;margin-top:-2px;}
.view{}
</style>
<?php
$cids=array();
$cids[]=$a["cid"];
if($vid>0){
if($this->here()){
$asql=$this->Sql("select `s_content`.*,`s_user`.`nickname`,`s_user`.`face`,ifnull(`s_clikes`.`lid`,0) as `lid` from `s_content` left join `s_user` using(`uid`) left join `s_clikes` on(`s_content`.`cid`=`s_clikes`.`cid` and `s_clikes`.`uid`='".$_SESSION["uid"]."') left join `s_cview` on(`s_content`.`cid`=`s_cview`.`cid` and `s_cview`.`uid`='".$_SESSION["uid"]."') where `s_cview`.`vid`<'".$vid."' order by `s_cview`.`vid` desc limit 0,1");
}else{
$asql=$this->Sql("select `s_content`.*,`s_user`.`nickname`,`s_user`.`face` from `s_content` left join `s_user` using(`uid`) left join `s_cview` on(`s_content`.`cid`=`s_cview`.`cid` and `s_cview`.`uiid`='".$_SESSION["uiid"]."') where `s_cview`.`vid`<'".$vid."' order by `s_cview`.`vid` desc limit 0,1");
}
while($a3=$this->row2($asql)){
$str="";
$str2=$a3["intro"];
if(preg_match("/picsbx1/",$a3["intro"])){
$str=$a3["intro"];
$str2="";
}
$cids[]=$a3["cid"];
$likepng="unlike";
if($this->here()){
if($a3["lid"]!=0){
$likepng="like";
}
}
echo "<div class='art'>
<Div class='user'><a href='/?type=user&uid=".$a3["uid"]."'><img src='/public/face/".$a3["face"]."'/>".$a3["nickname"]."</a></div>
<a href='/?type=v&cid=".$a3["cid"]."'><div>
".$str."
<div class='artt'>".$a3["title"]."</div>".$str2."
</div></a>
<div class='arttm'>
<a href='/?type=v&cid=".$a3["cid"]."' class='view'><img src='/public/img/view.png'/>".$a3["view"]."</a>
<a href='#' class='llike like cid".$a3["cid"]."' cid='".$a3["cid"]."'><img src='/public/img/".$likepng.".png'/><span>".$a3["likes"]."</span></a>
<a href='/?type=comment&cid=".$a3["cid"]."'><img src='/public/img/comment.png'/>".$a3["comment"]."</a>
</div>
</div>";
}
if($this->here()){
$asql2=$this->Sql("select `s_content`.*,`s_user`.`nickname`,`s_user`.`face`,ifnull(`s_clikes`.`lid`,0) as `lid` from `s_content` left join `s_user` using(`uid`) left join `s_clikes` on(`s_content`.`cid`=`s_clikes`.`cid` and `s_clikes`.`uid`='".$_SESSION["uid"]."') left join `s_cview` on(`s_content`.`cid`=`s_cview`.`cid` and `s_cview`.`uid`='".$_SESSION["uid"]."') where `s_cview`.`vid`>'".$vid."' order by `s_cview`.`vid` asc limit 0,1");
}else{
$asql2=$this->Sql("select `s_content`.*,`s_user`.`nickname`,`s_user`.`face` from `s_content` left join `s_user` using(`uid`) left join `s_cview` on(`s_content`.`cid`=`s_cview`.`cid` and `s_cview`.`uiid`='".$_SESSION["uiid"]."') where `s_cview`.`vid`>'".$vid."' order by `s_cview`.`vid` asc limit 0,1");
}
while($a2=$this->row2($asql2)){
$str="";
$str2=$a2["intro"];
if(preg_match("/picsbx1/",$a2["intro"])){
$str=$a2["intro"];
$str2="";
}
$cids[]=$a2["cid"];
$likepng="unlike";
if($this->here()){
if($a2["lid"]!=0){
$likepng="like";
}
}
echo "<div class='art'>
<Div class='user'><a href='/?type=user&uid=".$a2["uid"]."'><img src='/public/face/".$a2["face"]."'/>".$a2["nickname"]."</a></div>
<a href='/?type=v&cid=".$a2["cid"]."'><div>
".$str."
<div class='artt'>".$a2["title"]."</div>".$str2."
</div></a>
<div class='arttm'>
<a href='/?type=v&cid=".$a2["cid"]."' class='view'><img src='/public/img/view.png'/>".$a2["view"]."</a>
<a href='#' class='llike like cid".$a2["cid"]."' cid='".$a2["cid"]."'><img src='/public/img/".$likepng.".png'/><span>".$a2["likes"]."</span></a>
<a href='/?type=comment&cid=".$a2["cid"]."'><img src='/public/img/comment.png'/>".$a2["comment"]."</a>
</div>
</div>";
}
}
?>
<?php
$likes="";
$likes1="";
if($this->here()){
$likes="left join `s_clikes` on(`s_content`.`cid`=`s_clikes`.`cid` and `s_clikes`.`uid`='".$_SESSION["uid"]."')";
$likes1="
没有合适的资源?快使用搜索试试~ 我知道了~
独立开发的轻量级简洁开源论坛BBS PHP源码
共106个文件
php:43个
png:34个
jpeg:16个
1.该资源内容由用户上传,如若侵权请联系客服进行举报
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
版权申诉
0 下载量 33 浏览量
2024-05-21
21:07:59
上传
评论
收藏 448KB ZIP 举报
温馨提示
最新的轻量级开源论坛php源码发布啦!这是一款独立开发的论坛系统,可以帮助你快速地开发出你想要的网站。 如果你是PHP初学者,这款论坛系统非常适合你入门学习。不过,需要注意的是,由于它并没有进行商业化改造,所以不建议用于商业用途,仅供学习和研究使用! 这个版本已经更新到了V1.1,增加了安装程序,并对后台功能做了一定的丰富。编辑器也新增了加入链接的功能。此外,你还可以增删用户,增删改文章,以及进行文章搜索。
资源推荐
资源详情
资源评论
收起资源包目录
独立开发的轻量级简洁开源论坛BBS PHP源码 (106个子文件)
cm.css 363B
loading.gif 551B
.htaccess 94B
.htaccess 94B
.htaccess 54B
说明.html 3KB
软希网更多资源下载.html 68B
软希网更多资源下载.html 68B
c180a194fb56e1fa1e5f93ee7170dd4c.jpeg 54KB
a29809cc966a03065f6aa4c5f1663cc4.jpeg 41KB
5aed7b4e249c8143b758947a52eab542.jpeg 38KB
edc660eff86ecd03e00e9e898adbc926.jpeg 21KB
8824333c740e946e310f1ebb59ac56ce.jpeg 21KB
ab4d782aed375bfe9b2bb60db8f95909.jpeg 20KB
b47b39bba31a86bc7b7973c2c6ad76f1.jpeg 9KB
70ff1e61799ab48c75aea0e7232954dd.jpeg 3KB
2edbd29a63c4db8151e3a07436cc1f63.jpeg 3KB
293ea8fb63eaad4cce36e885ae6aa9ab.jpeg 3KB
502d766354338f2258625d68119170ff.jpeg 3KB
8d322840e2f6e2ed7b5546dcff055136.jpeg 2KB
95aa34b7ec0f20f49865ff0870d3f2e1.jpeg 2KB
2b702ee7747724d02daef414e4f07b5c.jpeg 2KB
980114b59f0f4202c78606b0acad8752.jpeg 1KB
7f51ee016f7dce2e4379a3ba3df417fa.jpeg 1KB
jq.js 94KB
mobileBUGFix.mini.js 9KB
jquery.lazyload.js 4KB
localResizeIMG.js 1KB
config.json 217B
v.php 14KB
post.user.php 11KB
post.pb.php 10KB
index.php 9KB
index.php 8KB
soso.php 7KB
comment.php 6KB
send.php 6KB
install.php 6KB
sys.php 5KB
wechat2.php 5KB
wo.php 5KB
tui.php 5KB
post.msg.php 5KB
webconfig.php 5KB
mai.php 4KB
post.ht.php 4KB
forget.php 4KB
guan.php 4KB
zhconfig.php 4KB
reg.php 4KB
vmanage.php 4KB
login.php 3KB
wechat.php 3KB
password.php 3KB
mkwx.php 2KB
zhqh.php 2KB
ft.php 2KB
index.php 2KB
index.php 2KB
index.php 2KB
pai.php 2KB
config.php 2KB
hd.php 2KB
index.php 1KB
ht.php 519B
user.php 433B
msg.php 397B
pub.php 395B
config.php 137B
weili.php 132B
shop.php 104B
wechat.php 37B
xigua.png 11KB
logout.png 10KB
view.png 9KB
shop.png 7KB
unlink.png 7KB
like.png 7KB
shoucang.png 7KB
share.png 7KB
link.png 7KB
unlike.png 7KB
order.png 5KB
password.png 5KB
comment.png 4KB
msg.png 4KB
weili.png 4KB
config (1).png 3KB
webconfige.png 2KB
moren.png 2KB
wechat.png 1KB
zhqh.png 1KB
pub (1).png 1KB
sousuo1.png 1KB
config.png 1KB
tag3.png 893B
useradd.png 806B
pub.png 699B
pw.png 599B
zhconfig.png 591B
共 106 条
- 1
- 2
资源评论
希希分享
- 粉丝: 6988
- 资源: 3837
下载权益
C知道特权
VIP文章
课程特权
开通VIP
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 4b054动漫交流与推荐平台_springboot+vue.zip
- 4b052新能源汽车个性化推荐系统_springboot+vue.zip
- 4b057停车场管理系统_springboot+vue.zip
- 4b058教务管理系统_springboot+vue.zip
- Docker 操作系统镜像 ubuntu 20.04
- 4b072中文社区交流平台_springboot+vue0.zip
- 4b056公交智能化系统_springboot+vue.zip
- 4b079扶贫众筹网_springboot+vue0.zip
- 金属纳米狭缝在超过趋肤深度限制的情况下增强太赫兹场-comsol模型
- 4b081高校素拓分管理系统_springboot+vue0.zip
- 4b059二手车交易系统_springboot+vue.zip
- Docker 操作系统镜像 ubuntu 22.04
- 4b060基于SpringBoot的漫画天堂网_vue.zip
- P020241022366282612014.ofd
- 4b078基于JavaWeb的宠物商城平台_springboot+vue0.zip
- 4b061网上购物商城的设计与实现_springboot+vue.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功