<?xml version="1.0" ?><feed xmlns="http://www.w3.org/2005/Atom">
  <title type="text">Hpsam tracker - </title>
  <subtitle type="text">
    Hpsam tracker - Cryptographp 4.6: Recently closed tasks  </subtitle>
  <id>https://outils.hpsam.info/tracker/</id>
    <updated>2009-12-17T18:48:12Z</updated>
  <link rel="self" type="text/xml" href="feed.php?feed_type=atom"/>
  <link rel="alternate" type="text/html" hreflang="en" href="/tracker/feed.php"/>
    <entry>
    <title>FS#43: Update postguest.php with last modification of GuppY 4.6.11</title>
    <link href="https://outils.hpsam.info/tracker/index.php?do=details&amp;task_id=43" />    
    <updated>2009-12-17T18:48:12Z</updated>    
    <published>2009-12-17T13:14:46Z</published>
    <content type="xhtml" xml:lang="en" xml:base="http://diveintomark.org/">
      <div xmlns="http://www.w3.org/1999/xhtml">
        Update postguest.php forked for cryptographp with last modification of GuppY 4.6.11<br />
<br />
---------<br />
<br />
Mettre à jours le postguest.php modifié de cryptographp avec les dernières modifications de GuppY 4.6.11      </div>
    </content>
    <author><name>Sylvain</name></author>
    <id>https://outils.hpsam.info/tracker/:43</id>
  </entry>
    <entry>
    <title>FS#40: Add an individual page for newsletter registration</title>
    <link href="https://outils.hpsam.info/tracker/index.php?do=details&amp;task_id=40" />    
    <updated>2009-12-05T23:40:55Z</updated>    
    <published>2009-12-05T23:16:37Z</published>
    <content type="xhtml" xml:lang="en" xml:base="http://diveintomark.org/">
      <div xmlns="http://www.w3.org/1999/xhtml">
        Add an individual page for newsletter registration<br />
<br />
----<br />
<br />
Ajout d&#039;une page indépendante pour l&#039;inscription à la lettre d&#039;information      </div>
    </content>
    <author><name>Sylvain</name></author>
    <id>https://outils.hpsam.info/tracker/:40</id>
  </entry>
    <entry>
    <title>FS#38: Add german translation</title>
    <link href="https://outils.hpsam.info/tracker/index.php?do=details&amp;task_id=38" />    
    <updated>2009-12-05T23:40:24Z</updated>    
    <published>2009-12-04T18:48:21Z</published>
    <content type="xhtml" xml:lang="en" xml:base="http://diveintomark.org/">
      <div xmlns="http://www.w3.org/1999/xhtml">
        Add German translation by Peter<br />
<br />
---<br />
<br />
Ajouter la traduction allemande de Peter      </div>
    </content>
    <author><name>Sylvain</name></author>
    <id>https://outils.hpsam.info/tracker/:38</id>
  </entry>
    <entry>
    <title>FS#24: Improve captcha reload script</title>
    <link href="https://outils.hpsam.info/tracker/index.php?do=details&amp;task_id=24" />    
    <updated>2009-12-05T23:39:47Z</updated>    
    <published>2009-01-18T11:05:36Z</published>
    <content type="xhtml" xml:lang="en" xml:base="http://diveintomark.org/">
      <div xmlns="http://www.w3.org/1999/xhtml">
        The reload captcha image doesn&#039;t work in some case.<br />
