Ravens PHP Scripts: Bugs - Fixed



Search on This Topic:   
[ Go to Home | Select a New Topic ]
 

 

WYSIWYG Editor patch More about Read More...

Posted on Wednesday, May 18, 2005 @ 02:35:47 CDT in Bugs - Fixed
by BobMarion

You can get updated copies of PHP-Nuke and DEV-Nuke with the patch installed or the patch alone. Read More...
 

 

My GuestBook Updated More about

Posted on Saturday, March 12, 2005 @ 20:50:48 CST in Bugs - Fixed
by Raven

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

My GuestBook 1.1.1 for:
PHPNuke 7.5.0.2.8
PHPNuke 7.6.0.2.8
PHPNuke 7.5.0.2.9
PHPNuke 7.6.0.2.9
CNB_Your_Account_750_440
should work with all versions following the easy manual install

Download here www.nextnet.se

No registration required !!
 

 

NukeSentinel™ 2.2.0 Updated More about

Posted on Tuesday, March 08, 2005 @ 10:05:26 CST in Bugs - Fixed
by BobMarion

A bug was uncovered in NukeSentinel™ 2.2.0 that prevented the Harvester and Referer blockers from correctly blocking offending IP's. If you download 2.2.0 before 8 Mar. 2005 at 11:00 CDT please redownload it and upload the includes/nukesentinel.php file.
 

 

URL's that end with trailing slash, like index.php/ wreck havoc in PHP Nuke More about

Posted on Wednesday, December 15, 2004 @ 18:42:10 CST in Bugs - Fixed
by BobMarion

I got an email today asking me if there was a bug on my site. The person mistyped the url as http://www.nukescripts.net/index.php/ and it caused an interesting effect. The index page loaded but would not load any of the style of graphics it should have. I then tested that with /admin.php/ and it caused the same effect. While this is not an exploit it is very upsetting that it happens at all so here is the cure: Open your mainfile.php and put: if($_SERVER['REQUEST_URI'] != "/" AND substr($_SERVER['REQUEST_URI'], -1) == "/") { header("Location: http://".$_SERVER['HTTP_HOST'].rtrim($_SERVER['REQUEST_URI'],'/')); } right after the opening < ?php. If your running NukeSentinel™ place it above the NukeSentinel™ inclusion and after the < ?php .

If you use Apache and have access to either the httpd.conf file or the .htaccess file, you can use the following code at the server level:

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^/(.*) $1

This fix brought to you by NukeScripts and Raven PHPScripts.
 

 

NukeSentinel(tm) Bug Fix More about

Posted on Wednesday, December 15, 2004 @ 00:38:36 CST in Bugs - Fixed
by BobMarion

Long story short, I forgot to check for empty fields on 4 routines. See This Thread for fix details. The downloads have been patched.
 

 

Minor bug in phpnuke 7.6 in admin Forum More about

Posted on Sunday, November 21, 2004 @ 01:48:22 CST in Bugs - Fixed
by Raven

coyoweb writes:  
Small Problem on the administration Forums the error is Access Denied

Only open modules/Forums/admin/forums.php


-------Find Code------


if (!eregi("admin.php", $_SERVER['SCRIPT_NAME'])) { die ("Access Denied"); }


------Replace with------


global $admin_file;
if (!eregi("".$admin_file.".php", $_SERVER['SCRIPT_NAME'])) { die ("Access Denied"); }



by CoyoWeb
 



Page 2 of 5 (25 total stories) [ << | < | 1 | 2 | 3 | 4 | 5 | > | >> ]  

News ©

Site Info

Last SeenLast Seen
  • moekin
  • kguske
Server TrafficServer Traffic
  • Total: 507,657,335
  • Today: 36,662
Server InfoServer Info
  • Mar 28, 2025
  • 06:02 am CDT