|
|
waterabu
发表于 2007-4-10 08:42:21
|
显示全部楼层
运行安装文件http://86rr.net/setup/index.php
您可以打开上面这个链接直接看看。头部出来很多不规则的代码。继续安装之后,显示安装完成了,显示如下的提示:
fy'; ?>)-2])-20); $n2 = chr(ord($epwd[strlen($epwd)-1])-25); $pwstr = substr($epwd,1,strlen($epwd)-3); } $pwdlen = ($n1.$n2)*2; $pwstrlen = strlen($pwstr); for($i=0;$i<$pwstrlen;$i++){ if($i<$pwdlen){ if($poshandle%2==0){ $restr .= $pwstr[$i]; $i++; } else{ $i++; $restr .= $pwstr[$i]; } }else{ $restr .= $pwstr[$i]; } } $restr = base64_decode($restr); return $restr; } ?>
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /hsphere/local/home/xxxxxxxxx/86rr.net/include/config_passport.php:10) in /hsphere/local/home/xxxxxxxxx/86rr.net/include/inc_userlogin.php on line 3
获得用户的笔名 function getUserName(){ if($this->userName!="") return $this->userName; else return -1; } //用户权限表 function getPurview(){ return $this->userPurview; } } ?>
Warning: Cannot modify header information - headers already sent by (output started at /hsphere/local/home/xxxxxxxxx/86rr.net/include/config_passport.php:10) in /hsphere/local/home/xxxxxxxxx/86rr.net/dede/config.php on line 5
运行根目录时候提示如下
如果你还没安装本程序,请运行 setup/index.php ,
否则请重命名这个文件夹! Power by DedeCms.com
使用phpadmin查看数据库,里面的50个表格很完整了呀
[ 本帖最后由 waterabu 于 2007-4-10 08:45 AM 编辑 ] |
|