 |
Nuke Patched 3.3 for PHP-Nuke 8.0 |
 |
This is the smallest of all patches as it is mostly a bug fix add-on for PHP-Nuke 8.0. No upgrade files are required for this patch but be aware that it is only meant to fix bugs on existing PHP-Nuke 8.0 websites, it cannot be used to upgrade previous versions of Nuke and it is in no way a full pack of PHP-Nuke 8.0, you still need Nuke 8.0 in order to be able to use these files.
Download.
|
|
|
|
|
|
 |
phpbb Errors After Upgrade. |
 |
NukeCode
writes "It seems allot of people are getting errors after upgrading their phpbb port to 2.0.15 from any version. Particularly the error below:
phpBB : Critical Error
Error creating new session
DEBUG MODE
SQL Error : 1054 Unknown column 'session_admin' in 'field list'
INSERT INTO nuke_bbsessions (session_id, session_user_id, session_start, session_time, session_ip, session_page, session_logged_in, session_admin) VALUES ('b7f1c0a7f300d3ca9244450bae4bb57b', '1', '1118225127', '1118225127', '40c14413', '0', '0', '0')
Line : 203
File : sessions.php
You must run upgradedb.php (something allot of people apparently are not doing) from root once the upgrade is complete. This is only if you have upgraded to patched 3.0. Call it by entering http://yoursite.com/upgradedb.php in the address bar of your browser."
|
|
Posted by chatserv on Thursday, June 09, 2005 @ 5:42 PM CDT (5505 reads)
(Read More... | 1699 bytes more | Score: 1) |
|
|
|
|
 |
My GuestBook Updated |
 |
spcdata
writes "This is mainly a bug fix release but i have changed/added some other things too.
+ = New/changed Futures Since Version 1.1:
+ Added user checking (missed that in 1.1)
+ Added smilies folder (fixes problems when Forum dirs changed from orginal.
+ Added the Your_Account Navbar To Files
+ Language definitions (updated)
- Now users/members can include Smilies in GuestBook inputs and Comments !!
- Now with New Guestbook msg alert in Your_Account
- Now with New Guestbook msg alert in block-User_Info.php (like Unread PM)
- Now Shows total Guestbook msg's in block-User_Info.php (like Read PM)
- Guestbook Owner can delete messages
- Guestbook Owner can reply to messages
- Pagenumbers (modified)
- Included a link to My_GuestBook in block-User_Info.php
- Added Gender compability
- alot more"
|
|
Posted by chatserv on Tuesday, March 15, 2005 @ 8:15 PM CST (11693 reads)
(Read More... | 1252 bytes more | Score: 2.33) |
|
|
|
|
 |
Minor bug in phpnuke 7.6 & Patch 7.6 |
 |
irandoct
writes "Hello All,
There is a minor bug in modules/news/article.php !
Global value for $admin_file missed! You have to change line 187 from : global $multilingual, $currentlang; to global $multilingual, $currentlang, $admin_file;
Thanks / Iranportals.com"
Admin Note: Thanks for the heads up.
|
|
Posted by chatserv on Saturday, November 20, 2004 @ 9:52 PM CST (6823 reads)
(Read More... | Score: 2) |
|
|
|
|
 |
To all users of the No Mail YA Hack |
 |
Site member sede has uncovered an oversight on the hack where it would stop working after X number of users had registered, to correct this simply edit the nuke_users_verify table, the uv_id field should be changed from tinyint to int.
ALTER TABLE nuke_users_verify CHANGE uv_id uv_id int(11) NOT NULL auto_increment;
|
|
|
|
|
|
PHP-Nuke Patched 2.5 includes a more effective file access protection and all
other fixes found in Sec-Fix Patch 7.3 plus additional variable validation to
better protect against XSS and SQL injection attacks. The list of changes will
be published at NukeFixes over the next
few days, some are already available. My apologies to those using PHP-Nuke 6.0
but its patch only underwent minor changes and does not include all the new fixes,
8 versions are a bit too much to edit, eventually this patch will only be updated
for 7.x versions.
Download Locations:
Nuke
60 - Nuke
6.5 - Nuke
6.6-6.8 - Nuke
6.9 - Nuke
7.0 - Nuke
7.1 - Nuke
7.2 and Nuke
7.3
Note:The patches for 6.5 and up include a config.php file, make sure you edit it using yours as a template before uploading it.
|
|
|
|
|
|
 |
PHP-Nuke Patched 2.3 |
 |
PHP-Nuke Patched has been moved up to version 2.3 to reflect the latest changes which include the fixes to BBtoNuke as found in BBtoNuke 2.0.8a and also to include the latest security fixes like the admin.php vulnerability fix and the Private Messages security fix.
This also marks the debut of PHP-Nuke Patched for PHP-Nuke 7.2, my thanks to Stephen Crawford for all the testing performed on the patch for 7.2.
Download locations:
Nuke 6.0 · Nuke
6.5 · Nuke 6.6-6.8 · Nuke
6.9 · Nuke 7.0 · Nuke 7.1 and Nuke 7.2
|
|
Posted by chatserv on Thursday, April 01, 2004 @ 10:32 AM CST (6365 reads)
(Read More... | Score: 5) |
|
|
|
|
 |
SHA1 password hashes for PHP-Nuke 7.1 |
 |
milsim
writes "Mil-Sim.net has released a patch
for PHP-Nuke version 7.1 allowing the use of secure SHA1 or MD5 password hashes.
Using 160bit SHA1 hashes makes your user/admin passwords much harder to crack
(compared to standard MD5), even if the attacker manages to access your database,
e.g. through a SQL injection exploit. The hash type by default is set to SHA1
and can be easily changed in 'config.php'. No additional PHP extensions or external
programs are required."
|
|
Posted by chatserv on Sunday, February 29, 2004 @ 11:21 AM CST (6725 reads)
(Read More... | 2143 bytes more | Score: 0) |
|
|
|
|
 |
PHP-Nuke Patched bug-fix release |
 |
PHP-Nuke Patched 2.1 has been updated to include some recently reported bugs in PHP-Nuke 7.1 that could apply to previous versions as well and also to include the latest security patches like the one in the article that precedes this one.
Bug fixes include but are not limited to:
Being redirected to an incomplete index page after posting a comment in an article.
No categories listed in Web Links admin drop-down box.
No post mode selected message when voting in forum polls
Messed up vote tables when editing a Web Link.
Download locations:
Nuke 6.0 · Nuke
6.5 · Nuke 6.6-6.8 · Nuke
6.9 · Nuke 7.0 and Nuke 7.1
|
|
Posted by chatserv on Monday, February 16, 2004 @ 11:13 PM CST (6758 reads)
(Read More... | Score: 2.5) |
|
|
|
|
PHP-Nuke Patched 2.1 has been updated, a bug in article comments has been corrected and security code has been added to the News and Reviews modules to tackle several vulnerabilities reported in the last few days.
Those that were already using version 2.1 should only replace the following files:
· modules/News/friend.php
· modules/News/comments.php
· modules/Reviews/index.php
· admin/modules/comments.php
Download locations:
Nuke 6.0 · Nuke
6.5 · Nuke 6.6-6.8 · Nuke
6.9 · Nuke 7.0 and Nuke 7.1
|
|
|
|
|
|
|
 |
Survey |
 |
|
 |
Past Articles |
 |
|
 |
Random Headlines |
 |
|
 |
Downloads Stats |
 |
|
 |
NukeFixes |
 |
|
 |
New Nuke Sites |
 |
|
|