Linux host2.homegym.sg 4.18.0-553.8.1.el8_10.x86_64 #1 SMP Tue Jul 2 07:26:33 EDT 2024 x86_64
Apache
Server IP : 159.223.38.192 & Your IP : 159.223.38.192
Domains : 20 Domain
User : eachadea
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Lock Shell
Lock File++
Readme
/
home /
eachadea /
public_html /
showroom /
Delete
Unzip
Name
Size
Permission
Date
Action
assets
[ DIR ]
drwxr-xr-x
2025-10-29 23:03
error_log
672
B
-rw-r--r--
2024-04-15 00:14
index.phtml_
2.06
KB
-rw-r--r--
2020-11-22 03:02
showroom_ajax.php
2.43
KB
-rw-r--r--
2020-11-22 03:08
wp.php
18
B
-rw-r--r--
2025-10-28 12:36
Save
Rename
<head> <title>HOMEGYM.SG</title> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> </head> <?php date_default_timezone_set("Asia/Singapore"); $curlURL = 'https://www.google.com/maps/search/?api=1&query=Google&query_place_id=ChIJB9AdiW4Q2jERV47o3EnSYyU'; $curl = curl_init($curlURL); curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1 ); $response=curl_exec( $curl ); echo '<div class="showroom_timing"><br /><table style="border:0px; width: inherit;font-size:18px">'; $day = date("l", time()); for ($a=0;$a<7;$a++) { $start=stripos($response,'[\"'.$day.'\",')+strlen($day)+9; $timing = substr($response,$start,stripos($response,'\"]',$start)-$start); $timing = str_replace('\"',' ',$timing); $timing = str_replace('am',' AM',$timing); $timing = str_replace('pm',' PM',$timing); $timing = str_replace('–',' - ',$timing); if ($a == 0) { $td = '<th style="border:0px; color:yellow">'; echo('<tr>'.'<th colspan="2" style="border:0px; color:yellow;padding-right: 10px;">'.'<strong>TODAY ('.date("d/n", strtotime($day)).'): </strong> </th>'.$td.$timing.'</th></tr><tr>'.$td.' </th></tr>'); } else { $td = '<td style="border:0px; color:white">'; echo('<tr style="font-size: 15px;">'.$td.date("D", strtotime($day)).'</td>'.$td.' ('.date("d/n", strtotime($day)).'):</td>'.$td.$timing.'</td></tr>'); } $day = date("l", strtotime($day . ' +1 day')); } echo '</table>'; echo '<br />'; //echo date("l", strtotime($day . ' +1 day')); ?> <script> $( document ).ready(function() { var jqxhr = $.ajax({ url: "//eachadeal.com/showroom/showroom_ajax.php", method: "POST", dataType: "html" }).done(function(data) { if (data) { $(".showroom_timing").html(data); } }).fail(function(xhr, status, error) { }); }) </script>