Icy Phoenix

     
 

058-014 - KB Injection And Minor Fixes

058-014 - KB Injection And Minor Fixes

Article
Reply with quote    Download Post  
Post 058-014 - KB Injection And Minor Fixes 
 
Hi all,
Knowledge Base hits again...

http://secunia.com/advisories/22177/

http://www.securityfocus.com/bid/20277/references

The BBCode issue was already solved in 058a.


You will find a cumulative patch with all old patched files here:

http://www.icyphoenix.com/dload.php?action=file&file_id=6

Included there is also another version of the portal page, which should be faster than the older.

058_014_KB_Portal_Fixes.zip
Description: 058-014 - KB, BBCodes and Portal Fixes 
Download
Filename: 058_014_KB_Portal_Fixes.zip
Filesize: 41.94 KB
Downloaded: 719 Time(s)




 
Edited by Mighty Gorgon, Fri 10 Nov, 2006 00:40: Attachment with new files added.
Mighty Gorgon - View user's profile Send private message  
Mighty Gorgon [ Mon 06 Nov, 2006 02:27 ]
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us


058-014 - KB Injection And Minor Fixes

Comments
Reply with quote    Download Post  
Post Re: 058 - 014 - KB Injection And Minor Fixes 
 
Just a question.... now the portal is faster than older, but the calendar block now is not visible. It's an your choice or there is other way to insert it on portal? :0032:



 
andrea75 - View user's profile Send private message  
andrea75 [ Tue 07 Nov, 2006 19:48 ]
Reply with quote    Download Post  
Post Re: 058 - 014 - KB Injection And Minor Fixes 
 
andrea75, can you try this?

OPEN blocks_imp_calendar.php

INSERT THIS CODE INSTEAD OF THE DEFAULT ONE
Code: [Download] [Hide] [Select]
if(!function_exists(imp_calendar_block_func))
{
    function imp_calendar_block_func()
    {
        global $phpbb_root_path, $phpEx, $template, $images, $lang, $board_config, $userdata, $_GET, $_POST, $db;
        global $birthday_week_list, $birthday_today_list;
        include($phpbb_root_path . 'mods/netclectic/mini_cal/mini_cal.' . $phpEx);
    }
}

imp_calendar_block_func();




 
Mighty Gorgon - View user's profile Send private message  
Mighty Gorgon [ Wed 08 Nov, 2006 22:47 ]
Reply with quote    Download Post  
Post Re: 058 - 014 - KB Injection And Minor Fixes 
 
Don't you have just the 014 patch? Because I've some modified files, and it would take so long to compare all the files included in the comulative patch with mines...it would be better to have just the patch number 14... if it is possible... thanx



 
AvrilBoi - View user's profile Send private message  
AvrilBoi [ Thu 09 Nov, 2006 14:38 ]
Reply with quote    Download Post  
Post Re: 058 - 014 - KB Injection And Minor Fixes 
 
You can use winmerge http://sourceforge.net/projects/winmerge/ ...

It's really a good thing to compare files.  



 
TheSteffen - View user's profile Send private message  
TheSteffen [ Thu 09 Nov, 2006 14:55 ]
Reply with quote    Download Post  
Post Re: 058-014 - KB Injection And Minor Fixes 
 
Added an attachment with only new files.



 
Mighty Gorgon - View user's profile Send private message  
Mighty Gorgon [ Fri 10 Nov, 2006 00:40 ]
Reply with quote    Download Post  
Post Re: 058-014 - KB Injection And Minor Fixes 
 
Mighty Gorgon wrote: [View Post]
andrea75, can you try this?

OPEN blocks_imp_calendar.php

INSERT THIS CODE INSTEAD OF THE DEFAULT ONE
Code: [Download] [Hide] [Select]
if(!function_exists(imp_calendar_block_func))
{
    function imp_calendar_block_func()
    {
        global $phpbb_root_path, $phpEx, $template, $images, $lang, $board_config, $userdata, $_GET, $_POST, $db;
        global $birthday_week_list, $birthday_today_list;
        include($phpbb_root_path . 'mods/netclectic/mini_cal/mini_cal.' . $phpEx);
    }
}

