TSViewer in PHP

cROWN

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

Laszl0w

Well-Known Member
Oct 10, 2015
217
149
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