NukeXchange Network

          

Nuke Sites Link Directory
Nuke Fixes · NukeForums · NukeZone Hosting · NukeUnited · Nuke Sites · Nuke Skins · NukeLance
Nuke Resources
 :: Home  :: Downloads  :: Your Account  :: Forums  :: Advertise :: 
Login or Register
Main Menu
General
 Main
 AvantGo
 Banner_Clients
 cfaq
 Donations
 Downloads
 Forums
 Members_List
 Private_Messages
 Search
 Stories_Archive
 Submit_News
 Surveys
 Topics
 Web_Links
 Your_Account

Your Account
 Login
 Register
 Lost Pass

Modules
Quick Links
· CMS Focus
· Domain Names
. Game Quest
· Learning Linux
. MateMaker
· NukeFixes
· NukeForums
· NukeLance
· Nuke Sites
· Nuke Skins
· NukeZone Hosting
. SearchDevil
Other Options

Download Resources
· Nuke Downloads
· Add a Link
· New Files
· Top Rated
· Most Popular

Web Site Resources
· Nuke Sites
· Add A Site
· New Sites
· Top Rated
· Most Popular

Support
· NukeZone Hosting
· NukeSkins.com
· NukeForums.com
· phpnuke.org
· NukeFixes.com
Information
NukeForums
·PHPNuke 8 security worries
·PHP-Nuke SQL Injection Vulnerability Fix
·decompressing EN-Book-Nuke.tar.tar
·How to allow spaces/gaps/"-" in allowed usernames
·How to Setup PHPNUKE on win2k
·cannot save changes
·voting?
·Nuke forum picture problem
·How to change smtp port on wampserver and windows
·yet another 301 redirect problem

read more...
Top10 Links
· 1: Nuke Forums
· 2: PHPNukeFiles
· 3: NukeSkins
· 4: Nuke Templates
· 5: EcomJunk
· 6: MDesign
· 7: Windows Installation: PHP
· 8: FLASH-FOR-NUKE
· 9: Dezina
· 10: Global Dream News Sharing Portal!
Site Visitors
User Login:

Nickname:
Password:
Security Code: Security Code
Type Security Code Here:

Members List Membership:
Latest: tones
Today: 1
Yesterday: 2
Overall: 15105

Visitation:
Guests: 578
Members: 0
Total: 578


You are Anonymous user. You can register for free by clicking here
Sponsor Links
Need to find your IP fast?
Need to find your IP fast?

NukeResources :: View topic - BBtoNuke 2.0.21NP :: Quote bug back...
NukeResources Forum Index

NukeResources Forum Index -> Bug Reports -> BBtoNuke 2.0.21NP :: Quote bug back...
Post new topic  Reply to topic    View previous topic :: View next topic 
BBtoNuke 2.0.21NP :: Quote bug back...
PostPosted: Tue Jul 18, 2006 9:29 pm Reply with quote
LupinOne
Resource Newbie
Resource Newbie
 
Joined: Apr 11, 2005
Posts: 29




Nuke 7.9NP, patched the forums last night to 2.0.21NP and the quote bug has returned.

I checked the /includes/bbcode.php file and Evaders fix of removing the extra slashes was still in place...

I tried looking at some of the new files and don't see it. My brain isn't 100% though. Any thoughts?
View user's profile Send private message
PostPosted: Tue Jul 18, 2006 11:11 pm Reply with quote
darklord
Resourceful
Resourceful
 
Joined: Feb 25, 2006
Posts: 210




Have you altered anything that has to do with the forums??

IE
theme changes.
bb mods
upgrades
Anything?

_________________

for those who STAND shall NEVER fall and those who fall shall rise once more...never give up the end is just another beginning.
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger
PostPosted: Wed Jul 19, 2006 12:08 am Reply with quote
LupinOne
Resource Newbie
Resource Newbie
 
Joined: Apr 11, 2005
Posts: 29




The only thing I did last night was apply the patch.

Here is the relavent code:

