汽车发动机重要部件:请问WAPM下 可以安装OBLOG吗?

来源:百度文库 编辑:查人人中国名人网 时间:2024/05/05 19:20:36
请问WAPM下 可以安装OBLOG吗?我怎么安装不起啊!
我把oblog文件夹放在:D:\usr\local\www\data\oblog312

当我执行:http://10.0.0.6/oblog312/index.asp

却出来一些文字:如下:

<!--#include file="inc/inc_syssite.asp"-->
<!--#include file="inc/syscode.asp"-->
<%
Dim oFSO
Set oFSO = Server.CreateObject("Scripting.FileSystemObject")
If Application(oblog.cache_name&"index_update")=false and oFSO.FileExists(Server.mappath("index.html")) and DateDiff("s",Application(oblog.cache_name&"index_updatetime"),Now())<oblog.setup(17,0) Then
Set oFSO = Nothing
Response.Redirect("index.html")
Else
Set oFSO = Nothing
Dim rstmp
Set rstmp=oblog.execute("select skinmain from oblog_sysskin where isdefault=1")
show=show&rstmp(0)
set rstmp=nothing
Call indexshow()
show=show&oblog.site_bottom
Call oblog.BuildFile(Server.mappath("index.html"),show)
Application.Lock
Application(oblog.cache_name&"index_update")=false
Application(oblog.cache_name&"index_updatetime")=now()
Application(oblog.cache_name&"list_update")=true
Application(oblog.cache_name&"class_update")=false
Application.unLock
If Request("re")<>"0" Then
Response.Redirect("index.html")
End If
End If
%>
请问兄,如何实现在wapm下支持asp

不行,WAPM 可以运行PHP程序 没有ASP解析。

不行,WAPM 可以运行PHP程序 没有ASP解析。