-
WIBUHAX0R1337
-
/
home
/
jambtst2015
/
public_html
/
giraffeng.com
/
[ Home ]
Create Folder
Create File
Nama File / Folder
Size
Action
.well-known
--
NONE
302534
--
NONE
admin
--
NONE
ajax
--
NONE
blog
--
NONE
cgi-bin
--
NONE
chatex
--
NONE
chatfiles
--
NONE
chattxt
--
NONE
codexploit_configs
--
NONE
com
--
NONE
css
--
NONE
fonts
--
NONE
generated
--
NONE
images
--
NONE
journal
--
NONE
js
--
NONE
libchart
--
NONE
staging
--
NONE
.htaccess
0.192KB
Edit File
Delete File
Rename
.well-known.zip
50.07MB
Edit File
Delete File
Rename
10A44CC6EE11D4F87B73B70C023A6794.txt
0.089KB
Edit File
Delete File
Rename
VTS_01_1_converted.mp4
20.25MB
Edit File
Delete File
Rename
after-login_bk_8-7-16.php
2.336KB
Edit File
Delete File
Rename
cancel_bk_11-7-16.php
0.396KB
Edit File
Delete File
Rename
cbt-result.php
0.812KB
Edit File
Delete File
Rename
cbt.php
15.505KB
Edit File
Delete File
Rename
cbt_bk.php
13.691KB
Edit File
Delete File
Rename
cbt_result_detail-backp-24.php
1.815KB
Edit File
Delete File
Rename
cbt_result_detail-backp-27.php
1.877KB
Edit File
Delete File
Rename
cbt_result_detail_23-6-15.php
1.568KB
Edit File
Delete File
Rename
cbt_result_detail_bk_11_Aug_2015.php
2.185KB
Edit File
Delete File
Rename
contact.php
4.8KB
Edit File
Delete File
Rename
daily_practice_bk_11-7-16.php
9.102KB
Edit File
Delete File
Rename
daily_practice_bk_8-7-16.php
8.423KB
Edit File
Delete File
Rename
demo_exam_practice_11_06_15.php
4.26KB
Edit File
Delete File
Rename
demo_teaching_aid-backp-15-7-2015.php
7.237KB
Edit File
Delete File
Rename
demo_teaching_aid_13_07_15.php
7.225KB
Edit File
Delete File
Rename
demo_teaching_aid_21_07_15.php
7.946KB
Edit File
Delete File
Rename
demo_teaching_aid_26-6-15.php
6.554KB
Edit File
Delete File
Rename
error_log
655.313KB
Edit File
Delete File
Rename
footer_bk.php
10.585KB
Edit File
Delete File
Rename
forgotaction.php
1.058KB
Edit File
Delete File
Rename
get_a_pin_21_08_15.php
0.245KB
Edit File
Delete File
Rename
getq_21_07_15.php
0.641KB
Edit File
Delete File
Rename
header-backp-3-7-15.php
9.632KB
Edit File
Delete File
Rename
header_13_07_15.php
10.264KB
Edit File
Delete File
Rename
header_16_5_16.php
10.705KB
Edit File
Delete File
Rename
header_21_08_15.php
10.624KB
Edit File
Delete File
Rename
header_25-6-15.php
9.615KB
Edit File
Delete File
Rename
header_25_08_15.php
10.734KB
Edit File
Delete File
Rename
index_13_07_15.php
17.223KB
Edit File
Delete File
Rename
info.php
2.319KB
Edit File
Delete File
Rename
left-panel_13_07_15.php
1.945KB
Edit File
Delete File
Rename
login_bk_8-7-16.php
9.197KB
Edit File
Delete File
Rename
pay-now_21_08_15.php
2.978KB
Edit File
Delete File
Rename
pin_details.php
1.475KB
Edit File
Delete File
Rename
pinuser offline.csv
0.455KB
Edit File
Delete File
Rename
pinuser online.csv
0.436KB
Edit File
Delete File
Rename
report_cbt.php
6.001KB
Edit File
Delete File
Rename
scx.php7
3.682KB
Edit File
Delete File
Rename
select-pin_21_08_15.php
0.737KB
Edit File
Delete File
Rename
select-pin_bk_8-7-16.php
2.193KB
Edit File
Delete File
Rename
select-subjects_bk_8-7-16.php
2.88KB
Edit File
Delete File
Rename
set_cbt_time_13_07_15.php
1.858KB
Edit File
Delete File
Rename
set_cbt_time_23-6-15.php
0.837KB
Edit File
Delete File
Rename
success-offline.php
1.73KB
Edit File
Delete File
Rename
success.php
14.72KB
Edit File
Delete File
Rename
teaching_aid_11_06_15.php
4.881KB
Edit File
Delete File
Rename
teachingaid-user-subjects.php
8.748KB
Edit File
Delete File
Rename
teachingaid_practice_bk_8-7-16.php
10.538KB
Edit File
Delete File
Rename
user-account-backp-22.php
22.688KB
Edit File
Delete File
Rename
user-account.php
12.551KB
Edit File
Delete File
Rename
user-account_25-6-15.php
18.984KB
Edit File
Delete File
Rename
user-account_bk_11_Aug_2015.php
22.93KB
Edit File
Delete File
Rename
user-subjects-backp-30.php
7.983KB
Edit File
Delete File
Rename
user-subjects.php
9.379KB
Edit File
Delete File
Rename
user-subjects_13_07_15.php
9.308KB
Edit File
Delete File
Rename
user-subjects_25-6-15.php
7.929KB
Edit File
Delete File
Rename
wp-ox3Fx1.php
65.731KB
Edit File
Delete File
Rename
<?php ob_start(); session_start(); include("header.php"); if($_SESSION["uid"]=="") { header('location:login.php'); exit(); } ?> <link type="text/css" rel="stylesheet" href="css/sb-admin.css"> <section class="header_back_inner"></section> <div class="body_column_section"> <?php include("left-panel.php"); ?> <!-- left panel end here --> <!-- right panel start here --> <div class="right_column_section"> <div class="panel panel-primary"> <div class="panel-heading"> <h3 class="panel-title"><i class="fa fa-bar-chart-o"></i> My Dashboard</h3> </div> <div class="panel-body graph_body"> <!--for---graph------> <script type="text/javascript" src="https://www.google.com/jsapi"></script> <div id="chart_div"> <?php $user_id=$_SESSION['uid']; $date_tt=array(); $results_tt=array(); $result_sql=mysql_query("SELECT s.subject, p.paper_name, res.total_questions,res.result, res.date FROM `daily_practice_results` res JOIN `exam_subject_master` s ON s.id=res.subject_id JOIN exam_paper p ON p.id= res.paper_id WHERE `u_id` =".$user_id); while($results=mysql_fetch_array($result_sql)) { $date_tt[]=date('d-m-Y', strtotime($results['date'])); $results_tt[]=$results['result']; } //print_r($date_tt); //print_r($results_tt); //echo "<br>" ?> <script> google.load('visualization', '1.1', {packages: ['bar']}); google.setOnLoadCallback(drawChart); function drawChart() { var data = new google.visualization.DataTable(); data.addColumn('date', 'Date'); data.addColumn('number', 'Marks'); data.addRows([ <?php $result_sql=mysql_query("SELECT s.subject, p.paper_name, res.total_questions,res.result, res.date FROM `daily_practice_results` res JOIN `exam_subject_master` s ON s.id=res.subject_id JOIN exam_paper p ON p.id= res.paper_id WHERE `u_id` =".$user_id); while($results=mysql_fetch_array($result_sql)) { $y=date('Y', strtotime($results['date'])); $m=date('m', strtotime($results['date'])); $d=date('d', strtotime($results['date'])); $r=$results['result']; ?> [new Date(<?= $y?>, <?= $m?>, <?= $d?>), <?=$r?>], <?php } ?> ]); var options = { width: 900, height: 450, hAxis: { format: 'm/d/yyyy', gridlines: {count: 15} }, chart: { title: ' My Daily Practice Results', subtitle: 'Exam Results' }, series: { 0: { axis: 'distance'}, // Bind series 0 to an axis named 'distance'. 1: { axis: 'brightness' } // Bind series 1 to an axis named 'brightness'. }, }; var chart = new google.charts.Bar(document.getElementById('chart_div')); chart.draw(data, options); } </script> <!----------------------> </div></div> </div> <div class="clear"></div> <div class="line-chart"> <script type="text/javascript" src="https://www.google.com/jsapi?autoload={ 'modules':[{ 'name':'visualization', 'version':'1', 'packages':['corechart'] }] }"></script> <script type="text/javascript"> google.setOnLoadCallback(drawChart); function drawChart() { var data = google.visualization.arrayToDataTable([ ['Year', 'Sales', 'Expenses'], ['2004', 1000, 400], ['2005', 1170, 460], ['2006', 660, 1120], ['2007', 1030, 540] ]); var options = { title: 'Company Performance', curveType: 'function', legend: { position: 'bottom' } }; var chart = new google.visualization.LineChart(document.getElementById('curve_chart')); chart.draw(data, options); } </script> <div id="curve_chart" style="width: 900px; height: 500px"></div> </div> <div class="dash_left_panel"> <div class="panel panel-green"> <div class="panel-heading"> <h3 class="panel-title"><i class="fa fa-long-arrow-right"></i> My Daily Practice Result </h3> </div> <div class="panel-body graph_body" style="min-height: 131px;"> <div class="user_table_sec"> <table class="table_user"> <thead> <tr> <th>Date</th> <th>Subject</th> <th>Paper Name</th> <th>Result</th> </tr> </thead> <tbody> <?php $user_id=$_SESSION['uid']; $result_sql=mysql_query("SELECT s.subject, p.paper_name, res.total_questions,res.result, res.date FROM `daily_practice_results` res JOIN `exam_subject_master` s ON s.id=res.subject_id JOIN exam_paper p ON p.id= res.paper_id WHERE `u_id` =".$user_id." ORDER BY res.date DESC"); ?> <?php while($results=mysql_fetch_array($result_sql)) { ?> <tr> <td><?php echo date('d-m-Y', strtotime($results['date']));?> <?php echo date('h:m A', strtotime($results["date"]))?></td> <td><?php echo $results['subject'];?></td> <td><?php echo $results['paper_name'];?></td> <td><?php echo $results['result'];?> out of(<?php echo $results['total_questions'];?>)</td> </tr> <?php } ?> </tbody> </table> </div> </div> </div> <div class="left_panel_bottom"></div> </div> <div class="dash_right_panel"> <div class="panel panel-red"> <div class="panel-heading"> <h3 class="panel-title"><i class="fa fa-long-arrow-right"></i>My CBT Result</h3> </div> <div class="panel-body graph_body"> <div class="user_table_sec" style="overflow: auto;margin: auto; width: 479px;"> <?php $user_id=$_SESSION['uid']; $cbt_id=$_GET['cbt']; $results=mysql_query("SELECT s1.subject as subject1, s2.subject as subject2, s3.subject as subject3, s4.subject as subject4, cbt.* from `cbt_results` cbt join `exam_subject_master` s1 on cbt.sub1=s1.id join `exam_subject_master` s2 on cbt.sub2=s2.id join `exam_subject_master` s3 on cbt.sub3=s3.id join `exam_subject_master` s4 on cbt.sub4=s4.id where `cbt`.`u_id`=".$user_id." ORDER BY cbt.date DESC"); echo '<table cellpadding="2" cellspacing=2" border="1" class="table reasult-table"><tr>'; echo '<th>Exam Date</th><th>Subject1</th><th>result</th> <th>Subject2</th><th>result</th> <th>Subject3</th><th>result</th> <th>Subject4</th><th>result</th> <th>Total Questions</th> <th>Total Mark</th></tr>'; ?> <?php while($result= mysql_fetch_array($results)){ echo '<tr><td>'.date('d-m-Y', strtotime($result["date"])).' '.date('h:m A', strtotime($result["date"])).'</td> <td class="subject-row">'.$result["subject1"].'</td> <td>'.$result["res1"].'/'.$result["noq1"].'</td> <td class="subject-row">'.$result["subject2"].'</td> <td>'.$result["res2"].'/'.$result["noq2"].'</td> <td class="subject-row">'.$result["subject3"].'</td> <td>'.$result["res3"].'/'.$result["noq3"].'</td> <td class="subject-row">'.$result["subject4"].'</td> <td>'.$result["res4"].'/'.$result["noq4"].'</td> <td align="center">'.$result["no_questions"].'</td> <td align="center">'.$result["result"].'</td></tr>'; } ?> </table> </div> </div> </div> </div> <div class="clear"></div> <!--<div class="dash_left_panel"> <div class="panel panel-primary"> <div class="panel-heading"> <h3 class="panel-title"><i class="fa fa-long-arrow-right"></i> Lorem Ipsum Dolor Sit</h3> </div> <div class="panel-body graph_body"> <div class="form_dash_sec"> <div class="form-group-nw"> <label>Multiple Selects</label> <select class="form-control"> <option>1</option> <option>2</option> <option>3</option> <option>4</option> <option>5</option> </select> </div> <div class="form-group-nw"> <label>Multiple Selects</label> <select class="form-control"> <option>1</option> <option>2</option> <option>3</option> <option>4</option> <option>5</option> </select> </div> <div class="clear"></div> </div> <div class="form_dash_sec"> <div class="form-group-nw"> <label>Multiple Selects</label> <select class="form-control"> <option>1</option> <option>2</option> <option>3</option> <option>4</option> <option>5</option> </select> </div> <div class="form-group-nw"> <label>Multiple Selects</label> <select class="form-control"> <option>1</option> <option>2</option> <option>3</option> <option>4</option> <option>5</option> </select> </div> <div class="clear"></div> </div> <div class="user_table_sec"> <table class="table_user"> <thead> <tr> <th>Page</th> <th>Visits</th> <th>% New Visits</th> <th>Revenue</th> </tr> </thead> <tbody> <tr> <td>/index.html</td> <td>1265</td> <td>32.3%</td> <td>$321.33</td> </tr> <tr> <td>/about.html</td> <td>261</td> <td>33.3%</td> <td>$234.12</td> </tr> <tr> <td>/sales.html</td> <td>665</td> <td>21.3%</td> <td>$16.34</td> </tr> <tr> <td>/blog.html</td> <td>9516</td> <td>89.3%</td> <td>$1644.43</td> </tr> </tbody> </table> </div> </div> </div> <div class="left_panel_bottom"></div> </div>--> <!--<div class="dash_right_panel"> <div class="panel panel-yellow"> <div class="panel-heading"> <h3 class="panel-title"><i class="fa fa-long-arrow-right"></i> Lorem Ipsum Dolor Sit</h3> </div> <div class="panel-body graph_body"> <div class="form_dash_sec"> <div class="form-group-nw"> <label>Multiple Selects</label> <select class="form-control"> <option>1</option> <option>2</option> <option>3</option> <option>4</option> <option>5</option> </select> </div> <div class="form-group-nw"> <label>Multiple Selects</label> <select class="form-control"> <option>1</option> <option>2</option> <option>3</option> <option>4</option> <option>5</option> </select> </div> <div class="clear"></div> </div> <div class="form_dash_sec"> <div class="form-group-nw"> <label>Multiple Selects</label> <select class="form-control"> <option>1</option> <option>2</option> <option>3</option> <option>4</option> <option>5</option> </select> </div> <div class="form-group-nw"> <label>Multiple Selects</label> <select class="form-control"> <option>1</option> <option>2</option> <option>3</option> <option>4</option> <option>5</option> </select> </div> <div class="clear"></div> </div> <div class="user_table_sec"> <table class="table_user"> <thead> <tr> <th>Page</th> <th>Visits</th> <th>% New Visits</th> <th>Revenue</th> </tr> </thead> <tbody> <tr> <td>/index.html</td> <td>1265</td> <td>32.3%</td> <td>$321.33</td> </tr> <tr> <td>/about.html</td> <td>261</td> <td>33.3%</td> <td>$234.12</td> </tr> <tr> <td>/sales.html</td> <td>665</td> <td>21.3%</td> <td>$16.34</td> </tr> <tr> <td>/blog.html</td> <td>9516</td> <td>89.3%</td> <td>$1644.43</td> </tr> </tbody> </table> </div> </div> </div> </div>--> <div class="clear"></div> </div> <!-- right panel end here --> <div class="clear"></div> </div> <?php include("footer.php"); ?>
© 2022 - 2023 WIBUHAXOR V1 By Lutfifakee || Padang Blackhat