<?php
session_start();
?>

<?php

if(!isset($_SESSION["szamlalo"]))
{
	$CounterFile="/home/mutyur/weblaphoz/counter/counter.txt";
	if (file_exists($CounterFile)) {
		$fa=fopen($CounterFile,"r");
		$num=fread($fa,filesize($CounterFile));
		fclose($fa);
	}
	$num++;
	$fa = fopen($CounterFile,"w");
	fwrite($fa,$num,10);
	fclose($fa);
	$_SESSION["szamlalo"] = $num;
}

?>

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-2" http-equiv="content-type">
  <title>Mütyűr</title>
</head>
<body>

<div style="text-align: center;">

<map name="map1">
<area
	href="kiazamutyur.html" alt="Ki az a Mütyűr?" title="Ki az a Mütyűr?"
	shape=rect coords="446,166,646,206">
<area
	alt="mutyur@rainstorm.org" title="mutyur@rainstorm.org"
	shape=rect coords="398,260,554,304">
<area
	href="poenoskepek.html" alt="Poénos Képek" title="Poénos Képek"
	shape=rect coords="244,353,426,395">
<area
	href="simakepek.html" alt="Sima Képek" title="Sima Képek"
	shape=rect coords="163,441,352,501">
<area
	href="vip.html" alt="VIP Részleg" title="VIP Részleg"
	shape=rect coords="58,558,244,598">
<area
	href="fotok.html" alt="Fotók" title="Fotók"
	shape=rect coords="26,656,110,696">
</map>
<img style="width: 750px; height: 750px;" alt="Mütyűr oldala" src="pictures/index_background.png" usemap="#map1"><br>
<div style="text-align: left; text-decoration: underline;"></div>
<div style="text-align: center;">
<div style="text-align: left; text-decoration: underline;"></div>
</div>
<div style="text-align: center;"></div>
<div style="text-align: center;">
<div style="text-align: center;">
<div style="text-align: left; text-decoration: underline;"></div>

</div>
</div>
</div>
</body>
</html>
