Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Autoban by tripcode?

Name: Anonymous 2009-08-10 20:27

Just curious, /prog/: Is it possible to instate autobans based on the way a secure tripcode appears? Just wondering, based on the flood of triptrolls some of the imageboards have to endure at the moment.

Name: Anonymous 2009-08-10 21:41

>>7
I considered that possibility, which is why I set this up:

    var name=posts[i].getElementsByClassName("postername")[0].innerHTML.toLowerCase();
    var f=name.indexOf("f"),
        r=name.indexOf("r"),
        o=name.indexOf("o"),
        z=name.indexOf("z"),
        e=name.indexOf("e"),
        n=name.indexOf("n");
    if (    f>=0 &&
            r>f &&
            o>r &&
            z>o &&
            e>z &&
            n>e){

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List