« Return to eOgr

INSTALLATION:
-------------
(1) Edit your settings in "database.php" with an editor. 
   
    All values must be properly edited.
    For example, if you don't write your site URL into $_source1 value, 
    the project may give "source errors".

(2) " http://localhost/eogr/install.php " is for installation. 

    If you didn't create your database previously, "install.php" can do it for you.
    Your MySQL user must have "CREATE TABLE" permission! 
    
    After a successful installation, you can remove/rename "installation_Database.sql" 
    and install.php files.
	
    If you don't want to use install.php, you can import "installation_Database.sql" 
    into your database by means of phpmyadmin.

(3) Login as administrator user: name "admin" and password "11111"    
   
    Change your password from your profile page immediately.	
    I hope you start and like this experience!	

Further information for administrators: 
- This project needs at least PHP 5 version
- MySQL 5 database server 
- "uploads" folder needs write permission (766 or 777 can be)
  If you don't want to enable file sharing, you are not forced to change any permission.

- .htaccess enabled for security 
  You can erase this file if having 500 security problems, 
  or you can edit it properly for your server. 
  When editing .htaccess file you will see a warning line there.

For Clients (web users and testers need to check these browser options):
- Javascript (Ajax) enabled browser,
- Cookies enabled (theme, language and user name),
- Sending referrer address enabled (page navigation),
  "Invalid Source error" may be because of this.
- Flash player installed (for lessons' page content)
  Adobe Flash is not obligatory for the general project usage.

Used Classes and Referred Sites
-------------------------------
- jQuery: v1.9.1 
	http://jquery.com
- jQuery UI: v1.10.2 custom - sortable only 
	http://jqueryui.com
- jQuery AnythingSlider: v1.5.12
	http://github.com/ProLoser/AnythingSlider
- jQuery zoomooz: v1.1.6
	http://janne.aukia.com/zoomooz/	
- jQuery interface (resize): v1.2
	http://interface.eyecon.ro	
- NicEdit: v0.9 r23 
	http://www.nicedit.com
- DataTables: v1.7.6  
	http://www.datatables.net
- tokBox: video chat  
	http://opentok.com
- flockDraw: white board  
	http://flockdraw.com
- phplivex: v2.6 
	http://www.phplivex.com
- wtag: v1.0Beta 
	http://spacegirlpippa.co.uk
- Facebox: v1.3 
	http://github.com/defunkt/facebox
- Shadowbox: v3.0.3 
	http://www.shadowbox-js.com
- jQuery AutoComplete: v1.1
	http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete
- jQuery TreeView: v1.4.1 
	http://bassistance.de/jquery-plugins/jquery-plugin-treeview
- jQuery Validation: v1.7
	http://bassistance.de/jquery-plugins/jquery-plugin-validation    
- jQuery simplepager: v1.1 
	http://github.com/dan0/simplepager
- jQuery print: 
	http://www.bennadel.com/index.cfm?event=blog.view&id=1591
- jQuery ping:
 	http://plugins.jquery.com/project/jqueryping
- jQuery Quick Pager: v1.1
	http://blog.geekyjohn.com        
- jQuery bad browser: v1.4 (http://www.quirksmode.org/js/detect.html)
	http://blog.team-noir.net/2010/05/jquery-badbrowser-update-version-1-4
- jQuery twitter Login: v1 
 	http://www.skyrocketlabs.com/articles/twitter-style-login-with-jquery-and-css3.php
- jQuery Bookmark: 
	http://www.dynamicsitesolutions.com/javascript/add-bookmark-script
- jQuery iCal-like Calendar: 
	http://www.stefanoverna.com/log/create-astonishing-ical-like-calendars-with-jquery
	http://www.frecosse.com/?p=252
- AutoSuggest: v2.1.3
	http://www.brandspankingnew.net/specials/ajax_autosuggest/ajax_autosuggest_autocomplete.html 
- Flood-protection: v1.0
	http://archive.free-php.org.uk
- SWFObject v2.2 
	http://code.google.com/p/swfobject
- HTML Graphs: v4.8 
	http://www.gerd-tentler.de/tools/phpgraphs
- Flash Video Player: v3.5
	http://www.longtailvideo.com/players/jw-flv-player
	http://www.jeroenwijering.com
- SQL_Export: 
	http://www.phpclasses.org/browse/file/7633.html
- SQL_Import: 
	http://www.phpclasses.org/browse/package/4898.html
- WordClean: v1.0
	http://luci.criosweb.ro/blog/2007/08/04/html-cleaner    
- Hijax: 
	http://bulletproofajax.com
- Input field hints: 
	http://www.askthecssguy.com/2007/03/form_field_hints_with_css_and.html
- Flash Fix: 
	http://www.onlineaspect.com/2009/08/13/javascript_to_fix_wmode_parameters
- Human Relative Date : 
	http://www.inventpartners.com/content/free-php-class-friendly-relative-time
- Sliding Panel:
	http://spyrestudios.com/demos/sliding-panel-fixed
- Ajax Upload:
	http://www.ajaxf1.com/product/ajax-file-upload.html
- RemoveXSS: 
	http://doxygen.frozenkiwi.com/typo3/html/d8/d2c/classRemoveXSS.html

Designing and Building Programs: 	
	Xampp, Adobe Dreamweaver, Artisteer, PHP Manual, Acunetix

CSS, RSS and HTML Validations:  
	http://jigsaw.w3.org/css-validator/
	http://validator.w3.org/feed
	http://validator.w3.org/check

Advice:
	Mozilla Firefox extensions: "HTML Validator", FireBug, "Web Developer"