Installation:
1. Upload the plugin and activate it.
2. In inc/show.news.php change this:
- Code: Select all
if (!$cache = cute_cache($row['id'], $cache_uniq, $post.($page > 1 ? '.'.$page : ''))){
to this:
- Code: Select all
if ((!$cache = cute_cache($row['id'], $cache_uniq, $post.($page > 1 ? '.'.$page : ''))) or ($row['pass'] != '' and $_COOKIE['protected_'.md5x($row['id'])] != md5x($row['pass']))){
(Based on the code from Strawberry 1.1.1)
