<div dir="ltr">Hello DVBlast developers <br clear="all"><div><br></div><div><font color="#000000" style="background-color:rgb(243,243,243)"><span style="font-family:"Lucida Grande","Trebuchet MS",Verdana,Helvetica,Arial,sans-serif">Hello </span><br style="margin:0px;padding:0px;font-family:"Lucida Grande","Trebuchet MS",Verdana,Helvetica,Arial,sans-serif"><span style="font-family:"Lucida Grande","Trebuchet MS",Verdana,Helvetica,Arial,sans-serif">I just complete php page for tunner signal SNR and signal strength for running dvblast , need to add -r /tmp/1.sock to dvlast command for example </span><br style="margin:0px;padding:0px;font-family:"Lucida Grande","Trebuchet MS",Verdana,Helvetica,Arial,sans-serif"></font><br style="margin:0px;padding:0px;color:rgb(204,204,204);font-family:"Lucida Grande","Trebuchet MS",Verdana,Helvetica,Arial,sans-serif;font-size:13px;background-color:rgb(38,38,38)"><br style="margin:0px;padding:0px;color:rgb(204,204,204);font-family:"Lucida Grande","Trebuchet MS",Verdana,Helvetica,Arial,sans-serif;font-size:13px;background-color:rgb(38,38,38)"><dl class="gmail-codebox" style="margin:0px;padding:3px;background-color:rgb(38,38,38);border:none;font-size:13px;color:rgb(204,204,204);font-family:"Lucida Grande","Trebuchet MS",Verdana,Helvetica,Arial,sans-serif"><dt style="margin:0px 0px 3px;padding:0px;text-transform:uppercase;border-bottom:1px solid rgb(79,79,79);font-size:0.8em;font-weight:bold">CODE: </dt><dd style="margin:0px;padding:0px"><code style="margin:2px 0px;padding:5px 0px 0px;overflow:auto;display:block;height:auto;max-height:200px;font-stretch:normal;font-size:0.9em;font-family:Monaco,"Andale Mono","Courier New",Courier,mono;line-height:1.3em">dvblast -a 1 -e -Y -W -f 12340000 -s 27500000 -v 18 -m psk_8 -r /tmp/4.sock -c /root/dvblast_3.conf</code></dd></dl><br style="margin:0px;padding:0px;color:rgb(204,204,204);font-family:"Lucida Grande","Trebuchet MS",Verdana,Helvetica,Arial,sans-serif;font-size:13px;background-color:rgb(38,38,38)"><span style="background-color:rgb(243,243,243)"><font color="#000000"><span style="font-family:"Lucida Grande","Trebuchet MS",Verdana,Helvetica,Arial,sans-serif;font-size:13px">the code for page to read from soct that made on /tmp folder or elese</span><br></font></span></div><div><br></div><div>result </div><div><br></div><div><img src="cid:ii_15d52e8f04eac9fe" alt="Inline image 1" width="544" height="366"><br></div><div><br></div><div><br></div><div>put code below in status.php or any php file.</div><div><br></div><div>also you can add too many tables for tunners just change the socket number in /tmp/X.sock</div><div><br></div><div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"><table align="center" border=1></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <tr></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <th></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"><br></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"><h1>< Tunner LNB-0 Status ></h1></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"><B>Signal SNR:</B></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"><style></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">#meter_item </font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">{</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> width: 100%; </font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">}</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> </font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">#scale {</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> display: table;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> width: 100%;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> padding: 0px 0px 0px 0px;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> margin: 2px 0px 10px 0px;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> border: 0px 0px 0px 0px;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> text-align: center;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">}</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> </font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">#scale li {</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> width: 10%;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> display: table-cell;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> white-space: nowrap;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">}?</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"></style></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> </font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"><div style="width: 100%"></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <meter id="meter_item" min="0" value=<?php $sig = shell_exec('dvblastctl -r /tmp/1.sock fe_status | grep -i "snr"| cut -d\: -f2 | sed -e </font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">"s| ||g" '); $sig = intval ($sig / 655,2); echo $sig;?> max="100" ></meter></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <ul id="scale"></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li style="width: 5%"><span></span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">10</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">20</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">30</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">40</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">50</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">60</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">70</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">80</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">90</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li style="width: 10%"><span id="scale"></span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> </ul></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"></div></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"><B>Signal Strength:</B></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"><style></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">#meter_item </font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">{</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> width: 100%; </font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">}</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> </font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">#scale {</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> display: table;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> width: 100%;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> padding: 0px 0px 0px 0px;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> margin: 2px 0px 10px 0px;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> border: 0px 0px 0px 0px;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> text-align: center;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">}</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> </font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">#scale li {</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> width: 10%;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> display: table-cell;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> white-space: nowrap;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">}?</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"></style></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> </font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"><div style="width: 100%"></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <meter id="meter_item" min="0" value=<?php $sig = shell_exec('dvblastctl -r /tmp/1.sock fe_status | grep -i "strength"| cut -d\: -f2 | se</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">d -e "s| ||g" '); $sig = intval ($sig / 655,2); echo $sig;?> max="100" ></meter></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <ul id="scale"></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li style="width: 5%"><span></span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">10</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">20</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">30</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">40</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">50</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">60</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">70</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">80</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">90</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li style="width: 10%"><span id="scale"></span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> </ul></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"></div></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"><br></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"><br></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"></th></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"><th></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"><h1>< Tunner LNB-1 Status ></h1></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"><B>Signal SNR:</B></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"><style></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">#meter_item </font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">{</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> width: 100%; </font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">}</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> </font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">#scale {</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> display: table;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> width: 100%;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> padding: 0px 0px 0px 0px;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> margin: 2px 0px 10px 0px;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> border: 0px 0px 0px 0px;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> text-align: center;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">}</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> </font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">#scale li {</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> width: 10%;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> display: table-cell;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> white-space: nowrap;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">}?</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"></style></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> </font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"><div style="width: 100%"></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <meter id="meter_item" min="0" value=<?php $sig = shell_exec('dvblastctl -r /tmp/2.sock fe_status | grep -i "snr"| cut -d\: -f2 | sed -e </font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">"s| ||g" '); $sig = intval ($sig / 655,2); echo $sig;?> max="100" ></meter></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <ul id="scale"></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li style="width: 5%"><span></span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">10</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">20</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">30</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">40</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">50</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">60</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">70</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">80</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">90</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li style="width: 10%"><span id="scale"></span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> </ul></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"></div></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"><B>Signal Strength:</B></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"><style></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">#meter_item </font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">{</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> width: 100%; </font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">}</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> </font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">#scale {</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> display: table;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> width: 100%;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> padding: 0px 0px 0px 0px;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> margin: 2px 0px 10px 0px;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> border: 0px 0px 0px 0px;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> text-align: center;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">}</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> </font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">#scale li {</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> width: 10%;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> display: table-cell;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> white-space: nowrap;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">}?</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"></style></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> </font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"><div style="width: 100%"></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <meter id="meter_item" min="0" value=<?php $sig = shell_exec('dvblastctl -r /tmp/2.sock fe_status | grep -i "strength"| cut -d\: -f2 | se</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">d -e "s| ||g" '); $sig = intval ($sig / 655,2); echo $sig;?> max="100" ></meter></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <ul id="scale"></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li style="width: 5%"><span></span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">10</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">20</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">30</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">40</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">50</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">60</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">70</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">80</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">90</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li style="width: 10%"><span id="scale"></span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> </ul></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"></div></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"><br></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"></th></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"></tr></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <tr></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"><td></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"><h1>< Tunner LNB-2 Status ></h1></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"><B>Signal SNR:</B></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"><style></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">#meter_item </font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">{</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> width: 100%; </font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">}</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> </font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">#scale {</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> display: table;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> width: 100%;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> padding: 0px 0px 0px 0px;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> margin: 2px 0px 10px 0px;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> border: 0px 0px 0px 0px;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> text-align: center;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">}</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> </font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">#scale li {</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> width: 10%;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> display: table-cell;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> white-space: nowrap;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">}?</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"></style></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> </font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"><div style="width: 100%"></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <meter id="meter_item" min="0" value=<?php $sig = shell_exec('dvblastctl -r /tmp/3.sock fe_status | grep -i "snr"| cut -d\: -f2 | sed -e </font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">"s| ||g" '); $sig = intval ($sig / 655,2); echo $sig;?> max="100" ></meter></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <ul id="scale"></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li style="width: 5%"><span></span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">10</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">20</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">30</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">40</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">50</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">60</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">70</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">80</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">90</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li style="width: 10%"><span id="scale"></span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> </ul></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"></div></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"><B>Signal Strength:</B></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"><style></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">#meter_item </font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">{</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> width: 100%; </font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">}</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> </font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">#scale {</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> display: table;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> width: 100%;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> padding: 0px 0px 0px 0px;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> margin: 2px 0px 10px 0px;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> border: 0px 0px 0px 0px;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> text-align: center;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">}</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> </font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">#scale li {</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> width: 10%;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> display: table-cell;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> white-space: nowrap;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">}?</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"></style></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> </font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"><div style="width: 100%"></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <meter id="meter_item" min="0" value=<?php $sig = shell_exec('dvblastctl -r /tmp/3.sock fe_status | grep -i "strength"| cut -d\: -f2 | se</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">d -e "s| ||g" '); $sig = intval ($sig / 655,2); echo $sig;?> max="100" ></meter></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <ul id="scale"></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li style="width: 5%"><span></span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">10</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">20</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">30</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">40</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">50</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">60</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">70</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">80</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">90</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li style="width: 10%"><span id="scale"></span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> </ul></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"></div></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"><br></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"><br></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"></td></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"><td></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"><h1>< Tunner LNB-3 Status ></h1></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"><B>Signal SNR:</B></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"><style></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">#meter_item </font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">{</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> width: 100%; </font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">}</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> </font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">#scale {</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> display: table;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> width: 100%;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> padding: 0px 0px 0px 0px;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> margin: 2px 0px 10px 0px;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> border: 0px 0px 0px 0px;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> text-align: center;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">}</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> </font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">#scale li {</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> width: 10%;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> display: table-cell;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> white-space: nowrap;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">}?</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"></style></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> </font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"><div style="width: 100%"></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <meter id="meter_item" min="0" value=<?php $sig = shell_exec('dvblastctl -r /tmp/4.sock fe_status | grep -i "snr"| cut -d\: -f2 | sed -e </font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">"s| ||g" '); $sig = intval ($sig / 655,2); echo $sig;?> max="100" ></meter></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <ul id="scale"></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li style="width: 5%"><span></span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">10</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">20</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">30</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">40</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">50</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">60</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">70</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">80</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">90</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li style="width: 10%"><span id="scale"></span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> </ul></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"></div></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"><B>Signal Strength:</B></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"><style></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">#meter_item </font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">{</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> width: 100%; </font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">}</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> </font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">#scale {</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> display: table;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> width: 100%;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> padding: 0px 0px 0px 0px;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> margin: 2px 0px 10px 0px;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> border: 0px 0px 0px 0px;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> text-align: center;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">}</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> </font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">#scale li {</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> width: 10%;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> display: table-cell;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> white-space: nowrap;</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">}?</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"></style></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> </font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"><div style="width: 100%"></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <meter id="meter_item" min="0" value=<?php $sig = shell_exec('dvblastctl -r /tmp/4.sock fe_status | grep -i "strength"| cut -d\: -f2 | se</font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)">d -e "s| ||g" '); $sig = intval ($sig / 655,2); echo $sig;?> max="100" ></meter></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <ul id="scale"></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li style="width: 5%"><span></span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">10</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">20</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">30</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">40</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">50</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">60</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">70</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">80</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li><span id="scale">90</span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> <li style="width: 10%"><span id="scale"></span></li></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> </ul></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"></div></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"><br></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"></td></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"> </tr></font></div><div><font color="#ffffff" style="background-color:rgb(0,0,0)"></table></font></div></div><div><br></div>
</div>