=== Plugin Name === Contributors: kubi23 Donate link: http://www.svenkubiak.de/wordpress-em-2008/#spenden Tested up to: 2.5.1 Stable tag: 1.7 Requires at least: 2.1 Tags: euro 2008, em, plugin, sidebar, soccer, austria, switzerland, euro2008, european championship, 2008, euro 08, em08 Displays results and games of the UEFO EURO 2008. == Description == From June 7th to June 29th the EURO 2008 will take place in Switzerland and Austria. Use this Plugin to display live results and game informations. The Plugin grabs its informations from the web-service at [OpenLigaDB](http://www.openligadb.de). Note: Plugin requires min. PHP 5 with SOAP extension! = Available languages = * German * English * Spanish * French * Italian * Portuguese * Russian * [NEW: PHP 4 Version](http://www.svenkubiak.de/wordpress-em-2008/#download) == Installation == 1. Unzip 2. Upload complete folder to wp-content/plugins 3. Activate plugin If you want to display the next match, put the following code in your sidebar: `` If you want to display live results, put the following code in your sidebar: `` You may want to change the given ID for currentMatch depending on what round you want to display. * First Round = 1 * Quarter-finals = 2 * Semi-finals = 3 * Finals = 4 If the Live-Result is displayed in red, the game is still running. If the the Live-Result is displayed in black, the game is over. Live-Results will be displayed 180 minutes from kick-off. == Frequently Asked Questions == = Why does the plugin require PHP 5 and SOAP Extension? = PHP 5 has a build in SOAP Client which enables easy access to webservices. = I have PHP 5 but get the error "Parse error: syntax error, unexpected {" = This means, that your Webhost is not running PHP 5 nativ. If you have to run PHP-Scripts using .php5 instead of .php your blog is not running in PHP 5. = How frequently are the Live-results updated ? = Currently every 5 Minutes. == Screenshots == 1. Next Match 2. Live Results == Version History == * Version 1.7 * Increased time for displaying Live-Results * Version 1.6 * Fixed Bug when accessing SOAP-Service * Version 1.5 * Fixed SOAP-Bug * Added russian and portugese translation * Version 1.4 * Added timeout for SOAP-Client * Added deactivation function * Minor code changes * Added french and italian translation * Version 1.3 * Added language support * Added english and spanish translation * Version 1.2 * Checking if SOAP extension is available * Version 1.1 * Added admin notice when checking PHP Version * Version 1.0 * Initial version