����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/movie.tpl
<h4 class="alert_info"><form action="index.php?act=movie" method="post">
    <input type="text" name="mid" value="" />
    <input type="submit" name="submita" value="Tìm phim" />
</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>Site</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.mid}" name="mid_for_del[]"></td>
                    <td><a href="index.php?act=movie&code=post&id={$movie.id}" target="_blank">{$movie.title}</a></td>
                    <td><a href="index.php?act=movie&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.site}</td>
                    <td><a href="index.php?act=movie&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=movie&code=del&mid={$movie.mid}" 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|html_entity_decode}" 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>Category</label>
            <select name="cat[]" id="cat" multiple="multiple" style="width:60%; height: 230px;">
                {foreach from=$list_cat key=k item=listcat}
                <option value="{$listcat.cid}" {$listcat.op}>{$listcat.cname}</option>
                {/foreach}
            </select>
        </fieldset>
        <fieldset>
            <label>Type</label>
            <input name="type" type="text" value="{$post.type}" style="width:92%;"/>
        </fieldset>
        <fieldset>
            <label>Type 2</label>
            <input name="type2" type="text" value="{$post.type2}" style="width:92%;"/>
        </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>

        {foreach from=$list_server item="listserver"}
        <fieldset>
            <label><a href="index.php?act=movie&code=postepi&mid={$post.mid}&site={$post.site}&server={$listserver.server2}" target="_blank">[Thêm epi]</a></label>
            {$listserver.server}
        </fieldset>
        {/foreach}

        <fieldset>
            <label>SERVER:</label>
            <a href="index.php?act=movie&code=postepi&mid={$post.mid}&site={$post.site}" target="_blank"><strong>Thêm server</strong></a>
        </fieldset>

        <div class="module_content">
            <h3>Intro</h3>
            <p>{$post.intro|html_entity_decode}</p>
        </div>
        <div class="module_content">
            <h3>DES</h3>
            <p>{$post.des|html_entity_decode}</p>
        </div>
        <fieldset style="width:48%; float:left; margin-right: 3%;">
            <label>Đưa TOP:</label>
            <input type="checkbox" value="1" name="top" />
        </fieldset>
        <fieldset style="width:48%; float:left;">
            <label>Bỏ Đưa TOP:</label>
            <input type="checkbox" value="1" name="un_top" />
        </fieldset>



    </div>
    <footer>
        <div class="submit_link">
            <input type="submit" name="bsubmit" value=" Submit " class="alt_btn" />


        </div>
    </footer>

  </form>
</article><!-- end of post new article -->

{/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