 |
|  |
| Recent Files |
No files at the moment
|
|
 |
| www.mergenine.com - phpBB2 & phpBB2 Plus theme |
|
1) You MUST register. It is the only way you can download themes and receive support. Subscribers will receive prompt support to the best of my ability. I will also create special themes which are only available to subscribers.
|
2) Please post all theme question and comments in the forums. I don't read comments in the download section often. I or someone else can assist you much faster if you ask in the forums. Please do not e-mail me or PM me. I will only ask you to post on the forums.
|
|
3) Suggestions, comments and ideas are always welcome. Please inform me of any bugs or other issues you may have come
across while using one of my themes.
|
|
|
I'm PayPal Verified
|
|
|
|
Posted on 4/28/2008, 1:33 pm by Jonny B |
 |
I've updated phpBB3 Horde and Alliance today. Sorry for the delay.
Head to the Download Section for the files.
jB
|
|
| This news item has 38 Views and 0 Comments. |
 
|
|
|
|
Posted on 3/27/2008, 10:25 am by Jonny B |
 |
This was posted this morning on the phpBB2 site by a user.
original post: http://www.phpbb2.de/fpost233041.html#233041
Open file admin/admin_xs.php
FIND:
| Code:
|
if(empty($setmodules))
{
return;
}
|
REPLACE WITH:
| Code:
|
if (!defined('IN_PHPBB'))
{
die('Hacking attempt');
}
if(empty($setmodules))
{
return;
}
|
CyberAlien post:
http://www.phpbbstyles.com/viewtopic.php?p=92240#92240
Other files, potential vulnerability:
Open /includes/functions_kb.php file
FIND:
| Code:
|
//
// get_quick_stats%u28%u29;
// gets number of articles
//
|
BEFORE ADD:
| Code:
|
if ( !defined('IN_PHPBB') )
{
die('Hacking attempt');
}
|
Open /includes/functions.php file
FIND:
| Code:
|
//-- mod : post icon --------------------------------------------------------------
|
BEFORE ADD:
| Code:
|
if ( !defined('IN_PHPBB') )
{
die('Hacking attempt');
}
|
- an exploit is in the wild, so this fix should be applied immediately.
open includes/kb_cat.php
replace line 29.
| Code:
|
$category_id = $_GET['cat'];
|
with
| Code:
|
$category_id = ( isset( $HTTP_GET_VARS['cat'] ) ) ? intval ( $HTTP_GET_VARS['cat']) : intval ( $HTTP_POST_VARS['cat'] );
|
|
|
| This news item has 74 Views and 0 Comments. |
 
|
|
|
|
Posted on 3/25/2008, 6:16 pm by Jonny B |
 |
Well, I obviously didn't fix the issues at hand. So this only leads me to my next possible option, upgrade!
The obvious answer would be phpBB3, however I'm still debating on when I will do the update. Or if I should hold off on phpBB3 and go with CBack's Orion 2.
For the time being I'm going to disable the subscription option from my site. This will not effect people who already have a subscription.
Thats all for now.
jB
|
|
| This news item has 201 Views and 12 Comments. |
 
|
|
|
 |
| Who is Online |
|
In total there are 4 users online :: 0 Registered, 0 Hidden and 4 Guests
None
[ View complete list ]
Most users ever online was 245 on 10/6/2007, 12:52 pm |
| Statistics |
We have 8799 registered users
The newest registered user is Rossfero
Our users have posted a total of 3521 articles |
|
|
|
|
[ Time: 0.6935s ][ Queries: 34 (0.0927s) ][ Debug on ] |
|