About this plugin
This plugin implements the server-part of the pingback mechanism as described in the Pingback specification, version 1.0 for Frog, the easy customizable CMS.
When a published page get saved, then the Plugin searches for full urls with a http protocol. Then it sends a notification email to a configureable receptor, when a ping comes in.
Installation
- If not already done, install the current version of Frog (>=0.9.5)
- Download the recent version of Pingmailer
- Extract the archive
- Copy the /pingmailer directory to the /frog/plugin directory of your installation
- Activate the Plugin in the Administration Tab
Configuration
- Mail recipient
- The recipients of the notification mail. One recipient per line.
- Mail subject
- The subject of the notification mail.
- Mail body
- The body of the notification mail.
It will append 'From: {{source}}
To: {{target}}' to this. - Validate Ping
- If this option is enabled, the Plugin will check each ping source for a backlink.
Changelog
- 0.1
- Initial Release
- 0.2
- Fixed parsing of ping requests.
- This version is checking the method name. (Has been ignored in 0.1.)
Feedback
Send a mail to feedback@sebastian-joseph.de.
Issues
This Plugin use file_get_contents, so allow_url_fopen have to be enabled in your php.ini.