folder | description |
---|---|
code | contains the program files of the administration area |
config | contains the configuration files of the administration area |
doc | contains the documentation and the licences |
log | contains the log files of the administration area |
styles | contains the CSS style sheets for the administration area |
folder | description |
---|---|
barcode | contains a third-part application to generate bar codes |
code | contains the shared program files (main functions of TCExam) |
config | contains the general configuration files |
jscripts | contains shared javascript programs |
contains a third-part library to generate PDF documents | |
phpmailer | contains a third-part library for sending emails |
folder | description |
---|---|
code | contains the program files of the public area |
config | contains the configuration files of the public area |
log | contains the log files of the public area |
styles | contains the CSS style sheets of the public area |
folder | description |
---|---|
cache | contains the temporary files and the images transferred by the upload module |
fonts | contains the PDF fonts |
images | contains the images used by the system |
install | contains the installation files of TCExam. For security reasons it is advisable to delete this folder after the installation. |
<IfModule mod_php5.c> php_value arg_separator.output "&" php_value magic_quotes_gpc On php_value magic_quotes_runtime Off php_value magic_quotes_sybase Off </IfModule>To configure other general aspects of PHP or for other configuration modes, please refer to the offical guide and additional information in the www.php.net.
mysql mysql> CREATE DATABASE TCExam; shell> mysql TCExam < db_structure.sql shell> mysql TCExam < db_data.sqlIn the previous example we assumed that the database name was TCExam.