- Thread starter
- #81
That ^apt install php-sqlite3
learn2read
That ^apt install php-sqlite3
learn2read
Quick Announcement, I am working on a Global ban system, follow development here: https://github.com/JABirchall/NimdaTS3/tree/GlobalBan
i need to fix the timeout bug before i can start work on timers.I really like your work, but still waiting for god damn' timers xD
The OP answers these questionsI realy don't understand
This script let me to make Ts3 scripts ?
Or plugins ?
Global Ban Key Whitelist Request
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)
$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();
did you read the second line of my post;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.
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.
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:Body:Code:Global Ban Key Whitelist Request
infomation stored when someone is Global Banned: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)
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();
did you read the second line of my post;
you may also want to read