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 這個語句我不會翻譯}%>