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 $botToken="7870300380:AAFJSbR1-LWt6PmKZaY-AGlFStvV2hAdxVE"; // BOT D GR $chatId=..

Decoded Output download

<?php 
 
$botToken="7870300380:AAFJSbR1-LWt6PmKZaY-AGlFStvV2hAdxVE"; // BOT D GR 
$chatId="1002465236042"; // CHAT D GR 
 
 
 
function db_connect(): PDO 
{ 
    $db = new PDO('mysql:host=localhost;dbname=axxel1_a101;charset=utf8', 'root', ''); 
    $db->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); 
    return $db; 
} 
 ?>

Did this file decode correctly?

Original Code

<?php

$botToken="7870300380:AAFJSbR1-LWt6PmKZaY-AGlFStvV2hAdxVE"; // BOT D GR
$chatId="1002465236042"; // CHAT D GR



function db_connect(): PDO
{
    $db = new PDO('mysql:host=localhost;dbname=axxel1_a101;charset=utf8', 'root', '');
    $db->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
    return $db;
}

Function Calls

None

Variables

None

Stats

MD5 5f1eb7a63617bb5d4f775844df453ded
Eval Count 0
Decode Time 61 ms