FS#9 - Integration into others plugins
Attached to Project:
Cryptographp 4.6
Opened by Sylvain (hpsam) - Saturday, 12 April 2008, 07:10 GMT
Last edited by Sylvain (hpsam) - Monday, 21 April 2008, 19:07 GMT
Opened by Sylvain (hpsam) - Saturday, 12 April 2008, 07:10 GMT
Last edited by Sylvain (hpsam) - Monday, 21 April 2008, 19:07 GMT
|
Detailsby 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. |
This task depends upon