GM how to bann ?

Results 1 to 5 of 5
  1. #1
    Apprentice liumho is offline
    MemberRank
    Oct 2008 Join Date
    12Posts

    GM how to bann ?

    Hello all again hope I post this time in the right forum.

    I did search on this but again with no success, so if any one show me link I will start to think that I suck at searching.

    Ok can any one pls explain the protocol for (GM) to bann someone?
    What tool do GM use, do he need to connect to the db (if so which one) to get user ID?
    Can he get ID from in the game?
    Can he ban user let say as warning like 7 days?

    On basic I ask you to tell me all there is to be known on that subject.

    As always ty all for you precious help.


  2. #2
    Imperium Knight phiber is offline
    MemberRank
    Oct 2008 Join Date
    elitekingdoms.comLocation
    264Posts

    Re: GM how to bann ?

    you gonna need make some tools on php to do what you want.

  3. #3
    The Dinosaur chumpywumpy is offline
    MemberRank
    Jun 2008 Join Date
    /f451/Location
    5,127Posts

    Re: GM how to bann ?

    You can't ban from in game as far as i know but you can use the kickout command on their usernum to boot them. To ban you can use my gm tools and set authtype to 2, or you can do a timed ban with the stored procedure below.
    Code:
    exec account.dbo.cabal_tool_RegisterBlockUser 'UserNum','release date','2'
    To get their usernum again use my toos or the following sp:

    Code:
    exec account.dvo.cabal_tool_GetUserNum 'login name'

  4. #4
    Imperium Knight phiber is offline
    MemberRank
    Oct 2008 Join Date
    elitekingdoms.comLocation
    264Posts

    Re: GM how to bann ?

    yes but he want give his gms the hability to ban people.

    I think he need a new tool.

  5. #5
    Apprentice liumho is offline
    MemberRank
    Oct 2008 Join Date
    12Posts

    Re: GM how to bann ?

    So need to make something in the web site that will conect to the db ?
    I mean you don't want to give you're GM's acces to db via chumpy's tool.
    Any one can share they experiance on this ?

    Ty.



Advertisement