Feature #501

import bans

Added by clad iron 63 days ago. Updated 57 days ago.

Status:Resolved Start:11/03/2008
Priority:Normal Due date:
Assigned to:Jannik Hartung % Done:

100%

Category:Web Panel
Target version:1.4.0

Description

Is it possible to have it check the steam community page for the clients name when importing bans ?
This way it can track multiple name to the account and add 1 (most used i guess?) name to the steam id that is shown banned. as is, it just looks, well... ( Imported Ban )

Associated revisions

Revision 176
Added by Jannik Hartung 57 days ago

  • Added ability to ban a players steam community friends
  • Fixed #520 - Refreshing admins problem with more then 1 server
  • Fixed #521 - During admin adding no "Admin added" dialog
  • Fixed #519 - Typo in data.sql mod query
  • Added #509 - Garry's Mod in mods list
  • Added #501 - Get players name from profile page while importing banned_user.cfg
  • Fixed possible adminid messup with amxbans converter
  • Removed unused images (source) > 2.5 MB Oo
  • (Made the community profile link to open in a new window)

History

Updated by clad iron 63 days ago

Also the option to upload an .XML format, this way importing from globalbans will be much easier.

code from globalbans if this helps.


<?xml version="1.0" encoding="UTF-8" ?>
<GlobalBans>
  <Ban>
    <SteamID>STEAM_0:0:123456789</SteamID>
    <IP>12.345.67.89</IP>
    <Name>a name goes here</Name>
    <Length>5</Length>
    <TimeScale>minutes</TimeScale>
    <AddDate>2008-10-18 23:58:26</AddDate>
    <ExpireDate>2008-10-19 00:03:26</ExpireDate>
    <Webpage>http://blah blah/banned/</Webpage>
  </Ban>
  <Ban>
    <SteamID>STEAM_0:0:103456789</SteamID>
    <IP>12.345.67.890</IP>
    <Name>name goes here</Name>
    <Length>0</Length>
    <TimeScale>minutes</TimeScale>
    <AddDate>2008-08-13 02:05:09</AddDate>
    <ExpireDate>2008-08-13 02:05:09</ExpireDate>
    <Webpage>http://blah blah/banned/</Webpage>
  </Ban>

Updated by Jannik Hartung 57 days ago

  • Status changed from New to Resolved
  • Assigned to set to Jannik Hartung
  • Target version set to 1.4.0
  • % Done changed from 0 to 100

added in r176

I don't think we'll parse that xml stuff. this is s.th. for a third-party plugin ;)

Also available in: Atom PDF