help!
HoRiiZeN opened this issue ยท 7 comments
HoRiiZeN commented
dennisabrams commented
Hello @HoRiiZeN,
Unfortunately I don't have any time today but I'll update my code tomorrow. โ๏ธ
HoRiiZeN commented
Alright, thanks ๐
dennisabrams commented
Colors & logo implementation are working now. You can change the RGB values inside the config.php
.
$text_color1 = array("R" => 255, "G" => 255, "B" => 255); // Custom text color RGB (0 - 255)
Note: New folder
server_groups
was added andconfig.php
&ts3-banner.php
were updated.
dennisabrams commented
A new release is out: https://github.com/dennisabrams/teamspeak3-banner/releases/tag/v1.0.4
The logo image transparency is fixed and you can add transparency to your text now. ๐ป
$text_color1 = array("R" => 255, "G" => 255, "B" => 255, "A" => 0); // Custom text color RGBA (Red, Green, Blue, Alpha)
HoRiiZeN commented
dennisabrams commented
Hm.. ๐ค looks like there is a problem inside the IP checking process.
I updated it inside the ts3-banner.php
file here.
<?php
echo $_SERVER['REMOTE_ADDR'];
?>
Check if this represents your real IP address.
Btw: Awesome looking Banner! ๐คฉ
HoRiiZeN commented