Support Forums | Demo Gallery [1.x] [2.x] | Downloads | News | Site Map ]
Nuked Gallery
  Create a FREE account or Login   As a guest, you don't have access to our FULL navigation system.
 Forum FAQForum FAQ   StatisticsStatistics   SearchSearch   UsergroupsUsergroups   FavoritesFavorites  

Incompatibility with M2F (Mail2Forum) phpBB mod

 
Post new topic   Reply to topic    NukedGallery.net Forum Index » phpBB Integration » phpBB2 / Gallery 2 Integration View previous topicPrinter friendly versionView next topic
Author Message
mdt55

Beginner
Beginner


Joined: Oct 20, 2008
Posts: 7

PostPosted: Sat Nov 22, 2008 9:55 pm    Post subject: Incompatibility with M2F (Mail2Forum) phpBB mod Reply with quote

If you are integrating Gallery2 with phpBB and your phpBB installation includes the M2F (Mail 2 Forum) mod, you will have problems. There is a bug in the M2F file m2f_common.php that will break Gallery. The fix is relatively easy, but requires replacing a small function in m2f_common.php. Details below:

Replace the m2f_undo_add_slashes_phpBB() function at the end of m2f_common.php with the following function:

function m2f_undo_add_slashes_phpBB()
{
if( get_magic_quotes_gpc() )
{
if( is_array($_GET) )
{
$_GET = array_strip_slashes($_GET);
}
if( is_array($_POST) )
{
$_POST = array_strip_slashes($_POST);
}
}
}

and add the following function:

function array_strip_slashes($inarray)
{
while(list($key, $value) = each($inarray))
{
if (is_array($inarray[$key]))
$inarray[$key] = array_strip_slashes($inarray[$key]);
else
$inarray[$key] = stripslashes($value);
}
return($inarray);
}
Back to top
Offline View user's profile Send private message
AdBot
   Post subject: Incompatibility with M2F (Mail2Forum) phpBB mod  

Back to top
Display posts from previous:   
Post new topic   Reply to topic    NukedGallery.net Forum Index » phpBB Integration » phpBB2 / Gallery 2 Integration View previous topicPrinter friendly versionView next topic

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours

Powered by phpBB © phpBB Group



Sponsors: Dedicated ServersDomain NamesWeb HostingDomain Name RegistrationDedicated Web HostingWeb Design New YorkCompare VoIPseo packagesSEO CompanyNew York Yellow PagesFind LocationsVOIP Phone ServiceNeckermannOnline internetSEORestaurant Locator • Get great HP coupons from CouponSnapshot • Search for great dell coupons at CouponSnapshot.com.au • Graduation DressesAndroid TabletSEO IndiaBuy Phen375fuel filter

8th year online! 2003-2011
Legal • Use of this site consitutes agreement to the Acceptable Use Policy
Hosted by Implosion WorksSourceForge.net Logo • Theme by TonicMedia