
|

March 28, 2008
Russian EPR Society Page updated. To visit click here.
|
June 13, 2006
5th Research Workshop on Diffusion Assisted Reactions 2006 page is updated.
To visit click here.
|
May 2, 2006
Russian EPR Society Page updated. To visit click here.
|
February 28, 2006
5th Research Workshop on Diffusion Assisted Reactions 2006 page is updated.
To visit click here.
|
January 20, 2006
Russian EPR Society Page updated. To visit click here.
|
|
| |
The Scientific Research Institute of the International Tomographic Center, the Siberian Branch of the Russian Academy of Sciences was founded 15 years ago. In 1989, academician R.Z.Sagdeev initiated creation of the institute of a
new type. This idea was strongly supported by the Presidium of SB RAS and the Institute of Chemical Kinetics and Combustion with a financial assistance of the West-East firm "Bruker Spectroscopy" the close cooperation with which is being continued.
read more... |
|

|
Note*
Site still in development.More contents will be added soon...
|

|

|
|
$date = date("d.m.Y",time());
$date_array = file("date.inc.dat");
$ip = $_SERVER[REMOTE_ADDR];
if ($date_array[0] == $date)
{
$open_today = fopen("today.inc.dat","a");
fwrite($open_today,"$ip\r\n");
fclose($open_today);
}
if ($date_array[0] != $date)
{
$today_array = file("today.inc.dat");
$count_today = count($today_array);
$base_array = file("base.inc.dat");
$all_temp = $count_today + $base_array[0];
$open_w_base = fopen("base.inc.dat","w");
fwrite($open_w_base,$all_temp);
fclose($open_w_base);
$open_w_today = fopen("today.inc.dat","w");
fwrite($open_w_today,"$ip\r\n");
fclose($open_w_today);
$open_w_date = fopen("date.inc.dat","w");
fwrite($open_w_date,$date);
fclose($open_w_date);
}
$today_array = file("today.inc.dat");
$base_array = file("base.inc.dat");
$all = count($today_array) + $base_array[0];
$all_today = count($today_array);
$unique = count(array_unique($today_array));
echo "total visits: $all today: $all_today | today unique: $unique";
?>
|
|

|