Code:
// [QUOTE] and [/QUOTE] for posting replies with quote, or just for quoting stuff.
   $text = bbencode_first_pass_pda($text, $uid, '[quote]', '[/quote]', '', false, '');
   $text = bbencode_first_pass_pda($text, $uid, '/\[quote=\\"(.*?)\\"\]/is', '[/quote]', '', false, '', "[quote:$uid=\\\"\\1\\\"]");
View user's profile Send private message
PostPosted: Wed Jul 19, 2006 1:40 am Reply with quote
Evaders99
Resource Master
Resource Master
 
Joined: May 25, 2004
Posts: 1785




I haven't applied 2.0.21 changes yet, but if this fix doesn't help, I'll look out for another

http://evaders.swrebellion.com/forums/postt34.html#171

_________________
- Star Wars Rebellion Network - Evaders Squadron Coding -

Need help? Nuke Patched Core, Coding Services, Webmaster Services
View user's profile Send private message Visit poster's website AIM Address
PostPosted: Wed Jul 19, 2006 1:58 am Reply with quote
LupinOne
Resource Newbie
Resource Newbie
 
Joined: Apr 11, 2005
Posts: 29




I checked the functions_post file and it still had the

Code:
      $message = addslashes($message);
      $message = str_replace('"', '\"', $message);


in it...
View user's profile Send private message
PostPosted: Thu Jul 20, 2006 4:00 am Reply with quote
theref
Resource Newbie
Resource Newbie
 
Joined: Feb 24, 2006
Posts: 22




see this - i managed to fix the problem in 2.0.21 doing what it says in the post

http://www.nukeresources.com/ftopicp-11983.html#11983
View user's profile Send private message
PostPosted: Thu Jul 20, 2006 9:57 am Reply with quote
LupinOne
Resource Newbie
Resource Newbie
 
Joined: Apr 11, 2005
Posts: 29




Yeah it seems adding the slashes that were removed in 2.0.20 makes it work again. Thanks for the tip. Wonder why it does that now....
View user's profile Send private message
PostPosted: Fri Jul 21, 2006 5:17 pm Reply with quote
Evaders99
Resource Master
Resource Master
 
Joined: May 25, 2004
Posts: 1785




I guess their official fix got reversed.. weird. As long as it works Wink

_________________
- Star Wars Rebellion Network - Evaders Squadron Coding -

Need help? Nuke Patched Core, Coding Services, Webmaster Services
View user's profile Send private message Visit poster's website AIM Address
ANy updates for this, still stripping after using it...
PostPosted: Wed Aug 02, 2006 4:06 am Reply with quote
pcnuke
Resource Seeker
Resource Seeker
 
Joined: Jul 10, 2005
Posts: 18




theref wrote:
see this - i managed to fix the problem in 2.0.21 doing what it says in the post

http://www.nukeresources.com/ftopicp-11983.html#11983



Im using v2.0.21 and I followed the links in the post and applied the chages to the bbcode.php - the includes/functions was correct

but it still stripping code, quotes, etc when trying to post simple code that always worked before.

If theres not any other fixes can someone tell me...

What was the last functional version forum upgrade that didnt strip posts in the forum?

anyone....



thanks
pcn
View user's profile Send private message
BBtoNuke 2.0.21NP :: Quote bug back...
 NukeResources Forum Index -> Bug Reports
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 - 4 Hours  
Page 1 of 1  

  
  
 Post new topic  Reply to topic     



Powered by phpBB © 2001-2005 phpBB Group.     Theme created by Vjacheslav Trushkin.
There have been 177 unique hit(s) in the past 24 hours.
Forums ©
Need to find your IP fast?


Best viewed with a Browser
All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2001 - 2007 by NukeResources.com
You can syndicate our news using the file .backend.php or ultramode.txt
PHP-Nuke Copyright © 2004 by Francisco Burzi. This is free software, and you may redistribute it under the GPL. PHP-Nuke comes with absolutely no warranty, for details, see the license.
Page Generation: 0.28 Seconds

:: Eos phpbb2 style by Cyberalien :: PHP-Nuke theme by www.nukemods.com ::