[Developement] NimdaTS3 - A real modular teamspeak 3 Bot

Is this bot amzaing

  • Hell yeah

    Votes: 46 46.9%
  • Fuck no

    Votes: 12 12.2%
  • I cant get it to work because I'm an idiot

    Votes: 13 13.3%
  • I'm 12 what is this?

    Votes: 36 36.7%
  • Are you the real DrWhat from UC?

    Votes: 18 18.4%

  • Total voters
    98

tagKnife

Well-Known Member
Oct 2, 2015
343
270
146
Quick Announcement, I am working on a Global ban system, follow development here: https://github.com/JABirchall/NimdaTS3/tree/GlobalBan

FzvnW6B.png

JYEdxEE.png
 
Last edited:

Najsr

Moderator
TeamSpeak Developer
Apr 23, 2016
483
249
167
I really like your work, but still waiting for god damn' timers xD
 

Umar

Member
Jun 18, 2016
65
8
40
I realy don't understand
This script let me to make Ts3 scripts ?
Or plugins ?
 

tagKnife

Well-Known Member
Oct 2, 2015
343
270
146
I realy don't understand
This script let me to make Ts3 scripts ?
Or plugins ?
The OP answers these questions

Global ban system is basiclly done, just need to set it up on a permanganate server.
 
Last edited:

tagKnife

Well-Known Member
Oct 2, 2015
343
270
146
Global Ban network will be officially deployed on September 21, 2016

Follow: https://github.com/JABirchall/NimdaTS3/milestone/3

The enabling global ban checks and bans on your server is public But to be able to submit a Global ban you must be whitelisted and provided a key. To apply email: [email protected] with the following infomation:

Title:
Code:
Global Ban Key Whitelist Request
Body:
Code:
Server Ip/hostname:
Server name:
Server website:
Contact Email: (Will only be used to alert you of abuse of the system or removal of your authorization and future questions about your whitelist MUST come from this email)

infomation stored when someone is Global Banned:
Code:
$table->increments('id');
$table->string('uid');
$table->string('ip');
$table->string('banned_by');
$table->string('banned_by_uid');
$table->string('reason');
$table->string('server_name');
$table->string('server_uid');
$table->timestamps();
 
Last edited:

Najsr

Moderator
TeamSpeak Developer
Apr 23, 2016
483
249
167
I have a question and problem with globalban. Do i need a prepared web server with scripts? (I found some curl stuff in plugin code) When I am trying to ban someone with Global ban nothing happens.
 

tagKnife

Well-Known Member
Oct 2, 2015
343
270
146
I have a question and problem with globalban. Do i need a prepared web server with scripts? (I found some curl stuff in plugin code) When I am trying to ban someone with Global ban nothing happens.
did you read the second line of my post;
Servers are not live when they are live i will update the system with IP it ill require you to download that release then the global ban system will be completely live.

you may also want to read

The enabling global ban checks and bans on your server is public But to be able to submit a Global ban you must be whitelisted and provided a key. To apply email: [email protected] with the following infomation:

Title:
Code:
Global Ban Key Whitelist Request
Body:
Code:
Server Ip/hostname:
Server name:
Server website:
Contact Email: (Will only be used to alert you of abuse of the system or removal of your authorization and future questions about your whitelist MUST come from this email)
infomation stored when someone is Global Banned:
Code:
$table->increments('id');
$table->string('uid');
$table->string('ip');
$table->string('banned_by');
$table->string('banned_by_uid');
$table->string('reason');
$table->string('server_name');
$table->string('server_uid');
$table->timestamps();
 

Najsr

Moderator
TeamSpeak Developer
Apr 23, 2016
483
249
167
did you read the second line of my post;


you may also want to read

Sorry for being blind :D, so now it should work right? I downloaded V0.11.3 and when trying to gban somebody Unexpected error is getting returned.
 

Najsr

Moderator
TeamSpeak Developer
Apr 23, 2016
483
249
167
Ah, am I able to setup my own server for global bans?
 

Najsr

Moderator
TeamSpeak Developer
Apr 23, 2016
483
249
167
i thought it was meant to be to all virtual servers nevermind :D
 
Top