Orcworm's SMP Server

We have moved to http://www.orcworm.co.uk

Forum dedicated to Orcworm's Minecraft SMP Server, located at: orcworm.co.uk


    got banned for no reason

    Share

    jaksve

    Posts: 17
    Join date: 2011-02-02

    got banned for no reason

    Post by jaksve on 2011-03-19, 20:54

    my name is jaksve and i got banned from the server, every time i try to log in it just says "you are banned from this server". i dont know why i got banned, i didn't do anything. please fix that... it might have been because i told a mod to shut up. but that was not in any way serious. Ban

    Pete

    Posts: 3194
    Join date: 2010-12-21
    Age: 17
    Location: Santiago, Chile

    Re: got banned for no reason

    Post by Pete on 2011-03-19, 20:59

    Well, considering banning people for saying "shut up" is a power abuse, and considering I'm pretty sure our mods are mature and totally smooth, I think you must have done something else. Please wait while a mod+ answers to your post.

    Orcworm
    Owner
    Owner

    Posts: 5956
    Join date: 2010-10-30
    Age: 17
    Location: England

    Re: got banned for no reason

    Post by Orcworm on 2011-03-19, 21:13

    Moved to ban appeals, and downloading log.

    FillerB
    So long and thanks for all the fish!

    Posts: 4066
    Join date: 2011-01-29
    Age: 23
    Location: Netherlands

    Re: got banned for no reason

    Post by FillerB on 2011-03-19, 21:16

    out of curiosity: is the log available through telnet?

    Orcworm
    Owner
    Owner

    Posts: 5956
    Join date: 2010-10-30
    Age: 17
    Location: England

    Re: got banned for no reason

    Post by Orcworm on 2011-03-19, 21:32

    Excuse my idiocy, I have no idea what Telnet is.

    You can download the log through an SFTP client such as WinSCP though.

    (Unbanned - player's name somehow appeared on banned-players.txt)


    Last edited by Orcworm on 2011-03-19, 21:34; edited 1 time in total

    GaMerG77
    Donator
    Donator

    Posts: 2016
    Join date: 2010-12-26
    Age: 12
    Location: California

    Re: got banned for no reason

    Post by GaMerG77 on 2011-03-19, 21:34

    PetePorty wrote:Well, considering banning people for saying "shut up" is a power abuse, and considering I'm pretty sure our mods are mature and totally smooth, I think you must have done something else. Please wait while a mod+ answers to your post.


    I highly doubt gamemaster is Anyone?

    FillerB
    So long and thanks for all the fish!

    Posts: 4066
    Join date: 2011-01-29
    Age: 23
    Location: Netherlands

    Re: got banned for no reason

    Post by FillerB on 2011-03-19, 21:36

    Orcworm wrote:Excuse my idiocy, I have no idea what Telnet is.

    You can download the log through an SFTP client such as WinSCP though.

    (Unbanned - player's name somehow appeared on banned-players.txt)


    Putty, cause if it's available through putty you should be able to just pull a grep on it. No need to download the complete log then.

    Orcworm
    Owner
    Owner

    Posts: 5956
    Join date: 2010-10-30
    Age: 17
    Location: England

    Re: got banned for no reason

    Post by Orcworm on 2011-03-19, 21:47

    Oh, SSH = Telnet then? I prefer having the whole log to hand, all 550mb of it ;p.

    FillerB
    So long and thanks for all the fish!

    Posts: 4066
    Join date: 2011-01-29
    Age: 23
    Location: Netherlands

    Re: got banned for no reason

    Post by FillerB on 2011-03-19, 21:53

    No, SSH is a more secure version of Telnet (kinda) so grepping should work as much

    example:
    grep "ban FillerB" banned-players.txt
    result:
    prints all lines in banned-players.txt containing the text "ban FillerB"

    As you can see, a hell of a lot easier than downloading everything and then ctrl+f

    Rulyon
    Donator
    Donator

    Posts: 2001
    Join date: 2011-01-29
    Age: 28
    Location: Fort Worth, Texas, USA

    Re: got banned for no reason

    Post by Rulyon on 2011-03-19, 22:49

    For future use: how do you grep? Assume one is using Putty.

    Orcworm
    Owner
    Owner

    Posts: 5956
    Join date: 2010-10-30
    Age: 17
    Location: England

    Re: got banned for no reason

    Post by Orcworm on 2011-03-19, 22:51

    It's:

    Code:

    cd /home/minecraft
    grep "kick Orcworm" server.log


    That command is used outside of screen, by the way.

    Rulyon
    Donator
    Donator

    Posts: 2001
    Join date: 2011-01-29
    Age: 28
    Location: Fort Worth, Texas, USA

    Re: got banned for no reason

    Post by Rulyon on 2011-03-19, 22:55

    So, input IP, input Password, Input command? Hit enter/return between command lines?

    FillerB
    So long and thanks for all the fish!

    Posts: 4066
    Join date: 2011-01-29
    Age: 23
    Location: Netherlands

    Re: got banned for no reason

    Post by FillerB on 2011-03-19, 22:57

    grep is just a command like any other.

    grep [expression] [file]
    [expression] can be a Regular Expres​sion(too long to explain what that is) which makes grep pretty goddamn powerful.

    you can also export the results to a text file with

    grep [expression] [file] > [outputfile.txt]


    Last edited by FillerB on 2011-03-19, 22:59; edited 1 time in total

    Pete

    Posts: 3194
    Join date: 2010-12-21
    Age: 17
    Location: Santiago, Chile

    Re: got banned for no reason

    Post by Pete on 2011-03-19, 22:59

    Use fgrep. grep uses regexes so "foo bar" is assumed to be a regex, which may cause confusion with special chars like dots, circumflexes, etc.

    FillerB
    So long and thanks for all the fish!

    Posts: 4066
    Join date: 2011-01-29
    Age: 23
    Location: Netherlands

    Re: got banned for no reason

    Post by FillerB on 2011-03-19, 23:00

    then use / is you want to use one of those. Regular Expression is what makes using grep worthwhile.

    Pete

    Posts: 3194
    Join date: 2010-12-21
    Age: 17
    Location: Santiago, Chile

    Re: got banned for no reason

    Post by Pete on 2011-03-19, 23:03

    But... you're not looking for regular expressions, are you? :/

    Rulyon
    Donator
    Donator

    Posts: 2001
    Join date: 2011-01-29
    Age: 28
    Location: Fort Worth, Texas, USA

    Re: got banned for no reason

    Post by Rulyon on 2011-03-23, 23:29

    Second Chance Thread Question:

    Is this considered a "Second Chance" or a "He didn't deserve it in the first place" situation?

    Orcworm
    Owner
    Owner

    Posts: 5956
    Join date: 2010-10-30
    Age: 17
    Location: England

    Re: got banned for no reason

    Post by Orcworm on 2011-03-23, 23:32

    No reason for the ban.

    Rulyon
    Donator
    Donator

    Posts: 2001
    Join date: 2011-01-29
    Age: 28
    Location: Fort Worth, Texas, USA

    Re: got banned for no reason

    Post by Rulyon on 2011-03-23, 23:36

    Thanks. Relocked.

      Current date/time is 2012-05-21, 04:49