<form method="post" action="1stat.php"><br><br> URL: <input name="url" type="text"> <br><br> <input type=submit value="Получить e-mail'ы"></form> <?php $site=file_get_contents("$url"); preg_match_all('#email.php\?e=(.*?)\'>#',$site,$ma tch); for ($i=0; $i< count($match[1]); $i++) { echo base64_decode($match[1][$i]); echo "<br>"; } ?>
Parse error: syntax error, unexpected T_STRING in Z:\home\localhost\www\x-tools\1stat\1stat.php on line 9
preg_match_all('#email.php\?e=(.*?)\'>#',$site,$ma tch);
preg_match_all('#email.php\?e=(.*?)\'>#',$site,$match);