Server IP : 10.111.20.6  /  Your IP : 216.73.217.121
Web Server : Apache
System : Linux webm006.cluster111.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User : edizioni ( 7252)
PHP Version : 8.3.23
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0705) :  /home/edizioni/stampaeweb/../.config/../momentiribera/../extonymask/js/../ribera2020/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/edizioni/stampaeweb/../.config/../momentiribera/../extonymask/js/../ribera2020/index.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<!-- <meta http-equiv="refresh" content="30"> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
<title>Elezioni Amministrative 2020</title>
<script type="text/javascript" src="jquery.js"></script>
<link rel='stylesheet' href='stile.css' type='text/css' media='all' />

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-29279090-2"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-29279090-2');
</script>


</head>

<body>

<!-- HEADER   -->
<div style="padding:1px; width:100%; text-align:center; float:left;">
    <img src="logo3.png" style="height:40px;">
</div>



<!-- CENTRO PAGINA -->
<script language="javascript" type="text/javascript">
$(document).ready(function(){
  refreshTable();
});

function refreshTable(){
   /* $('#sindaci').load('sindaci.php', function(){
       setTimeout(refreshTable, 15000);
    });*/
    var data = new Date();
    var Mm;
    Mm = data.getMinutes();
    var c = Mm % 5;
    if (c==3){
            $('#sindaci').load('class_liste.php', function(){
               setTimeout(refreshTable, 15000);
            });
    }else{
            $('#sindaci').load('sindaci.php', function(){
                       setTimeout(refreshTable, 15000);
                    });
    }

}
</script>

<div id="sindaci"></div>

<!-- FOOTER

<div style="padding:1px; width:45%; text-align:center;float:left;">
    <img src="spot1.jpg" style="width:50%">
</div>
<div style="padding:1px; width:45%; text-align:center;float:left;">
    <img src="spot1.jpg" style="width:50%">
</div>             -->



</body>
<?php
  $fp = fopen("accessi.txt", "a");
  $ipAddress = $_SERVER['REMOTE_ADDR'];
  fwrite($fp, $ipAddress ."\r\n");
  fclose($fp);
?>

</html>