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($_GET['name']) AND isset($_GET['key']) AND isset($_GET['server']) ) { ..
Decoded Output download
<?php
if(isset($_GET['name']) AND isset($_GET['key']) AND isset($_GET['server']) ) {
$name = $_GET['name'];
$key = $_GET['key'];
$server = $_GET['server'];
$url = file_get_contents("base743924928429.json");
$content = json_decode($url, true);
if ($content[$name] == $key) {
$json = json_decode(file_get_contents('time43234239408239.json'), true);
echo json_encode($json[$server]);
}
}
?>
Did this file decode correctly?
Original Code
<?php
if(isset($_GET['name']) AND isset($_GET['key']) AND isset($_GET['server']) ) {
$name = $_GET['name'];
$key = $_GET['key'];
$server = $_GET['server'];
$url = file_get_contents("base743924928429.json");
$content = json_decode($url, true);
if ($content[$name] == $key) {
$json = json_decode(file_get_contents('time43234239408239.json'), true);
echo json_encode($json[$server]);
}
}
?>
Function Calls
json_decode | 1 |
file_get_contents | 1 |
Stats
MD5 | 2a744e08ce715625aa54d9c1af31fa11 |
Eval Count | 0 |
Decode Time | 83 ms |