Page 1 of 1

Assigng Users to Soundboard Script

PostPosted: Tue May 23, 2017 12:10 pm
by zenithbsolutions
Hi,

I need assistance on how to assign multiple users on Soundboard script.

Here is the default syntax for soundboard script

<iframe src="./vdc_soundboard_display.php?user=--A--user--B--&pass=--A--pass--B--&bcrypt=OFF&soundboard_id=TESTSOUNDBOARD" style="background-color:transparent;" scrolling="auto" frameborder="0" allowtransparency="true" width="100%" height="500"> </iframe>

As per the syntax
user=--A--user--B--&pass=--A--pass--B--

So if I put it as
user=--6666--user--7777--&pass--6666pass--Pass--7777pass--

I'm getting error. Can anyone help me on that.

Thank you.

Re: Assigng Users to Soundboard Script

PostPosted: Tue May 23, 2017 12:17 pm
by mflorell
You aren't supposed to change those, they are vicidial variables, and they will be filled in by the code automatically.

Re: Assigng Users to Soundboard Script

PostPosted: Tue May 23, 2017 12:41 pm
by zenithbsolutions
ok. So how many agents does it support upto ? As I can see there are only A & B in the user and passwors. So does it support upto 10 agents ?

Re: Assigng Users to Soundboard Script

PostPosted: Tue May 23, 2017 2:00 pm
by mflorell
Those are variable flags, they have nothing to do with the number of agents that Agent Audio Soundboards will support. That depends on your hardware configuration, not any software limitations.

Re: Assigng Users to Soundboard Script

PostPosted: Tue May 23, 2017 2:05 pm
by zenithbsolutions
Awesome. Thank you.