gcyrillus-nomade
gcyrillus-nomade
@nounours18200 , c'est le mur d'activité où de nombreux spammeur anglophone poste à n'en plus finir des pubs anglophone pour des tas de sites à arnaques ou d'escort ... a l'autre bout du monde. Personne ne voit cette page, mais apparemment elle plaît au spammeur , indien pour beaucoup qui s'inscrive et y fondé l'auto promotion. Ce n'est destiner à aucun des véritables utilisateurs du forum
Ces messages ne devraient pas s'afficher sur ton mur, uniquement sur la page activité.
Cdt
À propos…
- Pseudo
- gcyrillus-nomade
- Inscrit
- Visites
- 4,926
- Dernière connexion
- Statuts
- Member
Réponses
-
Bonjour, Tu veut ce tri possible autant possible coté admin que visiteur , ou seulement coté admin ?
-
Bonsoir, Peut tu ajouter et tester si cela repond à ton besoin: usort($plxAdmin->plxRecord_arts->result, function ($a, $b) { return $a['numero'] <=> $b['numero']; }) dans le fichier co…
-
You're welcome aboard PluXml ;)
-
(Quote) Yes and no, it depends how you did configure urlrewrite for pluxml : (Image) the function urlRewrite is there to create the url that matches your configuration. Is it a bad copy/paste of yours or did you set plux as a subfolder instead p…
-
the full line creating the link should be : i should not have copy/paste your bit of code without fixing it all the way :) $a ='<a href="'.$plxAdmin->urlRewrite(PLX_ROOT).'pluxml/'.$url.'">'.$title.'</a>'; With your subdi…
-
(Quote) if your pluxml is in a subfolder, then you need to add it to the path: : $a ='urlRewrite(PLX_ROOT).'pluxml/'.$url.'">'.$title.'';
-
I tested with 4 emails adress of mine , they all got it. hotmail , sent it to spam at first untill i clicked the sender as legitime. I di d my test online from pluxopolis.net with an address set on that domain (from my local server it doesn't work …
-
(Quote) Sorry about this. Someone else has to take over helping you. on my side the POC works and i could not reproduce your issue.
-
Sorry to hear that, I believe it has to do witj PHPMailer somehow https://github.com/PHPMailer/PHPMailer/wiki/Sending-to-lists Getting help about PHPMailer will be more efficient there : https://stackoverflow.com/questions/tagged/phpmailer Take …
-
hello, i have no idea how you get those bcc mails. Do you have a mailbox set up to resend mails elesewhere or hidden copies ? , nothing in the scripts tells PHPMailer to add bcc recipients to your mails . For the parts $mail->Body & $mail…
-
You have a private message :)
-
Did your script worked fine before putting it in ? Answer is probably sounds obvious to you, but i do not see how we could jam PHPMailer to send bcc mails and ignoring others ? It works for me btw ;(
-
(Quote) not really, it probably has to do with this part : $pollids = "../../newsletter/data.txt";$contents = file_get_contents($pollids);$cont = explode(',', $contents); // contains number of emailsforeach ($cont as $item) {$mail->add…
-
Sorry, i mixed up things. top.php modification is to be if(isset($alertNewArticle)) echo $alertNewArticle; plxMsg::Display();
-
hmmm, top.php modification becomes: see below at https://forum.pluxml.org/discussion/comment/65452/#Comment_65452
-
lol , bah moi j'ai un win95 avec l'une des première versions de Firefox et bien sur un vieux IE, un opera, un lynx.... mais pas connecter sur internet et ne le sera jamais plus, je ne l'allume quasiment jamais sauf à rechercher de vieux fichier, ça …
-
Sounds fine but i will propose you something else. PluXml comes with PHPMailer , let's try to use it. modification to do : 1. core/admin/top.php replace (somewhere around line 148-150): plxMsg::Display(); with if(i…
-
Bonjour, il est possible que tu ai fait une MAJ depuis une version qui n'avait pas encore cette fonctionnalité. Dans ton fichier data/configuration/parametres.xml verifie que tu as bien cette ligne: <parametre name="lostpassword">1…
-
Maybe you have a typo in your new scripts , there should not be differences.
-
(Quote) Heu, c'est mon navigateur fétiche et celui dont je me sert pour tester et créer mes tests. Pour le coup c'est du javascript de base , il n'y a aucune raison pour qu'il ne fonctionne pas , à moins qu'il y ait une histoire de cache du navigat…
-
(Quote) Sorry about confusing you (Quote) yes, you can put the echo something on the first line of your included file. it will demonstrate it is loaded ... or not. (Quote) okay, it's fine
-
Bonjour, Depuis quelle version de pluxml ? Est ce connecté en mode administrateur ? La mise à jour est-elle complète, tous les anciens fichiers de pluxml écrasés par les nouveaux, sauf le répertoire data bien sur? Cdt
-
(Quote) You are right, it should not be an issue if it worked. Did you test echo 'something'; and by the way, are you using pluxml 5.8.16 or à prior version ? (Quote) The forum understands the markdown format. http://fr.wikipedia.org/wiki/Markdown…
-
seems fine to me but did you make sure it finds the files ? * require 'PHPMailerAutoload.php'; * $pollids = "../../newsletter/data.txt"; Add an echo as a first line to your included script. It can be anything but long enough to be notic…
-
Pour le forum ici, je crois que c'est celle-ci https://open.vanillaforums.com/discussion/37360/vanilla-3-0-is-now-available/ et les released sont là : https://github.com/vanilla/vanilla/tags?after=v3.0.0 Mais comme je te disais plus tôt, l'essent…
-
hello, from top.php on line 2 you can do instead of article.php line 28 : <?php if(isset($_SESSION['info']) && $_SESSION['info'] == L_ARTICLE_SAVE_SUCCESSFUL) { // scripts will be included here }?> then add at the begin…
-
Bonjour, Tu peut initialiser la variable en false $update=false; En l'insérant ligne 131 , en début de fonction. De mémoire, elle sert à initialiser le fichier compteur de download et cela devrait retirer ce warning désagréable ;) cdt
-
After all, the best would be to check if $_SESSION['info'] is set and equal to L_ARTICLE_SAVE_SUCCESSFUL in the beginning of the file and retrieve from there the art title and url to send your mail alerts.
-
to retriev this new url, you need to move your code to the portion (around line123) inside this portion of code if($valid) { $plxAdmin->editArticle($_POST,$_POST['artId']); header('Location: article.php?a='.$_POST['…
-
oups, i probably did not pay attention , there is a typo if(isset($_POST['publish'])) {/* your code here */} For the comment, it will be somewhere right before or after : # Hook plugins if(eval($this->plxPlugins->callHook('p…