home
about
solutions
purchasing
support
news
contact
Support
Software
Hardware
Networking
Training
Medusa Support Administration
Username
Password
NOTE:
Only Medusa Business Solutions staff are authorised to access the Administration area.
you are here:
home
>> support
Support area search
The Medusa Business Solutions Support section will provide you with answers to any questions associated with our products and their implementation and maintenance.
Select an area from the menu to the left or enter a search option above.
Software support
Please select a product.
Driving School Manager
Downloads
Getting Started guide for Driving School Manager
(revised 19/8/07)
How-to guide for Driving School Manager
(revised 19/8/07)
SMS templates for Driving School Manager
(revised 19/8/07)
TOP Ten FAQs
1. When entering a booking, the booking window will suddenly minimise to the desktop.
Read answer...
This behaviour has been reported on some Windows XP computers, please contact Medusa Business Solutions for an update.
2. When opening the Driving School Manager SMS Edition the mobile phone does not configure automatically in the startup process.
Read answer...
Click on the SMS button on the Dashboard to open the SMS Administration window.
Select the Serial port from the dropdown list. The COM port is usually the highest number in the list, e.g. You may see COM2 and COM6.
COM6 will be the port where the mobile phone is located.
Select Connect to attempt connection to the mobile phone. This process usually takes about 5-10 seconds.
If you have connected successfully to the mobile phone you will see a dialog box with a message similar to this:
'Connected to Nokia 5070 by Nokia on Com6'
Click 'Ok' on the dialog box, the mobile phone will complete configuration, it takes about 20 seconds, and your mobile phone will be ready for use. You will see information on your phone, as well as the current battery level of the phone.
NOTE:
You must have a mobile phone recommended for suitability by Medusa Business Solutions and a fully compatible Nokia CA42 data cable.
If you are unsure that you have the correct components please contact MBS Support for assistance.
3. FAQ to come.
Read answer...
Answer to come.
4. FAQ to come.
Read answer...
Answer to come.
5. FAQ to come.
Read answer...
Answer to come.
6. FAQ to come.
Read answer...
Answer to come.
7. FAQ to come.
Read answer...
Answer to come.
8. FAQ to come.
Read answer...
Answer to come.
9. FAQ to come.
Read answer...
Answer to come.
10. FAQ to come.
Read answer...
Answer to come.
Hardware support
TOP Ten FAQs
1. FAQ to come.
Read answer...
Answer to come.
2. FAQ to come.
Read answer...
Answer to come.
3. FAQ to come.
Read answer...
Answer to come.
4. FAQ to come.
Read answer...
Answer to come.
5. FAQ to come.
Read answer...
Answer to come.
6. FAQ to come.
Read answer...
Answer to come.
7. FAQ to come.
Read answer...
Answer to come.
8. FAQ to come.
Read answer...
Answer to come.
9. FAQ to come.
Read answer...
Answer to come.
10. FAQ to come.
Read answer...
Answer to come.
Networking support
TOP Ten FAQs.
1. FAQ to come.
Read answer...
Answer to come.
2. FAQ to come.
Read answer...
Answer to come.
3. FAQ to come.
Read answer...
Answer to come.
4. FAQ to come.
Read answer...
Answer to come.
5. FAQ to come.
Read answer...
Answer to come.
6. FAQ to come.
Read answer...
Answer to come.
7. FAQ to come.
Read answer...
Answer to come.
8. FAQ to come.
Read answer...
Answer to come.
9. FAQ to come.
Read answer...
Answer to come.
10. FAQ to come.
Read answer...
Answer to come.
Training support
TOP Ten FAQs.
1. FAQ to come.
Read answer...
Answer to come.
2. FAQ to come.
Read answer...
Answer to come.
3. FAQ to come.
Read answer...
Answer to come.
4. FAQ to come.
Read answer...
Answer to come.
5. FAQ to come.
Read answer...
Answer to come.
6. FAQ to come.
Read answer...
Answer to come.
7. FAQ to come.
Read answer...
Answer to come.
8. FAQ to come.
Read answer...
Answer to come.
9. FAQ to come.
Read answer...
Answer to come.
10. FAQ to come.
Read answer...
Answer to come.
Medusa Business Solutions Client database
Contact date
Company
First name
Surname
Address
City
State
Postcode
Country
Australia
England
Jersey
Lichtenstein
New Zealand
United States
Phone
Mobile
Email
© Medusa Business Solutions 2008
enquiries@medusabs.com
disclaimer
|
feedback
logOut();"; } if(isset($_POST['addclient'])) { $nid = getNextId(); echo ""; } function getNextId() { $nid = 0; $con = mysql_connect("localhost","w0315","a20o23g16"); if (!$con) die('Could not connect: ' . mysql_error()); else { mysql_select_db("medusabs_com_Clients", $con); $result = mysql_query("SELECT * FROM Clients"); $cnt = 0; while($row = mysql_fetch_array($result)) { $nid = $row['ID']; $cnt++; } mysql_close($con); if ($cnt > 0) $nid++; else { $nid = 1; } } return $nid; } function checkUser($uname, $pword) { $con = mysql_connect("localhost","w0315","a20o23g16"); if (!$con) die('Could not connect: ' . mysql_error()); else { mysql_select_db("medusabs_com_Clients", $con); $result = mysql_query("SELECT * FROM Users WHERE mbs_uname = '" . $uname . "' AND mbs_pword = '" . $pword . "'"); $cnt = 0; $full_name = ''; while($row = mysql_fetch_array($result)) { $full_name = $row['mbs_fname'] . " " . $row['mbs_sname']; $cnt++; } mysql_close($con); if ($cnt > 0) { echo ""; } else { echo ""; } } } function writeDetails($fname, $sname) { $con = mysql_connect("localhost","w0315","a20o23g16"); if (!$con) die('Could not connect: ' . mysql_error()); else { mysql_select_db("medusabs_com_Clients", $con); $sqlstr = "INSERT INTO Clients (ID, first_name, last_name) VALUES (" . getNextId() . ", '" . $fname . "', '" . $sname . "')"; mysql_query($sqlstr); mysql_close($con); } } ?>