http://cedamel2.free.fr/
1. e-mail
Some web hosts do not work with the standard PHP mail() function, but with a modified version (like Online.net or Nexen.net for instance) or with a tricked version (like Free.fr for instance, see next paragraph). As from version 2.4 of GuppY, these e-mail functions can be set up in a dedicated inc/mail/ directory.
If you write such a script for a web host specific function (see the Online.net.inc and Nexen.net.inc to learn how to proceed), the GuppY development team would be more than happy to receive a copy of it.
2. Free.fr e-mail specific
Now Free uses the standard php mail function. Then you don't need to use "protomail".
3. Files upload
Some web hosts disable the HTTP file upload functionality. Then, the Upload admin functionality will be useless. Upload your files o要 your site using your FTP software.
4. Content sharing between sites in RSS format
Some web hosts limit the PHP include() function to access o要ly internal files, not files from another website.
Then, the news sharing module between sites in RSS format will not work.
5. How to access to the mobile version of GuppY
If your site is accessed this way : http://www.yoursite.com/here/ (for example), then the mobile version (which is a lightened version of GuppY aimed for PDA users and blind people) is easily and automatically accessed this way : http://www.yoursite.com/here/mobile/. Just put a link in your web site for telling your mobile visitors how to access it.
6. Follow-up e-mail to more than o要e receiver
An example of a function which sends follow-up e-mails to more than o要e receivers is given in inc/mail/more1receiver.inc.
Be careful that you have to edit the inc/mail/more1receiver.inc file (with any basic text file editor) and input the additional names and e-mail addresses.