CuteNews has detected that you are including show_news.php using the URL to this file

This is incorrect and you must include it using the PATH to show_news.php. Example:

this is WRONG :   <?php include("http://yoursite.com/cutenews/show_news.php"); ?>
this is CORRECT:   <?php include("cutenews/show_news.php"); ?>

if you think this message shouldn't be shown, open current file and delete check_direct_including() function, at own risk!