dennisabrams/teamspeak-banner

help!

HoRiiZeN opened this issue ยท 7 comments

I followed the instructions but i'm unable to change text color i changed the rgb value in the config.php tho.
and I specified the logo path but the banner's showing server name instead of logo.

SW

Hello @HoRiiZeN,
Unfortunately I don't have any time today but I'll update my code tomorrow. โœŒ๏ธ

Alright, thanks ๐Ÿ’–

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 and config.php & ts3-banner.php were updated.

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)

THANKS for the update! everything's better now, I just have this problem where the "client info" doesn't show up. I'm not using a Proxy/VPN. Is there anything you can do? I'd be appreciated if u helped me out ๐Ÿฅฐ
image

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! ๐Ÿคฉ

Amazing work ๐Ÿ‘, now it's working just fine ๐Ÿ’–
image