

- Efilm lite will not open how to#
- Efilm lite will not open update#
- Efilm lite will not open code#
- Efilm lite will not open password#
Efilm lite will not open how to#
How to use the Editor for annotations is covered in a separate document. The process of creating a logout feature is described here: This was not completed prior to releasing this project as open source. The Logout button does not cause a log out. mysqli_set_charset($localDatabase, 'utf8').htpasswd file with your first login and place it just outside of your web root.Ĭreate a database and use the included DatabaseStructure.txt file to generate the tables needed.Ĭreate a db_con.php file with your databse connection details and place it just outside of your web root. eFilm_ReSources_Templates Used to create forms for entering data in the editorĬomments explaining each field are included in the SQL Dump.ĭownload and copy the project into a folder on your web server.Ĭreate a.eFilm_ReSources_RelationIndex Contains relationships between L1 and L2 items.eFilm_ReSources_L2 Contains the L2 Annotation Names.eFilm_ReSources_L1 Contains the L1 Annotation Names.eFilm_ReSources_HistoricEvents Intended to contain a list of selectable events.eFilm_Content_Movies_Annotations Contains all of the annotation data.eFilm_Content_Movies Contains display information for the films.eFilm_Config_Users_MovieRights Defines the user's access to various films.eFilm_Config_Users Contains the user details.eFilm_Config_Naming Used to populate the dropdown suggestions in the editor.eFilm_ActiveFilms Contains details about the original film.The structure of the database is roughly defined as follows: You will also need to add your Amazon Credentials to the settings file which you should place outside of the publicly accessible web folder. If you plan to do the same, the initial installer will configure the system for you. The copy of this project that is being used for uses an Amazon S3 service for hosting assets. /player A sample video player that uses the annotation data that is generated./_uploads Will contain all uploaded Annotation assets./_js Contains all jQuery and JavaScript files./_img Contains the image assets for the editor interface./_css Contains all styles associated with the editor./_ajax Contains all of the php files that the jQuery calls upon.settings.php Defines the settings that are specific to your server.index.php (Initially installs required files) Creates the basic layout for the editor.This file is created above the web root by the installer
Efilm lite will not open password#
htpasswd Holds the hashed password values. htaccess Defines the entire folder as password protected The overall file structure for the project once it has been installed is as follows: Hopefully this section will help to limit the number of places where it is necessary to search for sources of content display and errors.
Efilm lite will not open code#
The majority of this project is coded using jQuery which makes debugging very difficult because the actions associated with visual elements are not obvious when looking at the code that creates the visual element.

Efilm lite will not open update#
The file should have read and write permissions for the Apache server so that it can be edited by the password update scripts which are dynamically created and destroyed as they are needed. This protects the file from discovery from the general user. htpasswd file should be stored outside of the public web folder. Other users with permissions to edit other user’s rights can not edit the rights of user zero. The initial user ( user zero ) is the only user who can edit the user zero account. The initial user will gain universal access and control and can assign permissions to other users.

htpasswd functionality of the Apache server. This project is not complete but has reached a point where it can be distributed and used for film annotation editing and the goal of this distribution is to encourage the developer community to help expand the functionality of the project to make it better and more functional for all users.īecause the editing of annotations for any project should be restricted to trusted users, access to the editor is controlled with a login setup that takes advantage of the. This document is intended to explain where in the project the code exists that controls the various parts of the film annotation editor.
