TSViewer in PHP

cROWN

Member
Joined
Sep 25, 2015
Messages
142
Reaction score
54
Points
63
Can you add Screenshot and a Step by Step Tutorial how to install/use it?
 

Laszl0w

Well-Known Member
Joined
Oct 10, 2015
Messages
217
Reaction score
149
Points
143
i wont post virustotal because there is no binary file.


$r4o3 = new TSStatus("127.0.0.1", 10011); // IP : Query Port
$r4o3->useServerPort(9987); // Server Port
$r4o3->imagePath = "/tsstatus/img/"; // Path To Images
$r4o3->timeout = 2; // If can't connect timeout second.
$r4o3->hideEmptyChannels = false;
$r4o3->hideParentChannels = false;
$r4o3->showNicknameBox = true;
$r4o3->showPasswordBox = false;
echo $r4o3->render(); // Show the viewer
 
Top