Hpsam tracker - Thu, 17 Dec 2009 18:48:12 +0000 Hpsam tracker - Cryptographp 4.6: Recently closed tasks https://outils.hpsam.info/tracker/ FS#43: Update postguest.php with last modification of GuppY 4.6.11 Sylvain Thu, 17 Dec 2009 13:14:46 +0000
---------

Mettre à jours le postguest.php modifié de cryptographp avec les dernières modifications de GuppY 4.6.11]]>
https://outils.hpsam.info/tracker/index.php?do=details&task_id=43 https://outils.hpsam.info/tracker/index.php?do=details&task_id=43
FS#40: Add an individual page for newsletter registration Sylvain Sat, 05 Dec 2009 23:16:37 +0000
----

Ajout d'une page indépendante pour l'inscription à la lettre d'information]]>
https://outils.hpsam.info/tracker/index.php?do=details&task_id=40 https://outils.hpsam.info/tracker/index.php?do=details&task_id=40
FS#38: Add german translation Sylvain Fri, 04 Dec 2009 18:48:21 +0000
---

Ajouter la traduction allemande de Peter]]>
https://outils.hpsam.info/tracker/index.php?do=details&task_id=38 https://outils.hpsam.info/tracker/index.php?do=details&task_id=38
FS#24: Improve captcha reload script Sylvain Sun, 18 Jan 2009 11:05:36 +0000 Exemple : newsletter captcha activate but newsletter box doesn't displayed.

To avoid this, add verification before the document.images.cryptogram0.src=

like : if(document.images.cryptogram0.src) {document.images.cryptogram0.src=...
]]>
https://outils.hpsam.info/tracker/index.php?do=details&task_id=24 https://outils.hpsam.info/tracker/index.php?do=details&task_id=24
FS#23: Update with GuppY 4.6.9 modifications Sylvain Sun, 18 Jan 2009 10:58:35 +0000 https://outils.hpsam.info/tracker/index.php?do=details&task_id=23 https://outils.hpsam.info/tracker/index.php?do=details&task_id=23 FS#20: Add forks to newsletter box Sylvain Wed, 08 Oct 2008 18:33:18 +0000 Add a switch to display or not the number of subscribers.]]> https://outils.hpsam.info/tracker/index.php?do=details&task_id=20 https://outils.hpsam.info/tracker/index.php?do=details&task_id=20 FS#13: Fatal error in sample-crypto.php page Sylvain Wed, 28 May 2008 18:26:54 +0000
Change

$crypt = isset($_POST['crypt'])?$striptags($_POST['crypt']):NULL;

to

$crypt = isset($_POST['crypt'])?strip_tags($_POST['crypt']):NULL;

in pages/sample-crypto.php]]>
https://outils.hpsam.info/tracker/index.php?do=details&task_id=13 https://outils.hpsam.info/tracker/index.php?do=details&task_id=13
FS#19: Integrate Guppy 4.6.8 fixed Sylvain Wed, 25 Jun 2008 19:35:13 +0000
-------------------

Intégrer les modification du postguest.php de GuppY 4.6.8 dans le plork]]>
https://outils.hpsam.info/tracker/index.php?do=details&task_id=19 https://outils.hpsam.info/tracker/index.php?do=details&task_id=19
FS#11: Newsletter error with $serviz[36] = "no" Sylvain Sun, 25 May 2008 08:54:08 +0000
When $serviz[36] = "no" the newsletter say that the webmaster have disable the functionality.

Correction :
in newsletter.php change
if ($serviz[36] != "on" && $cp_cfg[6] != "on") {
to
if ($serviz[36] == "" && $cp_cfg[6] != "on") {

]]>
https://outils.hpsam.info/tracker/index.php?do=details&task_id=11 https://outils.hpsam.info/tracker/index.php?do=details&task_id=11
FS#9: Integration into others plugins Sylvain Sat, 12 Apr 2008 07:10:15 +0000
When plugafork is integrated in an other plugin, you need to add CHEMIN in the path of $_SESSION['configfile'] line 34 of plugins/cryptographp/cryptographp.fct.php

--------------------------------------------------

je travail sur un serveur SME sous linux. Voici les informations :GuppY 4.6.5
Système d'exploitation du serveur : Linux 2.6.9-67.0.4.EL
PHP : 5.1.6
Plugins : Adm-Members, Ajouter Anniversaire, Horloge, Cryptographp, Devinette, Vitesse de Connexion

J'ai eu au dépard un problème de fonctionnemnt de ton plork, c'est a dire que le code n'était jamais bon. Je me suis apperçu que la variable "$cryptsecure" était vide.j'ai étudié le fichier "cryptographp.fct.php" et à la ligne 34 "$_SESSION['configfile']='plugins/cryptographp/cryptographp.cfg.php';" pour que cela fonctionne avec mon plugin, j'ai du modifier la ligne ainssi "$_SESSION['configfile']=CHEMIN.'plugins/cryptographp/cryptographp.cfg.php';".

J'ai simplement rajouté le CHEMIN. ]]>
https://outils.hpsam.info/tracker/index.php?do=details&task_id=9 https://outils.hpsam.info/tracker/index.php?do=details&task_id=9