    <rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
            <channel>
            <title>Simone Rodriguez Forum</title>
            <link>http://dev.simonerodriguez.com/forum/</link>
            <description>Un forum di supporto a tutto ciò che produco</description>
            <language>en-us</language>
            <ttl>60</ttl>
                   <item>
                   <title>Problema url rewrite e title</title>
                   <link>http://dev.simonerodriguez.com/forum/viewtopic.php?f=2&amp;t=39&amp;p=157#p157</link>
                   <description><![CDATA[<table cellpadding="1" cellspacing="1" style="border:1px solid #a1a1a1" width="100%" align="center"><div><tr><td><p><img src="http://dev.simonerodriguez.com/forum/styles/SemiGreen/imageset/topic_read.gif" width="27" height="27" alt="Nessun nuovo messaggio" title="Nessun nuovo messaggio" /><br /><font size="3"><b>Replies:</b></font> 0<br />
                    <font size="3"><b>Views:</b></font> 21<br />
                    <font size="3"><b>Last Post By:</b></font> <a href="http://dev.simonerodriguez.com/forum/memberlist.php?mode=viewprofile&amp;u=75">scarfatio</a>
                    <a href="http://dev.simonerodriguez.com/forum/viewtopic.php?f=2&amp;t=39&amp;p=157#p157"><img src="http://dev.simonerodriguez.com//forum/styles/SemiGreen/imageset/icon_topic_newest.gif" width="11" height="9" alt="Vedi ultimi messaggi" title="Vedi ultimi messaggi" /></a><b> ON: 19/11/2008, 23:28</b><br />
                    <font size="3"><b>Topic By:</b></font> <a href="http://dev.simonerodriguez.com/forum/memberlist.php?mode=viewprofile&amp;u=75">scarfatio</a><b> ON: 19/11/2008, 23:28</b><br />Salve a tutti,<br />ho letto e cercato in giro ma le persone che lo hanno risolto non si sono degnate di lasciare 2 righe..... <img src="./images/smilies/icon_e_sad.gif" alt=":(" title="Sad" /> <br />mi sapreste dire cosa modificare per far si che il title della pagina diventi come il titolo dell'articolo che ho scritto? purtroppo con il tuo mod pukos ho questo problema <img src="./images/smilies/icon_redface.gif" alt=":oops:" title="Embarrassed" /> <br />ciao e grazie mille dell'aiuto che mi dai!</p></td></tr></div></table><hr>]]></description>
                   <dc:creator>scarfatio</dc:creator>
                   <pubDate>mer, 19 nov 2008 23:28:51 GMT</pubDate>
                   </item>
                   <item>
                   <title>Re: SPAM... che rottura</title>
                   <link>http://dev.simonerodriguez.com/forum/viewtopic.php?f=2&amp;t=36&amp;p=156#p156</link>
                   <description><![CDATA[<table cellpadding="1" cellspacing="1" style="border:1px solid #a1a1a1" width="100%" align="center"><div><tr><td><p><img src="http://dev.simonerodriguez.com/forum/styles/SemiGreen/imageset/topic_read.gif" width="27" height="27" alt="Nessun nuovo messaggio" title="Nessun nuovo messaggio" /><br /><font size="3"><b>Replies:</b></font> 4<br />
                    <font size="3"><b>Views:</b></font> 446<br />
                    <font size="3"><b>Last Post By:</b></font> <a href="http://dev.simonerodriguez.com/forum/memberlist.php?mode=viewprofile&amp;u=2">pukos</a>
                    <a href="http://dev.simonerodriguez.com/forum/viewtopic.php?f=2&amp;t=36&amp;p=156#p156"><img src="http://dev.simonerodriguez.com//forum/styles/SemiGreen/imageset/icon_topic_newest.gif" width="11" height="9" alt="Vedi ultimi messaggi" title="Vedi ultimi messaggi" /></a><b> ON: 25/08/2008, 9:29</b><br />
                    <font size="3"><b>Topic By:</b></font> <a href="http://dev.simonerodriguez.com/forum/memberlist.php?mode=viewprofile&amp;u=2">pukos</a><b> ON: 25/08/2008, 9:29</b><br />Devo purtroppo dirti che l'attacco è stato subito anche da dBlog che non utilizzano l'Ajax. E' proprio un problema dei questo tipo di Antispam.<br /><br />Prova così:<br /><dl class="codebox"><dt>Code: <a href="#" onclick="selectCode(this); return false;">Seleziona tutto</a></dt><dd><code><br />dblog/inc_captcha.asp<br /><br />linea 436<br /><br />Prima era così:<br /><br />&nbsp; DistortNum = (Random(1,3) - 1)<br /><br />Poi l'ho modificata così ed il file l'ho salvato sul server:<br /><br />&nbsp; DistortNum = (Random(1,4) - 1)</code></dd></dl><br />Questo aumenta la distorsione dei numeri rendendo la vita difficile allo spammer.<br /><br />Puoi anche portare il numero da 6 a 8 cifre:<br /><dl class="codebox"><dt>Code: <a href="#" onclick="selectCode(this); return false;">Seleziona tutto</a></dt><dd><code>...linea 32<br />Const CodeLength = 8 'Secure Code Length (Max:8) </code></dd></dl><br />Anche questo aiuta e moltiplica in modo esponenziale le possibilità.<br />Ricordati però di aumentare anche il limite del campo strCAPTCHA:<br /><dl class="codebox"><dt>Code: <a href="#" onclick="selectCode(this); return false;">Seleziona tutto</a></dt><dd><code>&lt;input type=&quot;text&quot; name=&quot;strCAPTCHA&quot; size=&quot;52&quot; maxlength=&quot;8&quot;&gt; </code></dd></dl><br /><br />Fammi sapere...</p></td></tr></div></table><hr>]]></description>
                   <dc:creator>pukos</dc:creator>
                   <pubDate>lun, 25 ago 2008 09:29:37 GMT</pubDate>
                   </item>
                   <item>
                   <title>Re: SPAM... che rottura</title>
                   <link>http://dev.simonerodriguez.com/forum/viewtopic.php?f=2&amp;t=36&amp;p=155#p155</link>
                   <description><![CDATA[<table cellpadding="1" cellspacing="1" style="border:1px solid #a1a1a1" width="100%" align="center"><div><tr><td><p><img src="http://dev.simonerodriguez.com/forum/styles/SemiGreen/imageset/topic_read.gif" width="27" height="27" alt="Nessun nuovo messaggio" title="Nessun nuovo messaggio" /><br /><font size="3"><b>Replies:</b></font> 4<br />
                    <font size="3"><b>Views:</b></font> 446<br />
                    <font size="3"><b>Last Post By:</b></font> <a href="http://dev.simonerodriguez.com/forum/memberlist.php?mode=viewprofile&amp;u=2">pukos</a>
                    <a href="http://dev.simonerodriguez.com/forum/viewtopic.php?f=2&amp;t=36&amp;p=156#p156"><img src="http://dev.simonerodriguez.com//forum/styles/SemiGreen/imageset/icon_topic_newest.gif" width="11" height="9" alt="Vedi ultimi messaggi" title="Vedi ultimi messaggi" /></a><b> ON: 25/08/2008, 9:29</b><br />
                    <font size="3"><b>Topic By:</b></font> <a href="http://dev.simonerodriguez.com/forum/memberlist.php?mode=viewprofile&amp;u=73">lag</a><b> ON: 25/08/2008, 9:03</b><br />Ho lo stesso problema sul mio blog. Credo che il bot sia riuscito a &quot;bucare&quot; il controllo antispam perchè questo è di tipo solo numerico e soprattutto perchè la pagina della conferma commento non viene mai ricaricata. Perciò lo script di spam prova all'infinito il post del commento aumentando di uno il numero del controllo antispam fino a beccare quello giusto. Dato l'elevato traffico che genera questo tipo di script il mio hoster (aruba) mi ha sospeso il dominio perchè impiega troppe risorse del server. Proverò ad eliminare la funzionalità ajax sull'invio commento per vedere se ha effetti positivi.</p></td></tr></div></table><hr>]]></description>
                   <dc:creator>lag</dc:creator>
                   <pubDate>lun, 25 ago 2008 09:29:37 GMT</pubDate>
                   </item>
                   <item>
                   <title>Non riesco ad installarlo</title>
                   <link>http://dev.simonerodriguez.com/forum/viewtopic.php?f=2&amp;t=38&amp;p=154#p154</link>
                   <description><![CDATA[<table cellpadding="1" cellspacing="1" style="border:1px solid #a1a1a1" width="100%" align="center"><div><tr><td><p><img src="http://dev.simonerodriguez.com/forum/styles/SemiGreen/imageset/topic_read.gif" width="27" height="27" alt="Nessun nuovo messaggio" title="Nessun nuovo messaggio" /><br /><font size="3"><b>Replies:</b></font> 0<br />
                    <font size="3"><b>Views:</b></font> 85<br />
                    <font size="3"><b>Last Post By:</b></font> <a href="http://dev.simonerodriguez.com/forum/memberlist.php?mode=viewprofile&amp;u=72">Re tony</a>
                    <a href="http://dev.simonerodriguez.com/forum/viewtopic.php?f=2&amp;t=38&amp;p=154#p154"><img src="http://dev.simonerodriguez.com//forum/styles/SemiGreen/imageset/icon_topic_newest.gif" width="11" height="9" alt="Vedi ultimi messaggi" title="Vedi ultimi messaggi" /></a><b> ON: 15/08/2008, 18:50</b><br />
                    <font size="3"><b>Topic By:</b></font> <a href="http://dev.simonerodriguez.com/forum/memberlist.php?mode=viewprofile&amp;u=72">Re tony</a><b> ON: 15/08/2008, 18:50</b><br />Salve e complimenti per il tuo sito che è bellissimo. Ho un problema con dblog, non riesco ad installarlo. Non riesco ad andare nel pannello admin ed ecco la home <!-- m --><a class="postlink" href="http://pchelp.p2pforum.it/dblog/">http://pchelp.p2pforum.it/dblog/</a><!-- m --></p></td></tr></div></table><hr>]]></description>
                   <dc:creator>Re tony</dc:creator>
                   <pubDate>ven, 15 ago 2008 18:50:49 GMT</pubDate>
                   </item>
                   <item>
                   <title>Re: SPAM... che rottura</title>
                   <link>http://dev.simonerodriguez.com/forum/viewtopic.php?f=2&amp;t=36&amp;p=153#p153</link>
                   <description><![CDATA[<table cellpadding="1" cellspacing="1" style="border:1px solid #a1a1a1" width="100%" align="center"><div><tr><td><p><img src="http://dev.simonerodriguez.com/forum/styles/SemiGreen/imageset/topic_read.gif" width="27" height="27" alt="Nessun nuovo messaggio" title="Nessun nuovo messaggio" /><br /><font size="3"><b>Replies:</b></font> 4<br />
                    <font size="3"><b>Views:</b></font> 446<br />
                    <font size="3"><b>Last Post By:</b></font> <a href="http://dev.simonerodriguez.com/forum/memberlist.php?mode=viewprofile&amp;u=2">pukos</a>
                    <a href="http://dev.simonerodriguez.com/forum/viewtopic.php?f=2&amp;t=36&amp;p=156#p156"><img src="http://dev.simonerodriguez.com//forum/styles/SemiGreen/imageset/icon_topic_newest.gif" width="11" height="9" alt="Vedi ultimi messaggi" title="Vedi ultimi messaggi" /></a><b> ON: 25/08/2008, 9:29</b><br />
                    <font size="3"><b>Topic By:</b></font> <a href="http://dev.simonerodriguez.com/forum/memberlist.php?mode=viewprofile&amp;u=2">pukos</a><b> ON: 20/07/2008, 18:14</b><br />Sembra siano riusciti a bucare l'antispam... ma non saprei che suggerirvi!</p></td></tr></div></table><hr>]]></description>
                   <dc:creator>pukos</dc:creator>
                   <pubDate>lun, 25 ago 2008 09:29:37 GMT</pubDate>
                   </item>
                   <item>
                   <title>Re: SPAM... che rottura</title>
                   <link>http://dev.simonerodriguez.com/forum/viewtopic.php?f=2&amp;t=36&amp;p=152#p152</link>
                   <description><![CDATA[<table cellpadding="1" cellspacing="1" style="border:1px solid #a1a1a1" width="100%" align="center"><div><tr><td><p><img src="http://dev.simonerodriguez.com/forum/styles/SemiGreen/imageset/topic_read.gif" width="27" height="27" alt="Nessun nuovo messaggio" title="Nessun nuovo messaggio" /><br /><font size="3"><b>Replies:</b></font> 4<br />
                    <font size="3"><b>Views:</b></font> 446<br />
                    <font size="3"><b>Last Post By:</b></font> <a href="http://dev.simonerodriguez.com/forum/memberlist.php?mode=viewprofile&amp;u=2">pukos</a>
                    <a href="http://dev.simonerodriguez.com/forum/viewtopic.php?f=2&amp;t=36&amp;p=156#p156"><img src="http://dev.simonerodriguez.com//forum/styles/SemiGreen/imageset/icon_topic_newest.gif" width="11" height="9" alt="Vedi ultimi messaggi" title="Vedi ultimi messaggi" /></a><b> ON: 25/08/2008, 9:29</b><br />
                    <font size="3"><b>Topic By:</b></font> <a href="http://dev.simonerodriguez.com/forum/memberlist.php?mode=viewprofile&amp;u=62">simone</a><b> ON: 17/07/2008, 9:11</b><br />Ciao, anch'io ho il medesimo problema. Lo spam arriva sempre dallo stesso sito, anche se con url e ip differenti. Ho cancellato tutto, ma va a ondate.<br /><br />Il mio sito è <a href="http://www.superstyle.it" class="postlink">http://www.superstyle.it</a></p></td></tr></div></table><hr>]]></description>
                   <dc:creator>simone</dc:creator>
                   <pubDate>lun, 25 ago 2008 09:29:37 GMT</pubDate>
                   </item>
                   <item>
                   <title>problemi con Dalbum</title>
                   <link>http://dev.simonerodriguez.com/forum/viewtopic.php?f=2&amp;t=37&amp;p=151#p151</link>
                   <description><![CDATA[<table cellpadding="1" cellspacing="1" style="border:1px solid #a1a1a1" width="100%" align="center"><div><tr><td><p><img src="http://dev.simonerodriguez.com/forum/styles/SemiGreen/imageset/topic_read.gif" width="27" height="27" alt="Nessun nuovo messaggio" title="Nessun nuovo messaggio" /><br /><font size="3"><b>Replies:</b></font> 0<br />
                    <font size="3"><b>Views:</b></font> 109<br />
                    <font size="3"><b>Last Post By:</b></font> <a href="http://dev.simonerodriguez.com/forum/memberlist.php?mode=viewprofile&amp;u=71">FASI</a>
                    <a href="http://dev.simonerodriguez.com/forum/viewtopic.php?f=2&amp;t=37&amp;p=151#p151"><img src="http://dev.simonerodriguez.com//forum/styles/SemiGreen/imageset/icon_topic_newest.gif" width="11" height="9" alt="Vedi ultimi messaggi" title="Vedi ultimi messaggi" /></a><b> ON: 15/07/2008, 14:18</b><br />
                    <font size="3"><b>Topic By:</b></font> <a href="http://dev.simonerodriguez.com/forum/memberlist.php?mode=viewprofile&amp;u=71">FASI</a><b> ON: 15/07/2008, 14:18</b><br />Sito di riferimento : <!-- m --><a class="postlink" href="http://www.teramoest.it/dblog/albumfoto.asp?ShowSub=vedute">http://www.teramoest.it/dblog/albumfoto ... Sub=vedute</a><!-- m --><br /><br />Template :Mimbo2 di Silvio Ottanelli<br /><br />Problema con IE 7 : la pagina si impagina a sinistra e non al centro dello schermo <br />come è possibile ?<br /><br />Problema con FireFox : la pagina si impagina al centro dello schermo ma il combobox degli album si vede male <br /><br />Qualche suggerimento ?<br />Grazie in Anticipo</p></td></tr></div></table><hr>]]></description>
                   <dc:creator>FASI</dc:creator>
                   <pubDate>mar, 15 lug 2008 14:18:41 GMT</pubDate>
                   </item>
                   <item>
                   <title>SPAM... che rottura</title>
                   <link>http://dev.simonerodriguez.com/forum/viewtopic.php?f=2&amp;t=36&amp;p=150#p150</link>
                   <description><![CDATA[<table cellpadding="1" cellspacing="1" style="border:1px solid #a1a1a1" width="100%" align="center"><div><tr><td><p><img src="http://dev.simonerodriguez.com/forum/styles/SemiGreen/imageset/topic_read.gif" width="27" height="27" alt="Nessun nuovo messaggio" title="Nessun nuovo messaggio" /><br /><font size="3"><b>Replies:</b></font> 4<br />
                    <font size="3"><b>Views:</b></font> 446<br />
                    <font size="3"><b>Last Post By:</b></font> <a href="http://dev.simonerodriguez.com/forum/memberlist.php?mode=viewprofile&amp;u=2">pukos</a>
                    <a href="http://dev.simonerodriguez.com/forum/viewtopic.php?f=2&amp;t=36&amp;p=156#p156"><img src="http://dev.simonerodriguez.com//forum/styles/SemiGreen/imageset/icon_topic_newest.gif" width="11" height="9" alt="Vedi ultimi messaggi" title="Vedi ultimi messaggi" /></a><b> ON: 25/08/2008, 9:29</b><br />
                    <font size="3"><b>Topic By:</b></font> <a href="http://dev.simonerodriguez.com/forum/memberlist.php?mode=viewprofile&amp;u=54">funtribe</a><b> ON: 10/07/2008, 9:53</b><br />Salve ragazzi, ho installato dblog by Pukos da più di un anno... tutto è andato liscio fino a qualche giorno fa quando il sito è stato preda di un attacco di spam nei commenti... sono stati lasciati una 50ina di messaggi in pochi minuti e poi ho bloccato i commenti per evitare altro danno. Adesso ho cancellato tutto lo spam e la situazione sembra tranquilla... ma se si dovesse verificare di nuovo.. che faccio?<br /><br />il mio sito è <!-- w --><a class="postlink" href="http://www.montelepre.info">www.montelepre.info</a><!-- w --></p></td></tr></div></table><hr>]]></description>
                   <dc:creator>funtribe</dc:creator>
                   <pubDate>lun, 25 ago 2008 09:29:37 GMT</pubDate>
                   </item>
                   <item>
                   <title>approvare commenti</title>
                   <link>http://dev.simonerodriguez.com/forum/viewtopic.php?f=2&amp;t=35&amp;p=149#p149</link>
                   <description><![CDATA[<table cellpadding="1" cellspacing="1" style="border:1px solid #a1a1a1" width="100%" align="center"><div><tr><td><p><img src="http://dev.simonerodriguez.com/forum/styles/SemiGreen/imageset/topic_read.gif" width="27" height="27" alt="Nessun nuovo messaggio" title="Nessun nuovo messaggio" /><br /><font size="3"><b>Replies:</b></font> 0<br />
                    <font size="3"><b>Views:</b></font> 106<br />
                    <font size="3"><b>Last Post By:</b></font> <a href="http://dev.simonerodriguez.com/forum/memberlist.php?mode=viewprofile&amp;u=68">jonerik</a>
                    <a href="http://dev.simonerodriguez.com/forum/viewtopic.php?f=2&amp;t=35&amp;p=149#p149"><img src="http://dev.simonerodriguez.com//forum/styles/SemiGreen/imageset/icon_topic_newest.gif" width="11" height="9" alt="Vedi ultimi messaggi" title="Vedi ultimi messaggi" /></a><b> ON: 09/07/2008, 10:06</b><br />
                    <font size="3"><b>Topic By:</b></font> <a href="http://dev.simonerodriguez.com/forum/memberlist.php?mode=viewprofile&amp;u=68">jonerik</a><b> ON: 09/07/2008, 10:06</b><br />Salve a tutti, come faccio ad approvare i commenti che avevo già nel database prima di installare dBlog Mod Pukos. Sono più di 1000 e li ritrovo tutti da approvare ( non visibili), non li posso approvare uno alla volta ci metto 2 anni.<br />C'è un modo per farlo. Grazie</p></td></tr></div></table><hr>]]></description>
                   <dc:creator>jonerik</dc:creator>
                   <pubDate>mer, 09 lug 2008 10:06:51 GMT</pubDate>
                   </item>
                   <item>
                   <title>Re: Fotografie</title>
                   <link>http://dev.simonerodriguez.com/forum/viewtopic.php?f=2&amp;t=34&amp;p=148#p148</link>
                   <description><![CDATA[<table cellpadding="1" cellspacing="1" style="border:1px solid #a1a1a1" width="100%" align="center"><div><tr><td><p><img src="http://dev.simonerodriguez.com/forum/styles/SemiGreen/imageset/topic_read.gif" width="27" height="27" alt="Nessun nuovo messaggio" title="Nessun nuovo messaggio" /><br /><font size="3"><b>Replies:</b></font> 1<br />
                    <font size="3"><b>Views:</b></font> 172<br />
                    <font size="3"><b>Last Post By:</b></font> <a href="http://dev.simonerodriguez.com/forum/memberlist.php?mode=viewprofile&amp;u=2">pukos</a>
                    <a href="http://dev.simonerodriguez.com/forum/viewtopic.php?f=2&amp;t=34&amp;p=148#p148"><img src="http://dev.simonerodriguez.com//forum/styles/SemiGreen/imageset/icon_topic_newest.gif" width="11" height="9" alt="Vedi ultimi messaggi" title="Vedi ultimi messaggi" /></a><b> ON: 13/06/2008, 18:34</b><br />
                    <font size="3"><b>Topic By:</b></font> <a href="http://dev.simonerodriguez.com/forum/memberlist.php?mode=viewprofile&amp;u=2">pukos</a><b> ON: 13/06/2008, 18:34</b><br />A fare, si può fare tutto... diciamo di tante cose belle che ci sono in coda, questa è attualmente tralasciabile.<br /><br />Vedremo...</p></td></tr></div></table><hr>]]></description>
                   <dc:creator>pukos</dc:creator>
                   <pubDate>ven, 13 giu 2008 18:34:41 GMT</pubDate>
                   </item>
         </channel>
         </rss>