It appears that you're running an Ad-Blocker. This site is monetized by Advertising and by User Donations; we ask that if you find this site helpful that you whitelist us in your Ad-Blocker, or make a Donation to help aid in operating costs.

UBB.Threads v6.5.3 Changelog · Wiki

Note
Version 6.5.3 is an important security release.


Release Notes


We have released version 6.5.3 to the members area. This release contains a fix for a security issue we were informed of this afternoon. It also contains a handful of other fixes for a few bugs that have been floating around for awhile.

If you don't want to go through the hassle of downloading 6.5.3 you can apply the security fix yourself. It's a fairly quick fix as it only requires changing 2 files. Anyone running a version between 6.4 through 6.5.2 will want to apply this:

At the top of addpost.php you'll see this:
Code
require ("./includes/main.inc.php");


right before that, add this:
Code
define('ADDPOST',1);



Then, in addpost_newpoll.php, at the top, you'll see this:
Code
// THIS FILE IS INCLUDED BY ADDPOST.PHP


Right after that, add this:
Code
if (!defined('ADDPOST')) { exit; }

Posted By Gremelin Posted on October 2nd, 2014
▼ Sponsored Links ▼
▲ Sponsored Links ▲

Comments

( Posted)