www.mergenine.com Forum Index Portal
Register Index User Groups Memember List Search
  Username:    Password:      Remember me    
Board Navigation
 Navigation
Portal Portal
Forum Forum
Subscription Subscription
Usergroups Usergroups
Knowledge Base Knowledge Base
Links Links
 Download
Latest Latest
Search Search
Top 10 Top 10

Recent Files

No files at the moment


Recent Topics
 [Request] Age of Conan phpBB Plus Theme
by Jonny B on 5/14/2008, 9:48 am

 phpBB3 Portals
by Daelomdel on 5/11/2008, 3:38 am

 Flash as Header / Banner (Need help)
by Daelomdel on 5/8/2008, 3:06 pm

 m9wowabb3 on XL 5.0 portal
by Ghost on 5/8/2008, 12:00 pm

 Making a phpBB3.0 Portal thingy
by Ghost on 5/8/2008, 11:47 am


Quick Search


[ Advanced Search ]

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. php-Bulletin Board Support
I'm PayPal Verified


  phpBB3.0.1 Theme updates
Posted on 4/28/2008, 1:33 pm by Jonny B
Theme Update 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. Reply to this News ItemPrint this TopicE-Mail this Topic

  Plus 1.53a vulnerable - eXtreme Styles mod 2.4.0
Posted on 3/27/2008, 10:25 am by Jonny B
Announcements 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. Reply to this News ItemPrint this TopicE-Mail this Topic

Warning !  Hrmmm
Posted on 3/25/2008, 6:16 pm by Jonny B
Announcements 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. Reply to this News ItemPrint this TopicE-Mail this Topic

Log in
Username:

Password:

 Remember me



I forgot my password

Don't have an account yet?
You can register for FREE


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

Poll

No poll at the moment


Bad Credit Mortgages | Loans | Internet Advertising | MPAA | Web Advertising



Powered by phpBB2 Plus, © 2001/6 phpBB Group :: mergenine: wmp11
[ Time: 0.6935s ][ Queries: 34 (0.0927s) ][ Debug on ]