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 /* Content (Programmable gate for delivering content) - { *** THIS IS A TEMPLATE ..
Decoded Output download
<?php
/*
Content (Programmable gate for delivering content) - { *** THIS IS A TEMPLATE / SAMPLE | NOT A FINAL CODE *** }
File name: content.php
Description: This file contains the content gate.
Coded by George Delaportas (G0D)
Copyright (C) 2017
Open Software License (OSL 3.0)
*/
// Check for direct access
if (!defined('micro_mvc'))
exit();
// Test - Fetch content based on ID (AJAX)
if (!empty($_POST['content_id']))
{
if (!empty($_POST['language_code']))
echo UTIL::Load_Content($_POST['content_id'], 'static', $_POST['language_code']);
else
echo UTIL::Load_Content($_POST['content_id'], 'static');
}
?>
Did this file decode correctly?
Original Code
<?php
/*
Content (Programmable gate for delivering content) - { *** THIS IS A TEMPLATE / SAMPLE | NOT A FINAL CODE *** }
File name: content.php
Description: This file contains the content gate.
Coded by George Delaportas (G0D)
Copyright (C) 2017
Open Software License (OSL 3.0)
*/
// Check for direct access
if (!defined('micro_mvc'))
exit();
// Test - Fetch content based on ID (AJAX)
if (!empty($_POST['content_id']))
{
if (!empty($_POST['language_code']))
echo UTIL::Load_Content($_POST['content_id'], 'static', $_POST['language_code']);
else
echo UTIL::Load_Content($_POST['content_id'], 'static');
}
?>
Function Calls
defined | 1 |
Stats
MD5 | 9f3ba84637474bad5fe70dbfa5c5504b |
Eval Count | 0 |
Decode Time | 104 ms |