Get User Avatar

MuntadherSafaa

New Member
Joined
Jun 7, 2018
Messages
2
Reaction score
0
Points
16
Name of the script: avatar script
Functions of the script: It Download User TeamSpeak Avatar And Present it on The Website
Why do you want it: working on panel
Screenshots: don't have
Original source (if any): none
 

EscuderoKevin

Well-Known Member
Joined
Jul 2, 2015
Messages
380
Reaction score
181
Points
130
PHP:
$cliente = $ts3->clientGetByUid($clientuid);

$clib = $cliente['clid'];

$avatar = $cliente->avatarDownload();


<img src="data:'.TeamSpeak3_Helper_Convert::imageMimeType($avatar).';base64,'.$avatar->toBase64().'"  />

Showme where u like to put and i can adap for u.
 

MuntadherSafaa

New Member
Joined
Jun 7, 2018
Messages
2
Reaction score
0
Points
16
PHP:
$cliente = $ts3->clientGetByUid($clientuid);

$clib = $cliente['clid'];

$avatar = $cliente->avatarDownload();


<img src="data:'.TeamSpeak3_Helper_Convert::imageMimeType($avatar).';base64,'.$avatar->toBase64().'"  />

Showme where u like to put and i can adap for u.

Can I Please Get The Full Script starting from The libraries
 

phpkiller

Active Member
Joined
Aug 29, 2017
Messages
22
Reaction score
8
Points
78
he helped u with the important code ,finish it ur self its not that hard to copy past lib from ur pannel u are working in
 
Top