搜索优化网站程序 SXWO EC VER3.0,在createproduct.asp的55行, 缺少一个语言判断, 引起第二个语言版本网站的图片路径引用第一个语言版本数据库,导致出错, 修正后源代码如下:
bimagespath=getimagepath(bimages) '大图片实际地址
if session("langid")=1 and isexistfile(server.mappath("../cn/"&bimagespath)) then '登陆的是中文
timageswidth=getimagewidth("../cn/"&bimagespath)
if cint(timageswidth)<=cint(imageswidth) then imageswidth=timageswidth
elseif session("langid")=0 and isexistfile(server.mappath("../"&bimagespath)) then
timageswidth=getimagewidth("../"&bimagespath)
if cint(timageswidth)<=cint(imageswidth) then imageswidth=timageswidth
else
imageswidth=0
end if
修正前源代码如下:
bimagespath=getimagepath(bimages) '大图片实际地址
if isexistfile(server.mappath("../"&bimagespath)) then
timageswidth=getimagewidth("../"&bimagespath)
if cint(timageswidth)<=cint(imageswidth) then imageswidth=timageswidth
else
imageswidth=0
end if
“中国推广”电子商务型网站使用手册
http://www.chinapromoter.cn/cat-4/chinapromoter-ec-ver-2-manual-guide.html
符合搜索优化的网站建设程序方案
http://www.chinapromoter.cn/cat-4/html-programme-site-plan.html