|
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 ] |
|---|
<head>
<title>Circolo Tennis Ribera - Consegna Palline Registrata</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>
<body style="background-color:LightSalmon">
<div style="text-align:center; font-size:30px; margin-top:5%">
<p style="text-align:center"><img src="imgtennisti/logosito.png"></p>
<h1>Registrazione consegna delle palline</h1>
<?php
$id1 = addslashes($_REQUEST['txt_desti']);
$id2 = addslashes($_REQUEST['txt_desti2']);
$parola = addslashes($_REQUEST['txt_parola']);
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");
$sql2 = "INSERT INTO `circolo_palle` (`id`, `daco`, `chi`, `desti`, `desti2`) VALUES (NULL, now(), '$parola', '$id1', '$id2')";
if ($parola=="2369" || $parola=="0416"){
$e = esegui_query($sql2);
echo "<div style=\"margin-left:5%\">";
echo "<h1>REGISTRATO CON SUCCESSO</h1>";
echo "</div>";
}else{
echo "<h1 style=\"text-align:center\">AH AH AH, MA SE NON SAI LA PASSWORD COSA VUOI DA ME</h1>";
}
?>
<p style="margin:1%"><a href="circolo.php" target="_SELF"><b class="btn btn-info btn-sm">Classifica</b></a>
<p style="margin:1%"><a href="palline.php" target="_SELF"><b class="btn btn-info btn-sm">Altra Consegna</b></a>
</p>
</body>