DotA OpenStats 3.9.7 Download
-A lot of changes and optimizations.
-12 plugins and 1 new template.
Plugins in 3.9.7:
Guests comments - enable comments for non-logged in users.
Online Users - track online users
Redirect user after log in - redirect user to a specific page or last page visited.
Captcha on comments - very simple and basic captcha.
Scroll to top (jQuery) - scroll to top plugin.
Notify administrator on new comment - email notification on new comments
Add JQuery plugin to header - enable JavaScript Library
Latest Comments - latest comments page
Smilies in comments - this plugin adds smiles in user comments.
Cache pages for non-logged in users - full page caching for users who are not logged in.
Number format on Top and User Page - change number format on Top and User Stats page.
User profiles - display user profile information on a new page.
Small fix when user upload image in png format:
Open inc/sys.php and find:
if ( $fileExt == "png" ) imagepng($tn, $NewTarget, $ImageQuality); else
and replace with:
if ( $fileExt == "png" ) imagepng($tn, $NewTarget); else
Comments (2)