<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>mySeat - Readme</title>
<style type="text/css" media="all">@import "css/general.css";</style>
<style>
.r_field{
margin-left:50px;
margin-top: 50px;
border-width:1px;
border-style:solid;
border-color:#565770;
padding: 15px;
padding-left:35px;
text-align:justify;
width: 650px;
}
</style>
</head>
<body>
<div class="r_field">
<h1 style="background: #999">mySeat v3</h1>
<p> </p>
<p> 1. Create a database with phpmyAdmin.</p>
<p> 2. Edit database connection in /config.php.</p>
<p> 3. Be sure your Webserver is running.</p>
<p> 4. Be sure in your php.ini is set: 'short_open_tag = On' and 'display_errors = OFF'</p>
<p> 5. On single computer install we recommend <strong><a href="http://www.apachefriends.org/en/xampp.html" target="_new">XAMPP</a></strong>.</p>
<p> 6. Upload the 'myseat' folder to your webserver.</p>
<p> 7. Go to: www.yoursite.com/mypath/myseat/install .</p>
<p> 8. Enter your email, username and password for the administrator user.</p>
<p> 9. Follow instructions and find mySeat at www.yoursite.com/mypath/myseat/install</p>
<p>10. Goto 'System' page on the small menu with your just created login.<br>
(or use the standard user/password 'abel/abel')</p>
<p>11. Edit first the general settings.</p>
<p>12. Edit the demo-outlet, but not delete it!</p>
<p>13. Add your other outlets and users on the 'System' page.</p>
<p>14. Delete install.php file after successful installation!</p>
<p>15. For the webform, edit the settings in webform/index.php line 33ff.</p>
<p>16. For the webform, customise the style to your homepage in webform/css_webform.css.</p>
<br/>
<p><strong>Tip:</strong> If you have trouble with the install.php, please import the database.sql manually in phpmyAdmin.<br/>
After all works perfect, please delete the abel user for security reasons.
</p>
</div>
<div class="r_field">
<h1 style="background: #999">Update from mySeat v3 version 0.98 to 0.99</h1>
<p> First of all download the new version of mySeat.</p>
<p> 1. Open install/update_98_to_99.sql</p>
<p> 2. Copy the text to phpMy Admin and execute it.</p>
<p> 3. Your database is now exteded.</p>
<p> 4. Edit database connection in /config.php.</p>
<p> 5. Upload now all new files from /myseat to your server. Replace all existing files.</p>
<p> 6. Goto 'System' page on the small menu.</p>
<p> 7. Login using the temporarly user: user/user.</p>
<p> 8. Edit the general settings in the new tab 'General'.</p>
<p> 8. Edit your admin user and give him a new password, because password encryprion has changed.
<p> 9. Delete the temporarly user user/user.</p>
<p>10. You can now use your existing reservations and outlets anyway.</p>
<br/>
<p><strong>Tip:</strong> If you upload the files to a new folder, you can use old and new version simultaneously.<br/>
When everything works fine, just rename the new folder to the old ones name. And delete the old one.</p>
<p><strong>Info:</strong> The update of the main manual is in progress. Stay tuned.</p>
<br/><br/>
</div>
<div class="r_field">
<h1 style="background: #999">Update from mySeat v3 version 0.99.5 to 0.99.7</h1>
<p> First of all download the new version of mySeat.</p>
<p> 1. Open install/update_98_to_99.sql</p>
<p> 2. Copy the text from the bottom of the page to phpMyAdmin and execute it.</p>
<p> or take it from here:"ALTER TABLE `reservations` ADD `reservation_title` VARCHAR( 2 ) NOT NULL AFTER `reservation_time`;"</p>
<p> 3. Proceed with point 4 from the foregoing description.</p>
<br/>
<p><strong>Tip:</strong> If you upload the files to a new folder, you can use old and new version simultaneously.<br/>
When everything works fine, just rename the new folder to the old ones name. And delete the old one.</p>
<p><strong>Info:</strong> The update of the main manual is in progress. Stay tuned.</p>
<br/><br/>
</div>
<br/><br/>
</body>
</html>