Показать сообщение отдельно

  #11  
Старый 17.07.2007, 01:13
Hormold
Banned
Регистрация: 26.06.2007
Сообщений: 49
Провел на форуме:
217718

Репутация: 8
По умолчанию

NOmeR1,
Помоги переделать под это: http://www.viruslist.com/ru/search?VN=
У меня нифига неработает
Вот то-что я сделал:
PHP код:
<? 
if($_GET['virus']) 
{
$file file_get_contents("http://www.viruslist.com/ru/search?VN=".$_GET['virus']);
preg_match_all'/<table cellspacing=0 cellpadding=0 width=100% height=100% border=0>(.*)<\td colspan=3 height=20><\/td><\/tr>/isU' $file$out);
echo 
$out[0][0];
}else{ 
?> 
<title>Virus Lab</title> 
<form style="width:180px;" method=get style='width:200px;'> 
Virus: <input type='text' name='virus'><br>Example, <b>Virus.Win32.Gpcode.ai</b>.<br><br> 
<center><input type='submit'></center> 
</form> 
<?}?>
 
Ответить с цитированием