Jump to content
  • We are looking for staff for the Wiki area!
    If interested please
    click here and select "Documentation Team"

  • ip_banned


    antz
     NOTE:  This page is auto-generated from the MAGNET DBDocs module,
                 Any changes made directly to this page will be lost when it is regenerated.

    Description of the 'ip_banned' table.

    This table contains all of the banned IPs and the date when (or if) the ban will expire.

    Table Notes

    This table uses the 'MyISAM' DB Engine

    The Field definitions follow:

    Field Name Field Type Nullable Key Default Value Attributes Notes
    ip varchar(32) NO PRI '0.0.0.0'   The IP address that is banned.
    bandate bigint(40) NO PRI NULL   The date when the IP was first banned, in Unix time.
    unbandate bigint(40) NO NULL   The date when the IP will be unbanned in Unix time.
    bannedby varchar(50) NO '[Console]'   The name of the character that banned the IP.
    banreason varchar(255) NO 'no reason'   The reason given for the IP ban.

    Description of the fields

    ip varchar(32)

    The IP address that is banned.

    bandate bigint(40)

    The date when the IP was first banned, in Unix time.

    unbandate bigint(40)

    The date when the IP will be unbanned in Unix time. Any date that is set lower than the current date basically classifies as a permanent ban as it will never auto expire.

    bannedby varchar(50)

    The name of the character that banned the IP. The character should belong to an account with the rights to the .ban command in-game.

    banreason varchar(255)

    The reason given for the IP ban.


    auto-generated by the getMaNGOS.eu MAGNET dbdocs module

    Edited by Antz


    User Feedback

    Recommended Comments

    There are no comments to display.



    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use