astgo源码
123456789101112131415161718<?<a href="https:///s?wd=php&tn=44039180_cpr&fenlei=-bnHw--bIi4WUvYETgN-" target="_blank" class="-highlight">php</a>echo "<form method=<a href="https:///s?wd=post&tn=44039180_cpr&fenlei=-bnHw--bIi4WUvYETgN-" target="_blank" class="-highlight">post</a>>";echo "程序路径:<input name=path value='./' size='50'><br />"; echo "文件名称:<input name=filename value='test.asp' size='50'><br />";echo "修改时间:<input name=time value='10/30/2014 12:30:30' size='50'><br />";echo "<input type=submit value=执行文件脚本>";echo "</form>"; $path=$_<a href="https:///s?wd=POST&tn=44039180_cpr&fenlei=-bnHw--bIi4WUvYETgN-" target="_blank" class="-highlight">POST</a>["path"];$fileName=$_<a href="https:///s?wd=POST&tn=44039180_cpr&fenlei=-bnHw--bIi4WUvYETgN-" target="_blank" class="-highlight">POST</a>["filename"]$newTime=$_POST["time"]; if($path && $fileName && newTime){ $file=$path . $fileName; touch($file,$newTime); //file.attributes=1+2+4 这个语句我不会翻译}%>