HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.2.34
System: Linux atalantini.com 3.10.0-1127.13.1.el7.x86_64 #1 SMP Tue Jun 23 15:46:38 UTC 2020 x86_64
User: root (0)
PHP: 7.2.34
Disabled: NONE
Upload Files
File: //opt/plugins/atalantini/pages/configurazione.inc.php
<?
global $wpdb;
?>
        <script src="../wp-content/plugins/atalantini/js/atalantiniplug.js" type="text/javascript"></script>
        <script src="../wp-content/plugins/atalantini/js/atalantinifunctions.js" type="text/javascript"></script>
        <link href="../wp-content/plugins/atalantini/css/local.css" rel="stylesheet" type="text/css">
        <link type="text/css" href="../wp-content/plugins/atalantini/css/jquery-ui-1.8.8.custom.css" rel="stylesheet" />
        <script>

                pageSize = 30;

        </script>

<div class="icon32" id="icon-generic"><br></div><h2>Area Riservata Atalantini</h2>
<br />
<h3 class="colore_arancio">Gestione Config</h3>

<div class="container" id="grigliaConfig">
<div style="float:right">
<input type="text" id="search_config"><input type="button" value="Cerca" id="confirm_search_config">
</div>
<a href="#" onClick="creaConfig();" style="float:left;">Aggiungi Config &nbsp;&nbsp;|&nbsp;&nbsp;</a>
<a href="../wp-content/plugins/atalantini/users.php" target="_new" style="float:left;">Lista utenti/ip</a>&nbsp;&nbsp;
<div id="paginator" style="float:left;"></div><br><br />
<table class="wp-list-table widefat fixed posts">
         <thead>
           <tr>
             <th>Id</th>
             <th>titolo</th>
             <th>Tipo</th>
             <th>Azioni</th>
           </tr>
         </thead>
         <tbody id="lista_config">
         </tbody>
       </table>
</div>

<div class="container" id="formConfig">
<form method="post"  enctype="multipart/form-data" onSubmit="return validateFormConfig();">
<div id="post-body">
<div id="post-body-content">
<div id="titlediv">
<div style="float:right" id="spotConfigImmagine">
</div>
<div id="idPrivatePanel" style="display:block;">
<div id="titlewrap">
   Chiave<br><input id="titolo" name="titolo" type="text" class="span3" placeholder="Type something…">
</div>
<div id="titlewrap">
   Valore<br><input id="valore" name="valore" type="text" class="span3" placeholder="Type something…">
</div>
<div id="titlewrap">
   Tipo<br><input id="tipo" name="tipo" type="text" class="span3" placeholder="Type something…">
</div>
</div>
<div style="display:none;" id="idPublicPanel">
</div>
<div id="titlewrap">
   <button type="submit" class="btn" id="btnSaveConfig">Salva</button>
   <button type="button" class="btn" id="btnEsciConfig">Esci</button>
   <input type="hidden" name="configId" id="configId" value="">
   <input type="hidden" name="azione" id="azione" value="">
   <input type="hidden" name="actionSite" value="UPLOAD_CONFIG">
   <input type="hidden" name="tipo_accesso" value="N">
</div>
</form>
</div></div></div>
</div>
<script>

listaConfig(1);

</script>