NukeXchange Network

          

NukeZone Hosting - Fast, Affordable and Dependable
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
·Issues with GIF Images
·Installation Issues
·Please Help Question about Siggy's
·Hi My name is Rukasuzu, where is the introduction?
·Include file as block?
·How Do I make a Website?
·Array of strings as parameter
·Theme Change, just white? :(
·How can i disable upload t download by other users?Php-Nuke8
·Designing your own version of phpnuke

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: carlosmafud
Today: 1
Yesterday: 3
Overall: 15026

Visitation:
Guests: 470
Members: 0
Total: 470


You are Anonymous user. You can register for free by clicking here
Sponsor Links
Nuke Sites Link Directory
Nuke Sites Link Directory

NukeResources :: Search
NukeResources Forum Index

NukeResources Forum Index
Search found 29 matches
Compilation of Fixes AFTER BBtoNuke2.0.21 for Nuke 8.0
PostForum: Bug Fixes   Posted: Wed Feb 14, 2007 4:33 am   Subject: Compilation of Fixes AFTER BBtoNuke2.0.21 for Nuke 8.0
LupinOne
 
Replies: 4
Views: 2646




Still need to do them.
PHP NUke 8.0 | bbtonuke 2.0.21 : Forums Admin - Page Load
PostForum: Bug Reports   Posted: Fri Oct 27, 2006 11:33 am   Subject: Re: Sorry too many page loads in so little time
LupinOne
 
Replies: 5
Views: 2164




If you see this message when trying to open the Forums admin page, it is caused by the new antiflood/dos attack prevention system. This writes the user's ip address and the microtime of the page load ...
PHP NUke 8.0 | bbtonuke 2.0.21 : Forums Admin - Page Load
PostForum: Bug Reports   Posted: Fri Oct 20, 2006 4:38 am   Subject: PHP NUke 8.0 | bbtonuke 2.0.21 : Forums Admin - Page Load
LupinOne
 
Replies: 5
Views: 2164




Just did a clean install and when I go to edit the forums I get the following message when I click the forums button on the admin panel:

Sorry, too many page loads in so little time!

It seems th ...
bbtonuke 2.0.21NP - Database Connections not closing
PostForum: Bug Reports   Posted: Thu Aug 03, 2006 6:13 pm   Subject: bbtonuke 2.0.21NP - Database Connections not closing
LupinOne
 
Replies: 1
Views: 608




Got a report from one of my admins that since I patched, phpnuke has stopped closing out database connections when done executing a query. Thus puking it's connection to the database. Max connection ...
BBtoNuke 2.0.21NP :: Quote bug back...
PostForum: Bug Reports   Posted: Thu Jul 20, 2006 9:57 am   Subject: BBtoNuke 2.0.21NP :: Quote bug back...
LupinOne
 
Replies: 8
Views: 1304




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....
BBtoNuke 2.0.21NP :: Quote bug back...
PostForum: Bug Reports   Posted: Wed Jul 19, 2006 1:58 am   Subject: BBtoNuke 2.0.21NP :: Quote bug back...
LupinOne
 
Replies: 8
Views: 1304




I checked the functions_post file and it still had the

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


in it...
BBtoNuke 2.0.21NP :: Quote bug back...
PostForum: Bug Reports   Posted: Wed Jul 19, 2006 12:08 am   Subject: BBtoNuke 2.0.21NP :: Quote bug back...
LupinOne
 
Replies: 8
Views: 1304




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

Here is the relavent code:

// [QUOTE] and [/QUOTE] for posting replies with quote, or just for quoting stuff.
$text = bbenc ...
BBtoNuke 2.0.21NP :: Quote bug back...
PostForum: Bug Reports   Posted: Tue Jul 18, 2006 9:29 pm   Subject: BBtoNuke 2.0.21NP :: Quote bug back...
LupinOne
 
Replies: 8
Views: 1304




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...

...
Opening links into a new window
PostForum: Bug Fixes   Posted: Tue May 02, 2006 2:04 am   Subject: Opening links into a new window
LupinOne
 
Replies: 4
Views: 2511




You don't need "target" in the allowed html in the config.php file. Your target call is inside php so you need to tell it to ignore the ".

Just make it:
target=\"_blank\"

I use it on ...
Account Creation Fails - 7.9 NP 3.2
PostForum: Bug Reports   Posted: Thu Apr 27, 2006 4:03 pm   Subject: Account Creation Fails - 7.9 NP 3.2
LupinOne
 
Replies: 4
Views: 810




Ok issue resolved. Here is what we found.

1. Somewhere in the import process (maybe before) the anonymous userid was set to -1. That hosed the auto increment system so anyone who registerd got the ...
Account Creation Fails - 7.9 NP 3.2
PostForum: Bug Reports   Posted: Thu Apr 27, 2006 3:06 pm   Subject: Account Creation Fails - 7.9 NP 3.2
LupinOne
 
Replies: 4
Views: 810




Ran the code as you directed and got this result:


MySQL said:

Duplicate entry '2147483647' for key 1


I double checked the nuke_users table and yes, there was someone with that userid ...
Account Creation Fails - 7.9 NP 3.2
PostForum: Bug Reports   Posted: Thu Apr 27, 2006 5:54 am   Subject: Account Creation Fails - 7.9 NP 3.2
LupinOne
 
Replies: 4
Views: 810




Situation: New site user attemptes to register with site. Receives email and clicks onlink to activate. Site responds that they are now activated and to please login from a specified link.

User ...
BBtoNuke 2.0.20 Forums Permissions Bug
PostForum: Bug Reports   Posted: Wed Apr 26, 2006 7:24 pm   Subject: BBtoNuke 2.0.20 Forums Permissions Bug
LupinOne
 
Replies: 8
Views: 1331




Further study of the functions.php file (version: functions.php,v 1.133.2.44 2006/02/26 19:37:50 grahamje Exp $) and I actually don't see some of the code you mentioned to replace.

Perhaps I need t ...
BBtoNuke 2.0.20 Forums Permissions Bug
PostForum: Bug Reports   Posted: Wed Apr 26, 2006 4:10 pm   Subject: BBtoNuke 2.0.20 Forums Permissions Bug
LupinOne
 
Replies: 8
Views: 1331




Hi Evaders,

I applied the fixes you mentioned in your site, but when I am in the forums admin and try to set permissions either by "easy" method or "advanced" mode, I still get the screen of junk. ...
phpBB to Nuke 7.9 forums import
PostForum: Upgrading PHP-Nuke   Posted: Tue Apr 25, 2006 9:52 pm   Subject: phpBB to Nuke 7.9 forums import
LupinOne
 
Replies: 2
Views: 2880




I was using the old perl one which in testing I got to work, after a bit of drama with the servers install of perl, but now that I have yours, all is good and simple.

Thanks for the help bud.

Lu ...
Page 1 of 2 Goto page 1, 2  Next
All times are GMT - 4 Hours
  



Powered by phpBB © 2001-2005 phpBB Group.     Theme created by Vjacheslav Trushkin.
There have been 156 unique hit(s) in the past 24 hours.
Forums ©
Nuke Sites Link Directory


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.51 Seconds

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