Exemple : newsletter captcha activate but newsletter box doesn&#039;t displayed.<br />
<br />
To avoid this, add verification before the document.images.cryptogram0.src=<br />
<br />
like : if(document.images.cryptogram0.src) {document.images.cryptogram0.src=...<br />      </div>
    </content>
    <author><name>Sylvain</name></author>
    <id>https://outils.hpsam.info/tracker/:24</id>
  </entry>
    <entry>
    <title>FS#23: Update with GuppY 4.6.9 modifications</title>
    <link href="https://outils.hpsam.info/tracker/index.php?do=details&amp;task_id=23" />    
    <updated>2009-01-18T10:58:51Z</updated>    
    <published>2009-01-18T10:58:35Z</published>
    <content type="xhtml" xml:lang="en" xml:base="http://diveintomark.org/">
      <div xmlns="http://www.w3.org/1999/xhtml">
        Update forked files from Guppy 4.6.8 to 4.6.9      </div>
    </content>
    <author><name>Sylvain</name></author>
    <id>https://outils.hpsam.info/tracker/:23</id>
  </entry>
    <entry>
    <title>FS#20: Add forks to newsletter box</title>
    <link href="https://outils.hpsam.info/tracker/index.php?do=details&amp;task_id=20" />    
    <updated>2008-10-08T19:01:29Z</updated>    
    <published>2008-10-08T18:33:18Z</published>
    <content type="xhtml" xml:lang="en" xml:base="http://diveintomark.org/">
      <div xmlns="http://www.w3.org/1999/xhtml">
        Add JeanMi Forks to newsletter box.<br />
Add a switch to display or not the number of subscribers.      </div>
    </content>
    <author><name>Sylvain</name></author>
    <id>https://outils.hpsam.info/tracker/:20</id>
  </entry>
    <entry>
    <title>FS#13: Fatal error in sample-crypto.php page</title>
    <link href="https://outils.hpsam.info/tracker/index.php?do=details&amp;task_id=13" />    
    <updated>2008-06-25T20:31:47Z</updated>    
    <published>2008-05-28T18:26:54Z</published>
    <content type="xhtml" xml:lang="en" xml:base="http://diveintomark.org/">
      <div xmlns="http://www.w3.org/1999/xhtml">
        Fatal error: Call to undefined function: () in /.../pages/sample-crypto.php on line 33<br />
<br />
Change<br />
<br />
$crypt = isset($_POST[&#039;crypt&#039;])?$striptags($_POST[&#039;crypt&#039;]):NULL;<br />
<br />
to<br />
<br />
$crypt = isset($_POST[&#039;crypt&#039;])?strip_tags($_POST[&#039;crypt&#039;]):NULL;<br />
<br />
in pages/sample-crypto.php      </div>
    </content>
    <author><name>Sylvain</name></author>
    <id>https://outils.hpsam.info/tracker/:13</id>
  </entry>
    <entry>
    <title>FS#19: Integrate Guppy 4.6.8 fixed</title>
    <link href="https://outils.hpsam.info/tracker/index.php?do=details&amp;task_id=19" />    
    <updated>2008-06-25T20:31:34Z</updated>    
    <published>2008-06-25T19:35:13Z</published>
    <content type="xhtml" xml:lang="en" xml:base="http://diveintomark.org/">
      <div xmlns="http://www.w3.org/1999/xhtml">
        Integrate modification of guppy 4.6.8 postguest.php into the plork<br />
<br />
-------------------<br />
<br />
Intégrer les modification du postguest.php de GuppY 4.6.8 dans le plork      </div>
    </content>
    <author><name>Sylvain</name></author>
    <id>https://outils.hpsam.info/tracker/:19</id>
  </entry>
    <entry>
    <title>FS#11: Newsletter error with $serviz[36] = &quot;no&quot;</title>
    <link href="https://outils.hpsam.info/tracker/index.php?do=details&amp;task_id=11" />    
    <updated>2008-05-25T09:03:32Z</updated>    
    <published>2008-05-25T08:54:08Z</published>
    <content type="xhtml" xml:lang="en" xml:base="http://diveintomark.org/">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <a href=" http://leconte-sylvain.hpsam.info/thread.php?lng=fr&amp;pg=1834&amp;fid=1&amp;cat=3"> http://leconte-sylvain.hpsam.info/thread.php?lng=fr&amp;pg=1834&amp;fid=1&amp;cat=3</a><br />
<br />
When $serviz[36] = &quot;no&quot; the newsletter say that the webmaster have disable the functionality.<br />
<br />
Correction :<br />
in newsletter.php change<br />
if ($serviz[36] != &quot;on&quot; &amp;&amp; $cp_cfg[6] != &quot;on&quot;) {<br />
to<br />
if ($serviz[36] == &quot;&quot; &amp;&amp; $cp_cfg[6] != &quot;on&quot;) {<br />
<br />      </div>
    </content>
    <author><name>Sylvain</name></author>
    <id>https://outils.hpsam.info/tracker/:11</id>
  </entry>
    <entry>
    <title>FS#9: Integration into others plugins</title>
    <link href="https://outils.hpsam.info/tracker/index.php?do=details&amp;task_id=9" />    
    <updated>2008-04-21T19:07:17Z</updated>    
    <published>2008-04-12T07:10:15Z</published>
    <content type="xhtml" xml:lang="en" xml:base="http://diveintomark.org/">
      <div xmlns="http://www.w3.org/1999/xhtml">
        by dpfpic :<a href=" http://leconte-sylvain.hpsam.info/thread.php?lng=fr&amp;pg=1721&amp;cat=3&amp;id=0"> http://leconte-sylvain.hpsam.info/thread.php?lng=fr&amp;pg=1721&amp;cat=3&amp;id=0</a>#<br />
<br />
When plugafork is integrated in an other plugin, you need to add CHEMIN in the path of $_SESSION[&#039;configfile&#039;] line 34 of plugins/cryptographp/cryptographp.fct.php<br />
<br />
--------------------------------------------------<br />
<br />
je travail sur un serveur SME sous linux. Voici les informations :GuppY 4.6.5<br />
Système d&#039;exploitation du serveur : Linux 2.6.9-67.0.4.EL<br />
PHP : 5.1.6<br />
Plugins : Adm-Members, Ajouter Anniversaire, Horloge, Cryptographp, Devinette, Vitesse de Connexion<br />
<br />
 J&#039;ai eu au  dépard un problème de fonctionnemnt de ton plork, c&#039;est a dire que le code n&#039;était jamais bon. Je me suis apperçu que la variable &quot;$cryptsecure&quot; était vide.j&#039;ai étudié le fichier &quot;cryptographp.fct.php&quot; et à la ligne 34 &quot;$_SESSION[&#039;configfile&#039;]=&#039;plugins/cryptographp/cryptographp.cfg.php&#039;;&quot; pour que cela fonctionne avec mon plugin, j&#039;ai du modifier la ligne ainssi &quot;$_SESSION[&#039;configfile&#039;]=CHEMIN.&#039;plugins/cryptographp/cryptographp.cfg.php&#039;;&quot;. <br />
<br />
J&#039;ai simplement rajouté le CHEMIN.      </div>
    </content>
    <author><name>Sylvain</name></author>
    <id>https://outils.hpsam.info/tracker/:9</id>
  </entry>
  </feed>
