Flash Player version in AWStats – Revised
Thursday, November 20th, 2008My first implementation of this idea may have been sufficient for general use. For inclusion in Wordpress however it was problematic at best.
Now that I have revised (and tested) it, I thought I’d share this updated Wordpress plugin.
<?php
/*
Plugin Name: Flash version Detection
Plugin URI: http://www.dirty-motherfucker.org/
Description: Detects flash version
Version: 0.1
Author: gencha
Author URI: http://www.dirty-motherfucker.org
*/
$plugin_root = get_settings(’siteurl’) . ‘/wp-content/plugins/’.dirname(plugin_basename(__FILE__));
if( [...]
