<?php
if(!defined('DATALIFEENGINE'))
{
die("Hacking attempt!");
}
$open = @file_get_contents("http://mail.ru/", "r");
$news = ('#<td class="quotations">(.*?)</td>#is');
preg_match_all($news,$open,$out);
for($i = 0; $i < count($out[1]); $i++)
{
$usd = "".$out[1][$i]."";
}
#ВОТ ТАК МАЛО КОДА ;(
?>
|