|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
在一个团队之中或者说是在一个公司的工作岗位上,需要注重团队之间的交流合作;在学习或工作上都要端正自己的态度,要以认真的态度来对每件事,这样才能让自己更快的投入、更快的学习,而不至于浪费自己的时间。 board.php用来存储数据,可以先在外面添加了一条留言记载。 代码
<?php$Board=array(array(1081410332,'测试','测试留言本','http://www.piscdong.com'));?>
index.php是留言显示和提交页面。
代码
<?phprequire_once('board.php');function htmlencode($content){$content=htmlspecialchars($content);$content=preg_replace("/\r/i","<br />",$content);return $content;}if($HTTP_SERVER_VARS['REQUEST_METHOD']=='POST'){$configpath_parts1 = pathinfo($SCRIPT_FILENAME);$time=time();$name=$HTTP_POST_VARS['name'];$url=(preg_match("/^[\\w-]+(\\.[\\w-]+)*@[\\w-]+(\\.[\\w-]+)+$/i",$HTTP_POST_VARS['url']) || $HTTP_POST_VARS['url']=='')?$HTTP_POST_VARS['url']:'http://'.htmlspecialchars(preg_replace("/https?\:\/\//i",'',$HTTP_POST_VARS['url']),ENT_QUOTES);$info=htmlencode($HTTP_POST_VARS['info']);if($name!='' && $info!=''){$Board[]=array($time,$name,$info,$url);}for($i=0;$i<count($Board);$i++){$bd=current($Board);$s[]="\tarray(".$bd[0].",'".$bd[1]."','".$bd[2]."','".$bd[3]."')";next($Board);}$content="<?php\n\$Board=array(\n".join($s,",\n")."\n);\n?>";$filename=$configpath_parts1['dirname'].'/'.'board.php';if(is_writable($filename) || !file_exists($filename)){if(!$handle=fopen($filename,'w')){return false;}if(!fwrite($handle,$content)){return false;}fclose($handle);}else{return false;}header('Location:.');}else{?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>留言本</title><meta http-equiv="Content-Type" content="text/html; charset=gb2312" /></head><body><form method="post" name="form1" action=""><table border="0" cellspacing="5" cellpadding="0" align="center"><tr><td><div style="overflow:auto;height:250px;border:1px dotted #999999;padding:5px;word-wrap:break-word;width:400px;"><?php end($Board);for($i=0;$i<count($Board);$i++){$bd=current($Board);$s[]='<strong>'.($bd[3]!=''?'<a href="':'').(preg_match("/^[\\w-]+(\\.[\\w-]+)*@[\\w-]+(\\.[\\w-]+)+$/i",$bd[3])?'mailto:':'').$bd[3].(($bd[3]!='' && !preg_match("/^[\\w-]+(\\.[\\w-]+)*@[\\w-]+(\\.[\\w-]+)+$/i",$bd[3]))?'" target="_blank':'').($bd[3]!=''?'">':'').$bd[1].($bd[3]!=''?'</a>':'').':</strong> '.$bd[2].'<br/><em>-'.date("G:i, M j, Y",$bd[0]).'</em>';prev($Board);}echo join($s,'<br/><br/>');?></div></td></tr><tr><td align="center">称号:<input type="text" name="name"/> URL/Email:<input type="text" name="url"/><br/><textarea name="info" cols="40" rows="8"></textarea><br/><input type="submit" value="宣布"/></td></tr></table></form></body></html><?php } ?>
config.php中寄存的是办理留言本的暗码,把暗码放在独自一个文件中便利修正。
代码
<?php $password='123456'; ?>
admin.php是办理页面,功效很复杂,只能删除留言。在删除时需求输出办理暗码,办理暗码寄存在config.php中。
代码
<?phprequire_once('board.php');require_once('config.php');if(isset($HTTP_POST_VARS['id']) && $HTTP_POST_VARS['id']!='' && addslashes($HTTP_POST_VARS['password'])==$password){if(count($Board)>1){unset($Board[intval($HTTP_POST_VARS['id'])]);for($i=0;$i<count($Board);$i++){$bd=current($Board);$s[]="\tarray(".$bd[0]."<p>此旧事共有<font color=red><b>2</font></b>页 上一页 <a href=185938.html>1</a> <a href=185938-2.html>2</a> 下一页</TD></TR></TBODY></TABLE></DIV><TABLE class=pageSpaceNewsSeparator cellSpacing=0 cellPadding=1 width="100%" border=0><TBODY><TR><TD width="71%" height=24><a href=/sendmail.asp?filename=185938 target=_blank class=a01>保举密友</a> <SPAN class=pageIcon>| <a href=/member/add_favorite.asp?filename=185938 target=_blank class=a01>频道保藏</a> | <A class=a01 onclick=javascript:doPrint() href="">打印文档</A> | <a href=/senderror.asp?filename=185938 target=_blank class=a01>呈报毛病</a> </SPAN></TD><TD align=right width="29%"> <A href="javascript:window.close()"><IMG height=15 src="http://www.163design.net/p/uploadfile/200506/2005622153824725.gif" width=48 border=0></A><A href="http://www.channel7.cn/admin/Templet_textbox.asp?action=Modify&ID=3#top"><IMG height=15 src="http://www.163design.net/p/uploadfile/200506/2005622153824209.gif" width=38 border=0></A></TD></TR></TBODY></TABLE><TABLE height=117 cellSpacing=2 cellPadding=0 width="100%" border=0><TBODY><TR><TD class=titleNewsRemark id=fontzoom vAlign=top width="56%" height=40><TABLE cellSpacing=0 cellPadding=5 width="100%" border=0><TBODY><TR><TD class=titleListNews><STRONG>相干毗连</STRONG></TD></TR><TR><TD>・<a href= http://www.channel7.cn/2005/1-1/18847.html target=_blank>用PHP挪用数据库的存贮进程</a><br>・<a href= http://www.channel7.cn/2004/12-31/11570.html target=_blank>php注入2</a><br>・<a href= http://www.channel7.cn/2004/12-31/115612.html target=_blank>php注入!</a><br>・<a href= http://www.channel7.cn/2004/12-30/175521.html target=_blank>php上传、办理照片示例</a><br>・<a href= http://www.channel7.cn/2004/12-30/175141.html target=_blank>php文本站内全文检索</a><br>・<a href= http://www.channel7.cn/2004/12-30/17482.html target=_blank>周全考查“禁用阅读器前进按钮”</a><br>・<a href= http://www.channel7.cn/2004/12-30/174713.html target=_blank>PHP中的Java扩大</a><br>・<a href= http://www.channel7.cn/2004/12-24/1266.html target=_blank>PHP-Push手艺完成刷新功效</a><br></TD></TR></TBODY></TABLE><!--Content Start--><!--Content End--></TD><TD class=titleNewsRemark id=fontzoom vAlign=top width="44%"><TABLE cellSpacing=0 cellPadding=5 width="100%" border=0><TBODY><TR><TD class=titleListNews><STRONG>统一专题</STRONG></TD></TR><TR><TD>・无相干专题</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><TABLE class=titleNewsRemark cellSpacing=0 cellPadding=1 width="100%" border=0><TBODY><TR><TD class=pageSpaceNewsSeparator width="56%" height=26><SPAN class=style1><FONT color=#ff6347>■<STRONG>宣布评论</STRONG></FONT></SPAN></TD><TD align=left width="44%" rowSpan=2><SPAN class=titleNewsRemark><FONT color=#f26c4f>版权声明:</FONT>除局部出格声明不要转载,或受权我站独家播发的文章外,人人可以自在转载我站点的原创文章,但原作者和来自我站的链接必需保存(非我站原创的,依照本来自一节,自行链接)。文章版权归我站和作者共有<BR><FONT color=#f26c4f>转载</FONT></SPAN><SPAN style="BACKGROUND-COLOR: #f9f9f9" #invalid_attr_id="16px"><FONT color=#f26c4f>请求</FONT></SPAN><SPAN class=titleNewsRemark><FONT color=#f26c4f>:</FONT>转载之图片、文件,链接请不要盗链到本站,且禁绝打上各自站点的水印,亦不克不及抹去我站点水印。</SPAN></TD></TR><TR><TD height=118><SPAN class=style2><form method=post action=http://www.channel7.cn/add_review.asp><input type=hidden Name=FileName value=185938>共有评论<font color=red><script src=http://www.channel7.cn/reviewcount.asp?filename=185938></script></font>篇 <a href=185938.asp>检查评论</a><br>姓名:<input type=text name=Name><input type=submit name=Submit value=宣布评论><br><textarea name=Content cols=30 rows=4 title=不撑持HTML,撑持UBB代码>
培训的第二阶段,开始了PHP语言语法结构和应用的学习。 |
|