Changes in Opentape 0.11

Get Opentape 0.11 here

FIXES
- Fixed handling of ’” in track and mixtape titles and track names
- Fixed timeout/hang on some systems during password creation or login due to PHP_INT_MAX issue.
- Corrected cookie/session handling to be more reliable, prevents double logins/logouts issue
- Fixed potential security issue where mixtape password could have been changed after the mixtape was setup by loading welcome.php
- Fixed inability to run opentape on a non-standard port
- Assorted PHP syntax fixes that reduce warnings
- PHP-curl extension no longer required for opentape to work. Your installation must allow creation of the http:// stream context though
- Fixed issue when running on win32/php with reading ID3 data 


ENHANCEMENTS
- Added support for servers with magic_quotes_gpc enabled in PHP stripping the quotes in various inputs
- Re-wrote preferences storage to store the password and other data more securely in serialized php files that cannot be retrieved remotely. This feature automatically upgrades from old file format.
- Added index.php files into songs/ and settings/ folders to further protect them
- Added a server-end check to make sure non-mp3 files are not uploaded
- Only scan for MP3s in the songs dir, no other files read or added
- Tracks are added on top as they are uploaded
- If no id3 data is found the filename of the file is now used as the title

Thanks again for the patience, all the bug reports and fixes in the forum and on twitter!  Proper bug tracking coming very soon.