[原创]php+ajax实现模拟Win文件管理系统二
.bt{width:70px; height:24px;}
<div align="center"><a href="post.php"><img
src="images/newthread.gif" width="70" height="20" border="0"
alt="发布新帖"></a></div>
</td>
<td height="20" width="10%">
<div align="center"><? echo "<a
href='repal.php?action=add&id=".$id."&zt=".$bbsmes[3]."&use=".$use."'><img
src='images/reply.gif' width='70' height='20' border='0'
alt='回复此贴'></a>"; ?></div>
</td>
<td height="20" width="10%">
<div align="center"><a
href="reguse.php?action=dl"><img src="images/dl.gif" width="70"
height="20" border="0"></a></div>
</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr bgcolor="#000000">
<td colspan="2">
<table width="100%" border="0" cellspacing="1"
cellpadding="1">
<tr bgcolor="#009999">
<td width="20%">
<div align="center"><font
color="#FFFFFF">原贴作者</font></div>
</td>
<td width="80%">
<div align="center"><font
color="#FFFFFF">原 贴 内 容</font></div>
</td>
</tr>
<tr bgcolor="#eeeeee" valign="top">
<td width="20%">
<div align="center"> <?
echo $useinfo[2]."<br>";
echo "<img
src='images/".$bbsmes[2]."'.gif><br>";
echo $useinfo[11]."<p>";
echo "发帖数 [".$useinfo["ftnum"]."]<br>";
?></div>
</td>
<td width="80%"><div align="left"> <?
$ft="foxbbs/".$bbsmes[5].".fox";
$message=@file($ft);
for ($i=0;$i<count($message);$i++)
{ if
(ord(substr($message[$i],0,1))==161) //第一位是否全角空格
echo $message[$i];
else {
$message[$i]=" ".trim($message[$i]);
echo $message[$i];
}
}
?></div></td>
</tr>
<tr bgcolor="#009999">
<td width="20%">
<div align="left"><img src="images/posticon.gif"
width="14" height="11"><? echo $bbsmes[4]; ?></div>
</td>
<td width="80%">
<div align="left"><?
if ($useinfo[9]=="不告诉你")
echo "<img src='images/email.gif' width='43'
height='17'>";
else echo "<a href='mailto:".$useinfo[8]."'><img
src='images/email.gif' width='43' height='17' alt='给我发邮件'
border='0'></a>";
echo " <a href='".$useinfo[9]."' ><img
src='images/home.gif' width='43' height='17' alt='我的主页'
border='0'></a>";
echo " <a href='useinfo.php?action=look'><img
src='images/profile.gif' width='43' height='16' alt='我的详细信息'
border='0'></a>";
echo " <a href='useinfo.php?action=edit'><img
src='images/edit.gif' width='43' height='17' alt='修改信息'
border='0'></a>";
echo " <a
href='foxbbs.php?action=find&user=".$useinfo[0]."'><img
src='images/find.gif' width='43' height='17' alt='查找该用户的所以文章'
border='0'></a>";
echo " <a
href='repal.php?action=add&use=".$useinfo[13]."&id=".$id."&zt=".$bbsmes[3]."&c=dd'><img
src='images/quote.gif' width='43' height='17' alt='引用该用户的文章回复'
border='0'></a>";
echo " <a href='#'><img src='images/ip.gif'
border='0' alt='".$bbsmes[11]."'></a>";
?> </div>
</td>
</tr>
<tr bgcolor="#ffffff"><td colspan="2"><div
align="center"><form method="post"><input type="checkbox"
name="lock" value="yes">锁住?<input type="checkbox"
name="unlock" value="yes">解锁?<input type="submit"
name="Submit"
value="确定"></form></div></td></tr>
</table>
</td>
</tr>
</table>
</body>
</html>
}
$query="select * from useinfo where
usename='".$bbsmes["usename"]."'";
$req=mysql_query($query);
if ($req) {
$useinfo=mysql_fetch_array($req);
switch ($useinfo[11])
{
case ($useinfo[11]==1):
$useinfo[11]="会员";
break;
case ($useinfo[11]==2):
$useinfo[11]="版主";
break;
case ($useinfo[11]==3):
$useinfo[11]="管理员";
break;
case ($useinfo[11]==4):
$useinfo[11]="站长";
break;
default:
$useinfo[11]="游客";
break;
}
}
if ($lock==yes)
{
$query="update foxbbs set lockes=1 where id='".$bbsid."'";
$req=mysql_query($query);
if ($req)
{
err_info("锁定成功");
echo "<script language='JavaScript'>
javascript:location.href='superuse.php?d=editbbs'; </script>;";
echo "<div align='center'><a
href='superuse.php?d=editbbs'>信息修改成功,返回</a></div>";
}
}
if ($unlock==yes)
{
$query="update foxbbs set lockes=0 where id='".$bbsid."'";
$req=mysql_query($query);
if ($req)
{
err_info("锁定成功");
echo "<script language='JavaScript'>
javascript:location.href='superuse.php?d=editbbs'; </script>;";
echo "<div align='center'><a
href='superuse.php?d=editbbs'>信息修改成功,返回</a></div>";
}
}
?>
<table width="100%" cellpadding="4" cellspacing="0" border="0">
<tr>
<td height="20">
<div align="right"></div>
</td>
<td height="20" width="75"> </td>
<td height="20" width="75"> </td>
<td height="20" width="75"> </td>
<td height="20" width="75"> </td>
</tr>
<tr>
<td height="20">
<div align="right"></div>
</td>
<td height="20" width="75">
<div align="center"><a
href="reguse.php?action=xy"><img src="images/top_register.gif"
width="74" height="21" border="0"></a></div>
</td>
<td height="20" width="75">
<div align="center"><a
href="useinfo.php?action=find"><img src="images/top_members.gif"
width="74" height="21" border="0"></a></div>
</td>
<td height="20" width="10%"><a
href="useinfo.php?action=use"><img src="images/top_profile.gif"
width="74" height="21" border="0"></a></td>
<td height="20" width="75"><a
href="foxbbs.php?d=q"><img src="images/top_logout.gif" width="74"
height="21" border="0"></a></td>
</tr>
<tr>
<td height="20">
<div align="left">当前位置:<font
color="#0000FF">狐网─>狐网论坛─>论题:</font></div>
</td>
<td>
<div align="center"><a href="foxbbs.php"><img
src="images/index.gif" width="70" height="20"
border="0"></a></div>
</td>
<td>
return 'image/html_js.jpg';
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html;
charset=gb2312">
<STYLE type=text/css>
P {FONT-FAMILY: normal; FONT-SIZE: 9pt; LINE-HEIGHT: 14pt}
DIV {FONT-FAMILY: normal; FONT-SIZE: 9pt; LINE-HEIGHT: 14pt}
</STYLE>
<LINK href="js/cpcw.css" rel=stylesheet /LINK>
<?php
include "linkfox.inc.php";
include "info.inc.php";
?>
</head>
//echo "<br>";
<body bgcolor="#FFFFFF">
<?
$query="select * from foxbbs where id='".$bbsid."'";
$req=mysql_query($query);
if ($req) {
$bbsmes=mysql_fetch_array($req);
$djnum=$bbsmes["djnum"]+1;
$query="update foxbbs set djnum='$djnum' where id='".$bbsid."'";
$req=mysql_query($query);
}
<script language="javascript" src="js/js.js"></script>
break;
margin-bottom: 0px;
margin:20px;
return 'image/word.jpg';
<!--
if(is_dir($dir)){
case "asp":
echo("<p id='t1'>");
margin-top:15px;
}
return 'image/txt.jpg';
//print_r( $dir);
return 'image/asp_php_jsp.jpg';
if($dir == '' || is_null($dir) || empty($dir)){return false;}
</html>
color:#E4E4E4
break;
echo("<a href="dir.php" class="ta"><img src="image/tool_root.gif" border="0"></a>");
$Extends_name = substr($dir,strrpos($dir,".")+1);
}
}
case "js":
<html>
background-color:#FFFFE1;
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
echo($dir_path."<br/>");
margin:20px;
#Layer1{
case "xml":
default:
color:#E4E4E4;
}
return (Getextends($dir));
case "shtml":
font-size:12px;
text-align:left;
return 'image/html_js.jpg';
echo("<a href="#" class="ta" onclick="history.go(-1);" ><img src="image/tool_back.gif" border="0"></a>");
.bb{ background:#fff;}
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
echo("<a href="#" class="ta" onclick="return Past('filepath','".$dir_path."')" ><img src="image/tool_past.gif" border="0"></a>");
-o-text-overflow:ellipsis;
height:97px;
border:1px solid #FF9933;
case "txt":
margin-left: 0px;
//$sublen = strlen(substr($dir_path,strrpos($dir_path,"/")));
if($dir_file=opendir($dir_path)){
?>
a.ta:hover{background:url("image/tool_if.gif") no-repeat ; height:30px;}
border:1px solid #000;
function Tool($dir_path,$lastdir){//这里显示菜单条
if(@$_GET['url'] !='' and is_dir(@$_GET['url'])){
echo("<input type="text" value="New folder" onblur="Losefocus(this,'".$dir_path."');"; >");
if($dir_list!="." && $dir_list!=".."){//如果加这里判断等一在显示文件列表时.. .这样.
global $_GET;
Tool($dir_path,$lastdir);
$lastdir = substr($dir_path,0,strlen($dir_path)-strlen(substr($dir_path,strrpos($dir_path,"/"))));
if(in_array($Extends_name,$Extends_img)){return $dir;}
return 'image/asp_php_jsp.jpg';
<style type="text/css">
#info{
[原创]php+ajax实现模拟Win文件管理系统
}
white-space:nowrap;
.ta{display:inline-block;width:72px;height:30px; line-height:30px; text-align:center;margin-top:2px; color:#宝马娱乐在线,4D4D4D; text-decoration:none}
p{
padding-left:10px;
break;
padding-top:20px;
echo("<div id="tool">");
text-overflow:ellipsis;
}
break;
}
接上面我们来看dir.php文件代码:
font-size:12px;
QQ:271728967//
echo("</div>");
return 'image/fold.jpg';
echo("<a href="#" class="ta" onclick="CreateText();" title="新建文本文件"><img src="image/tool_txt.gif" border="0"></a>");
return 'image/asp_php_jsp.jpg';
case "htm":
function CheckDir($dir_path){// 这个函数是检查并显示当前目录下的文件及文件
color:#000000;
#tool{ height:47px; width:98%; margin:0px auto; background-image:url(image/tool_bg.jpg); margin-top:0px;padding-top:0px;padding-left:10px;}
{
float:left;
case "php":
}
height:97px;
return 'image/html_js.jpg';
}
本文由宝马娱乐在线城发布于互联网络,转载请注明出处:[原创]php+ajax实现模拟Win文件管理系统二
关键词: