Bug #174
Incorrect Partial STEAM ID Match
| Status: | Closed | Start: | 07/25/2008 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | Brad Smith | % Done: | 100% |
|
| Category: | Web Panel | |||
| Target version: | 1.2.1 | Estimated time: | 1.00 hour | |
Description
When a player attempts to access the protected server and is blocked, a message is displayed in the "Last Players Blocked" section of the Dashboard. If the banned player's access record is clicked on, this displayed a "pop-up" that has a link to the ban details ("Click here for ban details.").
This link is :
sourcebans/index.php?p=banlist&searchText=STEAM_0:1:5108&Submit
This page uses a partial STEAM ID search, which it should use an exact match to prevent multiple bans from being returned. In the above example, band for IDs STEAM_0:1:5108 AND STEAM_0:1:5108054 are displayed.
History
Updated by Brad Smith 164 days ago
- Status changed from New to Closed
- Assigned to set to Brad Smith
- Target version set to 1.2.1
- % Done changed from 0 to 100
- Estimated time set to 1.00
Fixed in r101 to use exact matching steam id.