|
|
Frequently Asked Questions
ORDER YOUR LICENSE
THIS IS A SERVER SIDE PROGRAM.
THERE IS NOTHING FOR YOU OR YOUR CUSTOMERS TO INSTALL ON THEIR PC!
What files are different in Php4 and Php5?
- All files in the ixed folder. (These are the decompile scripts.)
- The 'License' file. (Php4 has a different Key than Php5)
- The install script (Install.php)
Remember, the Php4 version WILL NOT work on a machine with Php5 installed and visa-versa.
What would cause an install error "Can't open file OES_Exam_php4.zip"?
The OLD file was OES_Exam_php4.zip. The new file is OES_Exam_V1.02.zip
If you are seeing this error, check line 203 of the install script and make sure it says:
$zip = new dUnzip2("OES_Exam_V1.02.zip");
If it says: $zip = new dUnzip2("OES_Exam_php4.zip"); (or _php5.zip) either download the newer script or edit line 203.
What causes: Parse error, unexpected T_VARIABLE in /customer/AccountInfo.php on line 94 ?
Some of the first downloads linked to the wrong customer edit file.
The correct customer edit file is: EditInfo.php
You can make this change by editing the customer header template file.
Login to the admin area as super admin. On the left hand side click "Template Editer" (or Template/File Editor if you have a newer download).
Click "Edit your Customers Header and Footer". Edit the links in the "Customer Header" textarea and click 'Submit'.
How do I report problems?
What if I have a question?
How do I contact support?
Use the form on the contact page and select a subject (Support).
The form will be emailed to the appropriate person. Report any problems.
Inside the program, IF you are logged in as the Super Admin, you will have a "Contact Support" link on the left hand side of your home page.
Will I need to re-enter the questions when I go from a 'Trial' version to a 'Licensed' version?
NO. Changing from the 'Trial' mode to a 'Licensed' mode only requires you to upload a new license file.
You will not have to re-enter your questions or re-build your exams.
Can I upload my own php scripts?
YES. The compiled scripts will not prevent your scripts from working.
To connect to the database, make sure your to include the classDB.php and config.php located in the include folder.
include("../include/config.php");
include("../include/classDB.php");
How do I edit the index page included for my exam home page?
The template used for the exam index page is called Home.tpl and is located in the templates folder.
IF you are using the Site header template and uploaded graphic, do not remove the {SET_HEADER_VARIABLE} tag.
IF you want the policy links to show at the bottom of the page, do not remove the {SET_FOOTER_VARIABLE} tag.
IF you want the links for exams "open to the public" to be displayed, do not remove the {OPEN_EXAM_LIST} tag.
Do I have to use the index page included for my exam home page?
NO. You can create and upload your own exam home page. The only thing to remember is where the pages are you want to link to.
Customer registration is at: /customer/Register.php and customer login is at: /customer/
How do I link to exams open to the public?
On the admin home page there is a link which will generate the links for exams open to the public.
The list generated will be all exams that are: 1).Open to the Public 2).The exam status is 'Live' and 3).The exam has at least 1 question.
I purchased a license for MyDomain.com. Will the program work if I put it under exams.MyDomain.com
YES -- The license is for your tld (MyDomain.com) and will work for any sub-domains you have (www.MyDomain.com, exams.MyDomain.com etc..)
I have several websites (Domains) can I use the same script on all of them?
NO. The script is Licensed for 1 domain only.
Is the code Open Source?
NO -- The code is © York Instructional Services, and under the terms and conditions, you are not allowed to decompile and/or reverse engineer the code.
What are the limitations of the TRIAL program?
1. You CANNOT upload your own graphics to be used on certificates
2. Credit Card transactions are done in "test" mode
3. You can only take exams in the "Practice" mode.
Can exams be timed?
Yes -- Exams may be timed in 5 min increments up to 8hrs. 55mins.
I scheduled an exam and it did not become available – what happened?
Make sure you set the exam status to “LIVE”.
On subscription (lease) sites, are we sharing a database with other subscribers?
NO. All Subscribers have their OWN site, pages, scripts and database. Sites are setup completely independent of each other.
Check back often as we will add more FAQ's as people send in their questions.
|
|