imp_calendar_block_func();


The calendar is come back, but has wrong events (now shows all events, past and future) and don't shown the birthdays information

cal

But it's not true that no users has a birthday



 
andrea75 - View user's profile Send private message  
andrea75 [ Fri 10 Nov, 2006 09:33 ]
Reply with quote    Download Post  
Post Re: 058-014 - KB Injection And Minor Fixes 
 
Hi

Have the same problem with calendar  



 
pepi - View user's profile Send private message  
pepi [ Sat 11 Nov, 2006 15:10 ]
Reply with quote    Download Post  
Post Re: 058 - 014 - KB Injection And Minor Fixes 
 
TheSteffen wrote: [View Post]
You can use winmerge http://sourceforge.net/projects/winmerge/ ...

It's really a good thing to compare files.  

I know, infact i was gonna use it to compare files, but if they're too many to compare, it takes long time
Mighty Gorgon wrote: [View Post]
Added an attachment with only new files.

Thank you.



 
AvrilBoi - View user's profile Send private message  
AvrilBoi [ Sun 12 Nov, 2006 22:56 ]
Reply with quote    Download Post  
Post Re: 058-014 - KB Injection And Minor Fixes 
 
pepi wrote: [View Post]
Hi

Have the same problem with calendar  


I think that the problem is in the new index.php: some parts relating to calendar and birthday are missing.

Check out with winmerge, comparing it with the original index.php.

By the way, after this huge update I have a problem with the album. When i click the medium thumb in order to show off an image in its original size, the image is not entirely loaded, but I can see only a little strip at the top. Any way to fix it??



 
Master Sulu - View user's profile Send private message  
Master Sulu [ Mon 13 Nov, 2006 19:23 ]
Reply with quote    Download Post  
Post Re: 058-014 - KB Injection And Minor Fixes 
 
The Album problem is not related to this patch.

Try having a look here:
http://www.mightygorgon.com/viewtop...ht=memory+limit

But the same problem has been discussed even on this site.

Regarding the calendar block, can you try this block and please let me know if the block is working fine?

blocks_imp_calendar.zip
Description: Calendar Block 
Download
Filename: blocks_imp_calendar.zip
Filesize: 1.81 KB
Downloaded: 354 Time(s)




 
Mighty Gorgon - View user's profile Send private message  
Mighty Gorgon [ Tue 14 Nov, 2006 01:05 ]
Reply with quote    Download Post  
Post Re: 058-014 - KB Injection And Minor Fixes 
 
Hi Mighty
does not show the calender box .........
but i have no upload the index.php and bbcode.php from the KB, BBCodes and Portal Fixes
then i habe installed any mods

pepi



 
pepi - View user's profile Send private message  
pepi [ Tue 14 Nov, 2006 14:37 ]
Reply with quote    Download Post  
Post Re: 058-014 - KB Injection And Minor Fixes 
 
Thnx for the Update



 
jocampo8 - View user's profile Send private message  
jocampo8 [ Wed 15 Nov, 2006 10:06 ]
Reply with quote    Download Post  
Post Re: 058-014 - KB Injection And Minor Fixes 
 
And the old patch? (de 14 released before)

We have to aplied only this patch? (i've got a test forum where i didn't put any patch)



 
Zuker - View user's profile Send private message  
Zuker [ Wed 15 Nov, 2006 13:22 ]
Reply with quote    Download Post  
Post Re: 058-014 - KB Injection And Minor Fixes 
 
Mighty Gorgon wrote: [View Post]

You will find a cumulative patch with all old patched files here:

http://www.icyphoenix.com/dload.php?action=file&file_id=6


All patches, from #001 to #014



 
Master Sulu - View user's profile Send private message  
Master Sulu [ Wed 15 Nov, 2006 14:00 ]
Display posts from previous:    

HideWas this topic useful?

Post new topic  This topic is locked: you cannot edit posts or make replies.  Page 1 of 3
Goto page 1, 2, 3  Next
 




 


 

  cron