Hpsam tracker - Hpsam tracker - Cryptographp 4.6: Recently opened tasks https://outils.hpsam.info/tracker/ 2009-12-17T18:48:12Z FS#43: Update postguest.php with last modification of GuppY 4.6.11 2009-12-17T18:48:12Z 2009-12-17T13:14:46Z
Update postguest.php forked for cryptographp with last modification of GuppY 4.6.11

---------

Mettre à jours le postguest.php modifié de cryptographp avec les dernières modifications de GuppY 4.6.11
Sylvain https://outils.hpsam.info/tracker/:43
FS#40: Add an individual page for newsletter registration 2009-12-05T23:40:55Z 2009-12-05T23:16:37Z
Add an individual page for newsletter registration

----

Ajout d'une page indépendante pour l'inscription à la lettre d'information
Sylvain https://outils.hpsam.info/tracker/:40
FS#38: Add german translation 2009-12-05T23:40:24Z 2009-12-04T18:48:21Z
Add German translation by Peter

---

Ajouter la traduction allemande de Peter
Sylvain https://outils.hpsam.info/tracker/:38
FS#24: Improve captcha reload script 2009-12-05T23:39:47Z 2009-01-18T11:05:36Z
The reload captcha image doesn't work in some case.
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=...
Sylvain https://outils.hpsam.info/tracker/:24
FS#23: Update with GuppY 4.6.9 modifications 2009-01-18T10:58:51Z 2009-01-18T10:58:35Z
Update forked files from Guppy 4.6.8 to 4.6.9
Sylvain https://outils.hpsam.info/tracker/:23
FS#20: Add forks to newsletter box 2008-10-08T19:01:29Z 2008-10-08T18:33:18Z
Add JeanMi Forks to newsletter box.
Add a switch to display or not the number of subscribers.
Sylvain https://outils.hpsam.info/tracker/:20
FS#19: Integrate Guppy 4.6.8 fixed 2008-06-25T20:31:34Z 2008-06-25T19:35:13Z
Integrate modification of guppy 4.6.8 postguest.php into the plork

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

Intégrer les modification du postguest.php de GuppY 4.6.8 dans le plork
Sylvain https://outils.hpsam.info/tracker/:19
FS#13: Fatal error in sample-crypto.php page 2008-06-25T20:31:47Z 2008-05-28T18:26:54Z
Fatal error: Call to undefined function: () in /.../pages/sample-crypto.php on line 33

Change

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

to

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

in pages/sample-crypto.php
Sylvain https://outils.hpsam.info/tracker/:13
FS#11: Newsletter error with $serviz[36] = "no" 2008-05-25T09:03:32Z 2008-05-25T08:54:08Z
http://leconte-sylvain.hpsam.info/thread.php?lng=fr&pg=1834&fid=1&cat=3

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") {

Sylvain https://outils.hpsam.info/tracker/:11
FS#9: Integration into others plugins 2008-04-21T19:07:17Z 2008-04-12T07:10:15Z
by dpfpic : http://leconte-sylvain.hpsam.info/thread.php?lng=fr&pg=1721&cat=3&id=0#

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.
Sylvain https://outils.hpsam.info/tracker/:9