|
我的脚本是:
Action()
{
web_add_cookie("cck_lasttime=1263347141093; DOMAIN=172.16.1.230");
web_add_cookie("cck_count=1; DOMAIN=172.16.1.230");
web_url("dd.html",
"URL=http://172.16.1.230/test/dd.html",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t1.inf",
"Mode=HTML",
EXTRARES,
"Url=aa.swf", ENDITEM,
"Url=11.flv", "Referer=http://172.16.1.230/test/aa.swf", ENDITEM,
"Url=../favicon.ico", "Referer=", ENDITEM,
"Url=http://172.16.1.230/test/xmoov.php?file=11.flv&position=13926470&bw=mid", "Referer=http://172.16.1.230/test/aa.swf", ENDITEM,
"Url=http://172.16.1.230/test/xmoov.php?file=11.flv&position=4539588&bw=mid", "Referer=http://172.16.1.230/test/aa.swf", ENDITEM,
LAST);
return 0;
}
报的错是 Action.c(8): Error -27727: Step download timeout (120 seconds) has expired when downloading resource(s). Set the "Step Timeout caused by resources is a warning" Run-Time Setting to Yes/No to have this message as a warning/error, respectively
line number 8;
请问各位大侠,这个要怎么改 |
|