Page 1 of 1
altered popfetcher so no posting delay...
Posted: Mon Oct 10, 2005 8:25 pm
by Guest
How would this be done so popfetcher immediately posts like Mail2s9y ?
Re: altered popfetcher so no posting delay...
Posted: Mon Oct 10, 2005 8:28 pm
by garvinhicking
Via crontab, calling the URL of the popfetcher external plugin. Like
Code: Select all
wget http://yourblog.com/serendipity/plugin_popfetcher
Look inside the popfetcher plugin config, you need to specify the hookname on your own for some security.
If you're a tough guy you could add an invisible iframe or img tag in your template calling that URL, and then visitors will execute fetching mails every time. Note that this will cause performance hurts, of course. One could build a plugin that only executes the popfetcher plugin ever 10th visit or so only...
Best regards,
Garvin