Hi all.
I'm sorry for having to post again a critical patch about a new security hole I've found in phpBB XS thanks to mameto.
Please, apply this patch to your XS as soon as possible.
This patch fixes a security issue in BB Usage Stats and a couple of small bugs in other files.
058-006 - FIXED - More Security Fixes
Subject: 058-006 - FIXED - More Security Fixes
058_006_More_Security_Fixes.zip | ||
Description: | 058-006 - More Security Fixes | Download |
Filename: | 058_006_More_Security_Fixes.zip | |
Filesize: | 56.83 KB | |
Downloaded: | 863 Time(s) |
Subject: Re: 058-006 - FIXED - More Security Fixes
Why dymanic meta tags doesn't works after this update? :?
Subject: Re: 058-006 - FIXED - More Security Fixes
They are working here... :shock:
andrea75 wrote: [View Post]
They are working here... :shock:
Subject: Re: 058-006 - FIXED - More Security Fixes
No Luca... they are the same in all topics and in all pages...
the problem is solved by Antonio Mercurio here
http://www.phpbbplus.it/phpbbplus/viewtopic.php?t=3468
Mighty Gorgon wrote: [View Post]
No Luca... they are the same in all topics and in all pages...
- <meta name="title" content="058-006 - FIXED - More Security Fixes" />
- <meta name="author" content="phpBB XS Staff :: http://www.phpBBXS.eu/" />
- <meta name="copyright" content="(c) 2002-2006 phpBB XS Staff" />
- <meta name="keywords" content="phpBB XS, phpBBXS, phpbb, premodded, communities, forum, portal, cms, open source, community, mods, templates" />
- <meta name="description" content="phpBB XS" />
- <meta name="category" content="general" />
- <meta name="robots" content="index, follow" />
the problem is solved by Antonio Mercurio here
http://www.phpbbplus.it/phpbbplus/viewtopic.php?t=3468
Subject: Re: 058-006 - FIXED - More Security Fixes
No guys... META are working... they are set to be shown only when TOPIC, FORUM or CAT is viewed... not for post...
Check this part of the MOD:
And try to view a topic...
Click here for example!
http://www.phpBBXS.eu/viewtopic.php?t=196
I wouldn't implement this even for posts, because it will slow down page loadings... and it's not a good thing... :wink:
Pages will be indexed when the topic link is clicked... and it's enough... :wink:
Check this part of the MOD:
- if ( isset($_GET[POST_TOPIC_URL]) )
- {
- $meta_topic_id = intval($_GET[POST_TOPIC_URL]);
- }
- elseif ( isset($_GET[POST_FORUM_URL]) )
- {
- $meta_forum_id = intval($_GET[POST_FORUM_URL]);
- }
- elseif ( isset($_GET[POST_CAT_URL]) )
- {
- $meta_cat_id = intval($_GET[POST_CAT_URL]);
- }
And try to view a topic...
Click here for example!
http://www.phpBBXS.eu/viewtopic.php?t=196
I wouldn't implement this even for posts, because it will slow down page loadings... and it's not a good thing... :wink:
Pages will be indexed when the topic link is clicked... and it's enough... :wink:
Subject: Re: 058-006 - FIXED - More Security Fixes
Thanks Luca.. now I have understand. Sorry for my ignoranceabout it! ;) But it wasn't so simple to understand... :roll:
Mighty Gorgon wrote: [View Post]
Thanks Luca.. now I have understand. Sorry for my ignoranceabout it! ;) But it wasn't so simple to understand... :roll:
Subject: Re: 058-006 - FIXED - More Security Fixes
No problem... we are all here to learn! :wink:
andrea75 wrote: [View Post]
No problem... we are all here to learn! :wink:
Page 1 of 1
You cannot post new topicsYou cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events
This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by Icy Phoenix based on phpBB
Generation Time: 1.3014s (PHP: 2% SQL: 98%)
SQL queries: 33 - Debug Off - GZIP Enabled