Re: [pmwiki-users] Fox / ShoutBox - integrate the feature in xmlrpc

2008-12-18 Thread St�phane Heckel
Hans wrote : perhaps something like this: $page = RetrieveAuthPage($pagename, read, false, READPAGE_CURRENT); $shoutmessage = '''[[.$PageAuthId.|.$AuthId.]]''': $shoutmessage - [-'' .strftime('%d/%m %H:%M', time() ).''-] [[]]; $content = $shoutmessage.\n\n.$page['text'];

[pmwiki-users] mail form and email spam

2008-12-18 Thread Peak
Even though I deleted the mail form pages I still seem to be getting spam passed through my mail box and mail forms. Possible? Is that what is termed php injection? The cure is? Thanks, John Morris ___ pmwiki-users mailing list

[pmwiki-users] mail form and email spam

2008-12-18 Thread ki...@kirpi.it
Even though I deleted the mail form pages I still seem to be getting spam passed through my mail box and mail forms. You mean that you get emails with the same from: you set in your forms? Something like nore...@example.com? Luigi ___ pmwiki-users

Re: [pmwiki-users] deleted pages in pagelists

2008-12-18 Thread Christophe David
I would like to display in a page the list of deleted pages in a group. As the deleted pages are skipped from the search and page list results, I I just published a new recipe to do that: see http://www.pmwiki.org/wiki/Cookbook/Trash . The recipe adds two actions: 'trash' and 'untrash'.

Re: [pmwiki-users] deleted pages in pagelists

2008-12-18 Thread Christophe David
what happens if you have a page Group.A which gets trashed to group.A-trash. Then someone creates Group.A again and trashes it again. Do you have some way of preserving both copies with a numerical suffix or timestamp or something? Currently, only one version is preserved. I could change

Re: [pmwiki-users] mail form and email spam

2008-12-18 Thread Radu Luchian
Once an email address makes it on a spammer's list, it stays there. [?]Spammers fake headres to make it look like spam comes from other places, even fabricated, inexistent addresses on existing email-enabled domains. To check whether the spam really comes from your form, check the message trace in

Re: [pmwiki-users] Alternative markup resolution within code sections for PDF printing (Nigel Thomas)

2008-12-18 Thread John Rankin
On Thursday, 18 December 2008 5:14 AM, pmwiki-users-requ...@pmichaud.com wrote: 6. Alternative markup resolution within code sections for PDF printing (Nigel Thomas) Date: Wed, 17 Dec 2008 15:27:40 + From: Nigel Thomas nigel.tho...@preferisco.com Greetings everyone, and here is