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 (0755) :  /home/edizioni/stampaeweb/../wordpress/../momentiweb/ribera2020/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/edizioni/stampaeweb/../wordpress/../momentiweb/ribera2020/ribera2020.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"> -->
<title>Elezioni Amministrative 2020</title>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript">
/*    $(document).ready(function() {
            $("#numero").load("accessi.php" );
	});*/
</script>
<style>
    .voti {
     font-size:30px;
     font-weight: bold;
     color: blue;
     text-align:center;
    }
    .quadro {
        width:45%;
        float:left;
        border: 4px solid #fe340f;
        border-radius: 15px;
        margin:.5%;
        padding:1px;
    }
    .riga {
        background-color:#ffffff;
    }
    .riga1 {
        background-color:#c4ff4d;
    }
    .riga2 {
        background-color:#ffdb4d;
    }
    .liste{
        width:19%;
        font-size:20px;
        font-weight:bold;
        text-align:center;
        border: 1px solid  #454039;
    }
    .img{
        width:55%;
    }
</style>
</head>

<body>
<!-- HEADER -->
<div style="padding:1px; width:25%; text-align:center; float:left;">
    <img src="logo2.png" style="width:50%;">
</div>
<div style="padding:1px; width:50%; text-align:center;float:left;">
    <img src="gif.gif" style="width:50%">
</div>
<script language="javascript" type="text/javascript">
$(document).ready(function(){
  refreshTable1();
});

function refreshTable1(){
    $('#numero').load('accessi.php', function(){
       setTimeout(refreshTable1, 15000);
    });
}
</script>
<div id="numero" style="width:15%; float:left; text-align:center; padding:3px; background-color:cyan;"></div>
<!-- CENTRO PAGINA -->
<script language="javascript" type="text/javascript">
$(document).ready(function(){
  refreshTable();
});

function refreshTable(){
    $('#dati').load('dati.php', function(){
       setTimeout(refreshTable, 15000);
    });
}
</script>
<div id="dati"></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="spot2.png" style="width:50%">
</div>
<div style="padding:1px; width:95%; text-align:center;float:left;">
    <p style="color: #6666ff; font-size:12px";>#MaskStat #ElezioniRibera2020</p>
</div>

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

</html>