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/rss.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 Rss</h3>

<div class="container" id="grigliaRss">
<div style="float:right">
<input type="text" id="search_rss"><input type="button" value="Cerca" id="confirm_search_rss">
</div>
<a href="#" onClick="creaRss();" style="float:left;">Aggiungi Rss</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>Url</th>
             <th>Azioni</th>
           </tr>
         </thead>
         <tbody id="lista_rss">
         </tbody>
       </table>
</div>

<div class="container" id="grigliaRssvalues">
<table class="wp-list-table widefat fixed posts">
         <thead>
           <tr>
             <th>Id</th>
             <th>Titolo</th>
             <th>Descrizione</th>
             <th>Azioni</th>
           </tr>
         </thead>
         <tbody id="lista_rssvalues">
         </tbody>
       </table>
</div>

<div class="container" id="formRss">
<form method="post"  enctype="multipart/form-data" onSubmit="return validateFormRss();">
<div id="post-body">
<div id="post-body-content">
<div id="titlediv">
<div style="float:right" id="spotRssImmagine">
</div>
<div id="idPrivatePanel" style="display:block;">
<div id="titlewrap">
   Rss name<br><input id="titolo" name="titolo" type="text" class="span3" placeholder="Type something…">
</div>
<div id="titlewrap">
   URL<br><input id="url" name="url" type="text" class="span3" placeholder="Type something…">
</div>
<input type="hidden" value="0" id="tipo" name="tipo">
<div style="display:none;" id="idPublicPanel">
</div>
<div id="titlewrap">
   <button type="submit" class="btn" id="btnSaveRss">Salva</button>
   <button type="button" class="btn" id="btnEsciRss">Esci</button>
   <input type="hidden" name="rssId" id="rssId" value="">
   <input type="hidden" name="azione" id="azione" value="">
   <input type="hidden" name="actionSite" value="UPLOAD_RSS">
   <input type="hidden" name="tipo_accesso" value="N">
</div>
</form>
</div></div></div>
</div>
<script>

listaRss(1);

</script>