WP Plugin Security Note: Consider blocking direct access to your plugin PHP files by adding the following line at the top of each of them, or be sure to refrain from executing sensitive standalone PHP code before calling any WordPress functions. - http://codex.wordpress.org/Writing_a_Plugin
<?php
defined('ABSPATH') or die("No script kiddies please!");
?>