1. I don't get my password, the e-mail never reaches me!
2. I'm getting an error that begins like this: "Warning: session_start(): open(/tmp\"
3. How do I turn off that free registration thing?
4. How can I help?

1. I don't get my password, the e-mail never reaches me!
This is typically because you didn't change the default settings in php.ini
Edit php.ini and search for SMTP and adjust the settings. If you're running Windows as server you might want to look at 2.

2. I'm getting an error that begins like this: "Warning: session_start(): open(/tmp\"
You're running Windows as server, that I can't help you with, but that's beside the point.
php.ini has a lot of default settings, most of them geared to *nix enviroment. To get rid of this error you need to edit php.ini and search for "session.save_path" and change "/tmp" to a path on your systen (example: c:\winnt\temp).
Please browse through the entire php.ini, it will cost you ten minutes and you will gain some knowledge on what can be configured with php.

3. How do I turn of that free registration thing?
Edit the login.tpl in Templates/Default and remove this line:
<A HREF="signup.php?Neg_Lang={NegLang}"><img src="Templates/Default/images/newaccount.gif" ALT="{Get a free account now!}" BORDER="0"><BR>{Get a free account now!}</a><BR><BR>
Don't forget to rename or delete signup.php

4. How can I help?
In different ways:
- Give some feedback (bugs/features/like whatever)
- Help with enhancing myorgbook (logo/templates/translation/coding/documentation)
- Put a link to the sourceforge summary or http://www.mik3.com/myorgbook on your site
- Offer funding

