| Author |
Message |
slick_303 Hangin' Around

Joined: Feb 28, 2007 Posts: 34
|
Posted:
Sun Aug 03, 2008 3:03 am |
|
Here are a couple bug fixes for ya...
open file:
\admin\modules\nukesentinel\ABBlockedIPClearExpired.php
find:
header("Location: ".$admin_file.".php?op=ABBlockedIP");
replace with:
header("Location: ".$admin_file.".php?op=ABBlockedIPList");
open file:
\admin\modules\nukesentinel\ABBlockedRangeClearExpired.php
find:
header("Location: ".$admin_file.".php?op=ABBlockedRange");
replace with:
header("Location: ".$admin_file.".php?op=ABBlockedRangeList");
open file:
\admin\modules\nukesentinel\ABTrackedUsersPagesPrint.php
find:
$user_id=intval($user_id);
replace with:
$tid=intval($tid); |
|
|
|
 |
BobMarion Former Admin in Good Standing

Joined: Oct 30, 2002 Posts: 1043 Location: RedNeck Land (known as Kentucky)
|
Posted:
Sun Aug 03, 2008 10:51 pm |
|
Thank You  |
|
|
|
 |
slick_303 Hangin' Around

Joined: Feb 28, 2007 Posts: 34
|
Posted:
Mon Aug 04, 2008 1:38 am |
|
np. none of those problems were life ending or anything, but a bug's a bug. |
|
|
|
 |
neralex Worker


Joined: Aug 22, 2007 Posts: 189 Location: Germany
|
Posted:
Mon Aug 04, 2008 4:42 am |
|
this issues must fix in the currrent version 2.6.01! |
|
|
|
 |
|
|
|
|