Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0.

The Kunena team is also pleased to announce the twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question Using dynamically created images

More
16 years 3 months ago #41936 by GenetiX
With the current settings within Kunena it's not possible to include dynamically created images in posts. Such as:

http://ichart.finance.yahoo.com/z?s=%5EAEX&t=6m&q=l&l=on&z=m&c=EURO,%5EDJI&a=v&p=s

I need this kinds of functionality quite badly. One of the developers told me this won't work as a security measure, because people can use the GET element to insert code into the board.

My forum is closed to the outside world, so I'm not really afraid someone would misuse it.

Can someone help me provide a hack for this, or lead me in the right direction in which file the coding regarding this is?

Please Log in or Create an account to join the conversation.

More
16 years 2 months ago #43291 by GenetiX
Anyone?

Please Log in or Create an account to join the conversation.

More
16 years 2 months ago #43293 by franch
Why this kind of feature in Kunena ?
There are components doing that ...

www.rockettheme.com/extensions-joomla/rokstock

Please Log in or Create an account to join the conversation.

More
16 years 2 months ago #43418 by Matias
Go to components/com_kunena/lib/kunena.parser.php around line 348 and comment this out (add // in the beginning of that line, just like in my example):
Code:
// if (!in_array(strtolower($matches[1]), $file_ext)) break;

Please Log in or Create an account to join the conversation.

More
16 years 2 months ago #43595 by GenetiX
Matias wrote:

Go to components/com_kunena/lib/kunena.parser.php around line 348 and comment this out (add // in the beginning of that line, just like in my example):

Code:
// if (!in_array(strtolower($matches[1]), $file_ext)) break;


Works like a charm. Thankyou!

Please Log in or Create an account to join the conversation.

Time to create page: 0.248 seconds