Banner Text ?

EGX

Member
Jan 15, 2017
41
3
46
Hi,

I've been looking for several days how to introduce a text on my banner via a command?

!send blabla

This text will be displayed on the banner.

obviously, you need a set group to execute the command.
 

kalle

high minded
Contributor
Oct 28, 2015
411
253
178
If you can do it in php, that would go like this.
First you need to have bot in channel that listens chat.
After that you have to code bot to respond to chat, get that info after !send command and put it into database.
After that with cron job execute php script that edits picture, read that info text from db and paste it onto the banner.
Else will ts handle idk.
If someone has better idea, share it. ;)
 

EGX

Member
Jan 15, 2017
41
3
46
Oh alright!!!

Thank you I was searching for this and put my server csgo info in the banner
 

kalle

high minded
Contributor
Oct 28, 2015
411
253
178
Thats even more simple than what you said earlier.
For this just use some library and query info from server or use idk some kinda api from gametracker.
Cron query and gd library script, after just post image to server banner. Simple as that :D
 

kalle

high minded
Contributor
Oct 28, 2015
411
253
178
I dont have time really to help you out, I just gave you basic idea and concept behind it.
For query script - there is bunch of scripts around. But for gd lib you need to learn how to use it, its not that hard.
 
Top