|
34 | 34 | ),
|
35 | 35 | );
|
36 | 36 |
|
| 37 | +//var_dump(__LINE__, "{$global['webSiteRootURL']}view/getBestEncoder.php", $serverPort !== '80' && $serverPort !== '443');exit; |
37 | 38 | $bestEncoder = json_decode(url_get_contents("{$global['webSiteRootURL']}view/getBestEncoder.php", stream_context_create($arrContextOptions)));
|
38 | 39 |
|
39 | 40 | if (empty($bestEncoder)) {
|
|
205 | 206 | <div data-target="#l<?php echo $value['id']; ?>" data-toggle="tab">
|
206 | 207 | <div class="ellipsis">
|
207 | 208 | <span class="account-type"><?php echo $value['name']; ?></span>
|
208 |
| - <span id="recommended<?php echo $value['id']; ?>" class="label label-success recommended" style="display: none;"><i class="fa fa-check"></i> Recommended</span><br /> |
209 |
| - <span id="label<?php echo $value['id']; ?>" class="label label-danger">Offline</span> <span class="account-amount" id="queuesize<?php echo $value['id']; ?>">Queue Size 0 </span> / <span class="account-amount" id="concurrent<?php echo $value['id']; ?>">Concurrent 1 </span> <br /> |
210 |
| - <a href="<?php echo $value['siteURL']; ?>" class="account-link"><?php |
211 |
| - $parts = parse_url($value['siteURL']); |
212 |
| - echo $parts["host"]; |
213 |
| - ?></a><br> |
214 |
| - <span id="ping<?php echo $value['id']; ?>" class="label label-default">Searching Ping ...</span> |
215 |
| - <span id="maxfilesize<?php echo $value['id']; ?>" class="label label-default">Max File Size 0Mb</span> |
| 209 | + <div class="clearfix"></div> |
| 210 | + <span id="recommended<?php echo $value['id']; ?>" class="label label-success recommended" style="display: none;"> |
| 211 | + <i class="fa fa-check"></i> Recommended |
| 212 | + </span> |
| 213 | + <span id="label<?php echo $value['id']; ?>" class="label label-danger">Offline</span> |
| 214 | + <div class="clearfix hidden-xs"></div> |
| 215 | + <span class="account-amount" id="queuesize<?php echo $value['id']; ?>">Queue Size 0 </span> / <span class="account-amount" id="concurrent<?php echo $value['id']; ?>">Concurrent 1 </span> |
| 216 | + <div class="clearfix"></div> |
| 217 | + <a href="<?php echo $value['siteURL']; ?>" class="account-link"> |
| 218 | + <?php |
| 219 | + $parts = parse_url($value['siteURL']); |
| 220 | + echo $parts["host"]; |
| 221 | + ?> |
| 222 | + </a> |
| 223 | + <div class="clearfix hidden-xs"></div> |
| 224 | + <span id="ping<?php echo $value['id']; ?>" class="label label-default">Searching Ping ...</span> |
| 225 | + <span id="maxfilesize<?php echo $value['id']; ?>" class="label label-default">Max File Size 0Mb</span> |
216 | 226 | </div>
|
217 | 227 |
|
218 | 228 | </div>
|
|
233 | 243 | ?>" id="l<?php echo $value['id']; ?>"><!--style="padding-left: 60px; padding-right:100px"-->
|
234 | 244 | <div class="row">
|
235 | 245 | <div class="col-sm-12">
|
236 |
| - <canvas id="canvas<?php echo $value['id']; ?>" rowId="<?php echo $value['id']; ?>" |
237 |
| - siteURL="<?php echo $value['siteURL']; ?>" class="ping" height="30"></canvas> |
| 246 | + <canvas id="canvas<?php echo $value['id']; ?>" rowId="<?php echo $value['id']; ?>" siteURL="<?php echo $value['siteURL']; ?>" class="ping" height="30"></canvas> |
238 | 247 | </div>
|
239 | 248 | <div class="col-sm-12" style="min-height: 70vh;">
|
240 | 249 | <iframe src="<?php echo $value['siteURL']; ?>?noNavbar=1&webSiteRootURL=<?php echo urlencode($_SESSION["login"]->streamer); ?>&user=<?php echo $_SESSION["login"]->user; ?>&pass=<?php echo $_SESSION["login"]->pass; ?>" frameborder="0" style="overflow:hidden;height:100vh;width:100%;" height="100%" width="100%"></iframe>
|
|
0 commit comments