用户注册



邮箱:

密码:

用户登录


邮箱:

密码:
记住登录一个月忘记密码?

发表随想


还能输入:200字
云代码 - php代码库

仿QQ爱墙免费版

2013-10-21 作者: 免费源代码下载整理举报

[php]代码库

<?php
file_exists("install.php")?die("请先用install.php安装,然后再访问。"):null;
#⌒⌒⌒⌒⌒⌒⌒⌒⌒⌒⌒⌒⌒⌒⌒⌒⌒⌒⌒⌒⌒⌒⌒⌒⌒⌒⌒⌒⌒#
 ########################################################## 
###  WEBHNMY 梦缘科技 PHPLOVE爱墙(仿QQ爱墙)H2008免费版! ###
##   联系 人:秋风隐士                                    ##
##   电   话:0752-5972068                                ##
##   本站服务:本站免费提供网络源程序、网站开发、FLASH修改 ##
###           、广告招租、合婚、算命、并设有讨论区。      ###             
 ########################################################## 
 ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>合婚网爱墙 - 仿QQ爱墙免费版</title>
<meta content="合婚网爱墙,仿QQ爱墙" name="Description" />
<style><!--@import url(inc/style.css);--></style>
</head>
<body>
<div style="display:none;" id="aspk" onclick="Hide();"></div>
<div id="header">
	<span style="float:left;"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="../download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0/#version=7,0,19,0/default.htm" width="160" height="73"><param name="movie" value="hehun_images/logo.swf" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><embed src="images/logo.swf" quality="high" pluginspage="../www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="160" height="73"></embed>
	</object></span>
	<div id="banner"><a href="http//www.hehun.org.cn" target="_blank">PHPLOVE爱墙(仿QQ爱墙)H2008免费版!</a></div>
</div><div id="menu">
	<a href="http://www.hehun.org.cn/bbs" target="_blank"><img src="hehun_images/01.gif" width="27" height="17" /></a>
    <a href="index.php">我的爱墙</a> <img src="hehun_images/02.gif" width="16" height="16" /><a href="hehun_add.php">我要许愿</a> <img src="hehun_images/03.gif" width="16" height="16" /> <a href="hehun_list.php">福气排行 </a> <img src="hehun_images/04.gif" width="27" height="18" /> <a href="http://www.hehun.org.cn" target="_blank">爱墙程序 </a> <img src="hehun_images/05.gif" width="15" height="12" /> <a href="index.php">首页 </a> <img src="hehun_images/06.gif" width="16" height="16" /> <a href="http://u.hehun.org.cn" target="_blank">博客 </a> </div>
<div id="main">
	<script type="text/javascript" src="inc/index.js"></script>
<?php 
include("inc/coon.php");
$result=mysql_query("select * from hehun_love order by hehun_id"); 
$num=mysql_numrows($result); 
for ($i=0;$i<$num;$i++) { 
$hehun_id=mysql_result($result,$i,"hehun_id");
$hehun_class=mysql_result($result,$i,"hehun_class"); 
$hehun_images=mysql_result($result,$i,"hehun_images"); 
$hehun_head=mysql_result($result,$i,"hehun_head");
$hehun_sign=mysql_result($result,$i,"hehun_sign");
$hehun_lr=mysql_result($result,$i,"hehun_lr");
$hehun_date=mysql_result($result,$i,"hehun_date");
$hehun_cs=mysql_result($result,$i,"hehun_cs");
$top =rand(110,418);
$left=rand(81,625)
?>
<div id="Layer<?=$hehun_id?>" class="Face<?=$hehun_class?>" style="top:<?=$top?>px;left:<?=$left?>px;z-index:1" onmousedown="Move(this,event)" ondblclick="Show(1)">
<p class="Num">爱墙编号:<?=$hehun_id?><img src="hehun_images/close.gif" alt="关闭" onclick="Close(<?=$hehun_id?>)" /></p><p class="Detail"><img alt="" src="hehun_images/icon<?=$hehun_images?>.gif" /><span class="Head"><?=$hehun_head?></span><br /><?=$hehun_lr?></p><p class="Sign"><table class="Sign"width="95%"  border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td><div align="left"><a href="zf.php?id=<?=$hehun_id?>" title="点击祝福">祝福次数:<?=$hehun_cs?>次</a></div></td>
    <td><div align="right"><?=$hehun_sign?></div></td>
  </tr>
</table></p><p class="Date"><?=$hehun_date?></p></div>	
<?php
}
?>
</div>
<div id="footer">
	<h1>
		<a href="index.php" title="爱墙">首页</a> - 
		<a href="hehun_add.php" title="贴字条">贴字条</a> - 
		<a href="hehun_list.php" title="字条列表">字条列表</a> - 
		<a href="http://www.hehun.org.cn" title="程序支持" target="_blank">程序支持</a> 
	</h1>
	Powered by <a href="http://www.hehun.org.cn" target="_blank">H2008免费版</a>
</div>
</body>
</html>

[代码运行效果截图]


仿QQ爱墙免费版

[源代码打包下载]




网友评论    (发表评论)

共1 条评论 1/1页

发表评论:

评论须知:

  • 1、评论每次加2分,每天上限为30;
  • 2、请文明用语,共同创建干净的技术交流环境;
  • 3、若被发现提交非法信息,评论将会被删除,并且给予扣分处理,严重者给予封号处理;
  • 4、请勿发布广告信息或其他无关评论,否则将会删除评论并扣分,严重者给予封号处理。


扫码下载

加载中,请稍后...

输入口令后可复制整站源码

加载中,请稍后...